Skip to content

Commit abdad45

Browse files
committed
feat(PP-3449)!: update dependencies and start the 1.0 release line
Root: http-proxy-middleware 4.2.0, eslint 10, tsx 4.23, typescript-eslint 8.63, vitest/@vitest/coverage-v8 4.1.10. The undici devDependency and override stay on ^7.28.0 - undici 8 removes internal modules that jsdom 29 requires (undici/lib/handler/wrap-handler.js). Fixtures: jquery 4 + @types/jquery 4 (test-commonjs), http-proxy-middleware 4.2.0 and tsx 4.23 (test-nextjs); eslint stays on ^9 in the Next.js fixtures because eslint-config-next 16 does not declare eslint 10 peer support. Lockfiles refreshed against the rebuilt local tarball. Verified: 212 unit + 39 integration tests, eslint, repo-wide audit:all (0 vulnerabilities everywhere), reinstall:all, and a full pp-dev build of test-commonjs with jquery 4. BREAKING CHANGE: pp-dev moves to the 1.0 release line. Node.js >= 24 is required (declared in engines) and the package is no longer published under the 0.x version scheme.
1 parent 025f141 commit abdad45

7 files changed

Lines changed: 162 additions & 298 deletions

File tree

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"extract-zip": "^2.0.1",
114114
"file-type": "^22.0.1",
115115
"formdata-node": "^6.0.3",
116-
"http-proxy-middleware": "^4.1.1",
116+
"http-proxy-middleware": "^4.2.0",
117117
"isbinaryfile": "^6.0.0",
118118
"jsdom": "29.1.1",
119119
"jszip": "^3.10.1",
@@ -146,7 +146,7 @@
146146
"@types/memory-cache": "^0.2.6",
147147
"@types/node": "^26.1.0",
148148
"@types/ws": "^8.18.1",
149-
"@vitest/coverage-v8": "^4.1.9",
149+
"@vitest/coverage-v8": "^4.1.10",
150150
"connect": "^3.7.0",
151151
"eslint": "^10.6.0",
152152
"next": "^16.2.10",
@@ -157,10 +157,10 @@
157157
"rollup-plugin-visualizer": "7.0.1",
158158
"semantic-release": "^25.0.5",
159159
"tslib": "^2.8.1",
160-
"tsx": "^4.22.4",
161-
"typescript-eslint": "^8.62.1",
160+
"tsx": "^4.23.0",
161+
"typescript-eslint": "^8.63.0",
162162
"undici": "^7.28.0",
163-
"vitest": "^4.1.9",
163+
"vitest": "^4.1.10",
164164
"yargs": "^18.0.0"
165165
},
166166
"files": [

tests/test-commonjs/package-lock.json

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

0 commit comments

Comments
 (0)