chore(deps): update nextjs monorepo to v12.2.3 #54

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

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

Mend Renovate

This PR contains the following updates:

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

Release Notes

vercel/next.js (@​next/eslint-plugin-next)

v12.2.3

Compare Source

vercel/next.js (next)

v12.2.3

Compare Source

Core Changes
  • Remove dynamic params from query in new router: #​38466
  • Fix test page detection: #​38475
  • build(ci): enable rustls as default: #​38471
  • Handle on-demand-entries and error overlay for Server Components: #​38480
  • Add refreshing of Server Components: #​38508
  • Handle dynamic routes / catchall routes in on-demand entries: #​38512
  • chore(deps): Update swc: #​38347
  • Enable css import in rsc server side : #​38418
  • Pass missing incrementalCacheHandlerPath to IncrementalCache instance: #​38433
  • fix(next/build): correct payload for plugin telemetry: #​38468
  • Update some dependencies' versions :): #​38427
  • refactor(next/swc): disable default features for crash report: #​38531
  • fix: don't use optional chaining in ESLint rule: #​38534
  • feat(next-swc/auto-cjs): Detect __esModule: #​38181
  • CSS modules support improvements for Server Components: #​38536
  • Handle development error when Server Component throws: #​38550
  • Upgrade edge-runtime + make EdgeRuntime value overridable with an env var on compilation: #​38331
  • Rename todos: #​38560
  • Fix injecting CSS link tags before page content: #​38559
  • Optimize Edge SSR bundle size: #​38570
  • Handle dev fouc for layout styling: #​38557
  • Fix independent CSSModule missing from flight manifest: #​38575
  • Mark dynamic as client component: #​38574
  • Add error when createServerContext is not available: #​38578
  • Handle server context being refreshed: #​38580
  • Pass server context to Flight render: #​38582
  • Ensure .client.tsx/.ts/.jsx Client Components can be imported: #​38591
  • Remove the hide-fouc tags after hydration: #​38592
  • Add heuristic for optimistic push: #​38599
  • Remove implemented todos: #​38610
  • Add next.config.js validation with ajv: #​38498
  • Fix next/jest when testing next/future/image: #​38569
  • refactor(next/telemetry): use basename for the absolute plugin path: #​38473
  • Remove the hide-fouc tag earlier: #​38614
  • Fix reloading Client Component require.cache: #​38633
  • Fix failed to hydrate error with global CSS: #​38626
  • Ensure selected segment is the value of dynamic routes: #​38644
  • Add focus and scroll management for new router: #​38642
  • New Router Tests: #​38390
  • Rename query to searchParams for getServerSideProps in new Router: #​38654
  • Refine scrolling into view in new router: #​38682
  • Improve element detection further: #​38684
  • Remove obsolete code from loader: #​38681
  • Fix check for optimistic routing and handle loading in server-patch: #​38687
  • add user check in auth-with-stytch.: #​38648
  • Ensure flight manifest is correct with app and pages dir: #​38716
  • Fix missing client entry matcher and simplify imports path: #​38691
  • refactor: rewrite etag: #​38568
  • Fix CSSM loader applying for both pages and app: #​38761
  • Support postcss.config.cjs: #​38486
  • fix(next/swc): let async wasm binding coerce to sync correctly: #​38780
  • Ensure route group with separate root layout does not get wrapped in
  • [edge] allow importing blob assets: #​38492
  • [ESLint] Make src/ a default linting directory: #​38810
  • Fix usage of experimental-edge in pages/api/index: #​38024
  • fix(edge-runtime): undefined global in edge runtime.: #​38769
  • Fix squoosh image optimization for Node.js 18: #​38833
  • chore: TS improvments: #​38834
  • fix: don't treat output: "standalone" as custom server: #​38831
  • Improve next/image error message when src prop is missing: #​38847
  • Remove the next/streaming endpoint and experimental refresh api: #​38837
  • Ensure module require is awaited in app-render: #​38860
  • Leverage mini css plugin hmr for app dir: #​38830
  • fix(edge): error handling for edge route and middleware is inconsistent: #​38401
  • fix: correct the next config optimizeCss type: #​38879
  • Update Edge Runtime: #​38862
  • Ensure mixed query/hash values are handled correctly: #​38852
  • fix(#​38743): config.runtime support template literal: #​38750
Documentation Changes
  • Update api-middlewares.md: #​38499
  • Add note about standalone + runtimeConfig caveat: #​38532
  • Note about manually passing props from custom app: #​37329
  • [DOCS]: Middleware doesn't execute for on-demand ISR: #​38562
  • Update docs for next/future/image with browser support: #​38563
  • Add missing closing curly bracket in compiler option example: #​38586
  • docs: clarify that matcher needs to be constant values: #​38597
  • Add documentation on accessibility.: #​38522
  • Add bundlejs site: #​38677
  • Update get-static-props.md: #​38703
  • update fallback docs: #​38659
  • Improve response body in Middleware error page.: #​38537
  • docs: improve wording on pathname and asPath: #​38835
Example Changes
  • chore: update file references in Auth0 example README: #​38476
  • chore(examples): Convert api-routes example to TypeScript: #​38083
  • Fix url of tRPC's next-minimal-starter: #​38452
  • Update Fauna examples to support new FAUNA_DB_DOMAIN environment variable: #​38434
  • feat(examples): Use helper function in with-sentry example _error.js: #​37866
  • Update MongoDB example to use integration for deploy button.: #​38738
  • chore(examples): require WORDPRESS_API_URL to include /graphql: #​38764
  • Update with-emotion-swc to use TypeScript: #​38744
  • chore: auto-detect preferred package manager in Dockerfile: #​38693
  • chore: update with-service-worker example: #​38670
  • Fixup main Fauna example and drop support for outdated one: #​38692
  • Fix export issue in with-fauna example: #​38812
  • Update Convex example.: #​38850
  • chore: convert with-dynamic-import to TypeScript: #​38844
  • chore(examples): Convert with-cypress example to TypeScript: #​38818
Misc Changes
  • Migrate rsc integration tests to e2e tests: #​38460
  • Update flakey unoptimized image test: #​38478
  • fix: fix bundle-analyzer plugin types: #​38255
  • Update CI job skipping based on related changes: #​38479
  • Fix rsc test during deploy testing: #​38517
  • Add docs condition for all azure steps: #​38519
  • skip rsc tests for react 17 e2e: #​38524
  • Add dev/start timing to PR stats: #​38525
  • chore: extend example contribution guidelines: #​38511
  • Fix e2e rsc test for deploy mode: #​38538
  • Add test env variables to readme: #​38566
  • Fix flaky rsc test: #​38573
  • chore: tweak issue validator: #​38600
  • Update to latest version of turbo: #​38629
  • chore: improve issue validator logs
  • chore: tweak issue validator action
  • Update version for yarn pnp tests: #​38688
  • Add dark mode to Create Next App: #​38671
  • Add note about test-trace artifact to test readme: #​38770
  • Fix postcss deploy e2e test: #​38782
  • test: disable the rsc flaky test temporarily: #​38843
  • Update edge blob asset e2e test: #​38857
  • ci: dropping macos-10.15: #​38865
  • Update query/hash test for safari: #​38889
Credits

Huge thanks to @​huozhi, @​mihaic195, @​ijjk, @​kwonoj, @​stefanprobst, @​maxproske, @​valcosmos, @​KATT, @​kdy1, @​thiagomorales, @​sanjaiyan-dev, @​danielcavanagh, @​balazsorban44, @​shuding, @​Schniz, @​steven-tey, @​styfle, @​hellomhc, @​trevor-fauna, @​timneutkens, @​leerob, @​wyattjoh, @​nguyenyou, @​eminvergil, @​lobsterkatie, @​dorian-davis, @​SukkaW, @​sambecker, @​isaac-martin, @​JohnDaly, @​housseindjirdeh, @​lfades, @​feugy, @​thomasballinger, @​amorimr, and @​javivelasco 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/22/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.2` -> `12.2.3`](https://renovatebot.com/diffs/npm/@next%2feslint-plugin-next/12.2.2/12.2.3) | [![age](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/12.2.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/12.2.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/12.2.3/compatibility-slim/12.2.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/12.2.3/confidence-slim/12.2.2)](https://docs.renovatebot.com/merge-confidence/) | | [next](https://nextjs.org) ([source](https://togithub.com/vercel/next.js)) | [`12.2.2` -> `12.2.3`](https://renovatebot.com/diffs/npm/next/12.2.2/12.2.3) | [![age](https://badges.renovateapi.com/packages/npm/next/12.2.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/next/12.2.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/next/12.2.3/compatibility-slim/12.2.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/next/12.2.3/confidence-slim/12.2.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/next.js (@&#8203;next/eslint-plugin-next)</summary> ### [`v12.2.3`](https://togithub.com/vercel/next.js/compare/v12.2.2...v12.2.3) [Compare Source](https://togithub.com/vercel/next.js/compare/v12.2.2...v12.2.3) </details> <details> <summary>vercel/next.js (next)</summary> ### [`v12.2.3`](https://togithub.com/vercel/next.js/releases/tag/v12.2.3) [Compare Source](https://togithub.com/vercel/next.js/compare/v12.2.2...v12.2.3) ##### Core Changes - Remove dynamic params from `query` in new router: [#&#8203;38466](https://togithub.com/vercel/next.js/issues/38466) - Fix test page detection: [#&#8203;38475](https://togithub.com/vercel/next.js/issues/38475) - build(ci): enable rustls as default: [#&#8203;38471](https://togithub.com/vercel/next.js/issues/38471) - Handle on-demand-entries and error overlay for Server Components: [#&#8203;38480](https://togithub.com/vercel/next.js/issues/38480) - Add refreshing of Server Components: [#&#8203;38508](https://togithub.com/vercel/next.js/issues/38508) - Handle dynamic routes / catchall routes in on-demand entries: [#&#8203;38512](https://togithub.com/vercel/next.js/issues/38512) - chore(deps): Update swc: [#&#8203;38347](https://togithub.com/vercel/next.js/issues/38347) - Enable css import in rsc server side : [#&#8203;38418](https://togithub.com/vercel/next.js/issues/38418) - Pass missing incrementalCacheHandlerPath to IncrementalCache instance: [#&#8203;38433](https://togithub.com/vercel/next.js/issues/38433) - fix(next/build): correct payload for plugin telemetry: [#&#8203;38468](https://togithub.com/vercel/next.js/issues/38468) - Update some dependencies' versions :): [#&#8203;38427](https://togithub.com/vercel/next.js/issues/38427) - refactor(next/swc): disable default features for crash report: [#&#8203;38531](https://togithub.com/vercel/next.js/issues/38531) - fix: don't use optional chaining in ESLint rule: [#&#8203;38534](https://togithub.com/vercel/next.js/issues/38534) - feat(next-swc/auto-cjs): Detect `__esModule`: [#&#8203;38181](https://togithub.com/vercel/next.js/issues/38181) - CSS modules support improvements for Server Components: [#&#8203;38536](https://togithub.com/vercel/next.js/issues/38536) - Handle development error when Server Component throws: [#&#8203;38550](https://togithub.com/vercel/next.js/issues/38550) - Upgrade edge-runtime + make EdgeRuntime value overridable with an env var on compilation: [#&#8203;38331](https://togithub.com/vercel/next.js/issues/38331) - Rename todos: [#&#8203;38560](https://togithub.com/vercel/next.js/issues/38560) - Fix injecting CSS link tags before page content: [#&#8203;38559](https://togithub.com/vercel/next.js/issues/38559) - Optimize Edge SSR bundle size: [#&#8203;38570](https://togithub.com/vercel/next.js/issues/38570) - Handle dev fouc for layout styling: [#&#8203;38557](https://togithub.com/vercel/next.js/issues/38557) - Fix independent CSSModule missing from flight manifest: [#&#8203;38575](https://togithub.com/vercel/next.js/issues/38575) - Mark dynamic as client component: [#&#8203;38574](https://togithub.com/vercel/next.js/issues/38574) - Add error when createServerContext is not available: [#&#8203;38578](https://togithub.com/vercel/next.js/issues/38578) - Handle server context being refreshed: [#&#8203;38580](https://togithub.com/vercel/next.js/issues/38580) - Pass server context to Flight render: [#&#8203;38582](https://togithub.com/vercel/next.js/issues/38582) - Ensure .client.tsx/.ts/.jsx Client Components can be imported: [#&#8203;38591](https://togithub.com/vercel/next.js/issues/38591) - Remove the `hide-fouc` tags after hydration: [#&#8203;38592](https://togithub.com/vercel/next.js/issues/38592) - Add heuristic for optimistic push: [#&#8203;38599](https://togithub.com/vercel/next.js/issues/38599) - Remove implemented todos: [#&#8203;38610](https://togithub.com/vercel/next.js/issues/38610) - Add next.config.js validation with ajv: [#&#8203;38498](https://togithub.com/vercel/next.js/issues/38498) - Fix `next/jest` when testing `next/future/image`: [#&#8203;38569](https://togithub.com/vercel/next.js/issues/38569) - refactor(next/telemetry): use basename for the absolute plugin path: [#&#8203;38473](https://togithub.com/vercel/next.js/issues/38473) - Remove the hide-fouc tag earlier: [#&#8203;38614](https://togithub.com/vercel/next.js/issues/38614) - Fix reloading Client Component require.cache: [#&#8203;38633](https://togithub.com/vercel/next.js/issues/38633) - Fix failed to hydrate error with global CSS: [#&#8203;38626](https://togithub.com/vercel/next.js/issues/38626) - Ensure selected segment is the value of dynamic routes: [#&#8203;38644](https://togithub.com/vercel/next.js/issues/38644) - Add focus and scroll management for new router: [#&#8203;38642](https://togithub.com/vercel/next.js/issues/38642) - New Router Tests: [#&#8203;38390](https://togithub.com/vercel/next.js/issues/38390) - Rename query to searchParams for getServerSideProps in new Router: [#&#8203;38654](https://togithub.com/vercel/next.js/issues/38654) - Refine scrolling into view in new router: [#&#8203;38682](https://togithub.com/vercel/next.js/issues/38682) - Improve element detection further: [#&#8203;38684](https://togithub.com/vercel/next.js/issues/38684) - Remove obsolete code from loader: [#&#8203;38681](https://togithub.com/vercel/next.js/issues/38681) - Fix check for optimistic routing and handle loading in server-patch: [#&#8203;38687](https://togithub.com/vercel/next.js/issues/38687) - add user check in `auth-with-stytch`.: [#&#8203;38648](https://togithub.com/vercel/next.js/issues/38648) - Ensure flight manifest is correct with app and pages dir: [#&#8203;38716](https://togithub.com/vercel/next.js/issues/38716) - Fix missing client entry matcher and simplify imports path: [#&#8203;38691](https://togithub.com/vercel/next.js/issues/38691) - refactor: rewrite etag: [#&#8203;38568](https://togithub.com/vercel/next.js/issues/38568) - Fix CSSM loader applying for both pages and app: [#&#8203;38761](https://togithub.com/vercel/next.js/issues/38761) - Support postcss.config.cjs: [#&#8203;38486](https://togithub.com/vercel/next.js/issues/38486) - fix(next/swc): let async wasm binding coerce to sync correctly: [#&#8203;38780](https://togithub.com/vercel/next.js/issues/38780) - Ensure route group with separate root layout does not get wrapped in <div>: [#&#8203;38792](https://togithub.com/vercel/next.js/issues/38792) - \[edge] allow importing blob assets: [#&#8203;38492](https://togithub.com/vercel/next.js/issues/38492) - \[ESLint] Make `src/` a default linting directory: [#&#8203;38810](https://togithub.com/vercel/next.js/issues/38810) - Fix usage of `experimental-edge` in `pages/api/index`: [#&#8203;38024](https://togithub.com/vercel/next.js/issues/38024) - fix(edge-runtime): undefined global in edge runtime.: [#&#8203;38769](https://togithub.com/vercel/next.js/issues/38769) - Fix squoosh image optimization for Node.js 18: [#&#8203;38833](https://togithub.com/vercel/next.js/issues/38833) - chore: TS improvments: [#&#8203;38834](https://togithub.com/vercel/next.js/issues/38834) - fix: don't treat `output: "standalone"` as custom server: [#&#8203;38831](https://togithub.com/vercel/next.js/issues/38831) - Improve `next/image` error message when `src` prop is missing: [#&#8203;38847](https://togithub.com/vercel/next.js/issues/38847) - Remove the next/streaming endpoint and experimental refresh api: [#&#8203;38837](https://togithub.com/vercel/next.js/issues/38837) - Ensure module require is awaited in app-render: [#&#8203;38860](https://togithub.com/vercel/next.js/issues/38860) - Leverage mini css plugin hmr for app dir: [#&#8203;38830](https://togithub.com/vercel/next.js/issues/38830) - fix(edge): error handling for edge route and middleware is inconsistent: [#&#8203;38401](https://togithub.com/vercel/next.js/issues/38401) - fix: correct the next config optimizeCss type: [#&#8203;38879](https://togithub.com/vercel/next.js/issues/38879) - Update Edge Runtime: [#&#8203;38862](https://togithub.com/vercel/next.js/issues/38862) - Ensure mixed query/hash values are handled correctly: [#&#8203;38852](https://togithub.com/vercel/next.js/issues/38852) - fix([#&#8203;38743](https://togithub.com/vercel/next.js/issues/38743)): config.runtime support template literal: [#&#8203;38750](https://togithub.com/vercel/next.js/issues/38750) ##### Documentation Changes - Update api-middlewares.md: [#&#8203;38499](https://togithub.com/vercel/next.js/issues/38499) - Add note about standalone + runtimeConfig caveat: [#&#8203;38532](https://togithub.com/vercel/next.js/issues/38532) - Note about manually passing props from custom app: [#&#8203;37329](https://togithub.com/vercel/next.js/issues/37329) - \[DOCS]: Middleware doesn't execute for on-demand ISR: [#&#8203;38562](https://togithub.com/vercel/next.js/issues/38562) - Update docs for `next/future/image` with browser support: [#&#8203;38563](https://togithub.com/vercel/next.js/issues/38563) - Add missing closing curly bracket in compiler option example: [#&#8203;38586](https://togithub.com/vercel/next.js/issues/38586) - docs: clarify that `matcher` needs to be constant values: [#&#8203;38597](https://togithub.com/vercel/next.js/issues/38597) - Add documentation on accessibility.: [#&#8203;38522](https://togithub.com/vercel/next.js/issues/38522) - Add bundlejs site: [#&#8203;38677](https://togithub.com/vercel/next.js/issues/38677) - Update get-static-props.md: [#&#8203;38703](https://togithub.com/vercel/next.js/issues/38703) - update fallback docs: [#&#8203;38659](https://togithub.com/vercel/next.js/issues/38659) - Improve response body in Middleware error page.: [#&#8203;38537](https://togithub.com/vercel/next.js/issues/38537) - docs: improve wording on `pathname` and `asPath`: [#&#8203;38835](https://togithub.com/vercel/next.js/issues/38835) ##### Example Changes - chore: update file references in Auth0 example README: [#&#8203;38476](https://togithub.com/vercel/next.js/issues/38476) - chore(examples): Convert `api-routes` example to TypeScript: [#&#8203;38083](https://togithub.com/vercel/next.js/issues/38083) - Fix url of tRPC's `next-minimal-starter`: [#&#8203;38452](https://togithub.com/vercel/next.js/issues/38452) - Update Fauna examples to support new FAUNA_DB_DOMAIN environment variable: [#&#8203;38434](https://togithub.com/vercel/next.js/issues/38434) - feat(examples): Use helper function in `with-sentry` example `_error.js`: [#&#8203;37866](https://togithub.com/vercel/next.js/issues/37866) - Update MongoDB example to use integration for deploy button.: [#&#8203;38738](https://togithub.com/vercel/next.js/issues/38738) - chore(examples): require `WORDPRESS_API_URL` to include `/graphql`: [#&#8203;38764](https://togithub.com/vercel/next.js/issues/38764) - Update with-emotion-swc to use TypeScript: [#&#8203;38744](https://togithub.com/vercel/next.js/issues/38744) - chore: auto-detect preferred package manager in `Dockerfile`: [#&#8203;38693](https://togithub.com/vercel/next.js/issues/38693) - chore: update `with-service-worker` example: [#&#8203;38670](https://togithub.com/vercel/next.js/issues/38670) - Fixup main Fauna example and drop support for outdated one: [#&#8203;38692](https://togithub.com/vercel/next.js/issues/38692) - Fix export issue in with-fauna example: [#&#8203;38812](https://togithub.com/vercel/next.js/issues/38812) - Update Convex example.: [#&#8203;38850](https://togithub.com/vercel/next.js/issues/38850) - chore: convert `with-dynamic-import` to TypeScript: [#&#8203;38844](https://togithub.com/vercel/next.js/issues/38844) - chore(examples): Convert `with-cypress` example to TypeScript: [#&#8203;38818](https://togithub.com/vercel/next.js/issues/38818) ##### Misc Changes - Migrate rsc integration tests to e2e tests: [#&#8203;38460](https://togithub.com/vercel/next.js/issues/38460) - Update flakey unoptimized image test: [#&#8203;38478](https://togithub.com/vercel/next.js/issues/38478) - fix: fix bundle-analyzer plugin types: [#&#8203;38255](https://togithub.com/vercel/next.js/issues/38255) - Update CI job skipping based on related changes: [#&#8203;38479](https://togithub.com/vercel/next.js/issues/38479) - Fix rsc test during deploy testing: [#&#8203;38517](https://togithub.com/vercel/next.js/issues/38517) - Add docs condition for all azure steps: [#&#8203;38519](https://togithub.com/vercel/next.js/issues/38519) - skip rsc tests for react 17 e2e: [#&#8203;38524](https://togithub.com/vercel/next.js/issues/38524) - Add dev/start timing to PR stats: [#&#8203;38525](https://togithub.com/vercel/next.js/issues/38525) - chore: extend example contribution guidelines: [#&#8203;38511](https://togithub.com/vercel/next.js/issues/38511) - Fix e2e rsc test for deploy mode: [#&#8203;38538](https://togithub.com/vercel/next.js/issues/38538) - Add test env variables to readme: [#&#8203;38566](https://togithub.com/vercel/next.js/issues/38566) - Fix flaky rsc test: [#&#8203;38573](https://togithub.com/vercel/next.js/issues/38573) - chore: tweak issue validator: [#&#8203;38600](https://togithub.com/vercel/next.js/issues/38600) - Update to latest version of turbo: [#&#8203;38629](https://togithub.com/vercel/next.js/issues/38629) - chore: improve issue validator logs - chore: tweak issue validator action - Update version for yarn pnp tests: [#&#8203;38688](https://togithub.com/vercel/next.js/issues/38688) - Add dark mode to Create Next App: [#&#8203;38671](https://togithub.com/vercel/next.js/issues/38671) - Add note about test-trace artifact to test readme: [#&#8203;38770](https://togithub.com/vercel/next.js/issues/38770) - Fix postcss deploy e2e test: [#&#8203;38782](https://togithub.com/vercel/next.js/issues/38782) - test: disable the rsc flaky test temporarily: [#&#8203;38843](https://togithub.com/vercel/next.js/issues/38843) - Update edge blob asset e2e test: [#&#8203;38857](https://togithub.com/vercel/next.js/issues/38857) - ci: dropping macos-10.15: [#&#8203;38865](https://togithub.com/vercel/next.js/issues/38865) - Update query/hash test for safari: [#&#8203;38889](https://togithub.com/vercel/next.js/issues/38889) ##### Credits Huge thanks to [@&#8203;huozhi](https://togithub.com/huozhi), [@&#8203;mihaic195](https://togithub.com/mihaic195), [@&#8203;ijjk](https://togithub.com/ijjk), [@&#8203;kwonoj](https://togithub.com/kwonoj), [@&#8203;stefanprobst](https://togithub.com/stefanprobst), [@&#8203;maxproske](https://togithub.com/maxproske), [@&#8203;valcosmos](https://togithub.com/valcosmos), [@&#8203;KATT](https://togithub.com/KATT), [@&#8203;kdy1](https://togithub.com/kdy1), [@&#8203;thiagomorales](https://togithub.com/thiagomorales), [@&#8203;sanjaiyan-dev](https://togithub.com/sanjaiyan-dev), [@&#8203;danielcavanagh](https://togithub.com/danielcavanagh), [@&#8203;balazsorban44](https://togithub.com/balazsorban44), [@&#8203;shuding](https://togithub.com/shuding), [@&#8203;Schniz](https://togithub.com/Schniz), [@&#8203;steven-tey](https://togithub.com/steven-tey), [@&#8203;styfle](https://togithub.com/styfle), [@&#8203;hellomhc](https://togithub.com/hellomhc), [@&#8203;trevor-fauna](https://togithub.com/trevor-fauna), [@&#8203;timneutkens](https://togithub.com/timneutkens), [@&#8203;leerob](https://togithub.com/leerob), [@&#8203;wyattjoh](https://togithub.com/wyattjoh), [@&#8203;nguyenyou](https://togithub.com/nguyenyou), [@&#8203;eminvergil](https://togithub.com/eminvergil), [@&#8203;lobsterkatie](https://togithub.com/lobsterkatie), [@&#8203;dorian-davis](https://togithub.com/dorian-davis), [@&#8203;SukkaW](https://togithub.com/SukkaW), [@&#8203;sambecker](https://togithub.com/sambecker), [@&#8203;isaac-martin](https://togithub.com/isaac-martin), [@&#8203;JohnDaly](https://togithub.com/JohnDaly), [@&#8203;housseindjirdeh](https://togithub.com/housseindjirdeh), [@&#8203;lfades](https://togithub.com/lfades), [@&#8203;feugy](https://togithub.com/feugy), [@&#8203;thomasballinger](https://togithub.com/thomasballinger), [@&#8203;amorimr](https://togithub.com/amorimr), and [@&#8203;javivelasco](https://togithub.com/javivelasco) 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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjIuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEyMi4xIn0=-->
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/tiktok-dl#54