chore(deps): update nextjs monorepo to v12.2.2 #64

Closed
opened 2026-04-05 19:43:44 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @renovate[bot] on 7/9/2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/eslint-plugin-next 12.2.1 -> 12.2.2 age adoption passing confidence
next (source) 12.2.1 -> 12.2.2 age adoption passing confidence

Release Notes

vercel/next.js

v12.2.2

Compare Source

Core Changes
  • Update README.md: #​38371
  • Add support for catchall with new router: #​38439
  • Fix client entry point prefix: #​38445
  • Add support for optional catchall with new router: #​38444
  • Add handling for back/forward (popstate) between old and new router: #​38453
  • Make catchall parameters consistent with existing router: #​38456
  • Fix warning next/future/image semicolon: #​38454
  • fix(next/build): disable next-swc crash reporting temporarily: #​38472
Documentation Changes
  • Update building-form sample code: #​38437
  • Update i18n routing example with Middleware.: #​38419
  • Adds mention of INP to "Measuring Performance" page: #​38464
Example Changes
  • Replace JS blog-starter example with TS, deprecate blog-starter-typescript example: #​38395
  • Convert api-routes-rate-limit example to TypeScript: #​38393
  • examples(with-jotai): Update example: #​38398
  • fix(examples/with-playwritght): use PORT env variable and fall back to 3000: #​38107
  • docs: add trpc to examples: #​38272
  • Convert api-routes-rest example to TypeScript: #​38394
  • chore(examples): Convert api-routes-graphql example to TypeScript: #​38357
Credits

Huge thanks to @​mongolyy, @​balazsorban44, @​maxproske, @​leerob, @​huozhi, @​Thisen, @​thebergamo, @​zorrolisto, @​styfle, @​housseindjirdeh, and @​kwonoj for helping!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Mend Renovate. View repository job log here.

*Originally created by @renovate[bot] on 7/9/2022* [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@next/eslint-plugin-next](https://togithub.com/vercel/next.js) | [`12.2.1` -> `12.2.2`](https://renovatebot.com/diffs/npm/@next%2feslint-plugin-next/12.2.1/12.2.2) | [![age](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/12.2.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/12.2.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/12.2.2/compatibility-slim/12.2.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/12.2.2/confidence-slim/12.2.1)](https://docs.renovatebot.com/merge-confidence/) | | [next](https://nextjs.org) ([source](https://togithub.com/vercel/next.js)) | [`12.2.1` -> `12.2.2`](https://renovatebot.com/diffs/npm/next/12.2.1/12.2.2) | [![age](https://badges.renovateapi.com/packages/npm/next/12.2.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/next/12.2.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/next/12.2.2/compatibility-slim/12.2.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/next/12.2.2/confidence-slim/12.2.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/next.js</summary> ### [`v12.2.2`](https://togithub.com/vercel/next.js/releases/tag/v12.2.2) [Compare Source](https://togithub.com/vercel/next.js/compare/v12.2.1...v12.2.2) ##### Core Changes - Update README.md: [#&#8203;38371](https://togithub.com/vercel/next.js/issues/38371) - Add support for catchall with new router: [#&#8203;38439](https://togithub.com/vercel/next.js/issues/38439) - Fix client entry point prefix: [#&#8203;38445](https://togithub.com/vercel/next.js/issues/38445) - Add support for optional catchall with new router: [#&#8203;38444](https://togithub.com/vercel/next.js/issues/38444) - Add handling for back/forward (popstate) between old and new router: [#&#8203;38453](https://togithub.com/vercel/next.js/issues/38453) - Make catchall parameters consistent with existing router: [#&#8203;38456](https://togithub.com/vercel/next.js/issues/38456) - Fix warning `next/future/image` semicolon: [#&#8203;38454](https://togithub.com/vercel/next.js/issues/38454) - fix(next/build): disable next-swc crash reporting temporarily: [#&#8203;38472](https://togithub.com/vercel/next.js/issues/38472) ##### Documentation Changes - Update building-form sample code: [#&#8203;38437](https://togithub.com/vercel/next.js/issues/38437) - Update i18n routing example with Middleware.: [#&#8203;38419](https://togithub.com/vercel/next.js/issues/38419) - Adds mention of INP to "Measuring Performance" page: [#&#8203;38464](https://togithub.com/vercel/next.js/issues/38464) ##### Example Changes - Replace JS `blog-starter` example with TS, deprecate `blog-starter-typescript` example: [#&#8203;38395](https://togithub.com/vercel/next.js/issues/38395) - Convert `api-routes-rate-limit` example to TypeScript: [#&#8203;38393](https://togithub.com/vercel/next.js/issues/38393) - examples(with-jotai): Update example: [#&#8203;38398](https://togithub.com/vercel/next.js/issues/38398) - fix(examples/with-playwritght): use PORT env variable and fall back to 3000: [#&#8203;38107](https://togithub.com/vercel/next.js/issues/38107) - docs: add trpc to examples: [#&#8203;38272](https://togithub.com/vercel/next.js/issues/38272) - Convert `api-routes-rest` example to TypeScript: [#&#8203;38394](https://togithub.com/vercel/next.js/issues/38394) - chore(examples): Convert `api-routes-graphql` example to TypeScript: [#&#8203;38357](https://togithub.com/vercel/next.js/issues/38357) ##### Credits Huge thanks to [@&#8203;mongolyy](https://togithub.com/mongolyy), [@&#8203;balazsorban44](https://togithub.com/balazsorban44), [@&#8203;maxproske](https://togithub.com/maxproske), [@&#8203;leerob](https://togithub.com/leerob), [@&#8203;huozhi](https://togithub.com/huozhi), [@&#8203;Thisen](https://togithub.com/Thisen), [@&#8203;thebergamo](https://togithub.com/thebergamo), [@&#8203;zorrolisto](https://togithub.com/zorrolisto), [@&#8203;styfle](https://togithub.com/styfle), [@&#8203;housseindjirdeh](https://togithub.com/housseindjirdeh), and [@&#8203;kwonoj](https://togithub.com/kwonoj) for helping! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/hansputera/tiktok-dl).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/tiktok-dl#64