Skip to content

Commit

Permalink
fix: Update CSpell to 6.30.0 (#2588)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent dcf3885 commit 8c5287f
Show file tree
Hide file tree
Showing 11 changed files with 390 additions and 377 deletions.
10 changes: 5 additions & 5 deletions modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"dependencies": {
"gensequence": "^4.0.3",
"@types/fs-extra": "^11.0.1",
"@cspell/cspell-types": "^6.29.3",
"cspell-glob": "^6.29.3",
"cspell-lib": "^6.29.3",
"@cspell/cspell-types": "^6.30.0",
"cspell-glob": "^6.30.0",
"cspell-lib": "^6.30.0",
"fs-extra": "^11.1.0",
"node-watch": "^0.7.3",
"rxjs": "^7.8.0",
"vscode-languageserver": "^8.1.0",
"vscode-languageserver-textdocument": "^1.0.8",
"vscode-uri": "^3.0.7",
"@cspell/cspell-bundled-dicts": "^6.29.3",
"cspell-gitignore": "^6.29.3"
"@cspell/cspell-bundled-dicts": "^6.30.0",
"cspell-gitignore": "^6.30.0"
},
"engines": {
"node": ">16.0.0"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2537,7 +2537,7 @@
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^29.4.1",
"@types/jest": "^29.4.4",
"@types/jest-when": "^3.5.2",
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "^5.55.0",
Expand All @@ -2562,15 +2562,15 @@
"shx": "^0.3.4",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"vite": "^4.2.0",
"vitest": "^0.29.3"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.29.3",
"@cspell/cspell-types": "^6.29.3",
"@cspell/cspell-bundled-dicts": "^6.30.0",
"@cspell/cspell-types": "^6.30.0",
"@types/react": "^17.0.53",
"cosmiconfig": "^8.1.0",
"cspell": "^6.29.3",
"cspell": "^6.30.0",
"regexp-worker": "^2.0.1"
},
"comment-resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/___buildTools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/deep-equal": "^1.0.1",
"@types/jest": "^29.4.1",
"@types/jest": "^29.4.4",
"@types/json-schema": "^7.0.11",
"ts-jest": "^29.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/__locale-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepare": "yarn build"
},
"devDependencies": {
"@types/jest": "^29.4.1",
"@types/jest": "^29.4.4",
"jest": "^29.5.0",
"ts-jest": "^29.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/__utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"watch": "tsc -p . --watch"
},
"devDependencies": {
"@types/jest": "^29.4.1",
"@types/jest": "^29.4.4",
"jest": "^29.5.0",
"ts-jest": "^29.0.5"
},
Expand Down
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": "^6.29.3",
"@cspell/cspell-types": "^6.30.0",
"@types/chai": "^4.3.4",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
}
},
"devDependencies": {
"@cspell/cspell-types": "^6.29.3",
"@cspell/cspell-types": "^6.30.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.4.1",
"@types/jest": "^29.4.4",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.15.3",
"common-utils": "1.0.0",
"cspell-glob": "^6.29.3",
"cspell-lib": "^6.29.3",
"cspell-glob": "^6.30.0",
"cspell-lib": "^6.30.0",
"fs-extra": "^11.1.0",
"gensequence": "^4.0.3",
"iconv-lite": "^0.6.3",
Expand All @@ -48,12 +48,12 @@
"vscode-languageserver": "^8.1.0",
"vscode-languageserver-textdocument": "^1.0.8",
"vscode-uri": "^3.0.7",
"webpack": "^5.76.1",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.29.3",
"cspell-gitignore": "^6.29.3"
"@cspell/cspell-bundled-dicts": "^6.30.0",
"cspell-gitignore": "^6.30.0"
},
"scripts": {
"clean": "shx rm -rf dist temp out coverage",
Expand Down
6 changes: 3 additions & 3 deletions packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
}
},
"devDependencies": {
"@cspell/cspell-types": "^6.29.3",
"@types/jest": "^29.4.1",
"@cspell/cspell-types": "^6.30.0",
"@types/jest": "^29.4.4",
"@types/node": "^18.15.3",
"common-utils": "1.0.0",
"jest": "^29.5.0",
Expand All @@ -35,7 +35,7 @@
"vscode-languageserver": "^8.1.0",
"vscode-languageserver-textdocument": "^1.0.8",
"vscode-uri": "^3.0.7",
"webpack": "^5.76.1",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@types/clone-deep": "^4.0.1",
"@types/jest": "^29.4.1",
"@types/jest": "^29.4.4",
"@types/node": "^18.15.3",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.19",
Expand All @@ -47,9 +47,9 @@
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"vscode-uri": "^3.0.7",
"webpack": "^5.76.1",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
"webpack-dev-server": "^4.12.0"
},
"files": [
"out/api/**",
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"test-watch": "jest --watch"
},
"devDependencies": {
"@cspell/cspell-types": "^6.29.3",
"@cspell/cspell-types": "^6.30.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.4.1",
"@types/jest": "^29.4.4",
"@types/jest-when": "^3.5.2",
"@types/kefir": "^3.8.7",
"@types/node": "^18.15.3",
Expand All @@ -38,7 +38,7 @@
"comment-json": "^4.2.3",
"common-utils": "1.0.0",
"cross-env": "^7.0.3",
"cspell-lib": "^6.29.3",
"cspell-lib": "^6.30.0",
"fs-extra": "^11.1.0",
"jest": "^29.5.0",
"jest-mock-vscode": "^1.3.0",
Expand All @@ -56,7 +56,7 @@
"typescript": "^4.9.5",
"vscode-languageclient": "^8.1.0",
"vscode-uri": "^3.0.7",
"webpack": "^5.76.1",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1",
"yaml": "^2.2.1"
},
Expand Down

0 comments on commit 8c5287f

Please sign in to comment.