-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
chore: bump @opennextjs/cloudflare
to 1.6.4
#8065
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
chore: bump @opennextjs/cloudflare
to 1.6.4
#8065
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8065 +/- ##
==========================================
+ Coverage 72.77% 72.81% +0.03%
==========================================
Files 96 96
Lines 8328 8328
Branches 215 214 -1
==========================================
+ Hits 6061 6064 +3
+ Misses 2266 2263 -3
Partials 1 1 ☔ View full report in Codecov by Sentry. |
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.
Pull Request Overview
This PR updates the @opennextjs/cloudflare
dependency from version 1.6.2
to 1.6.4
to gain support for Next.js 15.4, and removes the temporary Next.js version downgrade from the CI workflow that was previously required due to compatibility issues.
- Bumps
@opennextjs/cloudflare
dependency to version1.6.4
- Removes the temporary Next.js 15.3.2 downgrade step from the Playwright CI workflow
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
apps/site/package.json | Updates @opennextjs/cloudflare dependency version from ^1.6.2 to ^1.6.4 |
.github/workflows/playwright-cloudflare-open-next.yml | Removes the temporary Next.js downgrade step that forced installation of version 15.3.2 |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
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.
Yay!
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.
Was there an update on peerDeps in @opennextjs/cloudflare
to block non-compatible next
versions? Though admittedly with this bump and the CI using the installed versions, a bump will get blocked by a failing CI where needed.
No sorry, no updates, I actually forgot to ask the team about that 🙇 , I'll ask right away 🙏 |
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.
LGMT !
Lighthouse Results
|
Description
Bumping the
@opennextjs/cloudflare
dependency to1.6.4
, this version of the open-next adapter also supports Next.js 15.4, so I'm also removing the15.3.2
downgrade in the CI check (introduced in #8039) 🙂Validation
Tested this locally, also the CI check will show if this is working in CI 🙂
Check List
pnpm format
to ensure the code follows the style guide.pnpm test
to check if all tests are passing.pnpm build
to check if the website builds without errors.