File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ updates:
2020 # # Ignore all updates for 'zod' as our 'zod' version must match the
2121 # # version of 'zod' used by the '@modelcontextprotocol/sdk' dependency.
2222 - dependency-name : ' zod'
23+ # # Ignore all updates for '@types/vscode' as its version tracks VS Code
24+ # # minor releases and any bump would expose APIs newer than the floor
25+ # # declared by 'engines.vscode' in 'extensions/vscode/package.json'.
26+ # # Bump this manually together with 'engines.vscode' when raising the
27+ # # minimum supported VS Code version.
28+ - dependency-name : ' @types/vscode'
2329 versioning-strategy : ' increase'
2430 groups :
2531 all-npm-dependencies :
Original file line number Diff line number Diff line change 5454 "tidy" : " npm run lint:fix && npm run format && npm run lint:md" ,
5555 "tidy:check" : " npm run lint && npm run format:check" ,
5656 "upgrade" : " npm run upgrade:node" ,
57- "upgrade:node" : " npx -y npm-check-updates --color --install always --peer --reject zod --root --upgrade --workspaces"
57+ "upgrade:node" : " npx -y npm-check-updates --color --install always --peer --reject zod,@types/vscode --root --upgrade --workspaces"
5858 },
5959 "workspaces" : [
6060 " client" ,
You can’t perform that action at this time.
0 commit comments