-
-
Notifications
You must be signed in to change notification settings - Fork 25
Bump patch supported range to 16.0.10 #155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: d4c7ca7 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThe changeset introduces a patch version bump to 16.0.10 for the next-ws package. The PNPM workspace configuration and patch file are updated to reflect the new supported version range, extending compatibility from <=16.0.8 to <=16.0.10. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes
Possibly related PRs
Suggested labels
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (3)
.changeset/hmrquOpy4zVdN.md(1 hunks)pnpm-workspace.yaml(1 hunks)src/patches/patch-2.ts(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Testing
🔇 Additional comments (2)
.changeset/hmrquOpy4zVdN.md (1)
1-5: LGTM!The changeset format is correct and the description accurately reflects the version bump to 16.0.10.
src/patches/patch-2.ts (1)
24-24: Version range extension looks correct; verify patch compatibility.The version constraint update to
<=16.0.10is consistent with the PR objective. Please ensure that the patches have been tested with Next.js 16.0.9 and 16.0.10 to confirm compatibility, especially since patch-2 modifies internal Next.js modules (next:dist/server/request/headers.jsandnext:dist/server/request/cookies.js) which could be affected by internal changes.
Bump patch supported range to 16.0.10
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.