Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#3669)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 72d8075 commit a7d3e6e
Show file tree
Hide file tree
Showing 8 changed files with 267 additions and 310 deletions.
539 changes: 248 additions & 291 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4023,9 +4023,9 @@
"preinstall": "npx only-allow npm"
},
"devDependencies": {
"@eslint/js": "^9.11.0",
"@eslint/js": "^9.11.1",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"@types/vscode": "1.90.0",
"@types/vscode-webview": "^1.57.5",
"@vitest/coverage-istanbul": "^2.1.1",
Expand All @@ -4034,22 +4034,22 @@
"chokidar-cli": "^3.0.0",
"concurrently": "^9.0.1",
"esbuild": "^0.23.1",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^55.0.0",
"globals": "^15.9.0",
"inject-markdown": "^3.1.0",
"jest-mock-vscode": "^4.0.1",
"ovsx": "^0.9.4",
"ovsx": "^0.9.5",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"rollup": "^4.22.4",
"prettier-plugin-svelte": "^3.2.7",
"rollup": "^4.22.5",
"rollup-plugin-dts": "^6.1.1",
"shx": "^0.3.4",
"typescript": "~5.5.4",
"typescript-eslint": "^8.6.0",
"vite": "^5.4.7",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8",
"vitest": "^2.1.1"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"devDependencies": {
"@cspell/cspell-types": "^8.14.4",
"@cspell/dict-de-de": "^4.0.0",
"@types/chai": "^4.3.19",
"@types/chai": "^4.3.20",
"@types/decompress": "^4.2.7",
"@types/mocha": "^10.0.8",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"chai": "^5.1.1",
"cross-env": "^7.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"safe-stable-stringify": "^2.5.0",
"ts-json-schema-generator": "^2.3.0",
"ts-loader": "^9.5.1",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"yargs": "^17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"ts-loader": "^9.5.1",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"yargs": "^17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"source-map-support": "^0.5.21",
"ts-loader": "^9.5.1",
"vitest-when": "^0.4.1",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils-disposables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"ts2mjs": "^3.0.0",
"tslib": "^2.7.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/webview-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"webview-api": "file:../webview-api"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-commonjs": "^26.0.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/svelte": "^5.0.4",
"@types/vscode-webview": "^1.57.5",
"@vscode/codicons": "^0.0.36",
"rollup": "^4.22.4",
"rollup": "^4.22.5",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.2.2",
"svelte": "^4.2.19",
"svelte-check": "^4.0.2",
"svelte-preprocess": "^6.0.2",
"svelte-check": "^4.0.4",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.7.0",
"typescript": "~5.5.4"
},
Expand Down

0 comments on commit a7d3e6e

Please sign in to comment.