Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@
"@types/jest": "26.0.19",
"@types/node": "8.10.62",
"@types/vscode": "1.38.0",
"@typescript-eslint/eslint-plugin": "4.10.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.10.0",
Copy link

Copilot AI Nov 22, 2025

Choose a reason for hiding this comment

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

The @typescript-eslint/parser package should be updated to match the version of @typescript-eslint/eslint-plugin (4.33.0). These packages are designed to work together and should be kept at the same version to avoid compatibility issues and unexpected behavior. According to the TypeScript ESLint documentation, both packages should be kept in sync.

Suggested change
"@typescript-eslint/parser": "4.10.0",
"@typescript-eslint/parser": "4.33.0",

Copilot uses AI. Check for mistakes.
"eslint": "7.15.0",
"jest": "26.6.3",
Expand Down