Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,680 changes: 2,117 additions & 1,563 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
"@fastify/express": "^4.0.2",
"@hapi/hapi": "^21.3.7",
"@hono/node-server": "^1.12.0",
"@stylistic/eslint-plugin": "^4.4.1",
"@stylistic/eslint-plugin": "^5.3.1",
"@types/connect": "^3.4.35",
"@types/express": "^5.0.2",
"@types/mime-types": "^2.1.1",
"@types/mime-types": "^3.0.1",
"@types/node": "^22.3.0",
"@types/on-finished": "^2.3.4",
"babel-jest": "^29.3.1",
"babel-jest": "^30.1.2",
"connect": "^3.7.0",
"cross-env": "^7.0.3",
"cspell": "^8.3.2",
Expand All @@ -82,11 +82,11 @@
"eslint-config-webpack": "^4.5.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.12.0",
"eslint-plugin-jsdoc": "^50.7.1",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-jsdoc": "^56.1.2",
"eslint-plugin-n": "^17.19.0",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-unicorn": "^60.0.0",
"eslint-plugin-unicorn": "^61.0.2",
"execa": "^5.1.1",
"express-4": "npm:express@^4",
"express": "^5.1.0",
Expand All @@ -95,8 +95,7 @@
"finalhandler": "^2.1.0",
"hono": "^4.4.13",
"husky": "^9.1.3",
"jest": "^29.3.1",
"joi": "^17.12.2",
"jest": "^30.1.3",
"koa": "^3.0.0",
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/logging.test.js.snap.webpack5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`validation should throw an error on the "cacheControl" option with "{"unknown":true,"maxAge":10000}" value 1`] = `
"Invalid options object. Dev Middleware has been initialized using an options object that does not match the API schema.
Expand Down
61 changes: 0 additions & 61 deletions test/utils/__snapshots__/handleRangeHeaders.test.js.snap.webpack4

This file was deleted.

61 changes: 0 additions & 61 deletions test/utils/__snapshots__/handleRangeHeaders.test.js.snap.webpack5

This file was deleted.

9 changes: 0 additions & 9 deletions test/utils/__snapshots__/setupHooks.test.js.snap.webpack4

This file was deleted.

2 changes: 1 addition & 1 deletion test/utils/__snapshots__/setupHooks.test.js.snap.webpack5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

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

Expand Down
55 changes: 0 additions & 55 deletions test/utils/__snapshots__/setupWriteToDisk.test.js.snap.webpack4

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

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