build(deps): bump next from 13.1.5 to 13.2.4
-
Review changes -
-
Download -
Patches
-
Plain diff
Created by: dependabot[bot]
Bumps next from 13.1.5 to 13.2.4.
Release notes
Sourced from next's releases.
v13.2.4
Core Changes
- Check if server error already had its message updated: #46367
- [next/jest] Support path aliases from
tsconfig
/jsconfig
: #45815- List unsupported Turbopack config keys: #46582
- Support named exports for server references: #46558
- Fix(typedRoutes): fixed StaticRoutes and DynamicRoutes being empty causing invalid syntax: #46620
- Fix IntelliSense for generateMetadata: #46624
- Update vendored React packages to next-41110021f: #46636
- Add request callback in Flight client: #46650
- fix: distDir in verifyTypeScriptSetup for nextLint: #46630
- Updates
next/image
eslint message to denote that costs may be incurred.: #46640- Ensure default config passes schema checks: #46656
- Use separate workers for webpackBuildWorker: #46666
- Fix static to dynamic on revalidate: #46668
- Fix the Next.js router in Turbopack when there are no middlewares: #46681
- build(cargo): update turbopack: #46685
- Add build worker exit tracking and enable tests: #46698
- Support
force-static
on App Routes: #46693- Add viewport field userScalable: #46696
- Update static build workers: #46705
- Refactor build context for better plugin state sharing: #46706
- Support multi title for alternates: #46700
- Ensure test-unit includes package unit tests: #46707
- Disallow wildcard export in server entries: #46710
- Add test for router.refresh preserving unaffected segments: #46687
- Failing test for SWC
shakeExports
and JSX: #35735- Fix originalRequest not available for edge requests: #46741
- Fix require cache conflict between app and pages: #46736
- Fix Web app manifests docs: #46617
- Update client router filter to separate redirects handling: #46752
- Add support for
output: export
config: #46744- Pass through original matcher source in manifest: #46753
- Use browser navigation when RSC payload fails to fetch: #46674
- Use set to track CSS imports: #46772
- Fix middleware notFound: true handling: #46759
- Only check app/ for no-head-element-rule: #46773
- Fix redundant TS plugin warning: #46769
- Correct server reference manifest in prod build: #46683
- add argon2 to serverComponentsExternalPackages auto-optOut list: #46779
- Refactor SWC transform to support named default export: #46778
- Remove
experimental.runtime
and emit warning when used: #46631- Fix(typedRoutes): fixed type Route resolving to type any: #46679
- Improve the readability of full page refresh error in dev mode: #46634
- Port error overlay hydration error to pages directory: #46677
- eslint rule for script strategy should work properly in
app/
: #46609- fix: Add NODE_OPTIONS for debugging in next-dev: #46757
Documentation Changes
... (truncated)
Commits
-
05f6de1
v13.2.4 -
1ce3b36
v13.2.4-canary.9 -
71dbcac
Do not re-assignprocess.env
(#46914) -
9f08ef8
fix: Add NODE_OPTIONS for debugging in next-dev (#46757) -
9be98e4
Use turbo remote cache for build-native-test (#46975) -
8e14b67
Update Turbopack to 230309.2 (#46971) -
9a41ba9
Improve RSC compiler error in external module (#46953) -
09d21d6
Move error overlay recovery tests to new file (#46965) -
1e7f4a5
Update vendored react (#46970) -
36ca159
Support static file robots.txt and sitemap.xml as metadata route (#46963) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Merge request reports
Loading