Skip to content
Merged
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
181 changes: 87 additions & 94 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,23 +186,23 @@
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^25.5.2",
"@types/node": "^25.6.0",
"@types/webpack-env": "^1.18.8",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.56.0",

Copilot AI Apr 16, 2026

Copy link

Choose a reason for hiding this comment

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

@typescript-eslint/eslint-plugin@^8.58.2 declares a peer dependency on @typescript-eslint/parser@^8.58.2 (see package-lock). The current @typescript-eslint/parser range (^8.56.0) still allows versions that would violate that peer constraint (e.g., 8.56.x), which can lead to peer-dependency warnings/errors depending on the installer/settings. Consider bumping the declared parser range to ^8.58.2 (and regenerating the lockfile) to make the minimum compatible version explicit.

Suggested change
"@typescript-eslint/parser": "^8.56.0",
"@typescript-eslint/parser": "^8.58.2",

Copilot uses AI. Check for mistakes.
"@vscode/test-web": "^0.0.80",
"@vscode/vsce": "^3.7.1",
"@vscode/vsce": "^3.8.0",
"assert-browserify": "^2.0.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"mocha": "^11.7.5",
"ovsx": "^0.10.10",
"ovsx": "^0.10.11",
"path-browserify": "^1.0.1",
"prettier": "^3.8.1",
"prettier": "^3.8.2",
"process": "^0.11.10",
"ts-loader": "^9.5.7",
"webpack": "^5.105.4",
"webpack": "^5.106.1",
"webpack-cli": "^7.0.2"
}
}
Loading