Update all of nextjs → 13.5.3 (unknown) #546
Closed
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.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ next (13.4.0 → 13.5.3) · Repo
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by 71 commits:
v13.5.3
v13.5.3-canary.4
app router: ensure static prefetch renders loading.js (#55950)
Add trailingSlash, basePath, and assetPrefix to Turbopack (#55921)
Ensure Turbopack passing test list is sorted (#55948)
Loose types of app routes return value (#55849)
Add experimental.strictNextHead to Turbopack (#55915)
docs: Add example on query parameters in route handlers (#55789)
docs: Add note that Server Actions work with static routes (#55626)
Move client-navigation test to test/development (#55888)
Fix missing async keyword in function declaration (#55887)
Revert "fix typo in API Reference - Image Component" (#55889)
Move experimental.runtime warning to config loading (#55880)
Remove unnecessary Object.assign (#55882)
test: re-enabled the disabled manifest test (#55810)
Ensure opentelemetry mismatched version error bubbles (#55868)
v13.5.3-canary.3
fix bugs pertaining to server actions + navigation (#55853)
Update 10-testing.mdx (#55801)
Use swc for runtime bundling (#55842)
Allow filtering individual test cases inside test files (#55786)
Ensure next-swc-loader types are used (#55846)
docs: `useFormState` (#55564)
v13.5.3-canary.2
fix typo in API Reference - Image Component (#55776)
Update 01-pages-and-layouts.mdx (#55795)
Update rust toolchain to nightly-2023-09-21 (#55774)
Update flakey next-image tests (#55838)
Remove extra type (#55837)
feat(turbopack): construct output path with distDir next.js config (#55613)
Correctly mark turbo sessions in telemetry (#55835)
Remove next-typescript check in webpack config (#55819)
Remove legacy checks for unstable_getXProps (#55813)
Move DefineEnv to separate file (#55811)
chore: update turbopack to `turbopack-230922.2` (#55828)
fix Image when used with `--experimental-https` (#55775)
Remove unused internal env var (#55762)
v13.5.3-canary.1
test(turbopack): explicitly clean up instance for turbopack (#55772)
Fix output log extra new line (#55770)
Update fnm setup for CI (#55765)
turbopack: Rewrite ESM modules to CJS during client transition (#55693)
fix thenable types & update another incorrect cache record (#55758)
Revert "fix: Invoke cancel, only if the stream is not closed (#55684)" (#55764)
fix: Invoke cancel, only if the stream is not closed (#55684)
test(fixture): prevent start failure teardowns whole process (#55760)
test(turbopack): remove escape hatches for custom turbopack bindings (#55757)
Remove the left padding in `next info` output (#55704)
Fix/upgrade examples data fetch (#55695)
misc: improve profiling script (#55732)
remove --watch from `generate_types` task (#55748)
Feedback: Remove line saying server actions is dynamic-only (#55746)
fix(cna): separate `dependencies`/`devDependencies` (#55730)
improve CI log (#55736)
fix(ts): allow auto-import of `next/navigation` (#55743)
fix(react-refresh-utils): avoid memory leaks caused by prevExports (#53797)
chore: bump `nissuer` (#55723)
v13.5.3-canary.0
ensure `fetchServerResponse` is a valid record when stored in router cache (#55690)
ci(tests): enable turbopack /e2e tests (#55681)
Upgrade to latest NAPI-RS infra (#55505)
Docs - Fix VSCode Full Stack Debugging Regex Pattern (#55670)
refactor: modernize get-online with dns/promises (#55674)
turbopack: Update the `next/dist/esm` rewrite `ResolvePlugin` (#55689)
Split prerending by route kind (#55622)
add tip for case sensitivity of imports (#55662)
Fix/upgrade examples with clerk (#55676)
Capitalize compiling log (#55685)
refactor: use `fs.existsSync` instead of `accessSync` (#55675)
update taskfile to generate types during `build` (#55628)
only put css in entry_css_files (#55585)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands