Skip to content

Commit 7aa3239

Browse files
feat: Update CSpell from 9.7.0 to 9.8.0 (#5208)
Co-authored-by: street-side-software-automation[bot] <74785433+street-side-software-automation[bot]@users.noreply.github.com>
1 parent 28e062e commit 7aa3239

7 files changed

Lines changed: 174 additions & 174 deletions

File tree

package-lock.json

Lines changed: 155 additions & 155 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4641,7 +4641,7 @@
46414641
"ansi-styles": "^6.2.3",
46424642
"chokidar-cli": "^3.0.0",
46434643
"concurrently": "^9.2.1",
4644-
"cspell": "^9.7.0",
4644+
"cspell": "^9.8.0",
46454645
"esbuild": "^0.27.4",
46464646
"eslint": "~10.1.0",
46474647
"eslint-plugin-n": "^17.24.0",
@@ -4665,8 +4665,8 @@
46654665
"vitest": "~4.1.2"
46664666
},
46674667
"dependencies": {
4668-
"@cspell/cspell-bundled-dicts": "^9.7.0",
4669-
"@cspell/cspell-types": "^9.7.0",
4668+
"@cspell/cspell-bundled-dicts": "^9.8.0",
4669+
"@cspell/cspell-types": "^9.8.0",
46704670
"@cspell/dict-cspell-bundle": "^2.0.59",
46714671
"regexp-worker": "^4.3.0"
46724672
},

packages/__utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"watch": "tsc -p . --watch"
4747
},
4848
"dependencies": {
49-
"@cspell/url": "^9.7.0",
49+
"@cspell/url": "^9.8.0",
5050
"vscode-uri": "^3.1.0"
5151
},
5252
"engines": {

packages/_integrationTests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"author": "",
2525
"license": "MIT",
2626
"devDependencies": {
27-
"@cspell/cspell-types": "^9.7.0",
27+
"@cspell/cspell-types": "^9.8.0",
2828
"@cspell/dict-de-de": "^4.1.2",
2929
"@types/chai": "^5.2.3",
3030
"@types/decompress": "^4.2.7",

packages/_server/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
}
3232
},
3333
"devDependencies": {
34-
"@cspell/cspell-pipe": "^9.7.0",
35-
"@cspell/cspell-types": "^9.7.0",
36-
"@cspell/url": "^9.7.0",
34+
"@cspell/cspell-pipe": "^9.8.0",
35+
"@cspell/cspell-types": "^9.8.0",
36+
"@cspell/url": "^9.8.0",
3737
"@internal/common-utils": "file:../__utils",
38-
"cspell-config-lib": "^9.7.0",
39-
"cspell-gitignore": "^9.7.0",
40-
"cspell-glob": "^9.7.0",
41-
"cspell-io": "^9.7.0",
42-
"cspell-lib": "^9.7.0",
38+
"cspell-config-lib": "^9.8.0",
39+
"cspell-gitignore": "^9.8.0",
40+
"cspell-glob": "^9.8.0",
41+
"cspell-io": "^9.8.0",
42+
"cspell-lib": "^9.8.0",
4343
"gensequence": "^8.0.8",
4444
"json-rpc-api": "file:../json-rpc-api",
4545
"rxjs": "^7.8.2",
@@ -53,7 +53,7 @@
5353
"vscode-uri": "^3.1.0"
5454
},
5555
"dependencies": {
56-
"@cspell/cspell-bundled-dicts": "^9.7.0"
56+
"@cspell/cspell-bundled-dicts": "^9.8.0"
5757
},
5858
"scripts": {
5959
"build": "tsdown && npm run build:tsc && npm run build-schema",

packages/_serverPatternMatcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"devDependencies": {
26-
"@cspell/cspell-types": "^9.7.0",
26+
"@cspell/cspell-types": "^9.8.0",
2727
"@internal/common-utils": "file:../__utils",
2828
"regexp-worker": "^4.3.0",
2929
"vscode-languageserver": "^9.0.1",

packages/client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"watch:tsc": "npm run build:tsc -- --watch"
3737
},
3838
"devDependencies": {
39-
"@cspell/cspell-pipe": "^9.7.0",
40-
"@cspell/cspell-types": "^9.7.0",
39+
"@cspell/cspell-pipe": "^9.8.0",
40+
"@cspell/cspell-types": "^9.8.0",
4141
"@internal/common-utils": "file:../__utils",
4242
"@internal/locale-resolver": "file:../__locale-resolver",
4343
"@internal/server-pattern-matcher": "file:../_serverPatternMatcher",
@@ -51,7 +51,7 @@
5151
"code-spell-checker-server": "file:../_server",
5252
"comment-json": "^4.6.2",
5353
"cross-env": "^10.1.0",
54-
"cspell-lib": "^9.7.0",
54+
"cspell-lib": "^9.8.0",
5555
"fast-deep-equal": "^3.1.3",
5656
"kefir": "^3.8.8",
5757
"lorem-ipsum": "^2.0.8",
@@ -74,7 +74,7 @@
7474
"yargs": "^18.0.0"
7575
},
7676
"dependencies": {
77-
"@cspell/cspell-bundled-dicts": "^9.7.0"
77+
"@cspell/cspell-bundled-dicts": "^9.8.0"
7878
},
7979
"engines": {
8080
"node": ">=22.20.0"

0 commit comments

Comments
 (0)