fix(backend-deps): upgrade payload and next to latest#930
Open
jeffplays2005 wants to merge 7 commits intomasterfrom
Open
fix(backend-deps): upgrade payload and next to latest#930jeffplays2005 wants to merge 7 commits intomasterfrom
jeffplays2005 wants to merge 7 commits intomasterfrom
Conversation
Contributor
Preview Deployment Status✅ Storybook Preview: https://e5c1ccdc.uabc-storybook.pages.dev ✅ Frontend Preview: https://4fc8aaf8.uabc.pages.dev |
Contributor
Coverage Report
File CoverageNo changed files found. |
- Backend `next` version has been updated and NOT frontend - Types have been regenerated as Payload implemented kv
https://nextjs.org/blog/CVE-2025-66478 - Updated to the patched version of `15.4.x` to address CVE issue. - Also matched the next.js versions to address type disparities.
956adcd to
dded661
Compare
> **Payload v3.65.0:** > This release disables Turbopack Build support. Please use Webpack to build your app for now. > You can do so by using `pnpm build` on Next.js 15 and `pnpm build --webpack` on Next.js 16.
990ad1d to
bcba20e
Compare
- React `19.2.1` contains a patch for the recent CVE-2025-55182 vulnerability.
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.
Description
Note
Some things are likely to break, hence requiring a slower development flow with proper testing & monitoring to work on.
Important
Payload v3.65.0:
This release disables Turbopack Build support. Please use Webpack to build your app for now. You can do so by using
pnpm buildon Next.js 15 andpnpm build --webpackon Next.js 16.This ticket addresses the CVE issue with Next.js and updates the Payload & related dependencies to the latest (possible) versions.
Also aims to upgrade the backend Next.js version to the latest possible version.
Type of change
How Has This Been Tested?
Checklist before requesting a review