Skip to content

Commit

Permalink
ci: Update ALL Dependencies (main) -- Workflow Bot (#3068)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent e696d7b commit 6e00c44
Show file tree
Hide file tree
Showing 12 changed files with 285 additions and 258 deletions.
485 changes: 256 additions & 229 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 @@ -3414,11 +3414,11 @@
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/jest-when": "^3.5.5",
"@types/node": "^18.19.18",
"@types/node": "^18.19.21",
"@types/vscode": "1.80.0",
"@types/vscode-webview": "^1.57.5",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitest/coverage-istanbul": "^1.3.1",
"@vscode/vsce": "^2.24.0",
"chokidar-cli": "^3.0.0",
Expand All @@ -3440,7 +3440,7 @@
"jest-when": "^3.6.0",
"ovsx": "^0.8.3",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.1",
"prettier-plugin-svelte": "^3.2.2",
"rollup": "^4.12.0",
"rollup-plugin-dts": "^6.1.0",
"shx": "^0.3.4",
Expand All @@ -3450,10 +3450,10 @@
"vitest": "^1.3.1"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.4.1",
"@cspell/cspell-types": "^8.4.1",
"@types/react": "^17.0.75",
"cspell": "^8.4.1",
"@cspell/cspell-bundled-dicts": "^8.5.0",
"@cspell/cspell-types": "^8.5.0",
"@types/react": "^17.0.76",
"cspell": "^8.5.0",
"regexp-worker": "^2.0.2"
},
"comment-resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/__cspell-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@cspell/cspell-types": "^8.4.1",
"cspell-lib": "^8.4.1"
"@cspell/cspell-types": "^8.5.0",
"cspell-lib": "^8.5.0"
},
"engines": {
"node": ">18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-types": "^8.4.1",
"@cspell/cspell-types": "^8.5.0",
"@types/chai": "^4.3.12",
"@types/decompress": "^4.2.7",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.18",
"@types/node": "^18.19.21",
"chai": "^5.1.0",
"cross-env": "^7.0.3",
"kefir": "^3.8.8"
Expand Down
14 changes: 7 additions & 7 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.4.1",
"@cspell/cspell-pipe": "^8.4.1",
"@cspell/cspell-types": "^8.4.1",
"@cspell/cspell-bundled-dicts": "^8.5.0",
"@cspell/cspell-pipe": "^8.5.0",
"@cspell/cspell-types": "^8.5.0",
"@internal/common-utils": "file:../__utils",
"cspell-config-lib": "^8.4.1",
"cspell-gitignore": "^8.4.1",
"cspell-glob": "^8.4.1",
"cspell-lib": "^8.4.1",
"cspell-config-lib": "^8.5.0",
"cspell-gitignore": "^8.5.0",
"cspell-glob": "^8.5.0",
"cspell-lib": "^8.5.0",
"gensequence": "^6.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 @@ -47,9 +47,9 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@cspell/cspell-types": "^8.4.1",
"@cspell/cspell-types": "^8.5.0",
"@internal/common-utils": "file:../__utils",
"cspell-lib": "^8.4.1",
"cspell-lib": "^8.5.0",
"regexp-worker": "^2.0.2",
"vscode-languageserver-textdocument": "^1.0.11",
"vscode-languageserver": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@types/clone-deep": "^4.0.4",
"@types/react": "^17.0.75",
"@types/react": "^17.0.76",
"@types/react-dom": "^17.0.25",
"@types/react-test-renderer": "^17.0.9",
"browser-resolve": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/kefir": "^3.8.11",
"@types/source-map-support": "^0.5.10",
"cross-env": "^7.0.3",
"cspell-lib": "^8.4.1",
"cspell-lib": "^8.5.0",
"lorem-ipsum": "^2.0.8",
"rfdc": "^1.3.1",
"source-map-support": "^0.5.21",
Expand All @@ -55,7 +55,7 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@cspell/cspell-types": "^8.4.1",
"@cspell/cspell-types": "^8.5.0",
"@internal/common-utils": "file:../__utils",
"@internal/settings-webview": "file:../_settingsViewer",
"code-spell-checker-server": "file:../_server",
Expand All @@ -69,7 +69,7 @@
"vscode-uri": "^3.0.8",
"vscode-webview-rpc": "file:../webview-rpc",
"webview-api": "file:../webview-api",
"yaml": "^2.3.4"
"yaml": "^2.4.0"
},
"engines": {
"node": ">18.0.0"
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.2",
"@types/vscode": "^1.86.0"
"@types/vscode": "^1.87.0"
}
}
2 changes: 1 addition & 1 deletion packages/utils-disposables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@jest/globals": "^29.7.0",
"@tsconfig/node18": "^18.2.2",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.18",
"@types/node": "^18.19.21",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
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.2",
"@types/vscode": "^1.86.0"
"@types/vscode": "^1.87.0"
}
}
2 changes: 1 addition & 1 deletion packages/webview-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.1.6",
"svelte": "^4.2.12",
"svelte-check": "^3.6.4",
"svelte-check": "^3.6.6",
"svelte-preprocess": "^5.1.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
Expand Down

0 comments on commit 6e00c44

Please sign in to comment.