Skip to content

Commit eca7e8a

Browse files
fix: Update CSpell (main) (#4260)
1 parent e344b00 commit eca7e8a

File tree

7 files changed

+137
-137
lines changed

7 files changed

+137
-137
lines changed

package-lock.json

Lines changed: 118 additions & 118 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
@@ -4091,10 +4091,10 @@
40914091
"vitest": "^3.0.9"
40924092
},
40934093
"dependencies": {
4094-
"@cspell/cspell-bundled-dicts": "^8.18.0",
4095-
"@cspell/cspell-types": "^8.18.0",
4094+
"@cspell/cspell-bundled-dicts": "^8.18.1",
4095+
"@cspell/cspell-types": "^8.18.1",
40964096
"@cspell/dict-cspell-bundle": "^1.0.39",
4097-
"cspell": "^8.18.0",
4097+
"cspell": "^8.18.1",
40984098
"regexp-worker": "^3.0.0"
40994099
},
41004100
"vsce": {

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": "^8.18.0",
49+
"@cspell/url": "^8.18.1",
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": "^8.18.0",
27+
"@cspell/cspell-types": "^8.18.1",
2828
"@cspell/dict-de-de": "^4.0.3",
2929
"@types/chai": "^5.2.1",
3030
"@types/decompress": "^4.2.7",

packages/_server/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@
4040
"yargs": "^17.7.2"
4141
},
4242
"dependencies": {
43-
"@cspell/cspell-bundled-dicts": "^8.18.0",
44-
"@cspell/cspell-pipe": "^8.18.0",
45-
"@cspell/cspell-types": "^8.18.0",
46-
"@cspell/url": "^8.18.0",
43+
"@cspell/cspell-bundled-dicts": "^8.18.1",
44+
"@cspell/cspell-pipe": "^8.18.1",
45+
"@cspell/cspell-types": "^8.18.1",
46+
"@cspell/url": "^8.18.1",
4747
"@internal/common-utils": "file:../__utils",
48-
"cspell-config-lib": "^8.18.0",
49-
"cspell-gitignore": "^8.18.0",
50-
"cspell-glob": "^8.18.0",
51-
"cspell-io": "^8.18.0",
52-
"cspell-lib": "^8.18.0",
48+
"cspell-config-lib": "^8.18.1",
49+
"cspell-gitignore": "^8.18.1",
50+
"cspell-glob": "^8.18.1",
51+
"cspell-io": "^8.18.1",
52+
"cspell-lib": "^8.18.1",
5353
"gensequence": "^7.0.0",
5454
"json-rpc-api": "file:../json-rpc-api",
5555
"rxjs": "^7.8.2",

packages/_serverPatternMatcher/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"yargs": "^17.7.2"
4747
},
4848
"dependencies": {
49-
"@cspell/cspell-types": "^8.18.0",
49+
"@cspell/cspell-types": "^8.18.1",
5050
"@internal/common-utils": "file:../__utils",
51-
"cspell-lib": "^8.18.0",
51+
"cspell-lib": "^8.18.1",
5252
"regexp-worker": "^3.0.0",
5353
"vscode-languageserver": "^9.0.1",
5454
"vscode-languageserver-textdocument": "^1.0.12",

packages/client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"webpack-cli": "^6.0.1"
5454
},
5555
"dependencies": {
56-
"@cspell/cspell-pipe": "^8.18.0",
57-
"@cspell/cspell-types": "^8.18.0",
56+
"@cspell/cspell-pipe": "^8.18.1",
57+
"@cspell/cspell-types": "^8.18.1",
5858
"@internal/common-utils": "file:../__utils",
5959
"@internal/locale-resolver": "file:../__locale-resolver",
6060
"@internal/server-pattern-matcher": "file:../_serverPatternMatcher",
@@ -64,7 +64,7 @@
6464
"camelize": "^1.0.1",
6565
"code-spell-checker-server": "file:../_server",
6666
"comment-json": "^4.2.5",
67-
"cspell-lib": "^8.18.0",
67+
"cspell-lib": "^8.18.1",
6868
"fast-deep-equal": "^3.1.3",
6969
"kefir": "^3.8.8",
7070
"optionator": "^0.9.4",

0 commit comments

Comments
 (0)