Update nextjs monorepo to v13.0.2 #21

Merged
kjuulh merged 1 commits from renovate/nextjs-monorepo into main 2022-11-04 21:19:47 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
eslint-config-next devDependencies patch 13.0.1 -> 13.0.2
next (source) dependencies patch 13.0.1 -> 13.0.2

Release Notes

vercel/next.js

v13.0.2

Compare Source

Core Changes
  • Hybrid App Hooks Support: #​41767
  • Add sqlite3 to the default list of server externals: #​42294
  • Improve the error message when custom export fields are used in an entry: #​42221
  • Add preload for layouts / components: #​41519
  • Add mongodb to default server externals: #​42313
  • refactor(next/turbo): consolidate turbo devserver logic: #​42315
  • middleware] add tests for body reading methods [#​37980](https://github.com/vercel/next.js/issues/37980): [#​41718](https://github.com/vercel/next.js/issues/41718)
    
  • Handle dynamic css-in-js styles under suspense: #​42293
  • Fix page folder being wrongly resolved as page file: #​42348
  • Update dev process exit handling: #​42367
  • Ensure edge runtime doesn't propagate cache on fetch as Cloudflare doesn't support it.: #​42362
  • Add prisma to the external package list: #​42323
  • Local font family name: #​42286
  • useSelectedLayoutSegment at the current level: #​42299
  • Stop writing window specific paths in vscode configuration: #​42338
  • Ensure Undici is enabled for appDir in all cases: #​42382
  • fix: usage of wasm in an appDir page file using the edge runtime: #​41689
  • feat(next/mdx): support experimental mdx-rs loader: #​41919
  • Fix CSS modules imports not collected due to race conditions: #​42392
  • Fix entry creation on Windows: #​42421
  • Mock @​next/font when using next/jest: #​42413
  • Avoid breaking useRouter() type change: #​42430
  • Do not strip loader arg in dynamic for server components: #​42426
  • Clarify app and pages file conflicting files: #​42415
  • Change usePathname to return string | null: #​42380
  • Fix undici warning showing unexpectedly: #​42444
  • Remove static generation bail-out from usePathname: #​42440
Documentation Changes
  • docs(script): explain expected next/script behavior on client-side navigation: #​42260
  • Add path for information in cookie setting: #​42146
  • Update wording to remove beta FUD and keep evergreen: #​42337
  • update font optimization page: #​42266
  • Fix broken link on the upgrading guide: #​42340
  • Fix typo: docs/api-reference/next/font.md: #​42344
  • Update getting-started.md: #​42353
  • Fix typo in usage of onError in script.md: #​42368
  • Fix negative lookahead example in middleware.md: #​42320
  • Update customizing-postcss-config.md: #​42331
  • update middleware cookies example: #​42341
  • Fix Docs API Reference font.md broken link: #​42418
  • fixed missing <Link /> keyword: #​42422
  • Fix docs for next/image upgrade guide: #​42424
  • Revert font-optimization.md syntax: #​42403
  • Fix invalid markdown lang: #​42442
Misc Changes
  • Update app-dir E2E tests for deploy: #​42269
  • create-next-app: add head to template: #​42357
  • Update flakey SIGINT test: #​42370
  • Fix typo in app / hello.js template: #​42335
  • eslint-plugin] Stop warning for head element in app/layout on Windows: [#&#8203;42336](https://github.com/vercel/next.js/issues/42336)
    
  • Update default eslint choice for CNA setup: #​42371
  • Update swc builds: #​42393
  • Add meta tag to default app template: #​42394
  • examples: Fix with-turbopack typo: #​42410
  • Google fonts single request: #​42406
Credits

Huge thanks to @​wyattjoh, @​shuding, @​ijjk, @​timneutkens, @​kwonoj, @​balazsorban44, @​Kikobeats, @​BLUE-DEVIL1134, @​timeyoutakeit, @​huozhi, @​ismaelrumzan, @​mnajdova, @​aleksa-codes, @​delbaoliveira, @​gruz0, @​meenie, @​danmindru, @​inokawa, @​hanneslund, @​oBusk, @​BRKalow, @​devvspaces, @​lucasassisrosa, @​adictonator, @​m7yue, @​styfle, and @​chibicode 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, click this checkbox.

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.1` -> `13.0.2`](https://renovatebot.com/diffs/npm/eslint-config-next/13.0.1/13.0.2) | | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | dependencies | patch | [`13.0.1` -> `13.0.2`](https://renovatebot.com/diffs/npm/next/13.0.1/13.0.2) | --- ### Release Notes <details> <summary>vercel/next.js</summary> ### [`v13.0.2`](https://github.com/vercel/next.js/releases/tag/v13.0.2) [Compare Source](https://github.com/vercel/next.js/compare/v13.0.1...v13.0.2) ##### Core Changes - Hybrid App Hooks Support: [#&#8203;41767](https://github.com/vercel/next.js/issues/41767) - Add sqlite3 to the default list of server externals: [#&#8203;42294](https://github.com/vercel/next.js/issues/42294) - Improve the error message when custom export fields are used in an entry: [#&#8203;42221](https://github.com/vercel/next.js/issues/42221) - Add preload for layouts / components: [#&#8203;41519](https://github.com/vercel/next.js/issues/41519) - Add mongodb to default server externals: [#&#8203;42313](https://github.com/vercel/next.js/issues/42313) - refactor(next/turbo): consolidate turbo devserver logic: [#&#8203;42315](https://github.com/vercel/next.js/issues/42315) - \[middleware] add tests for body reading methods [#&#8203;37980](https://github.com/vercel/next.js/issues/37980): [#&#8203;41718](https://github.com/vercel/next.js/issues/41718) - Handle dynamic css-in-js styles under suspense: [#&#8203;42293](https://github.com/vercel/next.js/issues/42293) - Fix page folder being wrongly resolved as page file: [#&#8203;42348](https://github.com/vercel/next.js/issues/42348) - Update dev process exit handling: [#&#8203;42367](https://github.com/vercel/next.js/issues/42367) - Ensure edge runtime doesn't propagate `cache` on fetch as Cloudflare doesn't support it.: [#&#8203;42362](https://github.com/vercel/next.js/issues/42362) - Add `prisma` to the external package list: [#&#8203;42323](https://github.com/vercel/next.js/issues/42323) - Local font family name: [#&#8203;42286](https://github.com/vercel/next.js/issues/42286) - useSelectedLayoutSegment at the current level: [#&#8203;42299](https://github.com/vercel/next.js/issues/42299) - Stop writing window specific paths in vscode configuration: [#&#8203;42338](https://github.com/vercel/next.js/issues/42338) - Ensure Undici is enabled for appDir in all cases: [#&#8203;42382](https://github.com/vercel/next.js/issues/42382) - fix: usage of wasm in an appDir page file using the edge runtime: [#&#8203;41689](https://github.com/vercel/next.js/issues/41689) - feat(next/mdx): support experimental mdx-rs loader: [#&#8203;41919](https://github.com/vercel/next.js/issues/41919) - Fix CSS modules imports not collected due to race conditions: [#&#8203;42392](https://github.com/vercel/next.js/issues/42392) - Fix entry creation on Windows: [#&#8203;42421](https://github.com/vercel/next.js/issues/42421) - Mock [@&#8203;next/font](https://github.com/next/font) when using next/jest: [#&#8203;42413](https://github.com/vercel/next.js/issues/42413) - Avoid breaking useRouter() type change: [#&#8203;42430](https://github.com/vercel/next.js/issues/42430) - Do not strip loader arg in dynamic for server components: [#&#8203;42426](https://github.com/vercel/next.js/issues/42426) - Clarify app and pages file conflicting files: [#&#8203;42415](https://github.com/vercel/next.js/issues/42415) - Change `usePathname` to return `string | null`: [#&#8203;42380](https://github.com/vercel/next.js/issues/42380) - Fix undici warning showing unexpectedly: [#&#8203;42444](https://github.com/vercel/next.js/issues/42444) - Remove static generation bail-out from usePathname: [#&#8203;42440](https://github.com/vercel/next.js/issues/42440) ##### Documentation Changes - docs(script): explain expected `next/script` behavior on client-side navigation: [#&#8203;42260](https://github.com/vercel/next.js/issues/42260) - Add `path` for information in cookie setting: [#&#8203;42146](https://github.com/vercel/next.js/issues/42146) - Update wording to remove beta FUD and keep evergreen: [#&#8203;42337](https://github.com/vercel/next.js/issues/42337) - update font optimization page: [#&#8203;42266](https://github.com/vercel/next.js/issues/42266) - Fix broken link on the upgrading guide: [#&#8203;42340](https://github.com/vercel/next.js/issues/42340) - Fix typo: docs/api-reference/next/font.md: [#&#8203;42344](https://github.com/vercel/next.js/issues/42344) - Update getting-started.md: [#&#8203;42353](https://github.com/vercel/next.js/issues/42353) - Fix typo in usage of onError in script.md: [#&#8203;42368](https://github.com/vercel/next.js/issues/42368) - Fix negative lookahead example in middleware.md: [#&#8203;42320](https://github.com/vercel/next.js/issues/42320) - Update customizing-postcss-config.md: [#&#8203;42331](https://github.com/vercel/next.js/issues/42331) - update middleware cookies example: [#&#8203;42341](https://github.com/vercel/next.js/issues/42341) - Fix Docs API Reference font.md broken link: [#&#8203;42418](https://github.com/vercel/next.js/issues/42418) - fixed missing `<Link />` keyword: [#&#8203;42422](https://github.com/vercel/next.js/issues/42422) - Fix docs for next/image upgrade guide: [#&#8203;42424](https://github.com/vercel/next.js/issues/42424) - Revert font-optimization.md syntax: [#&#8203;42403](https://github.com/vercel/next.js/issues/42403) - Fix invalid markdown lang: [#&#8203;42442](https://github.com/vercel/next.js/issues/42442) ##### Misc Changes - Update app-dir E2E tests for deploy: [#&#8203;42269](https://github.com/vercel/next.js/issues/42269) - create-next-app: add head to template: [#&#8203;42357](https://github.com/vercel/next.js/issues/42357) - Update flakey SIGINT test: [#&#8203;42370](https://github.com/vercel/next.js/issues/42370) - Fix typo in app / hello.js template: [#&#8203;42335](https://github.com/vercel/next.js/issues/42335) - \[eslint-plugin] Stop warning for head element in app/layout on Windows: [#&#8203;42336](https://github.com/vercel/next.js/issues/42336) - Update default eslint choice for CNA setup: [#&#8203;42371](https://github.com/vercel/next.js/issues/42371) - Update swc builds: [#&#8203;42393](https://github.com/vercel/next.js/issues/42393) - Add meta tag to default app template: [#&#8203;42394](https://github.com/vercel/next.js/issues/42394) - examples: Fix with-turbopack typo: [#&#8203;42410](https://github.com/vercel/next.js/issues/42410) - Google fonts single request: [#&#8203;42406](https://github.com/vercel/next.js/issues/42406) ##### Credits Huge thanks to [@&#8203;wyattjoh](https://github.com/wyattjoh), [@&#8203;shuding](https://github.com/shuding), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;timneutkens](https://github.com/timneutkens), [@&#8203;kwonoj](https://github.com/kwonoj), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;Kikobeats](https://github.com/Kikobeats), [@&#8203;BLUE-DEVIL1134](https://github.com/BLUE-DEVIL1134), [@&#8203;timeyoutakeit](https://github.com/timeyoutakeit), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;ismaelrumzan](https://github.com/ismaelrumzan), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;aleksa-codes](https://github.com/aleksa-codes), [@&#8203;delbaoliveira](https://github.com/delbaoliveira), [@&#8203;gruz0](https://github.com/gruz0), [@&#8203;meenie](https://github.com/meenie), [@&#8203;danmindru](https://github.com/danmindru), [@&#8203;inokawa](https://github.com/inokawa), [@&#8203;hanneslund](https://github.com/hanneslund), [@&#8203;oBusk](https://github.com/oBusk), [@&#8203;BRKalow](https://github.com/BRKalow), [@&#8203;devvspaces](https://github.com/devvspaces), [@&#8203;lucasassisrosa](https://github.com/lucasassisrosa), [@&#8203;adictonator](https://github.com/adictonator), [@&#8203;m7yue](https://github.com/m7yue), [@&#8203;styfle](https://github.com/styfle), and [@&#8203;chibicode](https://github.com/chibicode) 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMTEiLCJ1cGRhdGVkSW5WZXIiOiIzMi4yNDEuMTEifQ==-->
kjuulh added 1 commit 2022-11-04 20:52:19 +01:00
Update nextjs monorepo to v13.0.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
76bc7c60e8
kjuulh merged commit 76bc7c60e8 into main 2022-11-04 21:19:47 +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#21
No description provided.