Skip to content

Commit 7885d49

Browse files
authored
chore: Update packages (#8172)
1 parent 4d892f0 commit 7885d49

File tree

14 files changed

+811
-1138
lines changed

14 files changed

+811
-1138
lines changed

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@cspell/cspell-bundled-dicts": "workspace:*",
4646
"@cspell/dict-de-de": "^4.1.2",
47-
"@cspell/dict-en_us": "^4.4.24",
47+
"@cspell/dict-en_us": "^4.4.25",
4848
"@cspell/dict-rust": "^4.0.12",
4949
"@cspell/dict-shell": "^1.1.2",
5050
"@cspell/dict-win32": "^2.0.9",

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@
101101
},
102102
"devDependencies": {
103103
"@cspell/eslint-plugin": "workspace:*",
104-
"@eslint/js": "^9.39.1",
104+
"@eslint/js": "^9.39.2",
105105
"@internal/scripts": "workspace:*",
106-
"@lerna-lite/cli": "^4.9.4",
107-
"@lerna-lite/publish": "^4.9.4",
106+
"@lerna-lite/cli": "^4.10.2",
107+
"@lerna-lite/publish": "^4.10.2",
108108
"@rollup/plugin-alias": "^6.0.0",
109109
"@rollup/plugin-commonjs": "^29.0.0",
110110
"@rollup/plugin-json": "^6.1.0",
@@ -114,18 +114,18 @@
114114
"@rollup/plugin-typescript": "^12.3.0",
115115
"@swc-node/register": "^1.11.1",
116116
"@tsconfig/node20": "^20.1.8",
117-
"@types/node": "^20.19.26",
117+
"@types/node": "^20.19.27",
118118
"@vitest/coverage-istanbul": "~4.0.15",
119119
"conventional-changelog-conventionalcommits": "^9.1.0",
120-
"eslint": "^9.39.1",
120+
"eslint": "^9.39.2",
121121
"eslint-plugin-n": "^17.23.1",
122122
"eslint-plugin-simple-import-sort": "^12.1.1",
123123
"eslint-plugin-unicorn": "^62.0.0",
124124
"inject-markdown": "^4.0.0",
125125
"nyc": "^17.1.0",
126126
"perf-insight": "^2.0.1",
127127
"prettier": "^3.7.4",
128-
"rollup": "^4.53.3",
128+
"rollup": "^4.53.5",
129129
"rollup-plugin-dts": "^6.3.0",
130130
"shx": "^0.4.0",
131131
"ts-node": "^10.9.2",
@@ -134,8 +134,8 @@
134134
"tslib": "^2.8.1",
135135
"tsup": "^8.5.1",
136136
"typescript": "~5.9.3",
137-
"typescript-eslint": "^8.49.0",
138-
"vite": "^7.2.7",
137+
"typescript-eslint": "^8.50.0",
138+
"vite": "^7.3.0",
139139
"vitest": "~4.0.15"
140140
}
141141
}

packages/cspell-dictionary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@cspell/cspell-pipe": "workspace:*",
5858
"@cspell/cspell-types": "workspace:*",
5959
"cspell-trie-lib": "workspace:*",
60-
"fast-equals": "^5.3.3"
60+
"fast-equals": "^5.4.0"
6161
},
6262
"devDependencies": {
6363
"gensequence": "^8.0.8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "ISC",
1313
"devDependencies": {
1414
"@cspell/eslint-plugin": "workspace:*",
15-
"es-toolkit": "^1.42.0",
15+
"es-toolkit": "^1.43.0",
1616
"eslint": "^8.57.1"
1717
}
1818
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"license": "MIT",
1414
"devDependencies": {
1515
"@cspell/eslint-plugin": "workspace:*",
16-
"@eslint/js": "^9.39.1",
17-
"eslint": "^9.39.1",
18-
"typescript-eslint": "^8.49.0"
16+
"@eslint/js": "^9.39.2",
17+
"eslint": "^9.39.2",
18+
"typescript-eslint": "^8.50.0"
1919
}
2020
}

packages/cspell-eslint-plugin/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,25 +79,25 @@
7979
},
8080
"devDependencies": {
8181
"@eslint/eslintrc": "^3.3.3",
82-
"@eslint/js": "^9.39.1",
82+
"@eslint/js": "^9.39.2",
8383
"@internal/cspell-eslint-plugin-scripts": "workspace:*",
8484
"@types/estree": "^1.0.8",
8585
"@types/mocha": "^10.0.10",
86-
"@typescript-eslint/parser": "^8.49.0",
87-
"@typescript-eslint/types": "^8.49.0",
88-
"eslint": "^9.39.1",
86+
"@typescript-eslint/parser": "^8.50.0",
87+
"@typescript-eslint/types": "^8.50.0",
88+
"eslint": "^9.39.2",
8989
"eslint-plugin-jsonc": "^2.21.0",
9090
"eslint-plugin-mdx": "^3.6.2",
9191
"eslint-plugin-n": "^17.23.1",
9292
"eslint-plugin-react": "^7.37.5",
9393
"eslint-plugin-simple-import-sort": "^12.1.1",
94-
"eslint-plugin-yml": "^1.19.0",
94+
"eslint-plugin-yml": "^1.19.1",
9595
"globals": "^16.5.0",
9696
"jsonc-eslint-parser": "^2.4.2",
9797
"mocha": "^11.7.5",
9898
"ts-json-schema-generator": "^2.4.0",
9999
"typescript": "~5.9.3",
100-
"typescript-eslint": "^8.49.0",
100+
"typescript-eslint": "^8.50.0",
101101
"yaml-eslint-parser": "^1.3.2"
102102
},
103103
"dependencies": {

packages/cspell-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@cspell/dict-fr-fr": "^2.3.2",
9999
"@cspell/dict-html": "^4.0.13",
100100
"@cspell/dict-nl-nl": "^2.4.2",
101-
"@cspell/dict-python": "^4.2.23",
101+
"@cspell/dict-python": "^4.2.24",
102102
"@types/configstore": "^6.0.2",
103103
"comment-json": "^4.5.0",
104104
"configstore": "^7.1.0",

packages/cspell-trie-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"node": ">=20"
6868
},
6969
"devDependencies": {
70-
"@cspell/dict-en_us": "^4.4.24",
70+
"@cspell/dict-en_us": "^4.4.25",
7171
"@cspell/dict-es-es": "^3.0.8",
7272
"@cspell/dict-nl-nl": "^2.4.2",
7373
"import-meta-resolve": "^4.2.0"

packages/hunspell-reader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"commander": "^14.0.2",
5454
"gensequence": "^8.0.8",
5555
"html-entities": "^2.6.0",
56-
"iconv-lite": "^0.7.0"
56+
"iconv-lite": "^0.7.1"
5757
},
5858
"engines": {
5959
"node": ">=20"

0 commit comments

Comments
 (0)