Skip to content

Commit 51de347

Browse files
chore(deps): update
1 parent 34188ea commit 51de347

4 files changed

Lines changed: 410 additions & 371 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ updates:
2525
- "json-parse-even-better-errors"
2626
- "strip-ansi"
2727
- "rimraf"
28-
- "mime-types"
2928
- package-ecosystem: "github-actions"
3029
directory: "/"
3130
schedule:

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,18 @@ jobs:
276276
yarn --frozen-lockfile
277277
if: matrix.node-version == '18.x'
278278
279+
- run: |
280+
yarn upgrade cspell@^9 --ignore-engines
281+
yarn --frozen-lockfile
282+
if: matrix.node-version == '20.x'
283+
279284
# Install main version of our deps
280285
- run: yarn upgrade enhanced-resolve@webpack/enhanced-resolve#main loader-runner@webpack/loader-runner#main webpack-sources@webpack/webpack-sources#main watchpack@webpack/watchpack#main tapable@webpack/tapable#main
281286
if: matrix.use_main_branches == '1'
282287

283288
# Install dependencies for LTS node versions
284289
- run: yarn --frozen-lockfile
285-
if: matrix.node-version != '10.x' && matrix.node-version != '12.x' && matrix.node-version != '14.x' && matrix.node-version != '16.x'
290+
if: matrix.node-version != '10.x' && matrix.node-version != '12.x' && matrix.node-version != '14.x' && matrix.node-version != '16.x' && matrix.node-version != '18.x' && matrix.node-version != '20.x'
286291

287292
- run: yarn link --frozen-lockfile || true
288293

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"@types/jest": "^30.0.0",
124124
"@types/mime-db": "^1.43.6",
125125
"@types/neo-async": "^2.6.7",
126-
"@types/node": "^25.1.0",
126+
"@types/node": "^25.6.0",
127127
"@types/xxhashjs": "^0.2.4",
128128
"@webdiscus/pug-loader": "^2.11.1",
129129
"assemblyscript": "^0.28.9",
@@ -132,7 +132,7 @@
132132
"coffee-loader": "^5.0.0",
133133
"coffeescript": "^2.5.1",
134134
"core-js": "^3.47.0",
135-
"cspell": "^9.4.0",
135+
"cspell": "^10.0.0",
136136
"css-loader": "^7.1.2",
137137
"date-fns": "^4.0.0",
138138
"es5-ext": "^0.10.53",
@@ -169,13 +169,13 @@
169169
"open-cli": "^8.0.0",
170170
"oxc-parser": "^0.124.0",
171171
"pkg-pr-new": "^0.0.66",
172-
"prettier": "^3.7.4",
172+
"prettier": "^3.8.2",
173173
"prettier-2": "npm:prettier@^2",
174174
"pretty-format": "^30.0.5",
175175
"pug": "^3.0.3",
176176
"raw-loader": "^4.0.1",
177-
"react": "^19.2.3",
178-
"react-dom": "^19.2.3",
177+
"react": "^19.2.5",
178+
"react-dom": "^19.2.5",
179179
"rehype-sanitize": "^6.0.0",
180180
"rehype-stringify": "^10.0.1",
181181
"remark-frontmatter": "^5.0.0",
@@ -192,7 +192,7 @@
192192
"tinybench": "^6.0.0",
193193
"toml": "^4.1.1",
194194
"tooling": "webpack/tooling#v1.26.1",
195-
"ts-loader": "^9.5.4",
195+
"ts-loader": "^9.5.7",
196196
"typescript": "^5.9.3",
197197
"unified": "^11.0.5",
198198
"url-loader": "^4.1.0",

0 commit comments

Comments
 (0)