chore(deps): update nextjs monorepo to v12.2.1 #65

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

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

Mend Renovate

This PR contains the following updates:

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

Release Notes

vercel/next.js

v12.2.1

Compare Source

Core Changes
  • Remove unused layoutRaw config: #​38120
  • Fix invalid config warning for runtime config: #​38122
  • fix(next/config): update default config for the experimental: #​38123
  • feat(next/swc): setup native next-swc crash reporter: #​38076
  • Fix unnecessary flight render passes: #​38133
  • Readds missing @next/next/no-assign-module-variable ESLint rule.: #​38134
  • Fix failing to set initial ISR cache item in new folder: #​38136
  • Add default experimental values: #​38135
  • Fix error when next/future/image is missing width or height: #​38132
  • docs(readme.md): remove broken 404 links: #​38104
  • fix(#​38106): use swc client config to pre-compile shared lib: #​38137
  • Fix chunk path resolution: #​38162
  • Revert "feat(next/swc): setup native next-swc crash reporter": #​38170
  • fix(next/swc): set cache dir explicitly: #​38175
  • Ensure @​swc/helpers do not rely on hoisting: #​38174
  • Migrate rsc tests to app dir tests: #​38158
  • Check for performance.getEntriesByName before calling: #​38186
  • Adds tests to ensure eslint-plugin-next's available rules are properly exported and recommended rules are correctly defined.: #​38183
  • Fix pageProps is missing when route changes: #​38178
  • feat(next/build): send next-swc plugins telemetry: #​38116
  • Ensure page.server.js matches correctly: #​38236
  • Alias react and react-dom by default: #​38245
  • Fix: convert head instances to array: #​38252
  • [edge] Make runtime addressable in compile time: #​38288
  • Ensure trailing slash is handled correctly with middleware: #​38282
  • Fix CSS modules imported from client components in app dir: #​38310
  • [edge] favor browser exports for edge compiler: #​38319
  • Fix CSS modules imported from client components in app dir with next build: #​38329
  • Honor NEXT_MANUAL_SIG_HANDLE flag in standalone mode: #​38346
  • Display stack trace when error occurs in API route: #​38289
  • Handle Client Rewrites Correctly: #​38340
  • Fix global CSS file imports: #​38339
  • [build] validate the exported config values: #​38370
  • Correctly check if width is lte 0 in Image Optimization API: #​38226
  • chore: shorten image blur svg placholder: #​38157
  • Enable swc minifier in create next apps: #​38215
  • Filter proper chunks from chunk group for client components: #​38379
  • [edge] enable edge compiler source maps by default: #​38365
  • Call Error.getInitialProps for the top level error: #​21240
  • feat: build edge functions with node.js modules and fail at runtime: #​38234
  • Implement new client-side router: #​37551
  • Add param names into the tree: #​38415
  • feat(next/swc): setup native next-swc crash reporter with platform supports: #​38221
  • Ensure server components entries are not part of the pages buildmanifest: #​38416
  • Add app-path-routes manifest: #​38420
Documentation Changes
  • Middleware docs update: #​38111
  • Update middleware upgrade guide w/ more rationale: #​38074
  • Update next/future/image docs to mention the difference with next/image: #​38108
  • Clarify router.query initial value during prerendering: #​38093
  • Remove lazyRoot example from next/future/image doc: #​38140
  • Add a Makeswift example: #​38018
  • docs: remove eslint config link: #​38206
  • fix: middleware-upgrade-guide.md: #​38246
  • Typo in NextResponse docs: #​38259
  • Update next/future/image docs to specify supported browser versions.: #​38307
  • Update get-static-props.md: #​38287
  • Clarification for Testing Environment Variables: #​38359
  • Fix typo in SWC plugin destructuring example: #​38367
  • Fix/update docs for swc styled components: #​38280
  • Update edge-runtime.md: #​38271
  • Add note about casing to getStaticPaths docs: #​38426
Example Changes
  • Adding with-ably example for realtime messaging in next apps: #​37319
  • Convert auth0 example to TypeScript: #​38087
  • Convert basic-export example to TypeScript: #​38092
  • Convert basic-css example to TypeScript: #​38091
  • Add Convex example: #​38129
  • Convert catch-all-routes example to TypeScript: #​38188
  • feat(examples): link to turbo next.js examples: #​38173
  • feat(examples): adds middleware example: #​38240
  • fix(examples): fix link on middleware example: #​38323
  • Update analysis scripts: #​38201
  • chore(examples): fix experiments loading npm wasm: #​38348
  • chore(examples): Convert api-routes-cors example to TypeScript: #​38356
  • chore(examples): Convert api-routes-middleware example to TypeScript: #​38358
  • Remove CharkraProvicer RestCSS prop: #​38199
  • Add example: with-apivideo-upload: #​36050
  • Updates with-supertokens example: #​38369
  • fix: update with-msw example to function properly for all use cases: #​38050
  • chore(examples): Convert blog example to TypeScript: #​38095
Misc Changes
  • Add more code ownership paths for padmaia: #​38121
  • Fix create-next-app tests from changed example: #​38154
  • Fix missing trace script devDependencies: #​38172
  • chore: don't use type: "module" when building the Issue validator action: #​38197
  • fix: declare NextBundleAnalyzer as a type: #​38168
  • Replace placeholder.com images with *.vercel.app in image-component tests: #​38090
  • chore: point to /dist for local action
  • chore: fix issue validator paths
  • Update some flaking tests for edge compiler and rsc: #​38344
  • chore: remove workspace from package.json since we have `pnpm-works…: #​38166
  • Revert "chore: remove workspace from package.json since we have `pnpm-works…": #​38376
  • Replace pre-commit with husky: #​38350
  • Add more CSS imports test cases: #​38343
Credits

Huge thanks to @​ethomson, @​styfle, @​padmaia, @​kwonoj, @​shuding, @​ijjk, @​manovotny, @​thisisjofrank, @​maxproske, @​dominiksipowicz, @​awareness481, @​pakaponk, @​SukkaW, @​apledger, @​wyattjoh, @​huozhi, @​thomasballinger, @​balazsorban44, @​longzheng, @​tknickman, @​rbrcsk, @​emersonlaurentino, @​carstenlebek, @​edusig, @​Schniz, @​riccardogiorato, @​leerob, @​valcosmos, @​hanneslund, @​ryanhaticus, @​j-mendez, @​armandabric, @​WinmezzZ, @​andershagbard, @​dammy001, @​MarDi66, @​stefanprobst, @​okmttdhr, @​rishabhpoddar, @​marjorg, @​dustinsgoodman, @​zanechua, @​feugy, and @​timneutkens 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/8/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.0` -> `12.2.1`](https://renovatebot.com/diffs/npm/@next%2feslint-plugin-next/12.2.0/12.2.1) | [![age](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/12.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/12.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/12.2.1/compatibility-slim/12.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/12.2.1/confidence-slim/12.2.0)](https://docs.renovatebot.com/merge-confidence/) | | [next](https://nextjs.org) ([source](https://togithub.com/vercel/next.js)) | [`12.2.0` -> `12.2.1`](https://renovatebot.com/diffs/npm/next/12.2.0/12.2.1) | [![age](https://badges.renovateapi.com/packages/npm/next/12.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/next/12.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/next/12.2.1/compatibility-slim/12.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/next/12.2.1/confidence-slim/12.2.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/next.js</summary> ### [`v12.2.1`](https://togithub.com/vercel/next.js/releases/tag/v12.2.1) [Compare Source](https://togithub.com/vercel/next.js/compare/v12.2.0...v12.2.1) ##### Core Changes - Remove unused `layoutRaw` config: [#&#8203;38120](https://togithub.com/vercel/next.js/issues/38120) - Fix invalid config warning for runtime config: [#&#8203;38122](https://togithub.com/vercel/next.js/issues/38122) - fix(next/config): update default config for the experimental: [#&#8203;38123](https://togithub.com/vercel/next.js/issues/38123) - feat(next/swc): setup native next-swc crash reporter: [#&#8203;38076](https://togithub.com/vercel/next.js/issues/38076) - Fix unnecessary flight render passes: [#&#8203;38133](https://togithub.com/vercel/next.js/issues/38133) - Readds missing `@next/next/no-assign-module-variable` ESLint rule.: [#&#8203;38134](https://togithub.com/vercel/next.js/issues/38134) - Fix failing to set initial ISR cache item in new folder: [#&#8203;38136](https://togithub.com/vercel/next.js/issues/38136) - Add default experimental values: [#&#8203;38135](https://togithub.com/vercel/next.js/issues/38135) - Fix error when `next/future/image` is missing width or height: [#&#8203;38132](https://togithub.com/vercel/next.js/issues/38132) - docs(readme.md): remove broken 404 links: [#&#8203;38104](https://togithub.com/vercel/next.js/issues/38104) - fix([#&#8203;38106](https://togithub.com/vercel/next.js/issues/38106)): use swc client config to pre-compile shared lib: [#&#8203;38137](https://togithub.com/vercel/next.js/issues/38137) - Fix chunk path resolution: [#&#8203;38162](https://togithub.com/vercel/next.js/issues/38162) - Revert "feat(next/swc): setup native next-swc crash reporter": [#&#8203;38170](https://togithub.com/vercel/next.js/issues/38170) - fix(next/swc): set cache dir explicitly: [#&#8203;38175](https://togithub.com/vercel/next.js/issues/38175) - Ensure [@&#8203;swc/helpers](https://togithub.com/swc/helpers) do not rely on hoisting: [#&#8203;38174](https://togithub.com/vercel/next.js/issues/38174) - Migrate rsc tests to app dir tests: [#&#8203;38158](https://togithub.com/vercel/next.js/issues/38158) - Check for performance.getEntriesByName before calling: [#&#8203;38186](https://togithub.com/vercel/next.js/issues/38186) - Adds tests to ensure `eslint-plugin-next`'s available rules are properly exported and recommended rules are correctly defined.: [#&#8203;38183](https://togithub.com/vercel/next.js/issues/38183) - Fix pageProps is missing when route changes: [#&#8203;38178](https://togithub.com/vercel/next.js/issues/38178) - feat(next/build): send next-swc plugins telemetry: [#&#8203;38116](https://togithub.com/vercel/next.js/issues/38116) - Ensure page.server.js matches correctly: [#&#8203;38236](https://togithub.com/vercel/next.js/issues/38236) - Alias react and react-dom by default: [#&#8203;38245](https://togithub.com/vercel/next.js/issues/38245) - Fix: convert head instances to array: [#&#8203;38252](https://togithub.com/vercel/next.js/issues/38252) - \[edge] Make runtime addressable in compile time: [#&#8203;38288](https://togithub.com/vercel/next.js/issues/38288) - Ensure trailing slash is handled correctly with middleware: [#&#8203;38282](https://togithub.com/vercel/next.js/issues/38282) - Fix CSS modules imported from client components in app dir: [#&#8203;38310](https://togithub.com/vercel/next.js/issues/38310) - \[edge] favor browser exports for edge compiler: [#&#8203;38319](https://togithub.com/vercel/next.js/issues/38319) - Fix CSS modules imported from client components in app dir with next build: [#&#8203;38329](https://togithub.com/vercel/next.js/issues/38329) - Honor NEXT_MANUAL_SIG_HANDLE flag in standalone mode: [#&#8203;38346](https://togithub.com/vercel/next.js/issues/38346) - Display stack trace when error occurs in API route: [#&#8203;38289](https://togithub.com/vercel/next.js/issues/38289) - Handle Client Rewrites Correctly: [#&#8203;38340](https://togithub.com/vercel/next.js/issues/38340) - Fix global CSS file imports: [#&#8203;38339](https://togithub.com/vercel/next.js/issues/38339) - \[build] validate the exported config values: [#&#8203;38370](https://togithub.com/vercel/next.js/issues/38370) - Correctly check if width is lte 0 in Image Optimization API: [#&#8203;38226](https://togithub.com/vercel/next.js/issues/38226) - chore: shorten image blur svg placholder: [#&#8203;38157](https://togithub.com/vercel/next.js/issues/38157) - Enable swc minifier in create next apps: [#&#8203;38215](https://togithub.com/vercel/next.js/issues/38215) - Filter proper chunks from chunk group for client components: [#&#8203;38379](https://togithub.com/vercel/next.js/issues/38379) - \[edge] enable edge compiler source maps by default: [#&#8203;38365](https://togithub.com/vercel/next.js/issues/38365) - Call Error.getInitialProps for the top level error: [#&#8203;21240](https://togithub.com/vercel/next.js/issues/21240) - feat: build edge functions with node.js modules and fail at runtime: [#&#8203;38234](https://togithub.com/vercel/next.js/issues/38234) - Implement new client-side router: [#&#8203;37551](https://togithub.com/vercel/next.js/issues/37551) - Add param names into the tree: [#&#8203;38415](https://togithub.com/vercel/next.js/issues/38415) - feat(next/swc): setup native next-swc crash reporter with platform supports: [#&#8203;38221](https://togithub.com/vercel/next.js/issues/38221) - Ensure server components entries are not part of the pages buildmanifest: [#&#8203;38416](https://togithub.com/vercel/next.js/issues/38416) - Add app-path-routes manifest: [#&#8203;38420](https://togithub.com/vercel/next.js/issues/38420) ##### Documentation Changes - Middleware docs update: [#&#8203;38111](https://togithub.com/vercel/next.js/issues/38111) - Update middleware upgrade guide w/ more rationale: [#&#8203;38074](https://togithub.com/vercel/next.js/issues/38074) - Update `next/future/image` docs to mention the difference with `next/image`: [#&#8203;38108](https://togithub.com/vercel/next.js/issues/38108) - Clarify router.query initial value during prerendering: [#&#8203;38093](https://togithub.com/vercel/next.js/issues/38093) - Remove `lazyRoot` example from `next/future/image` doc: [#&#8203;38140](https://togithub.com/vercel/next.js/issues/38140) - Add a Makeswift example: [#&#8203;38018](https://togithub.com/vercel/next.js/issues/38018) - docs: remove eslint config link: [#&#8203;38206](https://togithub.com/vercel/next.js/issues/38206) - fix: middleware-upgrade-guide.md: [#&#8203;38246](https://togithub.com/vercel/next.js/issues/38246) - Typo in NextResponse docs: [#&#8203;38259](https://togithub.com/vercel/next.js/issues/38259) - Update `next/future/image` docs to specify supported browser versions.: [#&#8203;38307](https://togithub.com/vercel/next.js/issues/38307) - Update get-static-props.md: [#&#8203;38287](https://togithub.com/vercel/next.js/issues/38287) - Clarification for Testing Environment Variables: [#&#8203;38359](https://togithub.com/vercel/next.js/issues/38359) - Fix typo in SWC plugin destructuring example: [#&#8203;38367](https://togithub.com/vercel/next.js/issues/38367) - Fix/update docs for swc styled components: [#&#8203;38280](https://togithub.com/vercel/next.js/issues/38280) - Update edge-runtime.md: [#&#8203;38271](https://togithub.com/vercel/next.js/issues/38271) - Add note about casing to getStaticPaths docs: [#&#8203;38426](https://togithub.com/vercel/next.js/issues/38426) ##### Example Changes - Adding with-ably example for realtime messaging in next apps: [#&#8203;37319](https://togithub.com/vercel/next.js/issues/37319) - Convert auth0 example to TypeScript: [#&#8203;38087](https://togithub.com/vercel/next.js/issues/38087) - Convert basic-export example to TypeScript: [#&#8203;38092](https://togithub.com/vercel/next.js/issues/38092) - Convert basic-css example to TypeScript: [#&#8203;38091](https://togithub.com/vercel/next.js/issues/38091) - Add Convex example: [#&#8203;38129](https://togithub.com/vercel/next.js/issues/38129) - Convert catch-all-routes example to TypeScript: [#&#8203;38188](https://togithub.com/vercel/next.js/issues/38188) - feat(examples): link to turbo next.js examples: [#&#8203;38173](https://togithub.com/vercel/next.js/issues/38173) - feat(examples): adds middleware example: [#&#8203;38240](https://togithub.com/vercel/next.js/issues/38240) - fix(examples): fix link on middleware example: [#&#8203;38323](https://togithub.com/vercel/next.js/issues/38323) - Update analysis scripts: [#&#8203;38201](https://togithub.com/vercel/next.js/issues/38201) - chore(examples): fix experiments loading npm wasm: [#&#8203;38348](https://togithub.com/vercel/next.js/issues/38348) - chore(examples): Convert `api-routes-cors` example to TypeScript: [#&#8203;38356](https://togithub.com/vercel/next.js/issues/38356) - chore(examples): Convert `api-routes-middleware` example to TypeScript: [#&#8203;38358](https://togithub.com/vercel/next.js/issues/38358) - Remove CharkraProvicer RestCSS prop: [#&#8203;38199](https://togithub.com/vercel/next.js/issues/38199) - Add example: with-apivideo-upload: [#&#8203;36050](https://togithub.com/vercel/next.js/issues/36050) - Updates with-supertokens example: [#&#8203;38369](https://togithub.com/vercel/next.js/issues/38369) - fix: update with-msw example to function properly for all use cases: [#&#8203;38050](https://togithub.com/vercel/next.js/issues/38050) - chore(examples): Convert `blog` example to TypeScript: [#&#8203;38095](https://togithub.com/vercel/next.js/issues/38095) ##### Misc Changes - Add more code ownership paths for padmaia: [#&#8203;38121](https://togithub.com/vercel/next.js/issues/38121) - Fix create-next-app tests from changed example: [#&#8203;38154](https://togithub.com/vercel/next.js/issues/38154) - Fix missing trace script devDependencies: [#&#8203;38172](https://togithub.com/vercel/next.js/issues/38172) - chore: don't use `type: "module"` when building the Issue validator action: [#&#8203;38197](https://togithub.com/vercel/next.js/issues/38197) - fix: declare NextBundleAnalyzer as a type: [#&#8203;38168](https://togithub.com/vercel/next.js/issues/38168) - Replace placeholder.com images with \*.vercel.app in image-component tests: [#&#8203;38090](https://togithub.com/vercel/next.js/issues/38090) - chore: point to `/dist` for local action - chore: fix issue validator paths - Update some flaking tests for edge compiler and rsc: [#&#8203;38344](https://togithub.com/vercel/next.js/issues/38344) - chore: remove workspace from `package.json` since we have \`pnpm-works…: [#&#8203;38166](https://togithub.com/vercel/next.js/issues/38166) - Revert "chore: remove workspace from `package.json` since we have \`pnpm-works…": [#&#8203;38376](https://togithub.com/vercel/next.js/issues/38376) - Replace pre-commit with husky: [#&#8203;38350](https://togithub.com/vercel/next.js/issues/38350) - Add more CSS imports test cases: [#&#8203;38343](https://togithub.com/vercel/next.js/issues/38343) ##### Credits Huge thanks to [@&#8203;ethomson](https://togithub.com/ethomson), [@&#8203;styfle](https://togithub.com/styfle), [@&#8203;padmaia](https://togithub.com/padmaia), [@&#8203;kwonoj](https://togithub.com/kwonoj), [@&#8203;shuding](https://togithub.com/shuding), [@&#8203;ijjk](https://togithub.com/ijjk), [@&#8203;manovotny](https://togithub.com/manovotny), [@&#8203;thisisjofrank](https://togithub.com/thisisjofrank), [@&#8203;maxproske](https://togithub.com/maxproske), [@&#8203;dominiksipowicz](https://togithub.com/dominiksipowicz), [@&#8203;awareness481](https://togithub.com/awareness481), [@&#8203;pakaponk](https://togithub.com/pakaponk), [@&#8203;SukkaW](https://togithub.com/SukkaW), [@&#8203;apledger](https://togithub.com/apledger), [@&#8203;wyattjoh](https://togithub.com/wyattjoh), [@&#8203;huozhi](https://togithub.com/huozhi), [@&#8203;thomasballinger](https://togithub.com/thomasballinger), [@&#8203;balazsorban44](https://togithub.com/balazsorban44), [@&#8203;longzheng](https://togithub.com/longzheng), [@&#8203;tknickman](https://togithub.com/tknickman), [@&#8203;rbrcsk](https://togithub.com/rbrcsk), [@&#8203;emersonlaurentino](https://togithub.com/emersonlaurentino), [@&#8203;carstenlebek](https://togithub.com/carstenlebek), [@&#8203;edusig](https://togithub.com/edusig), [@&#8203;Schniz](https://togithub.com/Schniz), [@&#8203;riccardogiorato](https://togithub.com/riccardogiorato), [@&#8203;leerob](https://togithub.com/leerob), [@&#8203;valcosmos](https://togithub.com/valcosmos), [@&#8203;hanneslund](https://togithub.com/hanneslund), [@&#8203;ryanhaticus](https://togithub.com/ryanhaticus), [@&#8203;j-mendez](https://togithub.com/j-mendez), [@&#8203;armandabric](https://togithub.com/armandabric), [@&#8203;WinmezzZ](https://togithub.com/WinmezzZ), [@&#8203;andershagbard](https://togithub.com/andershagbard), [@&#8203;dammy001](https://togithub.com/dammy001), [@&#8203;MarDi66](https://togithub.com/MarDi66), [@&#8203;stefanprobst](https://togithub.com/stefanprobst), [@&#8203;okmttdhr](https://togithub.com/okmttdhr), [@&#8203;rishabhpoddar](https://togithub.com/rishabhpoddar), [@&#8203;marjorg](https://togithub.com/marjorg), [@&#8203;dustinsgoodman](https://togithub.com/dustinsgoodman), [@&#8203;zanechua](https://togithub.com/zanechua), [@&#8203;feugy](https://togithub.com/feugy), and [@&#8203;timneutkens](https://togithub.com/timneutkens) 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#65