chore(deps): update nextjs monorepo to v14.0.2 #38

Merged
Fascinated merged 1 commits from renovate/nextjs-monorepo into master 2023-11-09 19:07:42 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@next/bundle-analyzer devDependencies patch 14.0.1 -> 14.0.2
eslint-config-next (source) devDependencies patch 14.0.1 -> 14.0.2
next (source) dependencies patch 14.0.1 -> 14.0.2

Release Notes

vercel/next.js (@​next/bundle-analyzer)

v14.0.2

Compare Source

Core Changes
  • Fix nested esm package default import resolving mismatch: #​57784
  • .next/trace] Serialize trace info across workers to preserve .next/trace with webpackBuildWorker: [#​57761](https://github.com/vercel/next.js/issues/57761)
    
  • Add @​highlight-run/node to externals list: #​57783
  • perf: change the chunks configuration for server code: #​57773
  • .next/trace] Add tags for webpack build worker: [#​57818](https://github.com/vercel/next.js/issues/57818)
    
  • chore: update otel: #​57774
  • refactor: remove unnecessary condition: #​57835
  • chore: remove styfle from .vercel.approvers: #​57841
  • Remove the actionBrowser to RSC client layering issue: #​57842
  • Prevent caching page with 304 status: #​57737
  • Ensure cache soft tags are correct: #​57850
  • Update React from 0c63487 to 08a3953: #​57852
  • Revert "perf: enable webpack build worker (#​57346)": #​57854
  • Add serverActions.allowedForwardedHosts option: #​57529
  • chore: reword in tree-view: #​57884
  • Polish logging segments of page route: #​57834
  • Inherit title and description from metadata into social cards: #​57857
  • remove legacy handling for suspense option of next/dynamic: #​57900
  • fix(next-core): externalcjs resolve options: #​57645
  • ppr: fail static generation if postponed & missing postpone data: #​57786
  • Reduce FS access for incremental cache: #​57902
  • suspend in render, not in reducers: #​56497
  • move static worker IPC server behind experimental flag: #​57943
  • feat(turbopack): Experimental wasm build: #​57906
  • Fix client chunk loading encoding for dynamic route: #​57960
  • misc: fix serverComponentsExternalPackages usage for experimental.bundlePagesExternals: #​57954
  • Improve grammar of removable Babel config warning: #​55088
  • Remove throw for unknown messages in hot-reloader-client: #​57353
  • Improve CSRF protection error in Server Actions: #​57980
  • fix: updates for resuming postponed in minimal mode: #​57375
  • fix: ensure that postponed requests can be resumed in minimal mode: #​58011
  • Use distDir from webpack-config in createWebpackAliases: #​57268
  • use __NEXT_VERSION compile time replacement: #​57512
  • fixes a problem with cache invalidation : #​58079
  • feat: always use SWC Wasm fallback when running in WebContainer: #​58081
  • update turbopack: #​58080
  • fix: normalization and invariant fixes for ppr: #​58105
  • ppr: fix fetch postpone not having correct React version: #​58107
  • Fix incorrect normalizing in minimal mode: #​58116
  • put app client modules into a separate layer: #​58130
  • Revert "Revert "Add retry for fetching subsetted Google Fonts"": #​58075
  • build: Update swc_core to v0.86.40 and update turbopack: #​57904
  • fix(next-core): correct assets url reference condition: #​58101
  • build(package): clean up next-swc* pkg properties: #​57908
  • fix PPR build output logs: #​58149
  • Update React from 08a3953 to 2983249.: #​58154
  • fix: rsc normalization fixes: #​58145
  • Fix resume stream handling: #​58159
  • Forward headers from React to static output and dynamic render: #​58162
  • refactor(next-core): separate options context for pages/api: #​58148
  • update turbopack: #​58172
  • refactor(next-api): remove unused distDir: #​57789
  • Change allowed forwarded hosts to be allowed origins for Server Actions: #​58023
  • fail build if not using Next canary with PPR flag: #​58203
  • Reduce max header length emitted: #​58204
  • ensure experimental warning shows up when using PPR: #​58206
  • skip ppr throw for tests: #​58208
  • interception routes: fix interception for dynamic routes: #​58198
  • Update React from 2983249 to 7508dcd: #​58216
  • tweak postpone error copy & fix link: #​58219
  • Add helpful context to postpone reason if it's caught and logged or escapes: #​58222
  • Reword PPR caught bail out to avoid "postpone" terminology: #​58223
  • pass postpone through staticGenerationStore: #​58229
  • Updated React from 7508dcd to 7468903: #​58233
  • Docs]: Fix CLI link to server actions size limit docs: [#​58174](https://github.com/vercel/next.js/issues/58174)
    
  • refactor(next-core): apply correct url rewrite behavior: #​58237
  • update turbopack: #​58243
  • parallel routes: fix catch all route support: #​58215
  • avoid key conflict: #​58249
Documentation Changes
  • docs] fix next.config.mjs using commonjs in the example: [#​57874](https://github.com/vercel/next.js/issues/57874)
    
  • Move link examples to only Pages Router docs.: #​57758
  • Update 05-mdx.mdx: #​57866
  • docs: Update MDX docs title.: #​57963
  • docs: improve non-encrypted HTTP conn to a secure: #​57998
  • docs: Revert part of sitemap docs change: #​58010
  • docs: useFormState and useOptimistic are now documented: #​58064
  • Correct prop name in server-actions.mdx: #​58108
  • typo: changed from next/server to next/og: #​58143
  • docs: Improve deployment docs on self-hosting.: #​58027
  • docs: small follow up on deployment docs.: #​58158
  • docs: remove duplicate ISR page.: #​58164
  • docs: remove note about generateMetdata: #​58192
  • docs: mention Middleware on src directory page.: #​58193
  • docs: fix typo in composition patterns section: #​58197
  • fix docs link for ISR: #​58207
  • Add PPR option to next.config.js docs: #​58161
  • docs: update analytics docs for useReportWebVitals: #​58196
  • Update 02-app-router-migration.mdx: #​58253
Example Changes
  • Remove `experimental: { serverActions: true } from examples as it is stable in next 14.: #​57598
  • Update Explore the Next.js 13 playground. to Explore starter templates for Next.js: #​57799
  • Chore: simplify with-supabase example: #​57562
  • examples: cleanup: #​57845
  • Chore: refactor to use server actions in with-supabase example: #​57858
  • chore: cleanup more old examples.: #​58066
  • Add a self-hosted shared cache example: #​58000
Misc Changes
  • fix: update Next.js version in create-next-app: #​57532
  • Automatically update Turbopack test manifest: #​57778
  • fix(youtube-embed): each child in a list should have a unique "key" prop: #​57579
  • Update teamname in codeowners: #​57775
  • Simplify createNextInstall return type: #​57760
  • cleanup PR labeler config: #​57827
  • move release undraft step until after canary is fully published: #​57324
  • refactor: remove duplicated conditions
  • Revert "refactor: remove duplicated conditions"
  • Fix typo in run-tests.js: #​57821
  • fix: correctly set x-forwarded-* in Middleware: #​57815
  • chore: remove redundant jest config: #​57151
  • chore(test): run unit tests on node 18 and 20: #​57199
  • Move ReactRefreshLogBox-builtins tests to inline snapshots: #​57952
  • feat(turbo): use turbo gen instead of plop: #​53684
  • Skip webpack only test: #​56929
  • tweak stats action to pull in runtime sizes: #​58005
  • use createNextDescribe for test/development/basic tests: #​58031
  • Remove setPnpmResolutionMode as default is highest: #​57828
  • Remove installCommand on streaming-ssr test: #​58037
  • Remove installCommand on typescript-auto-install and pnpm-support: #​58039
  • Fix should have correct module not found error test: #​57383
  • Fix options of createNextInstall: #​58036
  • Fix update-turbopack-test-manifest.yml workflow: #​58097
  • Adjust update-turbopack-test-manifest.yml to run once per day: #​58104
  • Refactor repo-setup.js: #​58131
  • Update Turbopack test manifest: #​58122
  • Update turbopack label creation: #​58214
  • Fix test: #​58228
  • fix ppr test flake: #​58232
Credits

Huge thanks to @​huozhi, @​mknichel, @​Vadman97, @​feedthejim, @​dnhn, @​jridgewell, @​vinaykulk621, @​RodrigoTomeES, @​padmaia, @​timneutkens, @​ztanner, @​sadikkuzu, @​styfle, @​shuding, @​dijonmusters, @​leerob, @​gffuma, @​ijjk, @​balazsorban44, @​Schniz, @​kwonoj, @​wyattjoh, @​wbinnssmith, @​joulev, @​Athrun-Judah, @​tknickman, @​rasvanjaya21, @​rashidul0405, @​sokra, @​d3lm, @​nguyenbry, @​kdy1, @​Mwimwii, @​gnoff, @​sebmarkbage, @​dumb-programmer, @​manovotny, @​molebox, @​better-salmon, and @​mrr11k 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, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@next/bundle-analyzer](https://github.com/vercel/next.js) | devDependencies | patch | [`14.0.1` -> `14.0.2`](https://renovatebot.com/diffs/npm/@next%2fbundle-analyzer/14.0.1/14.0.2) | | [eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config) ([source](https://github.com/vercel/next.js)) | devDependencies | patch | [`14.0.1` -> `14.0.2`](https://renovatebot.com/diffs/npm/eslint-config-next/14.0.1/14.0.2) | | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | dependencies | patch | [`14.0.1` -> `14.0.2`](https://renovatebot.com/diffs/npm/next/14.0.1/14.0.2) | --- ### Release Notes <details> <summary>vercel/next.js (@&#8203;next/bundle-analyzer)</summary> ### [`v14.0.2`](https://github.com/vercel/next.js/releases/tag/v14.0.2) [Compare Source](https://github.com/vercel/next.js/compare/v14.0.1...v14.0.2) ##### Core Changes - Fix nested esm package default import resolving mismatch: [#&#8203;57784](https://github.com/vercel/next.js/issues/57784) - \[.next/trace] Serialize trace info across workers to preserve .next/trace with webpackBuildWorker: [#&#8203;57761](https://github.com/vercel/next.js/issues/57761) - Add [@&#8203;highlight-run/node](https://github.com/highlight-run/node) to externals list: [#&#8203;57783](https://github.com/vercel/next.js/issues/57783) - perf: change the chunks configuration for server code: [#&#8203;57773](https://github.com/vercel/next.js/issues/57773) - \[.next/trace] Add tags for webpack build worker: [#&#8203;57818](https://github.com/vercel/next.js/issues/57818) - chore: update otel: [#&#8203;57774](https://github.com/vercel/next.js/issues/57774) - refactor: remove unnecessary condition: [#&#8203;57835](https://github.com/vercel/next.js/issues/57835) - chore: remove styfle from `.vercel.approvers`: [#&#8203;57841](https://github.com/vercel/next.js/issues/57841) - Remove the `actionBrowser` to RSC `client` layering issue: [#&#8203;57842](https://github.com/vercel/next.js/issues/57842) - Prevent caching page with 304 status: [#&#8203;57737](https://github.com/vercel/next.js/issues/57737) - Ensure cache soft tags are correct: [#&#8203;57850](https://github.com/vercel/next.js/issues/57850) - Update React from [`0c63487`](https://github.com/vercel/next.js/commit/0c6348758) to [`08a3953`](https://github.com/vercel/next.js/commit/08a39539f): [#&#8203;57852](https://github.com/vercel/next.js/issues/57852) - Revert "perf: enable webpack build worker ([#&#8203;57346](https://github.com/vercel/next.js/issues/57346))": [#&#8203;57854](https://github.com/vercel/next.js/issues/57854) - Add `serverActions.allowedForwardedHosts` option: [#&#8203;57529](https://github.com/vercel/next.js/issues/57529) - chore: reword in tree-view: [#&#8203;57884](https://github.com/vercel/next.js/issues/57884) - Polish logging segments of page route: [#&#8203;57834](https://github.com/vercel/next.js/issues/57834) - Inherit title and description from metadata into social cards: [#&#8203;57857](https://github.com/vercel/next.js/issues/57857) - remove legacy handling for suspense option of next/dynamic: [#&#8203;57900](https://github.com/vercel/next.js/issues/57900) - fix(next-core): externalcjs resolve options: [#&#8203;57645](https://github.com/vercel/next.js/issues/57645) - ppr: fail static generation if postponed & missing postpone data: [#&#8203;57786](https://github.com/vercel/next.js/issues/57786) - Reduce FS access for incremental cache: [#&#8203;57902](https://github.com/vercel/next.js/issues/57902) - suspend in render, not in reducers: [#&#8203;56497](https://github.com/vercel/next.js/issues/56497) - move static worker IPC server behind experimental flag: [#&#8203;57943](https://github.com/vercel/next.js/issues/57943) - feat(turbopack): Experimental wasm build: [#&#8203;57906](https://github.com/vercel/next.js/issues/57906) - Fix client chunk loading encoding for dynamic route: [#&#8203;57960](https://github.com/vercel/next.js/issues/57960) - misc: fix serverComponentsExternalPackages usage for experimental.bundlePagesExternals: [#&#8203;57954](https://github.com/vercel/next.js/issues/57954) - Improve grammar of removable Babel config warning: [#&#8203;55088](https://github.com/vercel/next.js/issues/55088) - Remove throw for unknown messages in hot-reloader-client: [#&#8203;57353](https://github.com/vercel/next.js/issues/57353) - Improve CSRF protection error in Server Actions: [#&#8203;57980](https://github.com/vercel/next.js/issues/57980) - fix: updates for resuming postponed in minimal mode: [#&#8203;57375](https://github.com/vercel/next.js/issues/57375) - fix: ensure that postponed requests can be resumed in minimal mode: [#&#8203;58011](https://github.com/vercel/next.js/issues/58011) - Use distDir from webpack-config in createWebpackAliases: [#&#8203;57268](https://github.com/vercel/next.js/issues/57268) - use \__NEXT_VERSION compile time replacement: [#&#8203;57512](https://github.com/vercel/next.js/issues/57512) - fixes a problem with cache invalidation : [#&#8203;58079](https://github.com/vercel/next.js/issues/58079) - feat: always use SWC Wasm fallback when running in WebContainer: [#&#8203;58081](https://github.com/vercel/next.js/issues/58081) - update turbopack: [#&#8203;58080](https://github.com/vercel/next.js/issues/58080) - fix: normalization and invariant fixes for ppr: [#&#8203;58105](https://github.com/vercel/next.js/issues/58105) - ppr: fix fetch postpone not having correct React version: [#&#8203;58107](https://github.com/vercel/next.js/issues/58107) - Fix incorrect normalizing in minimal mode: [#&#8203;58116](https://github.com/vercel/next.js/issues/58116) - put app client modules into a separate layer: [#&#8203;58130](https://github.com/vercel/next.js/issues/58130) - Revert "Revert "Add retry for fetching subsetted Google Fonts"": [#&#8203;58075](https://github.com/vercel/next.js/issues/58075) - build: Update `swc_core` to `v0.86.40` and update turbopack: [#&#8203;57904](https://github.com/vercel/next.js/issues/57904) - fix(next-core): correct assets url reference condition: [#&#8203;58101](https://github.com/vercel/next.js/issues/58101) - build(package): clean up next-swc\* pkg properties: [#&#8203;57908](https://github.com/vercel/next.js/issues/57908) - fix PPR build output logs: [#&#8203;58149](https://github.com/vercel/next.js/issues/58149) - Update React from [`08a3953`](https://github.com/vercel/next.js/commit/08a39539f) to [`2983249`](https://github.com/vercel/next.js/commit/2983249dd).: [#&#8203;58154](https://github.com/vercel/next.js/issues/58154) - fix: rsc normalization fixes: [#&#8203;58145](https://github.com/vercel/next.js/issues/58145) - Fix resume stream handling: [#&#8203;58159](https://github.com/vercel/next.js/issues/58159) - Forward headers from React to static output and dynamic render: [#&#8203;58162](https://github.com/vercel/next.js/issues/58162) - refactor(next-core): separate options context for pages/api: [#&#8203;58148](https://github.com/vercel/next.js/issues/58148) - update turbopack: [#&#8203;58172](https://github.com/vercel/next.js/issues/58172) - refactor(next-api): remove unused distDir: [#&#8203;57789](https://github.com/vercel/next.js/issues/57789) - Change allowed forwarded hosts to be allowed origins for Server Actions: [#&#8203;58023](https://github.com/vercel/next.js/issues/58023) - fail build if not using Next canary with PPR flag: [#&#8203;58203](https://github.com/vercel/next.js/issues/58203) - Reduce max header length emitted: [#&#8203;58204](https://github.com/vercel/next.js/issues/58204) - ensure experimental warning shows up when using PPR: [#&#8203;58206](https://github.com/vercel/next.js/issues/58206) - skip ppr throw for tests: [#&#8203;58208](https://github.com/vercel/next.js/issues/58208) - interception routes: fix interception for dynamic routes: [#&#8203;58198](https://github.com/vercel/next.js/issues/58198) - Update React from [`2983249`](https://github.com/vercel/next.js/commit/2983249dd) to [`7508dcd`](https://github.com/vercel/next.js/commit/7508dcd5c): [#&#8203;58216](https://github.com/vercel/next.js/issues/58216) - tweak postpone error copy & fix link: [#&#8203;58219](https://github.com/vercel/next.js/issues/58219) - Add helpful context to postpone reason if it's caught and logged or escapes: [#&#8203;58222](https://github.com/vercel/next.js/issues/58222) - Reword PPR caught bail out to avoid "postpone" terminology: [#&#8203;58223](https://github.com/vercel/next.js/issues/58223) - pass postpone through staticGenerationStore: [#&#8203;58229](https://github.com/vercel/next.js/issues/58229) - Updated React from [`7508dcd`](https://github.com/vercel/next.js/commit/7508dcd5c) to [`7468903`](https://github.com/vercel/next.js/commit/746890329): [#&#8203;58233](https://github.com/vercel/next.js/issues/58233) - \[Docs]: Fix CLI link to server actions size limit docs: [#&#8203;58174](https://github.com/vercel/next.js/issues/58174) - refactor(next-core): apply correct url rewrite behavior: [#&#8203;58237](https://github.com/vercel/next.js/issues/58237) - update turbopack: [#&#8203;58243](https://github.com/vercel/next.js/issues/58243) - parallel routes: fix catch all route support: [#&#8203;58215](https://github.com/vercel/next.js/issues/58215) - avoid key conflict: [#&#8203;58249](https://github.com/vercel/next.js/issues/58249) ##### Documentation Changes - \[docs] fix next.config.mjs using commonjs in the example: [#&#8203;57874](https://github.com/vercel/next.js/issues/57874) - Move link examples to only Pages Router docs.: [#&#8203;57758](https://github.com/vercel/next.js/issues/57758) - Update 05-mdx.mdx: [#&#8203;57866](https://github.com/vercel/next.js/issues/57866) - docs: Update MDX docs title.: [#&#8203;57963](https://github.com/vercel/next.js/issues/57963) - docs: improve non-encrypted HTTP conn to a secure: [#&#8203;57998](https://github.com/vercel/next.js/issues/57998) - docs: Revert part of sitemap docs change: [#&#8203;58010](https://github.com/vercel/next.js/issues/58010) - docs: useFormState and useOptimistic are now documented: [#&#8203;58064](https://github.com/vercel/next.js/issues/58064) - Correct prop name in `server-actions.mdx`: [#&#8203;58108](https://github.com/vercel/next.js/issues/58108) - typo: changed from next/server to next/og: [#&#8203;58143](https://github.com/vercel/next.js/issues/58143) - docs: Improve deployment docs on self-hosting.: [#&#8203;58027](https://github.com/vercel/next.js/issues/58027) - docs: small follow up on deployment docs.: [#&#8203;58158](https://github.com/vercel/next.js/issues/58158) - docs: remove duplicate ISR page.: [#&#8203;58164](https://github.com/vercel/next.js/issues/58164) - docs: remove note about generateMetdata: [#&#8203;58192](https://github.com/vercel/next.js/issues/58192) - docs: mention Middleware on src directory page.: [#&#8203;58193](https://github.com/vercel/next.js/issues/58193) - docs: fix typo in composition patterns section: [#&#8203;58197](https://github.com/vercel/next.js/issues/58197) - fix docs link for ISR: [#&#8203;58207](https://github.com/vercel/next.js/issues/58207) - Add PPR option to `next.config.js` docs: [#&#8203;58161](https://github.com/vercel/next.js/issues/58161) - docs: update analytics docs for `useReportWebVitals`: [#&#8203;58196](https://github.com/vercel/next.js/issues/58196) - Update 02-app-router-migration.mdx: [#&#8203;58253](https://github.com/vercel/next.js/issues/58253) ##### Example Changes - Remove \`experimental: { serverActions: true } from examples as it is stable in next 14.: [#&#8203;57598](https://github.com/vercel/next.js/issues/57598) - Update `Explore the Next.js 13 playground.` to `Explore starter templates for Next.js`: [#&#8203;57799](https://github.com/vercel/next.js/issues/57799) - Chore: simplify with-supabase example: [#&#8203;57562](https://github.com/vercel/next.js/issues/57562) - examples: cleanup: [#&#8203;57845](https://github.com/vercel/next.js/issues/57845) - Chore: refactor to use server actions in with-supabase example: [#&#8203;57858](https://github.com/vercel/next.js/issues/57858) - chore: cleanup more old examples.: [#&#8203;58066](https://github.com/vercel/next.js/issues/58066) - Add a self-hosted shared cache example: [#&#8203;58000](https://github.com/vercel/next.js/issues/58000) ##### Misc Changes - fix: update Next.js version in create-next-app: [#&#8203;57532](https://github.com/vercel/next.js/issues/57532) - Automatically update Turbopack test manifest: [#&#8203;57778](https://github.com/vercel/next.js/issues/57778) - fix(youtube-embed): each child in a list should have a unique "key" prop: [#&#8203;57579](https://github.com/vercel/next.js/issues/57579) - Update teamname in codeowners: [#&#8203;57775](https://github.com/vercel/next.js/issues/57775) - Simplify createNextInstall return type: [#&#8203;57760](https://github.com/vercel/next.js/issues/57760) - cleanup PR labeler config: [#&#8203;57827](https://github.com/vercel/next.js/issues/57827) - move release undraft step until after canary is fully published: [#&#8203;57324](https://github.com/vercel/next.js/issues/57324) - refactor: remove duplicated conditions - Revert "refactor: remove duplicated conditions" - Fix typo in run-tests.js: [#&#8203;57821](https://github.com/vercel/next.js/issues/57821) - fix: correctly set `x-forwarded-*` in Middleware: [#&#8203;57815](https://github.com/vercel/next.js/issues/57815) - chore: remove redundant jest config: [#&#8203;57151](https://github.com/vercel/next.js/issues/57151) - chore(test): run unit tests on node 18 and 20: [#&#8203;57199](https://github.com/vercel/next.js/issues/57199) - Move ReactRefreshLogBox-builtins tests to inline snapshots: [#&#8203;57952](https://github.com/vercel/next.js/issues/57952) - feat(turbo): use turbo gen instead of plop: [#&#8203;53684](https://github.com/vercel/next.js/issues/53684) - Skip webpack only test: [#&#8203;56929](https://github.com/vercel/next.js/issues/56929) - tweak stats action to pull in runtime sizes: [#&#8203;58005](https://github.com/vercel/next.js/issues/58005) - use createNextDescribe for test/development/basic tests: [#&#8203;58031](https://github.com/vercel/next.js/issues/58031) - Remove setPnpmResolutionMode as default is highest: [#&#8203;57828](https://github.com/vercel/next.js/issues/57828) - Remove installCommand on streaming-ssr test: [#&#8203;58037](https://github.com/vercel/next.js/issues/58037) - Remove installCommand on typescript-auto-install and pnpm-support: [#&#8203;58039](https://github.com/vercel/next.js/issues/58039) - Fix should have correct module not found error test: [#&#8203;57383](https://github.com/vercel/next.js/issues/57383) - Fix options of createNextInstall: [#&#8203;58036](https://github.com/vercel/next.js/issues/58036) - Fix update-turbopack-test-manifest.yml workflow: [#&#8203;58097](https://github.com/vercel/next.js/issues/58097) - Adjust update-turbopack-test-manifest.yml to run once per day: [#&#8203;58104](https://github.com/vercel/next.js/issues/58104) - Refactor repo-setup.js: [#&#8203;58131](https://github.com/vercel/next.js/issues/58131) - Update Turbopack test manifest: [#&#8203;58122](https://github.com/vercel/next.js/issues/58122) - Update turbopack label creation: [#&#8203;58214](https://github.com/vercel/next.js/issues/58214) - Fix test: [#&#8203;58228](https://github.com/vercel/next.js/issues/58228) - fix ppr test flake: [#&#8203;58232](https://github.com/vercel/next.js/issues/58232) ##### Credits Huge thanks to [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;mknichel](https://github.com/mknichel), [@&#8203;Vadman97](https://github.com/Vadman97), [@&#8203;feedthejim](https://github.com/feedthejim), [@&#8203;dnhn](https://github.com/dnhn), [@&#8203;jridgewell](https://github.com/jridgewell), [@&#8203;vinaykulk621](https://github.com/vinaykulk621), [@&#8203;RodrigoTomeES](https://github.com/RodrigoTomeES), [@&#8203;padmaia](https://github.com/padmaia), [@&#8203;timneutkens](https://github.com/timneutkens), [@&#8203;ztanner](https://github.com/ztanner), [@&#8203;sadikkuzu](https://github.com/sadikkuzu), [@&#8203;styfle](https://github.com/styfle), [@&#8203;shuding](https://github.com/shuding), [@&#8203;dijonmusters](https://github.com/dijonmusters), [@&#8203;leerob](https://github.com/leerob), [@&#8203;gffuma](https://github.com/gffuma), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;Schniz](https://github.com/Schniz), [@&#8203;kwonoj](https://github.com/kwonoj), [@&#8203;wyattjoh](https://github.com/wyattjoh), [@&#8203;wbinnssmith](https://github.com/wbinnssmith), [@&#8203;joulev](https://github.com/joulev), [@&#8203;Athrun-Judah](https://github.com/Athrun-Judah), [@&#8203;tknickman](https://github.com/tknickman), [@&#8203;rasvanjaya21](https://github.com/rasvanjaya21), [@&#8203;rashidul0405](https://github.com/rashidul0405), [@&#8203;sokra](https://github.com/sokra), [@&#8203;d3lm](https://github.com/d3lm), [@&#8203;nguyenbry](https://github.com/nguyenbry), [@&#8203;kdy1](https://github.com/kdy1), [@&#8203;Mwimwii](https://github.com/Mwimwii), [@&#8203;gnoff](https://github.com/gnoff), [@&#8203;sebmarkbage](https://github.com/sebmarkbage), [@&#8203;dumb-programmer](https://github.com/dumb-programmer), [@&#8203;manovotny](https://github.com/manovotny), [@&#8203;molebox](https://github.com/molebox), [@&#8203;better-salmon](https://github.com/better-salmon), and [@&#8203;mrr11k](https://github.com/mrr11k) 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, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41Mi4wIiwidXBkYXRlZEluVmVyIjoiMzcuNTIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Fascinated added 1 commit 2023-11-09 19:02:08 +00:00
Fascinated merged commit 96496edfdf into master 2023-11-09 19:07:42 +00:00
Fascinated deleted branch renovate/nextjs-monorepo 2023-11-09 19:07:42 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
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: Fascinated/scoresaber-reloaded-v2#38
No description provided.