Skip to content

Commit 8f25754

Browse files
authored
fix: Update to CSpell 9.0.2 (#4445)
1 parent f8f5ccc commit 8f25754

File tree

9 files changed

+327
-156
lines changed

9 files changed

+327
-156
lines changed

package-lock.json

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

package.json

Lines changed: 83 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,11 @@
973973
],
974974
"markdownDescription": "Options are\n- `user` - words that apply to all projects and workspaces\n- `workspace` - words that apply to the entire workspace\n- `folder` - words that apply to only a workspace folder",
975975
"title": "Scope of dictionary"
976+
},
977+
"supportNonStrictSearches": {
978+
"default": true,
979+
"markdownDescription": "Strip case and accents to allow for case insensitive searches and\nwords without accents.\n\nNote: this setting only applies to word lists. It has no-impact on trie\ndictionaries.",
980+
"type": "boolean"
976981
}
977982
},
978983
"required": [
@@ -1003,6 +1008,11 @@
10031008
"path": {
10041009
"markdownDescription": "Path to the file.",
10051010
"type": "string"
1011+
},
1012+
"supportNonStrictSearches": {
1013+
"default": true,
1014+
"markdownDescription": "Strip case and accents to allow for case insensitive searches and\nwords without accents.\n\nNote: this setting only applies to word lists. It has no-impact on trie\ndictionaries.",
1015+
"type": "boolean"
10061016
}
10071017
},
10081018
"required": [
@@ -1063,6 +1073,11 @@
10631073
}
10641074
],
10651075
"markdownDescription": "Defines the scope for when words will be added to the dictionary.\n\nScope values: `user`, `workspace`, `folder`."
1076+
},
1077+
"supportNonStrictSearches": {
1078+
"default": true,
1079+
"markdownDescription": "Strip case and accents to allow for case insensitive searches and\nwords without accents.\n\nNote: this setting only applies to word lists. It has no-impact on trie\ndictionaries.",
1080+
"type": "boolean"
10661081
}
10671082
},
10681083
"required": [
@@ -1397,6 +1412,11 @@
13971412
],
13981413
"markdownDescription": "Options are\n- `user` - words that apply to all projects and workspaces\n- `workspace` - words that apply to the entire workspace\n- `folder` - words that apply to only a workspace folder",
13991414
"title": "Scope of dictionary"
1415+
},
1416+
"supportNonStrictSearches": {
1417+
"default": true,
1418+
"markdownDescription": "Strip case and accents to allow for case insensitive searches and\nwords without accents.\n\nNote: this setting only applies to word lists. It has no-impact on trie\ndictionaries.",
1419+
"type": "boolean"
14001420
}
14011421
},
14021422
"required": [
@@ -1427,6 +1447,11 @@
14271447
"path": {
14281448
"markdownDescription": "Path to the file.",
14291449
"type": "string"
1450+
},
1451+
"supportNonStrictSearches": {
1452+
"default": true,
1453+
"markdownDescription": "Strip case and accents to allow for case insensitive searches and\nwords without accents.\n\nNote: this setting only applies to word lists. It has no-impact on trie\ndictionaries.",
1454+
"type": "boolean"
14301455
}
14311456
},
14321457
"required": [
@@ -1487,6 +1512,11 @@
14871512
}
14881513
],
14891514
"markdownDescription": "Defines the scope for when words will be added to the dictionary.\n\nScope values: `user`, `workspace`, `folder`."
1515+
},
1516+
"supportNonStrictSearches": {
1517+
"default": true,
1518+
"markdownDescription": "Strip case and accents to allow for case insensitive searches and\nwords without accents.\n\nNote: this setting only applies to word lists. It has no-impact on trie\ndictionaries.",
1519+
"type": "boolean"
14901520
}
14911521
},
14921522
"required": [
@@ -2366,6 +2396,11 @@
23662396
],
23672397
"markdownDescription": "Options are\n- `user` - words that apply to all projects and workspaces\n- `workspace` - words that apply to the entire workspace\n- `folder` - words that apply to only a workspace folder",
23682398
"title": "Scope of dictionary"
2399+
},
2400+
"supportNonStrictSearches": {
2401+
"default": true,
2402+
"markdownDescription": "Strip case and accents to allow for case insensitive searches and\nwords without accents.\n\nNote: this setting only applies to word lists. It has no-impact on trie\ndictionaries.",
2403+
"type": "boolean"
23692404
}
23702405
},
23712406
"title": "Custom Dictionary Entry",
@@ -2447,6 +2482,11 @@
24472482
],
24482483
"markdownDescription": "Options are\n- `user` - words that apply to all projects and workspaces\n- `workspace` - words that apply to the entire workspace\n- `folder` - words that apply to only a workspace folder",
24492484
"title": "Scope of dictionary"
2485+
},
2486+
"supportNonStrictSearches": {
2487+
"default": true,
2488+
"markdownDescription": "Strip case and accents to allow for case insensitive searches and\nwords without accents.\n\nNote: this setting only applies to word lists. It has no-impact on trie\ndictionaries.",
2489+
"type": "boolean"
24502490
}
24512491
},
24522492
"required": [
@@ -2477,6 +2517,11 @@
24772517
"path": {
24782518
"markdownDescription": "Path to the file.",
24792519
"type": "string"
2520+
},
2521+
"supportNonStrictSearches": {
2522+
"default": true,
2523+
"markdownDescription": "Strip case and accents to allow for case insensitive searches and\nwords without accents.\n\nNote: this setting only applies to word lists. It has no-impact on trie\ndictionaries.",
2524+
"type": "boolean"
24802525
}
24812526
},
24822527
"required": [
@@ -2537,6 +2582,11 @@
25372582
}
25382583
],
25392584
"markdownDescription": "Defines the scope for when words will be added to the dictionary.\n\nScope values: `user`, `workspace`, `folder`."
2585+
},
2586+
"supportNonStrictSearches": {
2587+
"default": true,
2588+
"markdownDescription": "Strip case and accents to allow for case insensitive searches and\nwords without accents.\n\nNote: this setting only applies to word lists. It has no-impact on trie\ndictionaries.",
2589+
"type": "boolean"
25402590
}
25412591
},
25422592
"required": [
@@ -2673,6 +2723,11 @@
26732723
],
26742724
"markdownDescription": "Options are\n- `user` - words that apply to all projects and workspaces\n- `workspace` - words that apply to the entire workspace\n- `folder` - words that apply to only a workspace folder",
26752725
"title": "Scope of dictionary"
2726+
},
2727+
"supportNonStrictSearches": {
2728+
"default": true,
2729+
"markdownDescription": "Strip case and accents to allow for case insensitive searches and\nwords without accents.\n\nNote: this setting only applies to word lists. It has no-impact on trie\ndictionaries.",
2730+
"type": "boolean"
26762731
}
26772732
},
26782733
"required": [
@@ -2703,6 +2758,11 @@
27032758
"path": {
27042759
"markdownDescription": "Path to the file.",
27052760
"type": "string"
2761+
},
2762+
"supportNonStrictSearches": {
2763+
"default": true,
2764+
"markdownDescription": "Strip case and accents to allow for case insensitive searches and\nwords without accents.\n\nNote: this setting only applies to word lists. It has no-impact on trie\ndictionaries.",
2765+
"type": "boolean"
27062766
}
27072767
},
27082768
"required": [
@@ -2763,6 +2823,11 @@
27632823
}
27642824
],
27652825
"markdownDescription": "Defines the scope for when words will be added to the dictionary.\n\nScope values: `user`, `workspace`, `folder`."
2826+
},
2827+
"supportNonStrictSearches": {
2828+
"default": true,
2829+
"markdownDescription": "Strip case and accents to allow for case insensitive searches and\nwords without accents.\n\nNote: this setting only applies to word lists. It has no-impact on trie\ndictionaries.",
2830+
"type": "boolean"
27662831
}
27672832
},
27682833
"required": [
@@ -3474,6 +3539,11 @@
34743539
],
34753540
"markdownDescription": "Options are\n- `user` - words that apply to all projects and workspaces\n- `workspace` - words that apply to the entire workspace\n- `folder` - words that apply to only a workspace folder",
34763541
"title": "Scope of dictionary"
3542+
},
3543+
"supportNonStrictSearches": {
3544+
"default": true,
3545+
"markdownDescription": "Strip case and accents to allow for case insensitive searches and\nwords without accents.\n\nNote: this setting only applies to word lists. It has no-impact on trie\ndictionaries.",
3546+
"type": "boolean"
34773547
}
34783548
},
34793549
"required": [
@@ -3619,6 +3689,11 @@
36193689
],
36203690
"markdownDescription": "Options are\n- `user` - words that apply to all projects and workspaces\n- `workspace` - words that apply to the entire workspace\n- `folder` - words that apply to only a workspace folder",
36213691
"title": "Scope of dictionary"
3692+
},
3693+
"supportNonStrictSearches": {
3694+
"default": true,
3695+
"markdownDescription": "Strip case and accents to allow for case insensitive searches and\nwords without accents.\n\nNote: this setting only applies to word lists. It has no-impact on trie\ndictionaries.",
3696+
"type": "boolean"
36223697
}
36233698
},
36243699
"required": [
@@ -3764,6 +3839,11 @@
37643839
],
37653840
"markdownDescription": "Options are\n- `user` - words that apply to all projects and workspaces\n- `workspace` - words that apply to the entire workspace\n- `folder` - words that apply to only a workspace folder",
37663841
"title": "Scope of dictionary"
3842+
},
3843+
"supportNonStrictSearches": {
3844+
"default": true,
3845+
"markdownDescription": "Strip case and accents to allow for case insensitive searches and\nwords without accents.\n\nNote: this setting only applies to word lists. It has no-impact on trie\ndictionaries.",
3846+
"type": "boolean"
37673847
}
37683848
},
37693849
"required": [
@@ -4145,10 +4225,10 @@
41454225
"vitest": "^3.1.4"
41464226
},
41474227
"dependencies": {
4148-
"@cspell/cspell-bundled-dicts": "^9.0.1",
4149-
"@cspell/cspell-types": "^9.0.1",
4228+
"@cspell/cspell-bundled-dicts": "^9.0.2",
4229+
"@cspell/cspell-types": "^9.0.2",
41504230
"@cspell/dict-cspell-bundle": "^2.0.3",
4151-
"cspell": "^9.0.1",
4231+
"cspell": "^9.0.2",
41524232
"regexp-worker": "^3.0.0"
41534233
},
41544234
"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": "^9.0.1",
49+
"@cspell/url": "^9.0.2",
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.0.1",
27+
"@cspell/cspell-types": "^9.0.2",
2828
"@cspell/dict-de-de": "^4.1.0",
2929
"@types/chai": "^5.2.2",
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": "^9.0.1",
44-
"@cspell/cspell-pipe": "^9.0.1",
45-
"@cspell/cspell-types": "^9.0.1",
46-
"@cspell/url": "^9.0.1",
43+
"@cspell/cspell-bundled-dicts": "^9.0.2",
44+
"@cspell/cspell-pipe": "^9.0.2",
45+
"@cspell/cspell-types": "^9.0.2",
46+
"@cspell/url": "^9.0.2",
4747
"@internal/common-utils": "file:../__utils",
48-
"cspell-config-lib": "^9.0.1",
49-
"cspell-gitignore": "^9.0.1",
50-
"cspell-glob": "^9.0.1",
51-
"cspell-io": "^9.0.1",
52-
"cspell-lib": "^9.0.1",
48+
"cspell-config-lib": "^9.0.2",
49+
"cspell-gitignore": "^9.0.2",
50+
"cspell-glob": "^9.0.2",
51+
"cspell-io": "^9.0.2",
52+
"cspell-lib": "^9.0.2",
5353
"gensequence": "^7.0.0",
5454
"json-rpc-api": "file:../json-rpc-api",
5555
"rxjs": "^7.8.2",

0 commit comments

Comments
 (0)