Update nextjs monorepo to v13.0.5 #36

Merged
kjuulh merged 1 commits from renovate/nextjs-monorepo into main 2022-11-24 16:03:04 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
eslint-config-next devDependencies patch 13.0.4 -> 13.0.5
next (source) dependencies patch 13.0.4 -> 13.0.5

Release Notes

vercel/next.js

v13.0.5

Compare Source

Core Changes
  • Remove unnecessary async function when preloading async components: #​42957
  • Add force-static handling for app dir: #​43061
  • Add experimental outputFileTracingIgnores config: #​43103
  • Leverage outputFileTracingIgnores for next-server trace as well: #​43108
  • Remove unstable_revalidate: #​43119
  • types: better type definition for internal utils: #​43070
  • Eagerly build swc binaries on change: #​43142
  • chore: Update swc_core to v0.43.23: #​42977
  • fix(next-swc/relay): make pages directory optional: #​43116
  • Remove the timestamp query for CSS resources: #​43185
  • Update experimental skipTrailingSlashRedirect handling: #​43201
  • Avoid bundling appDir rendering into pages edge SSR bundle: #​43184
  • Alias esm next document to avoid mismatch react context: #​43192
  • Fix middleware not executed when pages directory is empty: #​43205
  • Remove app routes from _devPagesManifest: #​43188
  • Fix HMR error: "Cannot read properties of null (reading 'length')": #​43145
  • fix(ts): re-export PageComponent and LayoutComponent types: #​43226
  • Fix app routes are not correctly matched when src directory is used: #​43234
  • chore: add firebase-admin to default serverComponentsExternalPackages list: #​43249
  • Fix React.cache() in layout/page file: #​43187
  • build(cargo): bump up turbopack: #​43273
  • fix(next-swc): aarch64 build: #​43275
  • Add fallback aliases for React: #​43203
  • fix: apply default export interop to next/error: #​43238
  • Remove unused use-sync-external-store dependency: #​43281
  • Imageloader: collect images serverside to include images from staticp…: #​41554
  • Update precompiled react: #​43288
  • Resolve next api for layouts to esm for edge runtime: #​43302
  • Refactor code: #​43291
  • Show error for invalid page props in the TS plugin: #​43300
  • docs: add error link when missing appDir: true: #​43293
Documentation Changes
  • Add note in next/link docs about anchor props: #​43064
  • Remove unneeded async in docs.: #​43161
  • Add JWT example to error page.: #​43162
  • Updated typo in the documentation: #​43160
  • Add missing quote in next/script example: #​43196
  • Add a note about the auto-created empty directory: #​43219
  • docs: Add default browserslist configuration as a starting point: #​43260
Example Changes
  • chore: Updating Tigris example to use stable release: #​43058
  • examples(with-ant-design): bump antd v5.0.0: #​43062
  • fix: Wrong link to source in "responsive" image example: #​43081
  • chore(examples): with-msw update msw: #​43224
  • Fix With Passport example: #​43232
  • chore(examples): update Next.js in with-redux-reducer: #​43237
  • Updates supertokens example app SSR behaviour: #​43218
  • docs: add missing AppProps import: #​43136
  • Convert more jsx/styled-components examples to TypeScript: #​43117
  • Convert with-videojs, with-yoga, with-zones examples to TypeScript: #​43280
Misc Changes
Credits

Huge thanks to @​hanneslund, @​adilansari, @​chunsch, @​bennettdams, @​maxproske, @​SukkaW, @​kdy1, @​orionmiz, @​leerob, @​shuding, @​aziyatali, @​NiedziolkaMichal, @​huozhi, @​colinking, @​juliusmarminge, @​andykenward, @​Yutsuten, @​balazsorban44, @​FomichRoman, @​rishabhpoddar, @​arturbien, @​ADTC, @​JanKaifer, @​ijjk, @​kwonoj, @​joliss, @​Andarist, and @​Laityned 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.0.4` -> `13.0.5`](https://renovatebot.com/diffs/npm/eslint-config-next/13.0.4/13.0.5) | | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | dependencies | patch | [`13.0.4` -> `13.0.5`](https://renovatebot.com/diffs/npm/next/13.0.4/13.0.5) | --- ### Release Notes <details> <summary>vercel/next.js</summary> ### [`v13.0.5`](https://github.com/vercel/next.js/releases/tag/v13.0.5) [Compare Source](https://github.com/vercel/next.js/compare/v13.0.4...v13.0.5) ##### Core Changes - Remove unnecessary async function when preloading async components: [#&#8203;42957](https://github.com/vercel/next.js/issues/42957) - Add force-static handling for app dir: [#&#8203;43061](https://github.com/vercel/next.js/issues/43061) - Add experimental outputFileTracingIgnores config: [#&#8203;43103](https://github.com/vercel/next.js/issues/43103) - Leverage outputFileTracingIgnores for next-server trace as well: [#&#8203;43108](https://github.com/vercel/next.js/issues/43108) - Remove `unstable_revalidate`: [#&#8203;43119](https://github.com/vercel/next.js/issues/43119) - types: better type definition for internal utils: [#&#8203;43070](https://github.com/vercel/next.js/issues/43070) - Eagerly build swc binaries on change: [#&#8203;43142](https://github.com/vercel/next.js/issues/43142) - chore: Update swc_core to `v0.43.23`: [#&#8203;42977](https://github.com/vercel/next.js/issues/42977) - fix(next-swc/relay): make pages directory optional: [#&#8203;43116](https://github.com/vercel/next.js/issues/43116) - Remove the timestamp query for CSS resources: [#&#8203;43185](https://github.com/vercel/next.js/issues/43185) - Update experimental skipTrailingSlashRedirect handling: [#&#8203;43201](https://github.com/vercel/next.js/issues/43201) - Avoid bundling appDir rendering into pages edge SSR bundle: [#&#8203;43184](https://github.com/vercel/next.js/issues/43184) - Alias esm next document to avoid mismatch react context: [#&#8203;43192](https://github.com/vercel/next.js/issues/43192) - Fix middleware not executed when pages directory is empty: [#&#8203;43205](https://github.com/vercel/next.js/issues/43205) - Remove app routes from \_devPagesManifest: [#&#8203;43188](https://github.com/vercel/next.js/issues/43188) - Fix HMR error: "Cannot read properties of null (reading 'length')": [#&#8203;43145](https://github.com/vercel/next.js/issues/43145) - fix(ts): re-export `PageComponent` and `LayoutComponent` types: [#&#8203;43226](https://github.com/vercel/next.js/issues/43226) - Fix app routes are not correctly matched when src directory is used: [#&#8203;43234](https://github.com/vercel/next.js/issues/43234) - chore: add `firebase-admin` to default `serverComponentsExternalPackages` list: [#&#8203;43249](https://github.com/vercel/next.js/issues/43249) - Fix React.cache() in layout/page file: [#&#8203;43187](https://github.com/vercel/next.js/issues/43187) - build(cargo): bump up turbopack: [#&#8203;43273](https://github.com/vercel/next.js/issues/43273) - fix(next-swc): aarch64 build: [#&#8203;43275](https://github.com/vercel/next.js/issues/43275) - Add fallback aliases for React: [#&#8203;43203](https://github.com/vercel/next.js/issues/43203) - fix: apply default export interop to `next/error`: [#&#8203;43238](https://github.com/vercel/next.js/issues/43238) - Remove unused `use-sync-external-store` dependency: [#&#8203;43281](https://github.com/vercel/next.js/issues/43281) - Imageloader: collect images serverside to include images from staticp…: [#&#8203;41554](https://github.com/vercel/next.js/issues/41554) - Update precompiled react: [#&#8203;43288](https://github.com/vercel/next.js/issues/43288) - Resolve next api for layouts to esm for edge runtime: [#&#8203;43302](https://github.com/vercel/next.js/issues/43302) - Refactor code: [#&#8203;43291](https://github.com/vercel/next.js/issues/43291) - Show error for invalid page props in the TS plugin: [#&#8203;43300](https://github.com/vercel/next.js/issues/43300) - docs: add error link when missing `appDir: true`: [#&#8203;43293](https://github.com/vercel/next.js/issues/43293) ##### Documentation Changes - Add note in next/link docs about anchor props: [#&#8203;43064](https://github.com/vercel/next.js/issues/43064) - Remove unneeded `async` in docs.: [#&#8203;43161](https://github.com/vercel/next.js/issues/43161) - Add JWT example to error page.: [#&#8203;43162](https://github.com/vercel/next.js/issues/43162) - Updated typo in the documentation: [#&#8203;43160](https://github.com/vercel/next.js/issues/43160) - Add missing quote in `next/script` example: [#&#8203;43196](https://github.com/vercel/next.js/issues/43196) - Add a note about the auto-created empty directory: [#&#8203;43219](https://github.com/vercel/next.js/issues/43219) - docs: Add default browserslist configuration as a starting point: [#&#8203;43260](https://github.com/vercel/next.js/issues/43260) ##### Example Changes - chore: Updating Tigris example to use stable release: [#&#8203;43058](https://github.com/vercel/next.js/issues/43058) - examples(with-ant-design): bump antd v5.0.0: [#&#8203;43062](https://github.com/vercel/next.js/issues/43062) - fix: Wrong link to source in "responsive" image example: [#&#8203;43081](https://github.com/vercel/next.js/issues/43081) - chore(examples): with-msw update msw: [#&#8203;43224](https://github.com/vercel/next.js/issues/43224) - Fix With Passport example: [#&#8203;43232](https://github.com/vercel/next.js/issues/43232) - chore(examples): update Next.js in `with-redux-reducer`: [#&#8203;43237](https://github.com/vercel/next.js/issues/43237) - Updates supertokens example app SSR behaviour: [#&#8203;43218](https://github.com/vercel/next.js/issues/43218) - docs: add missing AppProps import: [#&#8203;43136](https://github.com/vercel/next.js/issues/43136) - Convert more jsx/styled-components examples to TypeScript: [#&#8203;43117](https://github.com/vercel/next.js/issues/43117) - Convert `with-videojs`, `with-yoga`, `with-zones` examples to TypeScript: [#&#8203;43280](https://github.com/vercel/next.js/issues/43280) ##### Misc Changes - Fix e2e deploy test for Node.js v18: [#&#8203;43109](https://github.com/vercel/next.js/issues/43109) - Update tests config: [#&#8203;43204](https://github.com/vercel/next.js/issues/43204) - fix: create-next-app copies files it shouldn't: [#&#8203;43131](https://github.com/vercel/next.js/issues/43131) - Add links to PR template: [#&#8203;43239](https://github.com/vercel/next.js/issues/43239) - Update some flakey test cases: [#&#8203;43247](https://github.com/vercel/next.js/issues/43247) - Update flakey app HMR tests: [#&#8203;43253](https://github.com/vercel/next.js/issues/43253) - Add support for next.js development in docker: [#&#8203;43138](https://github.com/vercel/next.js/issues/43138) ##### Credits Huge thanks to [@&#8203;hanneslund](https://github.com/hanneslund), [@&#8203;adilansari](https://github.com/adilansari), [@&#8203;chunsch](https://github.com/chunsch), [@&#8203;bennettdams](https://github.com/bennettdams), [@&#8203;maxproske](https://github.com/maxproske), [@&#8203;SukkaW](https://github.com/SukkaW), [@&#8203;kdy1](https://github.com/kdy1), [@&#8203;orionmiz](https://github.com/orionmiz), [@&#8203;leerob](https://github.com/leerob), [@&#8203;shuding](https://github.com/shuding), [@&#8203;aziyatali](https://github.com/aziyatali), [@&#8203;NiedziolkaMichal](https://github.com/NiedziolkaMichal), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;colinking](https://github.com/colinking), [@&#8203;juliusmarminge](https://github.com/juliusmarminge), [@&#8203;andykenward](https://github.com/andykenward), [@&#8203;Yutsuten](https://github.com/Yutsuten), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;FomichRoman](https://github.com/FomichRoman), [@&#8203;rishabhpoddar](https://github.com/rishabhpoddar), [@&#8203;arturbien](https://github.com/arturbien), [@&#8203;ADTC](https://github.com/ADTC), [@&#8203;JanKaifer](https://github.com/JanKaifer), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;kwonoj](https://github.com/kwonoj), [@&#8203;joliss](https://github.com/joliss), [@&#8203;Andarist](https://github.com/Andarist), and [@&#8203;Laityned](https://github.com/Laityned) 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9-->
kjuulh added 1 commit 2022-11-24 15:43:22 +01:00
Update nextjs monorepo to v13.0.5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
c4c03e6923
kjuulh merged commit c4c03e6923 into main 2022-11-24 16:03:04 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/todo#36
No description provided.