-
Notifications
You must be signed in to change notification settings - Fork 90
chore: upgrade to next v13.4 #2080
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
Changes from all commits
Commits
Show all changes
92 commits
Select commit
Hold shift + click to select a range
40e1705
chore: upgrade to next v13.3.4
taty2010 344bc23
chore: changed experimental-edge to edge
taty2010 9da47cc
fix: updated shims file with Robs recent update
taty2010 6d39cbe
chore: prettier
taty2010 b82bb68
Merge branch 'main' into tn/nextjs-v13.3.4
taty2010 dc7459f
chore: updated e2e next-font
taty2010 dc8c75c
chore: testing out new createNextDescribe within next tests
taty2010 17c374e
chore: updated check/replacement for base-server
taty2010 61dc5ab
chore: updated format of new baseservereplacement
taty2010 49493a4
chore: updated to v13.4
taty2010 0b0095a
fix: moved next back to being a dep
taty2010 1bab739
Merge branch 'main' into tn/nextjs-v13.3.4
taty2010 459bedf
fix: test
taty2010 627788e
Merge branch 'main' into tn/nextjs-v13.3.4
taty2010 f20abb2
chore: merge main
taty2010 0e004dc
chore: package-lock
taty2010 bee550b
chore: packagelock formatting
taty2010 c05ed9d
chore: test
taty2010 00fc24c
Merge branch 'main' into tn/nextjs-v13.3.4
taty2010 0a6f9f0
chore: v3.4.1
taty2010 128170c
chore: packages I missed for 13.4.1
taty2010 1e50fb4
Merge branch 'main' into tn/nextjs-v13.3.4
LekoArts ea311c2
chore: remove unnecessary lock files
LekoArts 2d2bb32
chore: update lock file
LekoArts 73e9308
fix: prebundled react env var
LekoArts 7cb15eb
chore: add comment
LekoArts 6308e4c
chore: update snapshots
LekoArts 5d7d61f
chore: linting
LekoArts 47e95c9
chore: fix linting and config
LekoArts 3c5027b
chore: add debug logging
LekoArts ad04aa1
chore: unskip test that needs to fix something
LekoArts 0e6b3f9
fix: set env var differently
LekoArts 4f13f66
chore: try stuff
LekoArts 20afcf7
fix: try buildEnv
LekoArts d38f9e1
chore: linting
LekoArts 662c41c
fix: revert stuff
LekoArts f15a159
chore: more revert
LekoArts bfd0bdd
Merge branch 'main' into tn/nextjs-v13.3.4
taty2010 4a5183e
chore: updated app-edge e2e test
taty2010 9bad109
chore: updated async-component-preload test
taty2010 47dc3ca
chore: try env var in ci
LekoArts e5a73af
chore: disabled app-edge-global tests and updated app-edge app
taty2010 e92333e
chore: updated rendering.test.ts
taty2010 f0c848a
Merge branch 'main' into tn/nextjs-v13.3.4
taty2010 de5d86b
chore: revert non-working env var setting
LekoArts 2fd3d28
chore: whitespace
LekoArts 5996df1
Merge branch 'main' into tn/nextjs-v13.3.4
taty2010 5b8eb39
Merge branch 'main' into tn/nextjs-v13.3.4
taty2010 3ec0c12
fix: testing env var workaround
taty2010 a643f79
chore: one last test
taty2010 82c1ea3
fix: removed prev env var changes
taty2010 4542684
chore: bump to next 13.4.3
orinokai b27e309
fix: use prebundled react at runtime
orinokai 8cfe379
Merge branch 'main' into tn/nextjs-v13.3.4
orinokai 14808eb
fix: set prebundled react for page/app route
orinokai 612ef78
chore: update snapshots and package-lock
orinokai 2c4d59e
Merge branch 'main' into tn/nextjs-v13.3.4
orinokai 1b00d35
fix: make experimental config param optional
orinokai 77c1d46
chore: update tests and snapshots
orinokai b795a53
Merge branch 'tn/nextjs-v13.3.4' of github.com:netlify/netlify-plugin…
orinokai c2c10e4
Merge branch 'main' into tn/nextjs-v13.3.4
orinokai 1cf3e7f
chore: updating nextjs app-dir index test
taty2010 4b02bb6
chore: removed stale tests and added missing import
taty2010 b537ded
chore: try ignoring import error for tests
orinokai 6a3b8aa
fix: conditionally load the Next Server Require module
orinokai 4c11e25
fix: guard against undefined NextRequire
orinokai 9760f50
chore: remove only from test
taty2010 1acf126
chore: update entrypoints test
orinokai 5419d3a
chore: update app dir static tests from next repo
orinokai 9b71249
Merge branch 'main' into tn/nextjs-v13.3.4
orinokai c4cfa16
chore: disabled app-static tests
taty2010 d319cc9
chore: skip cy rewrite test
taty2010 8fa64e0
chore: checking cy test fix
taty2010 1447487
chore: updated trailing-slash
taty2010 0325ac4
fix: changed testing route
taty2010 88f5179
chore: updated testing for custom-errors
taty2010 504d237
chore: move app-static handler to disabled folder
taty2010 d875211
Discard changes to cypress/e2e/default/appdir.cy.ts
LekoArts 886c529
fix: conditionally resolve prebundled react
orinokai 3ce59e4
Merge branch 'main' into tn/nextjs-v13.3.4
orinokai ad262c6
Merge branch 'main' into tn/nextjs-v13.3.4
orinokai a1bec9f
fix: guard against missing app path manifest
orinokai 5108b76
chore: update tests
orinokai 550ec86
chore: disable server tests until we fix revalidation issues
orinokai a5a13a8
chore: disable server tests until fix is ready
orinokai 6a3fcef
chore: skip server tests
orinokai b255cc2
chore: disable split api routes on middleware until fix is in place
orinokai 4f51249
fix: ensure middleware is disabled at origin
orinokai d6ec745
Merge branch 'main' into tn/nextjs-v13.3.4
orinokai 280ed87
fix: ensure require hooks resolve from cwd
orinokai 8d98f3f
Merge branch 'tn/nextjs-v13.3.4' of github.com:netlify/netlify-plugin…
orinokai ca0cca7
Merge branch 'main' into tn/nextjs-v13.3.4
orinokai 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
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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
describe('Trailing slash enabled', () => { | ||
it('should keep the trailing slash, i.e. points /old/ to /old/', () => { | ||
cy.visit('/old/') | ||
cy.url().should('eq', `${Cypress.config().baseUrl}/old/`) | ||
it('should keep the trailing slash, i.e. points /static/ to /static/', () => { | ||
cy.visit('/static/') | ||
cy.url().should('eq', `${Cypress.config().baseUrl}/static/`) | ||
}) | ||
|
||
it('should put a trailing slash when there is none, i.e. points /old to /old/', () => { | ||
cy.visit('/old') | ||
cy.url().should('eq', `${Cypress.config().baseUrl}/old/`) | ||
it('should put a trailing slash when there is none, i.e. points /static to /static/', () => { | ||
cy.visit('/static') | ||
cy.url().should('eq', `${Cypress.config().baseUrl}/static/`) | ||
}) | ||
}) |
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.
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.