Skip to content

Commit

Permalink
fix: Update CSpell (main) (#3750)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent ff2bca1 commit 0105fdd
Show file tree
Hide file tree
Showing 7 changed files with 180 additions and 158 deletions.
303 changes: 162 additions & 141 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4054,9 +4054,9 @@
"vitest": "^2.1.4"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^8.15.4",
"@cspell/cspell-types": "^8.15.4",
"cspell": "^8.15.4",
"@cspell/cspell-bundled-dicts": "^8.15.5",
"@cspell/cspell-types": "^8.15.5",
"cspell": "^8.15.5",
"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 @@ -24,7 +24,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-types": "^8.15.4",
"@cspell/cspell-types": "^8.15.5",
"@cspell/dict-de-de": "^4.0.3",
"@types/chai": "^5.0.1",
"@types/decompress": "^4.2.7",
Expand Down
16 changes: 8 additions & 8 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.15.4",
"@cspell/cspell-pipe": "^8.15.4",
"@cspell/cspell-types": "^8.15.4",
"@cspell/cspell-bundled-dicts": "^8.15.5",
"@cspell/cspell-pipe": "^8.15.5",
"@cspell/cspell-types": "^8.15.5",
"@internal/common-utils": "file:../__utils",
"cspell-config-lib": "^8.15.4",
"cspell-gitignore": "^8.15.4",
"cspell-glob": "^8.15.4",
"cspell-io": "^8.15.4",
"cspell-lib": "^8.15.4",
"cspell-config-lib": "^8.15.5",
"cspell-gitignore": "^8.15.5",
"cspell-glob": "^8.15.5",
"cspell-io": "^8.15.5",
"cspell-lib": "^8.15.5",
"gensequence": "^7.0.0",
"json-rpc-api": "file:../json-rpc-api",
"rxjs": "^7.8.1",
Expand Down
1 change: 1 addition & 0 deletions packages/_server/src/config/documentSettings.test.mts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ describe('Validate DocumentSettings', () => {
const settings = await docSettings.getSettings({ uri: Uri.parse(import.meta.url).toString() });
expect(settings.enabledLanguageIds).toBeUndefined();
expect(settings.enabledFileTypes).toEqual({
al: true,
dart: true,
fsharp: true,
javascript: false,
Expand Down
4 changes: 2 additions & 2 deletions packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@cspell/cspell-types": "^8.15.4",
"@cspell/cspell-types": "^8.15.5",
"@internal/common-utils": "file:../__utils",
"cspell-lib": "^8.15.4",
"cspell-lib": "^8.15.5",
"regexp-worker": "^3.0.0",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.12",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@cspell/cspell-pipe": "^8.15.4",
"@cspell/cspell-types": "^8.15.4",
"@cspell/cspell-pipe": "^8.15.5",
"@cspell/cspell-types": "^8.15.5",
"@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.5",
"cspell-lib": "^8.15.4",
"cspell-lib": "^8.15.5",
"fast-deep-equal": "^3.1.3",
"kefir": "^3.8.8",
"optionator": "^0.9.4",
Expand Down

0 comments on commit 0105fdd

Please sign in to comment.