feat(PP-3449)!: update dependencies and start the 1.0 release line#196
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
aebd41b to
abdad45
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Dependencies update + start of the 1.0 release line
Summary
Updates dependencies to latest across the root package and test fixtures, and carries the
feat!:/BREAKING CHANGEmarker so semantic-release finally advances the version to the 1.0 line (1.0.0-beta.xon the beta channel) — it kept computing0.20.0-beta.xfrom the commit history because no major trigger had landed.Key changes
http-proxy-middleware4.2.0,eslint10,tsx4.23,typescript-eslint8.63,vitest/@vitest/coverage-v84.1.10undicideliberately stays on^7.28.0(devDependency + override): undici 8 removes internal modules thatjsdom29 requires (undici/lib/handler/wrap-handler.js) — updating it breaks every jsdom-based test workerjquery4 +@types/jquery4 (test-commonjs),http-proxy-middleware4.2.0 +tsx4.23 (test-nextjs);eslintstays on^9in the Next.js fixtures —eslint-config-next16 does not declare eslint 10 peer supportengines; no longer published under the 0.x scheme)Testing
npm run audit:all— 0 vulnerabilities in root and all three fixturesnpm run reinstall:all— all fixtures reinstall cleanlypp-dev buildof test-commonjs with jQuery 4 (bundle + zip + changelog OK)Included commits:
aebd41bfeat(PP-3449)!: update dependencies and start the 1.0 release lineMerge Request:
origin/pp-3449-dev-panel-position→origin/develop