Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#3471)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 0bfc941 commit 655b6af
Show file tree
Hide file tree
Showing 7 changed files with 268 additions and 308 deletions.
534 changes: 247 additions & 287 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 @@ -4006,7 +4006,7 @@
"@types/node": "^20.14.11",
"@types/vscode": "1.90.0",
"@types/vscode-webview": "^1.57.5",
"@vitest/coverage-istanbul": "^2.0.3",
"@vitest/coverage-istanbul": "^2.0.4",
"@vscode/vsce": "^2.31.1",
"ansi-styles": "^6.2.1",
"chokidar-cli": "^3.0.0",
Expand All @@ -4019,7 +4019,7 @@
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.5.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^54.0.0",
"globals": "^15.8.0",
Expand All @@ -4031,15 +4031,15 @@
"rollup": "^4.19.0",
"rollup-plugin-dts": "^6.1.1",
"shx": "^0.3.4",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.1",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0",
"vite": "^5.3.4",
"vitest": "^2.0.3"
"vitest": "^2.0.4"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.11.0",
"@cspell/cspell-types": "^8.11.0",
"cspell": "^8.11.0",
"@cspell/cspell-bundled-dicts": "^8.12.1",
"@cspell/cspell-types": "^8.12.1",
"cspell": "^8.12.1",
"regexp-worker": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-types": "^8.11.0",
"@cspell/cspell-types": "^8.12.1",
"@cspell/dict-de-de": "^4.0.0",
"@types/chai": "^4.3.16",
"@types/decompress": "^4.2.7",
Expand Down
14 changes: 7 additions & 7 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.11.0",
"@cspell/cspell-bundled-dicts": "^8.12.1",
"@cspell/cspell-pipe": "^8.12.1",
"@cspell/cspell-types": "^8.11.0",
"@cspell/cspell-types": "^8.12.1",
"@internal/common-utils": "file:../__utils",
"cspell-config-lib": "^8.11.0",
"cspell-gitignore": "^8.11.0",
"cspell-glob": "^8.11.0",
"cspell-io": "^8.11.0",
"cspell-lib": "^8.11.0",
"cspell-config-lib": "^8.12.1",
"cspell-gitignore": "^8.12.1",
"cspell-glob": "^8.12.1",
"cspell-io": "^8.12.1",
"cspell-lib": "^8.12.1",
"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.11.0",
"@cspell/cspell-types": "^8.12.1",
"@internal/common-utils": "file:../__utils",
"cspell-lib": "^8.11.0",
"cspell-lib": "^8.12.1",
"regexp-worker": "^3.0.0",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@cspell/cspell-pipe": "^8.12.1",
"@cspell/cspell-types": "^8.11.0",
"@cspell/cspell-types": "^8.12.1",
"@internal/common-utils": "file:../__utils",
"@internal/locale-resolver": "file:../__locale-resolver",
"@internal/server-pattern-matcher": "file:../_serverPatternMatcher",
Expand All @@ -64,7 +64,7 @@
"camelize": "^1.0.1",
"code-spell-checker-server": "file:../_server",
"comment-json": "^4.2.4",
"cspell-lib": "^8.11.0",
"cspell-lib": "^8.12.1",
"fast-deep-equal": "^3.1.3",
"kefir": "^3.8.8",
"optionator": "^0.9.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/webview-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"svelte-check": "^3.8.4",
"svelte-preprocess": "^6.0.2",
"tslib": "^2.6.3",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"engines": {
"node": ">18.0"
Expand Down

0 comments on commit 655b6af

Please sign in to comment.