Skip to content

Commit 6207d9e

Browse files
ci: Workflow Bot -- Update ALL Dependencies (main) (#8205)
Co-authored-by: street-side-software-automation[bot] <74785433+street-side-software-automation[bot]@users.noreply.github.com> Co-authored-by: Jason Dent <[email protected]>
1 parent 323268e commit 6207d9e

File tree

16 files changed

+1096
-978
lines changed

16 files changed

+1096
-978
lines changed

integration-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"devDependencies": {
4545
"@cspell/cspell-bundled-dicts": "workspace:*",
4646
"@cspell/dict-de-de": "^4.1.2",
47-
"@cspell/dict-en_us": "^4.4.25",
48-
"@cspell/dict-rust": "^4.0.12",
47+
"@cspell/dict-en_us": "^4.4.26",
48+
"@cspell/dict-rust": "^4.1.0",
4949
"@cspell/dict-shell": "^1.1.2",
50-
"@cspell/dict-win32": "^2.0.9",
50+
"@cspell/dict-win32": "^2.0.10",
5151
"@types/shelljs": "^0.10.0",
5252
"cspell": "workspace:*"
5353
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"nyc": "^17.1.0",
127127
"perf-insight": "^2.0.1",
128128
"prettier": "^3.7.4",
129-
"rollup": "^4.53.5",
129+
"rollup": "^4.54.0",
130130
"rollup-plugin-dts": "^6.3.0",
131131
"shx": "^0.4.0",
132132
"ts-node": "^10.9.2",
@@ -135,7 +135,7 @@
135135
"tslib": "^2.8.1",
136136
"tsup": "^8.5.1",
137137
"typescript": "~5.9.3",
138-
"typescript-eslint": "^8.50.0",
138+
"typescript-eslint": "^8.50.1",
139139
"vite": "^7.3.0",
140140
"vitest": "~4.0.16"
141141
}

packages/cspell-eslint-plugin/fixtures/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@cspell/eslint-plugin": "workspace:*",
1616
"@eslint/js": "^9.39.2",
1717
"eslint": "^9.39.2",
18-
"typescript-eslint": "^8.50.0"
18+
"typescript-eslint": "^8.50.1"
1919
}
2020
}

packages/cspell-eslint-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"@internal/cspell-eslint-plugin-scripts": "workspace:*",
8484
"@types/estree": "^1.0.8",
8585
"@types/mocha": "^10.0.10",
86-
"@typescript-eslint/parser": "^8.50.0",
87-
"@typescript-eslint/types": "^8.50.0",
86+
"@typescript-eslint/parser": "^8.50.1",
87+
"@typescript-eslint/types": "^8.50.1",
8888
"eslint": "^9.39.2",
8989
"eslint-plugin-jsonc": "^2.21.0",
9090
"eslint-plugin-mdx": "^3.6.2",
@@ -97,7 +97,7 @@
9797
"mocha": "^11.7.5",
9898
"ts-json-schema-generator": "^2.4.0",
9999
"typescript": "~5.9.3",
100-
"typescript-eslint": "^8.50.0",
100+
"typescript-eslint": "^8.50.1",
101101
"yaml-eslint-parser": "^1.3.2"
102102
},
103103
"dependencies": {

packages/cspell-lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@
9292
},
9393
"devDependencies": {
9494
"@cspell/dict-cpp": "^6.0.15",
95-
"@cspell/dict-csharp": "^4.0.7",
96-
"@cspell/dict-css": "^4.0.18",
95+
"@cspell/dict-csharp": "^4.0.8",
96+
"@cspell/dict-css": "^4.0.19",
9797
"@cspell/dict-fa-ir": "^4.0.5",
9898
"@cspell/dict-fr-fr": "^2.3.2",
99-
"@cspell/dict-html": "^4.0.13",
99+
"@cspell/dict-html": "^4.0.14",
100100
"@cspell/dict-nl-nl": "^2.4.2",
101101
"@cspell/dict-python": "^4.2.24",
102102
"@types/configstore": "^6.0.2",

packages/cspell-lib/src/lib/SpellingDictionary/DictionaryController/DictionaryLoader.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ describe('Validate DictionaryLoader', () => {
7878
}
7979

8080
const csharpDictExt = require.resolve('@cspell/dict-csharp/cspell-ext.json');
81-
const csharp = path.join(path.dirname(csharpDictExt), 'csharp.txt.gz');
81+
const csharp = path.join(path.dirname(csharpDictExt), 'dict/csharp.txt.gz');
8282

8383
// cspell:ignore aujourd’hui
8484

packages/cspell-lib/src/lib/SpellingDictionary/DictionaryLoader.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('Validate DictionaryLoader', () => {
4949
}
5050
// cspell:ignore aujourd’hui
5151
const csharpDictExt = require.resolve('@cspell/dict-csharp/cspell-ext.json');
52-
const csharp = path.join(path.dirname(csharpDictExt), 'csharp.txt.gz');
52+
const csharp = path.join(path.dirname(csharpDictExt), 'dict/csharp.txt.gz');
5353
test.each`
5454
testCase | file | options | word | maxAge | hasWord | hasErrors
5555
${'sample words'} | ${sample('words.txt')} | ${{}} | ${'apple'} | ${1} | ${true} | ${false}

packages/cspell-pipe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"node": ">=20"
130130
},
131131
"devDependencies": {
132-
"globby": "^16.0.0",
132+
"globby": "^16.1.0",
133133
"perf-insight": "^2.0.1"
134134
}
135135
}

packages/cspell-trie-lib/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"url": "https://github.com/streetsidesoftware/cspell/labels/cspell-trie"
5959
},
6060
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-trie-lib#readme",
61-
"dependencies": {},
6261
"engines": {
6362
"node": ">=20"
6463
},
@@ -67,7 +66,7 @@
6766
},
6867
"devDependencies": {
6968
"@cspell/cspell-pipe": "workspace:*",
70-
"@cspell/dict-en_us": "^4.4.25",
69+
"@cspell/dict-en_us": "^4.4.26",
7170
"@cspell/dict-es-es": "^3.0.8",
7271
"@cspell/dict-nl-nl": "^2.4.2",
7372
"gensequence": "^8.0.8",

0 commit comments

Comments
 (0)