Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#3422)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 700a001 commit 83d4a53
Show file tree
Hide file tree
Showing 10 changed files with 249 additions and 273 deletions.
462 changes: 219 additions & 243 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4003,7 +4003,7 @@
"devDependencies": {
"@eslint/js": "^8.57.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@types/vscode": "1.90.0",
"@types/vscode-webview": "^1.57.5",
"@vitest/coverage-istanbul": "^1.6.0",
Expand All @@ -4020,10 +4020,10 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^54.0.0",
"globals": "^15.8.0",
"inject-markdown": "^3.0.0",
"inject-markdown": "^3.1.0",
"jest-mock-vscode": "^3.0.5",
"ovsx": "^0.9.1",
"prettier": "^3.3.2",
Expand All @@ -4033,13 +4033,13 @@
"shx": "^0.3.4",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0",
"vite": "^5.3.2",
"vite": "^5.3.3",
"vitest": "^1.6.0"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.9.1",
"@cspell/cspell-types": "^8.9.1",
"cspell": "^8.9.1",
"@cspell/cspell-bundled-dicts": "^8.10.4",
"@cspell/cspell-types": "^8.10.4",
"cspell": "^8.10.4",
"regexp-worker": "^3.0.0"
}
}
10 changes: 5 additions & 5 deletions packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-types": "^8.9.1",
"@cspell/cspell-types": "^8.10.4",
"@cspell/dict-de-de": "^4.0.0",
"@types/chai": "^4.3.16",
"@types/decompress": "^4.2.7",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"chai": "^5.1.1",
"cross-env": "^7.0.3"
},
"peerDependenciesMeta": {},
"dependencies": {
"@vscode/test-electron": "^2.4.0",
"@vscode/test-electron": "^2.4.1",
"chalk": "^5.3.0",
"decompress": "^4.2.1",
"glob": "^10.4.2",
"glob": "^10.4.3",
"kefir": "^3.8.8",
"mocha": "^10.5.2"
"mocha": "^10.6.0"
},
"engines": {
"node": ">20.0.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.9.1",
"@cspell/cspell-pipe": "^8.9.1",
"@cspell/cspell-types": "^8.9.1",
"@cspell/cspell-bundled-dicts": "^8.10.4",
"@cspell/cspell-pipe": "^8.10.4",
"@cspell/cspell-types": "^8.10.4",
"@internal/common-utils": "file:../__utils",
"cspell-config-lib": "^8.9.1",
"cspell-gitignore": "^8.9.1",
"cspell-glob": "^8.9.1",
"cspell-io": "^8.9.1",
"cspell-lib": "^8.9.1",
"cspell-config-lib": "^8.10.4",
"cspell-gitignore": "^8.10.4",
"cspell-glob": "^8.10.4",
"cspell-io": "^8.10.4",
"cspell-lib": "^8.10.4",
"gensequence": "^7.0.0",
"json-rpc-api": "file:../json-rpc-api",
"rxjs": "^7.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@cspell/cspell-types": "^8.9.1",
"@cspell/cspell-types": "^8.10.4",
"@internal/common-utils": "file:../__utils",
"cspell-lib": "^8.9.1",
"cspell-lib": "^8.10.4",
"regexp-worker": "^3.0.0",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.11",
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@cspell/cspell-pipe": "^8.9.1",
"@cspell/cspell-types": "^8.9.1",
"@cspell/cspell-pipe": "^8.10.4",
"@cspell/cspell-types": "^8.10.4",
"@internal/common-utils": "file:../__utils",
"@internal/locale-resolver": "file:../__locale-resolver",
"@internal/server-pattern-matcher": "file:../_serverPatternMatcher",
Expand All @@ -63,8 +63,8 @@
"as-table": "^1.0.55",
"camelize": "^1.0.1",
"code-spell-checker-server": "file:../_server",
"comment-json": "^4.2.3",
"cspell-lib": "^8.9.1",
"comment-json": "^4.2.4",
"cspell-lib": "^8.10.4",
"fast-deep-equal": "^3.1.3",
"kefir": "^3.8.8",
"optionator": "^0.9.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-rpc-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
},
"devDependencies": {
"@tsconfig/svelte": "^5.0.4",
"@types/vscode": "^1.90.0"
"@types/vscode": "^1.91.0"
}
}
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.14.9",
"@types/node": "^20.14.10",
"ts2mjs": "^3.0.0",
"tslib": "^2.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/webview-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
},
"devDependencies": {
"@tsconfig/svelte": "^5.0.4",
"@types/vscode": "^1.90.0"
"@types/vscode": "^1.91.0"
}
}
2 changes: 1 addition & 1 deletion packages/webview-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"type": "module",
"dependencies": {
"@tanstack/svelte-query": "^5.49.1",
"@tanstack/svelte-query": "^5.50.1",
"@vscode/webview-ui-toolkit": "^1.4.0",
"fast-equals": "^5.0.1",
"sirv-cli": "^2.0.2",
Expand Down

0 comments on commit 83d4a53

Please sign in to comment.