Skip to content

chore: refresh outdated runtime and toolchain dependencies#14

Merged
NullVoxPopuli merged 1 commit into
mainfrom
copilot/update-dependencies
May 8, 2026
Merged

chore: refresh outdated runtime and toolchain dependencies#14
NullVoxPopuli merged 1 commit into
mainfrom
copilot/update-dependencies

Conversation

Copilot AI commented May 8, 2026

Copy link
Copy Markdown
Contributor

This PR updates dependencies that had drifted behind current releases across runtime parsing and local toolchain packages. The goal is to bring versions in line with latest published ranges while keeping project behavior unchanged.

  • Runtime dependency update

    • Bumped ember-estree from ^0.4.3 to ^0.6.3.
  • Toolchain dependency updates

    • Bumped @types/node to ^25.6.2.
    • Bumped oxfmt to ^0.48.0.
    • Bumped oxlint to ^1.63.0.
    • Bumped typescript to ^6.0.3.
    • Bumped vitest to ^4.1.5.
  • Lockfile alignment

    • Regenerated pnpm-lock.yaml to capture the new dependency graph.
{
  "dependencies": {
    "ember-estree": "^0.6.3"
  },
  "devDependencies": {
    "@types/node": "^25.6.2",
    "oxfmt": "^0.48.0",
    "oxlint": "^1.63.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.5"
  }
}

Agent-Logs-Url: https://github.com/NullVoxPopuli/zmod-ember/sessions/899ba81b-c62b-46ea-ba45-35618d8cd83a

Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
@NullVoxPopuli NullVoxPopuli marked this pull request as ready for review May 8, 2026 19:19
@NullVoxPopuli NullVoxPopuli added the bug Something isn't working label May 8, 2026
@NullVoxPopuli NullVoxPopuli merged commit 8eb8f8b into main May 8, 2026
3 checks passed
@NullVoxPopuli NullVoxPopuli deleted the copilot/update-dependencies branch May 8, 2026 19:19
@github-actions github-actions Bot mentioned this pull request May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants