-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Upgrade Nextjs 15 #7588
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
Merged
Merged
Upgrade Nextjs 15 #7588
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
20593e3
Upgrade e2e test project to Nextjs 15
chalosalvador 0d95cce
Update next.config experimental.serverActions ot be an object
chalosalvador 5bd09ee
Remove deprecated option swcMinify from next.config
chalosalvador f7ac2a4
Add 'force-static' to nextjs static GET route handler to generate a v…
chalosalvador 156ccf4
Add _not-found route to expected effective firebase.json and remove h…
chalosalvador 160b314
Add hasStaticAppNotFoundComponent verification back
chalosalvador 0ebcd4f
Add hasStaticAppNotFoundComponent verification back
chalosalvador 0a303e8
Skipping partial html files generated due to enabling ppr in Nextjs
chalosalvador 703b6a9
Detect partial html files in build and add them to reasonsForBackend.
chalosalvador c4eedfe
Add tests cases for new utils functions
chalosalvador 983cd5d
Merge branch 'master' of github.com:firebase/firebase-tools into chal…
chalosalvador c78c861
Merge branch 'master' into chalosalvador/fix-next-ppr-dynamic-pages
chalosalvador 467392a
Merge branch 'master' into chalosalvador/fix-next-ppr-dynamic-pages
chalosalvador ec84e82
Merge branch 'chalosalvador/fix-next-ppr-dynamic-pages' of github.com…
chalosalvador 5aab663
Check if file .html exists before trying to read it.
chalosalvador c86c96a
Remove warning if file does not exist
chalosalvador 0f0ea1a
Merge branch 'master' into chalosalvador/fix-next-ppr-dynamic-pages
chalosalvador 74ec984
Changelog
chalosalvador f04ed22
Promise.all test isPartialHTML
chalosalvador d81127e
Merge branch 'master' of github.com:firebase/firebase-tools into chal…
chalosalvador 005d6d3
Merge branch 'master' into chalosalvador/fix-next-ppr-dynamic-pages
chalosalvador 47c3def
Refactor to use .meta files for PPR
chalosalvador 9dd127a
Changelog
chalosalvador 9ad29da
Merge branch 'master' of github.com:firebase/firebase-tools into chal…
chalosalvador 5d39766
Upgrade NextJS deploy test to 15.0.0-canary.202 and add new headers f…
chalosalvador 2e77e20
Merge branch 'master' into chalosalvador/upgrade-nextjs-15
chalosalvador c083ea1
Bump nextjs to 15.0.0
chalosalvador 7e4325f
Fix identation on package.json for tests
chalosalvador b9a0825
Merge branch 'master' into chalosalvador/upgrade-nextjs-15
chalosalvador 2d1eb4a
Merge branch 'master' into chalosalvador/fix-next-ppr-dynamic-pages
chalosalvador cb92793
Merge branch 'chalosalvador/fix-next-ppr-dynamic-pages' into chalosal…
chalosalvador 7c5262e
Update supportedRange constant and skip sharp as dep when next gte 15…
chalosalvador d92f733
Changelog
chalosalvador b40a6af
Merge branch 'master' of github.com:firebase/firebase-tools into chal…
chalosalvador ba9dc35
Fix case for PPR message
chalosalvador 023d4b8
Revert skip sharp on next 15
chalosalvador 619f95b
Update changelog
chalosalvador 28cf6fd
Update image optimization comment.
chalosalvador 6194675
Merge branch 'master' of github.com:firebase/firebase-tools into chal…
chalosalvador d390ad4
Merge branch 'master' into chalosalvador/upgrade-nextjs-15
chalosalvador 6a6d697
Merge branch 'master' into chalosalvador/upgrade-nextjs-15
chalosalvador 0270243
Merge branch 'master' into chalosalvador/upgrade-nextjs-15
chalosalvador File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| - Added support for Next.js 15. (#7588) |
2 changes: 2 additions & 0 deletions
2
scripts/webframeworks-deploy-tests/nextjs/app/app/api/static/route.ts
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.