-
-
Notifications
You must be signed in to change notification settings - Fork 26
Bump patch supported range to 16.1.2 #165
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: e85fcee 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 |
WalkthroughThis PR updates Next.js version support from 16.1.1 to 16.1.2 by creating a changeset file and modifying version constraints in the workspace configuration and patch definition file. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
⏰ 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)
🔇 Additional comments (2)
✏️ Tip: You can disable this entire section by setting 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: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
src/patches/patch-2.ts (1)
22-31: Clarify Next.js version targeting — 16.1.2 does not exist as a published release.The version constraint in patch-2.ts specifies
<=16.1.2, and pnpm-workspace.yaml catalogsnext: "16.1.2". However, the npm registry only has Next.js 16.1.0 (stable) published; 16.1.1 and 16.1.2 do not exist as released versions. Only canary builds like 16.1.0-canary.* and 16.1.1-canary.0 are available.Confirm whether this targets a planned Next.js release or if the version constraint should be adjusted to an existing release.
📜 Review details
Configuration used: Organization 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/V6CUYgqg3Xi42.mdpnpm-workspace.yamlsrc/patches/patch-2.ts
⏰ 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)
pnpm-workspace.yaml (1)
6-6: LGTM!The catalog version bump to
16.1.2is consistent with the patch version constraint update insrc/patches/patch-2.ts..changeset/V6CUYgqg3Xi42.md (1)
1-5: LGTM!The changeset correctly documents this as a patch release for
next-wswith an appropriate description.
✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.
Bump patch supported range to 16.1.2
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.