Update nextjs monorepo to v13.0.1 #20

Merged
kjuulh merged 1 commits from renovate/nextjs-monorepo into main 2022-11-01 20:22:06 +01:00
Owner

This PR contains the following updates:

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

Release Notes

vercel/next.js

v13.0.1

Compare Source

Core Changes
  • Rest of options in experimental.turbotrace and documentation: #​41817
  • Fix revalidate check in client component: #​41917
  • Add data attribute to div to distinguish it: #​41889
  • Fix lint cli help: #​41783
  • Doc] Update inline documentation for next/link: [#​41871](https://github.com/vercel/next.js/issues/41871)
    
  • feat(edge): split NextCookies to RequestCookies and ResponseCookies: #​41526
  • Show error message when using legacy props on new next/image: #​41930
  • Upgrade Edge Runtime: #​41987
  • Revert "Include frameworks in main-app": #​41997
  • fix(next/dev): do not suppress error from bindings: #​41989
  • Fix page static info extractor for app dir: #​42001
  • Add never return type for redirect() and notFound(): #​42009
  • Google fonts multiple weights & styles: #​42008
  • Merge app internal chunk into main chunk for layouts: #​41902
  • Fix build type error of page params: #​42019
  • Allow disabling Strict mode in app: #​41894
  • Update react next channel: #​42021
  • Fix turbo custom config detection: #​42022
  • Fix css modules imports in client components: #​42077
  • fix: Data URL images with 'fill' are always triggering 'missing sizes' warning: #​42030
  • types: leverage webpack types and remove casting: #​42104
  • Fix CSS imports from outside of the app dir when src folder is present: #​42108
  • Remove react root condition and always use concurrent mode: #​42141
  • Keep react-dom/server.node in precompiled: #​42138
  • Warn when legacy prop detected on next/image: #​42102
  • Fix failing codemod test url-to-withrouter: #​42109
  • Improve TypeScript plugin error when the configuration is not statically analyzable: #​42062
  • Ensure app revalidate has correct default: #​42168
  • Update turbo crates: #​42014
  • Update vscode config handling: #​42169
  • fix: allow resolving large JSON data in server components: #​42025
  • issue-41925 fix: skip duplicate props when transferring props from anchor to link: #​42158
  • Ensure we detect config correctly with turbo flag: #​42201
  • update turbo version: #​42228
  • Fix CSS modules imports from outside of the root directory: #​42106
  • Default font config fix: #​42235
  • Multiple local font weights and styles: #​42232
  • Optimize bundle size for appDir: #​42252
  • Add event for dev process stop: #​42255
  • Add E2E test for @​vercel/og API route: #​42258
Documentation Changes
  • Doc] Update Next.js + Static Web Apps: [#​41857](https://github.com/vercel/next.js/issues/41857)
    
  • Update the documentation.: #​41758
  • Fix invalid markdown lang: #​41926
  • Fix more incorrect markdown langs: #​41939
  • Update font links and add missing error: #​41910
  • docs: Update the version history in the middleware page: #​41949
  • Fix typo: docs/basic-features/font-optimization.md: #​41967
  • Fix broken link in @next/font docs: #​42002
  • Add link from next/image docs to example: #​42020
  • Fix typo.: #​42067
  • docs: update version install commands in upgrade guide: #​42073
  • Update font-optimization.md: #​42036
  • added @​latest to codemods page: #​42091
  • docs: clarify env inclusion in bundles: #​41950
  • Correcting documentation: #​42179
  • feat(create-next-app): interactive mode; --js, --ts with appDir support; enhanced testing: #​42012
  • Adding note about beta docs: #​42230
  • Add prompt for ESLint to CNA: #​42218
  • Escape HTML on " with child" page: #​42114
Example Changes
  • Add turbopack example: #​41789
  • examples: Update turbopack: #​41793
  • examples: Remove turbo.json from turbopack example: #​41794
  • example: add postcss as with-turbopack example devDep: #​41795
  • Update with-supertokens example: #​41802
  • chore: remove swcMinify: true as it's the new default.: #​41877
  • Update link in Turbopack example.: #​41876
  • fix any type in example with-turbopack: #​41798
  • Update with-aws-amplify with TypeScript: #​41815
  • Convert many examples to TypeScript: #​41825
  • Fixed errors at with-passport-and-next-connect.: #​41897
  • chore(examples): use next@latest in all examples: #​41922
  • chore: update example dev script: #​41904
  • Update README.md: #​41959
  • Fix benchmark link typo in Turbopack example: #​42064
  • Update Examples to use React 18: #​42027
  • chore(examples): fix with-aphrodite exapmle: #​42078
  • chore(examples): move app directories: #​42094
  • Broken link in example page: #​42135
  • Fix typo in importing counterReducer: #​42162
  • Run next/link codemod for Next.js 13 on examples: #​41913
  • Fix next/link codemod errors in with-turbopack: #​42203
Misc Changes
  • Update Cargo.lock file
  • fix example command in issue template for create-next-app : #​41803
  • Remove swcMinify: true since this is 13's default: #​41869
  • test(dev): support to run test with --turbo: #​41908
  • docs: clarify PR template instructions: #​41957
  • Update e2e test for app-dir edge: #​42015
  • docs] Fix Grammar in Step 8.: [#​42018](https://github.com/vercel/next.js/issues/42018)
    
  • Fix turbo css-modules test: #​42103
  • Enhanced grammar.: #​42148
  • grammar fix in adding-examples README.: #​42152
  • docs] Enhanced grammar in building README.: [#​42155](https://github.com/vercel/next.js/issues/42155)
    
  • Fix typo pnpm-lock.yam in .prettierignore_staged: #​42212
  • docs(create-next-app): copy JJ's changes from #​42012 to package-level README: #​42217
  • Update failing e2e middleware response test: #​42256
Credits

Huge thanks to @​jaredpalmer, @​ijjk, @​Brooooooklyn, @​koenpunt, @​rishabhpoddar, @​karlhorky, @​balazsorban44, @​leerob, @​NekoChanTaiwan, @​chrisipanaque, @​Reshmi-Sriram, @​maxproske, @​Kosai106, @​timneutkens, @​kwonoj, @​hanneslund, @​bertho-zero, @​abayomi185, @​styfle, @​Kikobeats, @​nuta, @​yasath, @​shuding, @​serkanbektas, @​steven-tey, @​jimCresswell, @​alpha-xek, @​huozhi, @​LorenzoBloedow, @​iiegor, @​craigwheeler, @​peraltafederico, @​teobler, @​ismaelrumzan, @​IngoVals, @​jaykch, @​artdevgame, @​ishaqibrahimbot, @​ctjlewis, @​wxh06, @​sokra, @​timeyoutakeit, and @​DuncanOgle 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.0` -> `13.0.1`](https://renovatebot.com/diffs/npm/eslint-config-next/13.0.0/13.0.1) | | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | dependencies | patch | [`13.0.0` -> `13.0.1`](https://renovatebot.com/diffs/npm/next/13.0.0/13.0.1) | --- ### Release Notes <details> <summary>vercel/next.js</summary> ### [`v13.0.1`](https://github.com/vercel/next.js/releases/tag/v13.0.1) [Compare Source](https://github.com/vercel/next.js/compare/v13.0.0...v13.0.1) ##### Core Changes - Rest of options in experimental.turbotrace and documentation: [#&#8203;41817](https://github.com/vercel/next.js/issues/41817) - Fix revalidate check in client component: [#&#8203;41917](https://github.com/vercel/next.js/issues/41917) - Add data attribute to div to distinguish it: [#&#8203;41889](https://github.com/vercel/next.js/issues/41889) - Fix lint cli help: [#&#8203;41783](https://github.com/vercel/next.js/issues/41783) - \[Doc] Update inline documentation for next/link: [#&#8203;41871](https://github.com/vercel/next.js/issues/41871) - feat(edge): split `NextCookies` to `RequestCookies` and `ResponseCookies`: [#&#8203;41526](https://github.com/vercel/next.js/issues/41526) - Show error message when using legacy props on new `next/image`: [#&#8203;41930](https://github.com/vercel/next.js/issues/41930) - Upgrade Edge Runtime: [#&#8203;41987](https://github.com/vercel/next.js/issues/41987) - Revert "Include frameworks in main-app": [#&#8203;41997](https://github.com/vercel/next.js/issues/41997) - fix(next/dev): do not suppress error from bindings: [#&#8203;41989](https://github.com/vercel/next.js/issues/41989) - Fix page static info extractor for app dir: [#&#8203;42001](https://github.com/vercel/next.js/issues/42001) - Add never return type for redirect() and notFound(): [#&#8203;42009](https://github.com/vercel/next.js/issues/42009) - Google fonts multiple weights & styles: [#&#8203;42008](https://github.com/vercel/next.js/issues/42008) - Merge app internal chunk into main chunk for layouts: [#&#8203;41902](https://github.com/vercel/next.js/issues/41902) - Fix build type error of page params: [#&#8203;42019](https://github.com/vercel/next.js/issues/42019) - Allow disabling Strict mode in app: [#&#8203;41894](https://github.com/vercel/next.js/issues/41894) - Update react next channel: [#&#8203;42021](https://github.com/vercel/next.js/issues/42021) - Fix turbo custom config detection: [#&#8203;42022](https://github.com/vercel/next.js/issues/42022) - Fix css modules imports in client components: [#&#8203;42077](https://github.com/vercel/next.js/issues/42077) - fix: Data URL images with 'fill' are always triggering 'missing sizes' warning: [#&#8203;42030](https://github.com/vercel/next.js/issues/42030) - types: leverage webpack types and remove casting: [#&#8203;42104](https://github.com/vercel/next.js/issues/42104) - Fix CSS imports from outside of the app dir when src folder is present: [#&#8203;42108](https://github.com/vercel/next.js/issues/42108) - Remove react root condition and always use concurrent mode: [#&#8203;42141](https://github.com/vercel/next.js/issues/42141) - Keep react-dom/server.node in precompiled: [#&#8203;42138](https://github.com/vercel/next.js/issues/42138) - Warn when legacy prop detected on `next/image`: [#&#8203;42102](https://github.com/vercel/next.js/issues/42102) - Fix failing codemod test `url-to-withrouter`: [#&#8203;42109](https://github.com/vercel/next.js/issues/42109) - Improve TypeScript plugin error when the configuration is not statically analyzable: [#&#8203;42062](https://github.com/vercel/next.js/issues/42062) - Ensure app revalidate has correct default: [#&#8203;42168](https://github.com/vercel/next.js/issues/42168) - Update turbo crates: [#&#8203;42014](https://github.com/vercel/next.js/issues/42014) - Update vscode config handling: [#&#8203;42169](https://github.com/vercel/next.js/issues/42169) - fix: allow resolving large JSON data in server components: [#&#8203;42025](https://github.com/vercel/next.js/issues/42025) - issue-41925 fix: skip duplicate props when transferring props from anchor to link: [#&#8203;42158](https://github.com/vercel/next.js/issues/42158) - Ensure we detect config correctly with turbo flag: [#&#8203;42201](https://github.com/vercel/next.js/issues/42201) - update turbo version: [#&#8203;42228](https://github.com/vercel/next.js/issues/42228) - Fix CSS modules imports from outside of the root directory: [#&#8203;42106](https://github.com/vercel/next.js/issues/42106) - Default font config fix: [#&#8203;42235](https://github.com/vercel/next.js/issues/42235) - Multiple local font weights and styles: [#&#8203;42232](https://github.com/vercel/next.js/issues/42232) - Optimize bundle size for appDir: [#&#8203;42252](https://github.com/vercel/next.js/issues/42252) - Add event for dev process stop: [#&#8203;42255](https://github.com/vercel/next.js/issues/42255) - Add E2E test for [@&#8203;vercel/og](https://github.com/vercel/og) API route: [#&#8203;42258](https://github.com/vercel/next.js/issues/42258) ##### Documentation Changes - \[Doc] Update Next.js + Static Web Apps: [#&#8203;41857](https://github.com/vercel/next.js/issues/41857) - Update the documentation.: [#&#8203;41758](https://github.com/vercel/next.js/issues/41758) - Fix invalid markdown lang: [#&#8203;41926](https://github.com/vercel/next.js/issues/41926) - Fix more incorrect markdown langs: [#&#8203;41939](https://github.com/vercel/next.js/issues/41939) - Update font links and add missing error: [#&#8203;41910](https://github.com/vercel/next.js/issues/41910) - docs: Update the version history in the middleware page: [#&#8203;41949](https://github.com/vercel/next.js/issues/41949) - Fix typo: docs/basic-features/font-optimization.md: [#&#8203;41967](https://github.com/vercel/next.js/issues/41967) - Fix broken link in `@next/font` docs: [#&#8203;42002](https://github.com/vercel/next.js/issues/42002) - Add link from `next/image` docs to example: [#&#8203;42020](https://github.com/vercel/next.js/issues/42020) - Fix typo.: [#&#8203;42067](https://github.com/vercel/next.js/issues/42067) - docs: update version install commands in upgrade guide: [#&#8203;42073](https://github.com/vercel/next.js/issues/42073) - Update font-optimization.md: [#&#8203;42036](https://github.com/vercel/next.js/issues/42036) - added [@&#8203;latest](https://github.com/latest) to codemods page: [#&#8203;42091](https://github.com/vercel/next.js/issues/42091) - docs: clarify env inclusion in bundles: [#&#8203;41950](https://github.com/vercel/next.js/issues/41950) - Correcting documentation: [#&#8203;42179](https://github.com/vercel/next.js/issues/42179) - feat(create-next-app): interactive mode; `--js, --ts` with appDir support; enhanced testing: [#&#8203;42012](https://github.com/vercel/next.js/issues/42012) - Adding note about beta docs: [#&#8203;42230](https://github.com/vercel/next.js/issues/42230) - Add prompt for ESLint to CNA: [#&#8203;42218](https://github.com/vercel/next.js/issues/42218) - Escape HTML on "<Link> with <a> child" page: [#&#8203;42114](https://github.com/vercel/next.js/issues/42114) ##### Example Changes - Add turbopack example: [#&#8203;41789](https://github.com/vercel/next.js/issues/41789) - examples: Update turbopack: [#&#8203;41793](https://github.com/vercel/next.js/issues/41793) - examples: Remove turbo.json from turbopack example: [#&#8203;41794](https://github.com/vercel/next.js/issues/41794) - example: add postcss as with-turbopack example devDep: [#&#8203;41795](https://github.com/vercel/next.js/issues/41795) - Update with-supertokens example: [#&#8203;41802](https://github.com/vercel/next.js/issues/41802) - chore: remove `swcMinify: true` as it's the new default.: [#&#8203;41877](https://github.com/vercel/next.js/issues/41877) - Update link in Turbopack example.: [#&#8203;41876](https://github.com/vercel/next.js/issues/41876) - fix `any` type in example `with-turbopack`: [#&#8203;41798](https://github.com/vercel/next.js/issues/41798) - Update with-aws-amplify with TypeScript: [#&#8203;41815](https://github.com/vercel/next.js/issues/41815) - Convert many examples to TypeScript: [#&#8203;41825](https://github.com/vercel/next.js/issues/41825) - Fixed errors at with-passport-and-next-connect.: [#&#8203;41897](https://github.com/vercel/next.js/issues/41897) - chore(examples): use `next@latest` in all examples: [#&#8203;41922](https://github.com/vercel/next.js/issues/41922) - chore: update example dev script: [#&#8203;41904](https://github.com/vercel/next.js/issues/41904) - Update README.md: [#&#8203;41959](https://github.com/vercel/next.js/issues/41959) - Fix benchmark link typo in Turbopack example: [#&#8203;42064](https://github.com/vercel/next.js/issues/42064) - Update Examples to use React 18: [#&#8203;42027](https://github.com/vercel/next.js/issues/42027) - chore(examples): fix `with-aphrodite` exapmle: [#&#8203;42078](https://github.com/vercel/next.js/issues/42078) - chore(examples): move `app` directories: [#&#8203;42094](https://github.com/vercel/next.js/issues/42094) - Broken link in example page: [#&#8203;42135](https://github.com/vercel/next.js/issues/42135) - Fix typo in importing counterReducer: [#&#8203;42162](https://github.com/vercel/next.js/issues/42162) - Run next/link codemod for Next.js 13 on examples: [#&#8203;41913](https://github.com/vercel/next.js/issues/41913) - Fix next/link codemod errors in with-turbopack: [#&#8203;42203](https://github.com/vercel/next.js/issues/42203) ##### Misc Changes - Update Cargo.lock file - fix example command in issue template for create-next-app : [#&#8203;41803](https://github.com/vercel/next.js/issues/41803) - Remove swcMinify: true since this is 13's default: [#&#8203;41869](https://github.com/vercel/next.js/issues/41869) - test(dev): support to run test with --turbo: [#&#8203;41908](https://github.com/vercel/next.js/issues/41908) - docs: clarify PR template instructions: [#&#8203;41957](https://github.com/vercel/next.js/issues/41957) - Update e2e test for app-dir edge: [#&#8203;42015](https://github.com/vercel/next.js/issues/42015) - \[docs] Fix Grammar in Step 8.: [#&#8203;42018](https://github.com/vercel/next.js/issues/42018) - Fix turbo css-modules test: [#&#8203;42103](https://github.com/vercel/next.js/issues/42103) - Enhanced grammar.: [#&#8203;42148](https://github.com/vercel/next.js/issues/42148) - grammar fix in adding-examples README.: [#&#8203;42152](https://github.com/vercel/next.js/issues/42152) - \[docs] Enhanced grammar in building README.: [#&#8203;42155](https://github.com/vercel/next.js/issues/42155) - Fix typo `pnpm-lock.yam` in `.prettierignore_staged`: [#&#8203;42212](https://github.com/vercel/next.js/issues/42212) - docs(create-next-app): copy JJ's changes from [#&#8203;42012](https://github.com/vercel/next.js/issues/42012) to package-level README: [#&#8203;42217](https://github.com/vercel/next.js/issues/42217) - Update failing e2e middleware response test: [#&#8203;42256](https://github.com/vercel/next.js/issues/42256) ##### Credits Huge thanks to [@&#8203;jaredpalmer](https://github.com/jaredpalmer), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;Brooooooklyn](https://github.com/Brooooooklyn), [@&#8203;koenpunt](https://github.com/koenpunt), [@&#8203;rishabhpoddar](https://github.com/rishabhpoddar), [@&#8203;karlhorky](https://github.com/karlhorky), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;leerob](https://github.com/leerob), [@&#8203;NekoChanTaiwan](https://github.com/NekoChanTaiwan), [@&#8203;chrisipanaque](https://github.com/chrisipanaque), [@&#8203;Reshmi-Sriram](https://github.com/Reshmi-Sriram), [@&#8203;maxproske](https://github.com/maxproske), [@&#8203;Kosai106](https://github.com/Kosai106), [@&#8203;timneutkens](https://github.com/timneutkens), [@&#8203;kwonoj](https://github.com/kwonoj), [@&#8203;hanneslund](https://github.com/hanneslund), [@&#8203;bertho-zero](https://github.com/bertho-zero), [@&#8203;abayomi185](https://github.com/abayomi185), [@&#8203;styfle](https://github.com/styfle), [@&#8203;Kikobeats](https://github.com/Kikobeats), [@&#8203;nuta](https://github.com/nuta), [@&#8203;yasath](https://github.com/yasath), [@&#8203;shuding](https://github.com/shuding), [@&#8203;serkanbektas](https://github.com/serkanbektas), [@&#8203;steven-tey](https://github.com/steven-tey), [@&#8203;jimCresswell](https://github.com/jimCresswell), [@&#8203;alpha-xek](https://github.com/alpha-xek), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;LorenzoBloedow](https://github.com/LorenzoBloedow), [@&#8203;iiegor](https://github.com/iiegor), [@&#8203;craigwheeler](https://github.com/craigwheeler), [@&#8203;peraltafederico](https://github.com/peraltafederico), [@&#8203;teobler](https://github.com/teobler), [@&#8203;ismaelrumzan](https://github.com/ismaelrumzan), [@&#8203;IngoVals](https://github.com/IngoVals), [@&#8203;jaykch](https://github.com/jaykch), [@&#8203;artdevgame](https://github.com/artdevgame), [@&#8203;ishaqibrahimbot](https://github.com/ishaqibrahimbot), [@&#8203;ctjlewis](https://github.com/ctjlewis), [@&#8203;wxh06](https://github.com/wxh06), [@&#8203;sokra](https://github.com/sokra), [@&#8203;timeyoutakeit](https://github.com/timeyoutakeit), and [@&#8203;DuncanOgle](https://github.com/DuncanOgle) 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-01 19:55:05 +01:00
Update nextjs monorepo to v13.0.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
f1e91370e2
kjuulh merged commit f1e91370e2 into main 2022-11-01 20:22:06 +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#20
No description provided.