Update nextjs monorepo to v13.0.6 #39

Merged
kjuulh merged 1 commits from renovate/nextjs-monorepo into main 2022-12-02 23:35:20 +01:00
Owner

This PR contains the following updates:

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

Release Notes

vercel/next.js

v13.0.6

Compare Source

Core Changes
  • test(integration): allow to run --turbo dev server tests dynamically : #​42967
  • Ensure loaderFile is included in webpack cache key: #​43315
  • Improve @​next/font error handling: #​43298
  • Improve RSC plugin to provide better errors: #​42435
  • fix appDir returning 404 in production with "output": "standalone": #​43268
  • Fix outputting un-necessary trace files for edge functions: #​43304
  • fix: apply default export interop to pages/_app: #​43335
  • Fix package resolution issue in app dir: #​43349
  • Get correct chunks in flight-manifest on Windows: #​43334
  • Resolve RSC / HTML rendering errors in error overlay: #​43332
  • App directory next/link dynamic href dev error: #​43074
  • Add ref forwarding for next/image: #​43193
  • Always transform styled-jsx for rsc and error with client-only condition: #​43386
  • dynamic = 'error' should only throw if page didn't get exported: #​43377
  • fix output: "standalone" returning 500 error on certain pages when built without pages/: #​43336
  • Fix "apply() is only allowed in ready status (state: idle)" HMR errors: #​43242
  • Add gSP and gSSP checks for both server and client layers in the SWC transform: #​43391
  • Make sure the TS plugin works for src/app: #​43412
  • Remove stack trace from full reload warning: #​43453
  • Upgrade compiled undici: #​43481
  • Fix missing cleanup process in flight plugin globals: #​43297
  • Fix matchers in middleware manifest: #​43549
  • rsc: bundle legacy head as client component: #​43425
  • Remove useState from next/image: #​43587
  • Group redirect status imports: #​43480
  • Fix Failed to copy traced files for Edge functions and handle its files with middleware-manifest.json: #​43326
  • Update next/link default legacyBehavior: #​42623
  • fix: Dynamic Usage Error when using previewData with generateStaticParams and appDir: #​43395
  • Minimized runtime errors in app dir: #​43511
Documentation Changes
  • Add link back to font video in Font docs.: #​43440
  • docs: update known Safari bug: #​43513
  • Add yarn berry dependency upgrade example for Next 12 to 13 upgrade documentation.: #​43472
  • Clarify that publicRuntimeConfig and serverRuntimeConfig do not work with Output File Tracing: #​43443
  • adding note that edge api routes are not supported with ISR: #​43572
  • Improve docs for URL Imports: #​43615
Example Changes
  • chore(examples): Deprecate cms-strapi: #​43325
  • Add example commands for creating reproductions: #​43375
  • updates with-supertokens example: #​43379
  • Fix with-docker-compose example: #​43419
  • chore(examples): fix CLI commands for MobX examples: #​43534
  • Simplify and convert with-vercel-fetch example to TypeScript: #​43403
  • chore(examples): reference main prop in README.md in Firebase example: #​43434
  • chore(examples): Update active-class-name example: #​43581
  • Fix deploy button in with-xata example: #​43608
Misc Changes
  • Avoid turbo cache miss on root package change: #​43309
  • Add .pnpm-store to .gitignore: #​43366
  • Update @​next/font/google fonts: #​43385
  • Catch errors when calculating avg font width: #​43503
  • chore: update issue verifier: #​43339
  • chore: fix issue validator
  • chore: move comments of issue validator
  • chore: hardcode path for issue validator
  • chore: add area dropdown to bug report template: #​43228
  • chore: fix issue verifier issues
  • Merge branch 'canary' of https://github.com/vercel/next.js into canary
  • chore: fix issue verifier
  • chore: don't comment twice
  • chore: disable auto-labeling
  • Fix "infer pnpm with example" test outside test suite: #​43487
  • chore: add issue labeler: #​43599
  • chore: fix issue labeler: #​43606
  • Changed output mode on app directory test application: #​43607
  • Fix output: standalone test for app directory: #​43618
Credits

Huge thanks to @​kwonoj, @​hanneslund, @​ijjk, @​shuding, @​DuCanhGH, @​chibicode, @​artechventure, @​JanKaifer, @​huozhi, @​colinking, @​rishabhpoddar, @​maxproske, @​wyattjoh, @​leerob, @​alantoa, @​Haschikeks, @​balazsorban44, @​matthew-heath, @​AaronJY, @​dtinth, @​styfle, @​leoortizz, @​ValentinH, @​brvnonascimento, @​joshuaslate, @​SferaDev, and @​timeyoutakeit 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.5` -> `13.0.6`](https://renovatebot.com/diffs/npm/eslint-config-next/13.0.5/13.0.6) | | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | dependencies | patch | [`13.0.5` -> `13.0.6`](https://renovatebot.com/diffs/npm/next/13.0.5/13.0.6) | --- ### Release Notes <details> <summary>vercel/next.js</summary> ### [`v13.0.6`](https://github.com/vercel/next.js/releases/tag/v13.0.6) [Compare Source](https://github.com/vercel/next.js/compare/v13.0.5...v13.0.6) ##### Core Changes - test(integration): allow to run `--turbo` dev server tests dynamically : [#&#8203;42967](https://github.com/vercel/next.js/issues/42967) - Ensure loaderFile is included in webpack cache key: [#&#8203;43315](https://github.com/vercel/next.js/issues/43315) - Improve [@&#8203;next/font](https://github.com/next/font) error handling: [#&#8203;43298](https://github.com/vercel/next.js/issues/43298) - Improve RSC plugin to provide better errors: [#&#8203;42435](https://github.com/vercel/next.js/issues/42435) - fix appDir returning 404 in production with `"output": "standalone"`: [#&#8203;43268](https://github.com/vercel/next.js/issues/43268) - Fix outputting un-necessary trace files for edge functions: [#&#8203;43304](https://github.com/vercel/next.js/issues/43304) - fix: apply default export interop to pages/\_app: [#&#8203;43335](https://github.com/vercel/next.js/issues/43335) - Fix package resolution issue in app dir: [#&#8203;43349](https://github.com/vercel/next.js/issues/43349) - Get correct chunks in flight-manifest on Windows: [#&#8203;43334](https://github.com/vercel/next.js/issues/43334) - Resolve RSC / HTML rendering errors in error overlay: [#&#8203;43332](https://github.com/vercel/next.js/issues/43332) - App directory next/link dynamic href dev error: [#&#8203;43074](https://github.com/vercel/next.js/issues/43074) - Add `ref` forwarding for `next/image`: [#&#8203;43193](https://github.com/vercel/next.js/issues/43193) - Always transform styled-jsx for rsc and error with client-only condition: [#&#8203;43386](https://github.com/vercel/next.js/issues/43386) - dynamic = 'error' should only throw if page didn't get exported: [#&#8203;43377](https://github.com/vercel/next.js/issues/43377) - fix `output: "standalone"` returning 500 error on certain pages when built without pages/: [#&#8203;43336](https://github.com/vercel/next.js/issues/43336) - Fix "apply() is only allowed in ready status (state: idle)" HMR errors: [#&#8203;43242](https://github.com/vercel/next.js/issues/43242) - Add gSP and gSSP checks for both server and client layers in the SWC transform: [#&#8203;43391](https://github.com/vercel/next.js/issues/43391) - Make sure the TS plugin works for src/app: [#&#8203;43412](https://github.com/vercel/next.js/issues/43412) - Remove stack trace from full reload warning: [#&#8203;43453](https://github.com/vercel/next.js/issues/43453) - Upgrade compiled undici: [#&#8203;43481](https://github.com/vercel/next.js/issues/43481) - Fix missing cleanup process in flight plugin globals: [#&#8203;43297](https://github.com/vercel/next.js/issues/43297) - Fix matchers in middleware manifest: [#&#8203;43549](https://github.com/vercel/next.js/issues/43549) - rsc: bundle legacy head as client component: [#&#8203;43425](https://github.com/vercel/next.js/issues/43425) - Remove `useState` from `next/image`: [#&#8203;43587](https://github.com/vercel/next.js/issues/43587) - Group redirect status imports: [#&#8203;43480](https://github.com/vercel/next.js/issues/43480) - Fix `Failed to copy traced files` for Edge functions and handle its files with middleware-manifest.json: [#&#8203;43326](https://github.com/vercel/next.js/issues/43326) - Update next/link default legacyBehavior: [#&#8203;42623](https://github.com/vercel/next.js/issues/42623) - fix: Dynamic Usage Error when using previewData with generateStaticParams and appDir: [#&#8203;43395](https://github.com/vercel/next.js/issues/43395) - Minimized runtime errors in app dir: [#&#8203;43511](https://github.com/vercel/next.js/issues/43511) ##### Documentation Changes - Add link back to font video in Font docs.: [#&#8203;43440](https://github.com/vercel/next.js/issues/43440) - docs: update known Safari bug: [#&#8203;43513](https://github.com/vercel/next.js/issues/43513) - Add yarn berry dependency upgrade example for Next 12 to 13 upgrade documentation.: [#&#8203;43472](https://github.com/vercel/next.js/issues/43472) - Clarify that publicRuntimeConfig and serverRuntimeConfig do not work with Output File Tracing: [#&#8203;43443](https://github.com/vercel/next.js/issues/43443) - adding note that edge api routes are not supported with ISR: [#&#8203;43572](https://github.com/vercel/next.js/issues/43572) - Improve docs for URL Imports: [#&#8203;43615](https://github.com/vercel/next.js/issues/43615) ##### Example Changes - chore(examples): Deprecate `cms-strapi`: [#&#8203;43325](https://github.com/vercel/next.js/issues/43325) - Add example commands for creating reproductions: [#&#8203;43375](https://github.com/vercel/next.js/issues/43375) - updates with-supertokens example: [#&#8203;43379](https://github.com/vercel/next.js/issues/43379) - Fix `with-docker-compose` example: [#&#8203;43419](https://github.com/vercel/next.js/issues/43419) - chore(examples): fix CLI commands for MobX examples: [#&#8203;43534](https://github.com/vercel/next.js/issues/43534) - Simplify and convert `with-vercel-fetch` example to TypeScript: [#&#8203;43403](https://github.com/vercel/next.js/issues/43403) - chore(examples): reference `main` prop in README.md in Firebase example: [#&#8203;43434](https://github.com/vercel/next.js/issues/43434) - chore(examples): Update active-class-name example: [#&#8203;43581](https://github.com/vercel/next.js/issues/43581) - Fix deploy button in with-xata example: [#&#8203;43608](https://github.com/vercel/next.js/issues/43608) ##### Misc Changes - Avoid turbo cache miss on root package change: [#&#8203;43309](https://github.com/vercel/next.js/issues/43309) - Add .pnpm-store to .gitignore: [#&#8203;43366](https://github.com/vercel/next.js/issues/43366) - Update @&#8203;next/font/google fonts: [#&#8203;43385](https://github.com/vercel/next.js/issues/43385) - Catch errors when calculating avg font width: [#&#8203;43503](https://github.com/vercel/next.js/issues/43503) - chore: update issue verifier: [#&#8203;43339](https://github.com/vercel/next.js/issues/43339) - chore: fix issue validator - chore: move comments of issue validator - chore: hardcode path for issue validator - chore: add area dropdown to bug report template: [#&#8203;43228](https://github.com/vercel/next.js/issues/43228) - chore: fix issue verifier issues - Merge branch 'canary' of https://github.com/vercel/next.js into canary - chore: fix issue verifier - chore: don't comment twice - chore: disable auto-labeling - Fix "infer pnpm with example" test outside test suite: [#&#8203;43487](https://github.com/vercel/next.js/issues/43487) - chore: add issue labeler: [#&#8203;43599](https://github.com/vercel/next.js/issues/43599) - chore: fix issue labeler: [#&#8203;43606](https://github.com/vercel/next.js/issues/43606) - Changed output mode on app directory test application: [#&#8203;43607](https://github.com/vercel/next.js/issues/43607) - Fix output: standalone test for app directory: [#&#8203;43618](https://github.com/vercel/next.js/issues/43618) ##### Credits Huge thanks to [@&#8203;kwonoj](https://github.com/kwonoj), [@&#8203;hanneslund](https://github.com/hanneslund), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;shuding](https://github.com/shuding), [@&#8203;DuCanhGH](https://github.com/DuCanhGH), [@&#8203;chibicode](https://github.com/chibicode), [@&#8203;artechventure](https://github.com/artechventure), [@&#8203;JanKaifer](https://github.com/JanKaifer), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;colinking](https://github.com/colinking), [@&#8203;rishabhpoddar](https://github.com/rishabhpoddar), [@&#8203;maxproske](https://github.com/maxproske), [@&#8203;wyattjoh](https://github.com/wyattjoh), [@&#8203;leerob](https://github.com/leerob), [@&#8203;alantoa](https://github.com/alantoa), [@&#8203;Haschikeks](https://github.com/Haschikeks), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;matthew-heath](https://github.com/matthew-heath), [@&#8203;AaronJY](https://github.com/AaronJY), [@&#8203;dtinth](https://github.com/dtinth), [@&#8203;styfle](https://github.com/styfle), [@&#8203;leoortizz](https://github.com/leoortizz), [@&#8203;ValentinH](https://github.com/ValentinH), [@&#8203;brvnonascimento](https://github.com/brvnonascimento), [@&#8203;joshuaslate](https://github.com/joshuaslate), [@&#8203;SferaDev](https://github.com/SferaDev), and [@&#8203;timeyoutakeit](https://github.com/timeyoutakeit) 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 force-pushed renovate/nextjs-monorepo from b5e523d164 to b6c659a993 2022-12-02 23:00:41 +01:00 Compare
kjuulh force-pushed renovate/nextjs-monorepo from b6c659a993 to 18fcb81928 2022-12-02 23:18:21 +01:00 Compare
kjuulh merged commit 18fcb81928 into main 2022-12-02 23:35:20 +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#39
No description provided.