Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nextjs monorepo to v13.0.2 #144

Merged
merged 1 commit into from Nov 5, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-next 13.0.0 -> 13.0.2 age adoption passing confidence
next (source) 13.0.0 -> 13.0.2 age adoption passing confidence

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: #​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: #​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!

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
  • 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
  • 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
  • Fix turbo css-modules test: #​42103
  • Enhanced grammar.: #​42148
  • grammar fix in adding-examples README.: #​42152
  • [docs] Enhanced grammar in building README.: #​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 - "after 10pm every weekend,before 5am every weekend" in timezone Asia/Tokyo, 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from 0255011 to 53b2495 Compare November 5, 2022 04:59
@koichik koichik merged commit 94a35a2 into main Nov 5, 2022
@koichik koichik deleted the renovate/nextjs-monorepo branch November 5, 2022 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant