Update nextjs monorepo to v13.2.4 #67

Merged
kjuulh merged 1 commits from renovate/nextjs-monorepo into main 2023-03-10 17:32:56 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
eslint-config-next devDependencies patch 13.2.3 -> 13.2.4
next (source) dependencies patch 13.2.3 -> 13.2.4

Release Notes

vercel/next.js

v13.2.4

Compare Source

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
  • Documentation: Update link-no-children error page for new link: #​46514
  • chore(docs): add snippets for common image loaders: #​46647
  • Fix the doc on how to use the turbo loader in option-less format: #​46665
  • Fix custom server error handling in the docs: #​46671
  • docs: clarified the wording: #​46691
  • Update script.md: #​46680
  • next/font refactoring and additional unit tests: #​46731
Example Changes
Misc Changes
  • test(utils): support turbopack-based overlay error text lookup #​46589
  • chore: improve repo templates: #​46629
  • Update app-static test page #​46645
  • test: add preconnect tests and move error tests: #​46652
  • Refactor and add more tests to next/font/local: #​46627
  • Add script to automate updating vendored React version: #​46663
  • Refactor next/font/google and add additional comments: #​46692
  • Ensure app chunk URLs are encoded properly #​46749
  • Adjust API route loader #​46726
  • test: refactor metadata tests to test multi matches easier: #​46746
  • Support mdx-components file in src directory: #​46763
  • Fix middleware 404 prefetch case: #​46782
  • Update view-source.tsx: #​46790
  • chore: add jsdoc to output in next.config.js: #​46804
  • next/font tests: support Turbopack css module format: #​46658
  • update dynamic-import.md example: #​46787
  • Change @​next/font to next/font in examples: #​46836
  • Update vendored React: #​46826
  • Revert "Update vendored React": #​46861
  • Update fetch cache handling with POST requests: #​46856
  • Remove extra exports from filter utils: #​46860
  • test(unit): add cases for cssnano simple: #​46862
  • Ensure chained middleware rewrites work properly: #​46866
  • chore: improve PR labeling, fix, sort, add new team member: #​46675
  • chore: add App Router template to bug report: #​46872
  • Add a timeout to next/font/google in dev: #​46834
  • Support unnamed default export expression #​46888
  • Only run toSource in next/font codemod if there are changes: #​46877
  • Add more JSDoc to types: #​46897
  • Fix TS plugin showing warning for error file's reset prop: #​46898
  • Fix conflict dev entry key between app and pages: #​46832
  • Update app-static e2e test: #​46900
  • Revert "Revert "Update vendored React"": #​46881
  • Add retry to the hmr acceptance test: #​46902
  • Fix with-jest and with-jest-babel example test snapshot failure: #​46885
  • Update generateStaticParams handling with fetch cache: #​46906
  • Fix unexpected hoist meta tags by react in app dir: #​46917
  • Update turbopack to 230308.1: #​46909
  • Support default export expression for variables: #​46896
  • Reduce the number of hydration error tests: #​46930
  • Update Turbopack to 230308.3: #​46935
  • Use https_proxy environment variable in next/font/google: #​46822
  • Validate req.url in renderer: #​46923
  • Validate the router state header on the server: #​46925
  • Rename FontLoaderManifest to NextFontManifest and add better comments: #​46922
  • Revalidate generateStaticParams/Paths in background in dev: #​46940
  • Support re-exporting unnamed function expression: #​46936
  • Support static file robots.txt and sitemap.xml as metadata route: #​46963
  • Update vendored react: #​46970
  • Move error overlay recovery tests to new file: #​46965
  • Improve RSC compiler error in external module: #​46953
  • Update Turbopack to 230309.2: #​46971
  • Use turbo remote cache for build-native-test: #​46975
  • Do not re-assign process.env: #​46914
Credits

Huge thanks to @​hanneslund, @​ijjk, @​JohnDaly, @​jridgewell, @​divslinger, @​shuding, @​DuCanhGH, @​balazsorban44, @​acdlite, @​teobler, @​styfle, @​manovotny, @​huozhi, @​smorimoto, @​Dannymx, @​Janpot, @​alexkirsz, @​nohr, @​Humboorgir, @​wyattjoh, @​timneutkens, @​overlookmotel, @​HaNdTriX, @​proustibat, @​fedeya, @​wbinnssmith, @​irekrog, @​JanKaifer, @​SukkaW, @​rayrw, @​kdy1, @​seiry, and @​unflxw for helping!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-config-next](https://github.com/vercel/next.js) | devDependencies | patch | [`13.2.3` -> `13.2.4`](https://renovatebot.com/diffs/npm/eslint-config-next/13.2.3/13.2.4) | | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | dependencies | patch | [`13.2.3` -> `13.2.4`](https://renovatebot.com/diffs/npm/next/13.2.3/13.2.4) | --- ### Release Notes <details> <summary>vercel/next.js</summary> ### [`v13.2.4`](https://github.com/vercel/next.js/releases/tag/v13.2.4) [Compare Source](https://github.com/vercel/next.js/compare/v13.2.3...v13.2.4) ##### Core Changes - Check if server error already had its message updated: [#&#8203;46367](https://github.com/vercel/next.js/issues/46367) - \[next/jest] Support path aliases from `tsconfig`/`jsconfig`: [#&#8203;45815](https://github.com/vercel/next.js/issues/45815) - List unsupported Turbopack config keys: [#&#8203;46582](https://github.com/vercel/next.js/issues/46582) - Support named exports for server references: [#&#8203;46558](https://github.com/vercel/next.js/issues/46558) - Fix(typedRoutes): fixed StaticRoutes and DynamicRoutes being empty causing invalid syntax: [#&#8203;46620](https://github.com/vercel/next.js/issues/46620) - Fix IntelliSense for generateMetadata: [#&#8203;46624](https://github.com/vercel/next.js/issues/46624) - Update vendored React packages to next-41110021f: [#&#8203;46636](https://github.com/vercel/next.js/issues/46636) - Add request callback in Flight client: [#&#8203;46650](https://github.com/vercel/next.js/issues/46650) - fix: distDir in verifyTypeScriptSetup for nextLint: [#&#8203;46630](https://github.com/vercel/next.js/issues/46630) - Updates `next/image` eslint message to denote that costs may be incurred.: [#&#8203;46640](https://github.com/vercel/next.js/issues/46640) - Ensure default config passes schema checks: [#&#8203;46656](https://github.com/vercel/next.js/issues/46656) - Use separate workers for webpackBuildWorker: [#&#8203;46666](https://github.com/vercel/next.js/issues/46666) - Fix static to dynamic on revalidate: [#&#8203;46668](https://github.com/vercel/next.js/issues/46668) - Fix the Next.js router in Turbopack when there are no middlewares: [#&#8203;46681](https://github.com/vercel/next.js/issues/46681) - build(cargo): update turbopack: [#&#8203;46685](https://github.com/vercel/next.js/issues/46685) - Add build worker exit tracking and enable tests: [#&#8203;46698](https://github.com/vercel/next.js/issues/46698) - Support `force-static` on App Routes: [#&#8203;46693](https://github.com/vercel/next.js/issues/46693) - Add viewport field userScalable: [#&#8203;46696](https://github.com/vercel/next.js/issues/46696) - Update static build workers: [#&#8203;46705](https://github.com/vercel/next.js/issues/46705) - Refactor build context for better plugin state sharing: [#&#8203;46706](https://github.com/vercel/next.js/issues/46706) - Support multi title for alternates: [#&#8203;46700](https://github.com/vercel/next.js/issues/46700) - Ensure test-unit includes package unit tests: [#&#8203;46707](https://github.com/vercel/next.js/issues/46707) - Disallow wildcard export in server entries: [#&#8203;46710](https://github.com/vercel/next.js/issues/46710) - Add test for router.refresh preserving unaffected segments: [#&#8203;46687](https://github.com/vercel/next.js/issues/46687) - Failing test for SWC `shakeExports` and JSX: [#&#8203;35735](https://github.com/vercel/next.js/issues/35735) - Fix originalRequest not available for edge requests: [#&#8203;46741](https://github.com/vercel/next.js/issues/46741) - Fix require cache conflict between app and pages: [#&#8203;46736](https://github.com/vercel/next.js/issues/46736) - Fix Web app manifests docs: [#&#8203;46617](https://github.com/vercel/next.js/issues/46617) - Update client router filter to separate redirects handling: [#&#8203;46752](https://github.com/vercel/next.js/issues/46752) - Add support for `output: export` config: [#&#8203;46744](https://github.com/vercel/next.js/issues/46744) - Pass through original matcher source in manifest: [#&#8203;46753](https://github.com/vercel/next.js/issues/46753) - Use browser navigation when RSC payload fails to fetch: [#&#8203;46674](https://github.com/vercel/next.js/issues/46674) - Use set to track CSS imports: [#&#8203;46772](https://github.com/vercel/next.js/issues/46772) - Fix middleware notFound: true handling: [#&#8203;46759](https://github.com/vercel/next.js/issues/46759) - Only check app/ for no-head-element-rule: [#&#8203;46773](https://github.com/vercel/next.js/issues/46773) - Fix redundant TS plugin warning: [#&#8203;46769](https://github.com/vercel/next.js/issues/46769) - Correct server reference manifest in prod build: [#&#8203;46683](https://github.com/vercel/next.js/issues/46683) - add argon2 to serverComponentsExternalPackages auto-optOut list: [#&#8203;46779](https://github.com/vercel/next.js/issues/46779) - Refactor SWC transform to support named default export: [#&#8203;46778](https://github.com/vercel/next.js/issues/46778) - Remove `experimental.runtime` and emit warning when used: [#&#8203;46631](https://github.com/vercel/next.js/issues/46631) - Fix(typedRoutes): fixed type Route resolving to type any: [#&#8203;46679](https://github.com/vercel/next.js/issues/46679) - Improve the readability of full page refresh error in dev mode: [#&#8203;46634](https://github.com/vercel/next.js/issues/46634) - Port error overlay hydration error to pages directory: [#&#8203;46677](https://github.com/vercel/next.js/issues/46677) - eslint rule for script strategy should work properly in `app/`: [#&#8203;46609](https://github.com/vercel/next.js/issues/46609) - fix: Add NODE_OPTIONS for debugging in next-dev: [#&#8203;46757](https://github.com/vercel/next.js/issues/46757) ##### Documentation Changes - Documentation: Update link-no-children error page for new link: [#&#8203;46514](https://github.com/vercel/next.js/issues/46514) - chore(docs): add snippets for common image loaders: [#&#8203;46647](https://github.com/vercel/next.js/issues/46647) - Fix the doc on how to use the turbo loader in option-less format: [#&#8203;46665](https://github.com/vercel/next.js/issues/46665) - Fix custom server error handling in the docs: [#&#8203;46671](https://github.com/vercel/next.js/issues/46671) - docs: clarified the wording: [#&#8203;46691](https://github.com/vercel/next.js/issues/46691) - Update script.md: [#&#8203;46680](https://github.com/vercel/next.js/issues/46680) - next/font refactoring and additional unit tests: [#&#8203;46731](https://github.com/vercel/next.js/issues/46731) ##### Example Changes - Add [@&#8203;types/mdx](https://github.com/types/mdx) to app-dir-mdx example: [#&#8203;46523](https://github.com/vercel/next.js/issues/46523) ##### Misc Changes - test(utils): support turbopack-based overlay error text lookup [#&#8203;46589](https://github.com/vercel/next.js/issues/46589) - chore: improve repo templates: [#&#8203;46629](https://github.com/vercel/next.js/issues/46629) - Update app-static test page [#&#8203;46645](https://github.com/vercel/next.js/issues/46645) - test: add preconnect tests and move error tests: [#&#8203;46652](https://github.com/vercel/next.js/issues/46652) - Refactor and add more tests to next/font/local: [#&#8203;46627](https://github.com/vercel/next.js/issues/46627) - Add script to automate updating vendored React version: [#&#8203;46663](https://github.com/vercel/next.js/issues/46663) - Refactor next/font/google and add additional comments: [#&#8203;46692](https://github.com/vercel/next.js/issues/46692) - Ensure app chunk URLs are encoded properly [#&#8203;46749](https://github.com/vercel/next.js/issues/46749) - Adjust API route loader [#&#8203;46726](https://github.com/vercel/next.js/issues/46726) - test: refactor metadata tests to test multi matches easier: [#&#8203;46746](https://github.com/vercel/next.js/issues/46746) - Support mdx-components file in src directory: [#&#8203;46763](https://github.com/vercel/next.js/issues/46763) - Fix middleware 404 prefetch case: [#&#8203;46782](https://github.com/vercel/next.js/issues/46782) - Update view-source.tsx: [#&#8203;46790](https://github.com/vercel/next.js/issues/46790) - chore: add jsdoc to `output` in next.config.js: [#&#8203;46804](https://github.com/vercel/next.js/issues/46804) - next/font tests: support Turbopack css module format: [#&#8203;46658](https://github.com/vercel/next.js/issues/46658) - update dynamic-import.md example: [#&#8203;46787](https://github.com/vercel/next.js/issues/46787) - Change [@&#8203;next/font](https://github.com/next/font) to next/font in examples: [#&#8203;46836](https://github.com/vercel/next.js/issues/46836) - Update vendored React: [#&#8203;46826](https://github.com/vercel/next.js/issues/46826) - Revert "Update vendored React": [#&#8203;46861](https://github.com/vercel/next.js/issues/46861) - Update fetch cache handling with POST requests: [#&#8203;46856](https://github.com/vercel/next.js/issues/46856) - Remove extra exports from filter utils: [#&#8203;46860](https://github.com/vercel/next.js/issues/46860) - test(unit): add cases for cssnano simple: [#&#8203;46862](https://github.com/vercel/next.js/issues/46862) - Ensure chained middleware rewrites work properly: [#&#8203;46866](https://github.com/vercel/next.js/issues/46866) - chore: improve PR labeling, fix, sort, add new team member: [#&#8203;46675](https://github.com/vercel/next.js/issues/46675) - chore: add App Router template to bug report: [#&#8203;46872](https://github.com/vercel/next.js/issues/46872) - Add a timeout to next/font/google in dev: [#&#8203;46834](https://github.com/vercel/next.js/issues/46834) - Support unnamed default export expression [#&#8203;46888](https://github.com/vercel/next.js/issues/46888) - Only run toSource in next/font codemod if there are changes: [#&#8203;46877](https://github.com/vercel/next.js/issues/46877) - Add more JSDoc to types: [#&#8203;46897](https://github.com/vercel/next.js/issues/46897) - Fix TS plugin showing warning for error file's `reset` prop: [#&#8203;46898](https://github.com/vercel/next.js/issues/46898) - Fix conflict dev entry key between app and pages: [#&#8203;46832](https://github.com/vercel/next.js/issues/46832) - Update app-static e2e test: [#&#8203;46900](https://github.com/vercel/next.js/issues/46900) - Revert "Revert "Update vendored React"": [#&#8203;46881](https://github.com/vercel/next.js/issues/46881) - Add retry to the hmr acceptance test: [#&#8203;46902](https://github.com/vercel/next.js/issues/46902) - Fix `with-jest` and `with-jest-babel` example test snapshot failure: [#&#8203;46885](https://github.com/vercel/next.js/issues/46885) - Update generateStaticParams handling with fetch cache: [#&#8203;46906](https://github.com/vercel/next.js/issues/46906) - Fix unexpected hoist meta tags by react in app dir: [#&#8203;46917](https://github.com/vercel/next.js/issues/46917) - Update turbopack to `230308.1`: [#&#8203;46909](https://github.com/vercel/next.js/issues/46909) - Support default export expression for variables: [#&#8203;46896](https://github.com/vercel/next.js/issues/46896) - Reduce the number of hydration error tests: [#&#8203;46930](https://github.com/vercel/next.js/issues/46930) - Update Turbopack to 230308.3: [#&#8203;46935](https://github.com/vercel/next.js/issues/46935) - Use https_proxy environment variable in next/font/google: [#&#8203;46822](https://github.com/vercel/next.js/issues/46822) - Validate `req.url` in renderer: [#&#8203;46923](https://github.com/vercel/next.js/issues/46923) - Validate the router state header on the server: [#&#8203;46925](https://github.com/vercel/next.js/issues/46925) - Rename FontLoaderManifest to NextFontManifest and add better comments: [#&#8203;46922](https://github.com/vercel/next.js/issues/46922) - Revalidate generateStaticParams/Paths in background in dev: [#&#8203;46940](https://github.com/vercel/next.js/issues/46940) - Support re-exporting unnamed function expression: [#&#8203;46936](https://github.com/vercel/next.js/issues/46936) - Support static file robots.txt and sitemap.xml as metadata route: [#&#8203;46963](https://github.com/vercel/next.js/issues/46963) - Update vendored react: [#&#8203;46970](https://github.com/vercel/next.js/issues/46970) - Move error overlay recovery tests to new file: [#&#8203;46965](https://github.com/vercel/next.js/issues/46965) - Improve RSC compiler error in external module: [#&#8203;46953](https://github.com/vercel/next.js/issues/46953) - Update Turbopack to 230309.2: [#&#8203;46971](https://github.com/vercel/next.js/issues/46971) - Use turbo remote cache for build-native-test: [#&#8203;46975](https://github.com/vercel/next.js/issues/46975) - Do not re-assign `process.env`: [#&#8203;46914](https://github.com/vercel/next.js/issues/46914) ##### Credits Huge thanks to [@&#8203;hanneslund](https://github.com/hanneslund), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;JohnDaly](https://github.com/JohnDaly), [@&#8203;jridgewell](https://github.com/jridgewell), [@&#8203;divslinger](https://github.com/divslinger), [@&#8203;shuding](https://github.com/shuding), [@&#8203;DuCanhGH](https://github.com/DuCanhGH), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;acdlite](https://github.com/acdlite), [@&#8203;teobler](https://github.com/teobler), [@&#8203;styfle](https://github.com/styfle), [@&#8203;manovotny](https://github.com/manovotny), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;smorimoto](https://github.com/smorimoto), [@&#8203;Dannymx](https://github.com/Dannymx), [@&#8203;Janpot](https://github.com/Janpot), [@&#8203;alexkirsz](https://github.com/alexkirsz), [@&#8203;nohr](https://github.com/nohr), [@&#8203;Humboorgir](https://github.com/Humboorgir), [@&#8203;wyattjoh](https://github.com/wyattjoh), [@&#8203;timneutkens](https://github.com/timneutkens), [@&#8203;overlookmotel](https://github.com/overlookmotel), [@&#8203;HaNdTriX](https://github.com/HaNdTriX), [@&#8203;proustibat](https://github.com/proustibat), [@&#8203;fedeya](https://github.com/fedeya), [@&#8203;wbinnssmith](https://github.com/wbinnssmith), [@&#8203;irekrog](https://github.com/irekrog), [@&#8203;JanKaifer](https://github.com/JanKaifer), [@&#8203;SukkaW](https://github.com/SukkaW), [@&#8203;rayrw](https://github.com/rayrw), [@&#8203;kdy1](https://github.com/kdy1), [@&#8203;seiry](https://github.com/seiry), and [@&#8203;unflxw](https://github.com/unflxw) for helping! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1OS4yIn0=-->
kjuulh force-pushed renovate/nextjs-monorepo from dc3dd5e54e to 3306001855 2023-03-10 17:09:54 +01:00 Compare
kjuulh merged commit 3306001855 into main 2023-03-10 17:32:56 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/todo#67
No description provided.