You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could I ask why this is? Should I also be waiting for this version too?
There's no strong reason for us to rush upgrading the templates. When people see a canary version, they often wonder if it's actually safe for production, so keeping them on 15.4.10 avoids that confusion.
The other concern with canaries is upgrades. If something breaks in between now and a stable 16.2.0 release, and a security fix comes out in the meantime, you may have to either downgrade or upgrade and live with the breakage. On a stable 15.4.x release, you can usually just bump a patch version and move on. Other than that, I don't see a technical reason not to upgrade to 16.x.x right now.
In terms of stability with the current canary release, there are no issues. Our test suite / payload monorepo now targets the latest canary, so in a way you have more guaranteed stability with payload.
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
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.
This PR bumps all our templates to use Next.js 16.
TODO: wait for Next.js 16.2.0 release before merging.