Skip to content

Commit 0c4431b

Browse files
chore(deps): update
1 parent 69ad5fb commit 0c4431b

10 files changed

+2128
-1761
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@
6565
"@fastify/express": "^4.0.2",
6666
"@hapi/hapi": "^21.3.7",
6767
"@hono/node-server": "^1.12.0",
68-
"@stylistic/eslint-plugin": "^4.4.1",
68+
"@stylistic/eslint-plugin": "^5.3.1",
6969
"@types/connect": "^3.4.35",
7070
"@types/express": "^5.0.2",
71-
"@types/mime-types": "^2.1.1",
71+
"@types/mime-types": "^3.0.1",
7272
"@types/node": "^22.3.0",
7373
"@types/on-finished": "^2.3.4",
74-
"babel-jest": "^29.3.1",
74+
"babel-jest": "^30.1.2",
7575
"connect": "^3.7.0",
7676
"cross-env": "^7.0.3",
7777
"cspell": "^8.3.2",
@@ -82,11 +82,11 @@
8282
"eslint-config-webpack": "^4.5.0",
8383
"eslint-config-prettier": "^10.1.5",
8484
"eslint-plugin-import": "^2.31.0",
85-
"eslint-plugin-jest": "^28.12.0",
86-
"eslint-plugin-jsdoc": "^50.7.1",
85+
"eslint-plugin-jest": "^29.0.1",
86+
"eslint-plugin-jsdoc": "^56.1.2",
8787
"eslint-plugin-n": "^17.19.0",
8888
"eslint-plugin-prettier": "^5.4.1",
89-
"eslint-plugin-unicorn": "^60.0.0",
89+
"eslint-plugin-unicorn": "^61.0.2",
9090
"execa": "^5.1.1",
9191
"express-4": "npm:express@^4",
9292
"express": "^5.1.0",
@@ -95,8 +95,7 @@
9595
"finalhandler": "^2.1.0",
9696
"hono": "^4.4.13",
9797
"husky": "^9.1.3",
98-
"jest": "^29.3.1",
99-
"joi": "^17.12.2",
98+
"jest": "^30.1.3",
10099
"koa": "^3.0.0",
101100
"lint-staged": "^15.2.0",
102101
"npm-run-all": "^4.1.5",

test/__snapshots__/logging.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`logging should logging an error in "watch" method: stderr 1`] = `"Error: Watch error"`;
44

test/__snapshots__/validation-options.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`validation should throw an error on the "cacheControl" option with "{"unknown":true,"maxAge":10000}" value 1`] = `
44
"Invalid options object. Dev Middleware has been initialized using an options object that does not match the API schema.

test/utils/__snapshots__/handleRangeHeaders.test.js.snap.webpack4

Lines changed: 0 additions & 61 deletions
This file was deleted.

test/utils/__snapshots__/handleRangeHeaders.test.js.snap.webpack5

Lines changed: 0 additions & 61 deletions
This file was deleted.

test/utils/__snapshots__/setupHooks.test.js.snap.webpack4

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/utils/__snapshots__/setupHooks.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`setupHooks handles multi compiler 1`] = `[]`;
44

test/utils/__snapshots__/setupWriteToDisk.test.js.snap.webpack4

Lines changed: 0 additions & 55 deletions
This file was deleted.

test/utils/__snapshots__/setupWriteToDisk.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`setupWriteToDisk tries to create directories and write file if not filtered out with mkdir error 1`] = `
44
[

0 commit comments

Comments
 (0)