Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
197 changes: 178 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/node": "^25.2.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
Copy link

Copilot AI Mar 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@typescript-eslint/parser is bumped to ^8.56.1, but @typescript-eslint/eslint-plugin remains ^8.0.0 and the lockfile is still resolving the plugin to 8.54.0. This results in mixed minor versions (and duplicated @typescript-eslint/* internals in package-lock.json), which can cause subtle lint/parser behavior drift and larger installs. Consider bumping @typescript-eslint/eslint-plugin to ^8.56.1 as well (or keep both on the same range) so the TypeScript ESLint packages stay aligned.

Suggested change
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^8.56.1",

Copilot uses AI. Check for mistakes.
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/parser": "^8.56.1",
"@vitest/ui": "^4.0.18",
"esbuild": "^0.27.3",
"eslint": "^9.39.2",
Expand Down
Loading