Skip to content

fix(deps): update nextjs monorepo to v16.2.0-canary.76#63

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nextjs-monorepo
Open

fix(deps): update nextjs monorepo to v16.2.0-canary.76#63
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nextjs-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2026

This PR contains the following updates:

Package Change Age Confidence
eslint-config-next (source) 16.2.0-canary.6016.2.0-canary.76 age confidence
next (source) 16.2.0-canary.6016.2.0-canary.76 age confidence

Release Notes

vercel/next.js (eslint-config-next)

v16.2.0-canary.76

Compare Source

v16.2.0-canary.75

Compare Source

Misc Changes
  • Update Rspack development test manifest: #​90805
  • Avoid using TaskTypes as keys in storage instead use hashes: #​88904
  • Remove leaf segment force-refetch check: #​90836
Credits

Huge thanks to @​vercel-release-bot, @​lukesandberg, and @​acdlite for helping!

v16.2.0-canary.74

Compare Source

Core Changes
  • Refactor extractExportedConstValue to return { value } | null instead of throwing: #​90510
  • Reimplement code frame rendering in native code: #​85592
  • [devtools] Bundle for same target as Next.js browser runtime: #​90762
  • Upgrade React from 98ce535f-20260226 to 4cc5b7a9-20260303: #​90827
  • Add transitionTypes prop to next/link: #​90701
  • [otel] fix missing http.route attribute: #​90832
Misc Changes
  • turbo-persistence: add CRC32 block checksums: #​90754
  • Remove unused turbo-tasks items and add lint check: #​90801
  • Fix missing const generic parameter in turbo-persistence lookup call: #​90817
  • Unify caching story across the docs: #​90149
  • Turbopack: add anyhow::Context to turbo-persistence mmap, file open, and decompress operations: #​90769
Credits

Huge thanks to @​sokra, @​lukesandberg, @​delbaoliveira, @​eps1lon, and @​huozhi for helping!

v16.2.0-canary.73

Compare Source

Core Changes
  • Stub adapterPath with experimental.runtimeServerDeploymentId: #​90790
  • Conditionally load uncommon paths: #​90514
Misc Changes
  • Add static error when unstable_instant is used without cacheComponents: #​90793
  • enable server action RDC deploy test: #​90796
  • turbo-persistence: StreamingSstWriter performance and readability improvements: #​90692
  • pr-status: add reply-thread and resolve-thread subcommands: #​90773
  • [turbopack] Don't schedule idle snapshots when we are in a short session: #​90804
  • Update Rust dependencies for turbo-persistence and turbo-tasks-backend: #​90774
  • Create next app CLI docs: #​90788
  • Add support for multi-valued tables: #​89728
  • pr-status: add --wait flag and background execution for /pr-status command: #​90687
  • exempt data URL CSS from Pages Router global CSS restriction: #​89901
Credits

Huge thanks to @​gnoff, @​ztanner, @​sokra, @​lukesandberg, @​mischnic, @​icyJoseph, @​jantimon, and @​timneutkens for helping!

v16.2.0-canary.72

Compare Source

Core Changes
  • docs: error component unstable_retry(): #​89732
Misc Changes
  • Update Rspack development test manifest: #​90751
  • Update Rspack production test manifest: #​90750
  • Turbopack: improve cell order lint rule for TraitRef::cell: #​90756
  • Add determinism test for static shell with asset preload headers: #​89826
Credits

Huge thanks to @​devjiwonchoi, @​vercel-release-bot, and @​mischnic for helping!

v16.2.0-canary.71

Compare Source

Core Changes
  • fix(turbopack): use posix.join for client URL manifest paths on Windows: #​90700
  • Turbopack: improve cell order lint rule for ReadRef::cell: #​88500
  • Change names of logged times: #​90688
  • [devtools] Bump React Compiler version to latest experimental: #​90763
  • Skip writeToBfCache without window: #​90771
Example Changes
  • with-docker: add new config file formats: #​90731
Misc Changes
Credits

Huge thanks to @​sokra, @​sleitor, @​mischnic, @​karlhorky, @​abhishekmardiya, @​acdlite, @​timneutkens, and @​eps1lon for helping!

v16.2.0-canary.70

Compare Source

Core Changes
  • [devtools] Stop blocking overlay on error details copy: #​90698
  • feat: provide nextVersion to modifyConfig adapter hook: #​90735
  • experimental.prefetchInlining: bundle segment prefetches into a single response: #​90555
  • instant(): fix cookie handling for fresh page loads: #​90613
Misc Changes
  • Use commit-based tarball URL in PR stats comment: #​90709
  • [ci] Use commit instead of PR number for preview builds in deploy tests: #​90722
Credits

Huge thanks to @​eps1lon, @​devjiwonchoi, @​pieh, and @​acdlite for helping!

v16.2.0-canary.69

Compare Source

Core Changes
  • Turbopack: Allow turbopack-node backend to be swapped at runtime using an experimental config option: #​90671
  • Turbopack: Revert default loader runtime backend to child processes: #​90675
Misc Changes
  • turbo-persistence: streaming SST writer for reduced memory usage: #​90617
  • Add custom cleanup script support for deploy tests: #​90696
Credits

Huge thanks to @​lukesandberg, @​bgw, and @​ijjk for helping!

v16.2.0-canary.68

Compare Source

Core Changes
  • Turbopack: restrict server HMR to app pages: #​90663
Misc Changes
  • Centralize test timings to fix shard divergence in CI: #​90672
  • tests: Fix immutableAssetToken extraction: #​90668
Credits

Huge thanks to @​ijjk, @​mischnic, and @​wbinnssmith for helping!

v16.2.0-canary.67

Compare Source

Misc Changes
  • Ensure we only run main test mode with custom deploy script: #​90665
Credits

Huge thanks to @​ijjk for helping!

v16.2.0-canary.66

Compare Source

Core Changes
  • refactor(turbopack-node): support execution by napi and worker_threads: #​86266
  • [instant] Allow providing user feedback for blocking route errors: #​90498
  • Allow Node.js' experimental inspector flags in next dev and next build: #​90603
  • tests: Assert dpl query string in all tests for Turbopack: #​90592
  • [instant] Don't add debug stack to random unstable_instant exports: #​90273
  • Adapter: STATIC_FILE.immutableHash: #​90045
  • Turbopack: experimental.immutableAssetToken: #​88607
  • remove runInContext callbacks from stream-ops: #​90609
Example Changes
  • example: restore .next handling for with-docker examples: #​90651
Misc Changes
  • test: Run Adapter e2e tests with Turbopack instead: #​90600
  • Add MemorySample to Turbopack trace infrastructure: #​90597
  • docs(deploying): add Hostinger Web Apps Hosting to Node.js deployment options: #​90246
  • Use VisitMut instead of Fold for debug_instant_stack transform: #​90274
  • docs: fix navigationType value and variable name in useReportWebVitals: #​90599
  • Accept header content negotiation: #​90607
Credits

Huge thanks to @​xusd320, @​mischnic, @​eps1lon, @​sokra, @​agneliutkiene, @​Mimori256, @​icyJoseph, and @​lubieowoce for helping!

v16.2.0-canary.65

Compare Source

Core Changes
  • Turbopack: Panic if a top-level task attempts an eventually consistent read: #​89735
  • Fix middleware case with adapters: #​90624
Misc Changes
  • Turbopack server HMR: inline source maps for evaled modules: #​90561
Credits

Huge thanks to @​bgw, @​wbinnssmith, and @​ijjk for helping!

v16.2.0-canary.64

Compare Source

Core Changes
  • Fix edge index page _next/data route: #​90611
  • Turbopack server hmr: Implement restart event: #​90550
Misc Changes
  • Pre-warm a single NodeJS instance when the next devserver starts: #​90174
Credits

Huge thanks to @​ijjk, @​andrewimm, and @​wbinnssmith for helping!

v16.2.0-canary.63

Compare Source

Core Changes
  • [test] Fix jest-haste-map warnings: #​82995
  • Don't require collect-build-traces with Turbopack: #​90586
  • Enable experimental.reactDebugChannel by default: #​90310
  • Less dynamic pages manifest path: #​90581
  • Upgrade React from c0060cf2-20260224 to 98ce535f-20260226: #​90605
  • Turbopack: Add Next.js version to "initialize project" trace span: #​90545
  • [devtools] Stop sending codeframes for ignored frames: #​90577
  • Allow reset() from user's global-error: #​89684
  • Fix per-segment prefetching for initial loads with Cache Components: #​90610
  • Add unstable_retry() to error.js: #​89685
Example Changes
  • docs: add Docker Standalone and Docker Export examples to Deploying page: #​90386
Misc Changes
  • [test] Remove getStackFramesContent: #​90571
  • Replace testonly to testheadless in AGENTS.md: #​90578
  • [test] Include error code in Redbox snapshot: #​90497
  • Turbopack: Add TransientEnvMap to avoid persisting env vars in cache: #​90526
  • Turbopack: add Xxh3Hash128Hasher: #​90584
  • [test] Fix error code snapshots when testing with React 18: #​90593
  • feat: Join guides and frame around UI preservation: #​90595
  • Turbopack: use xxhash3_128 for content hashes: #​90583
  • test: remove stray TURBOPACK_BUILD=1: #​90602
  • Update Rspack development test manifest: #​90566
  • Update Rspack production test manifest: #​90565
  • [ci] Use NEXT_TEST_CI instead of CI for e2e test retry guard: #​90606
  • [test] Skip failing segment-cache deploy test: #​90601
  • turbo-persistence: drop key compression dictionary from SST files: #​90608
Credits

Huge thanks to @​eps1lon, @​devjiwonchoi, @​mischnic, @​kristiyan-velkov, @​sokra, @​icyJoseph, @​vercel-release-bot, @​unstubbable, and @​lukesandberg for helping!

v16.2.0-canary.62

Compare Source

Core Changes
  • fix: sanitize worker args for worker_threads compatibility: #​90506
  • Fix varyParams tracking for optional catch-all params with no value: #​90496
  • Don't start worker for Typescript when only doing config validation: #​90504
  • [Instant] Fix loading.js not being counted as a suspense boundary: #​90292
  • [ci] Crash if next-swc could not be loaded when NEXT_TEST_NATIVE_DIR is specified: #​90387
  • Fix: server-patch retry preserves push/replace intent of suspended transitions: #​90533
  • Cached Navigations: Serve cached segments instantly on repeat visits: #​90223
  • Throw when unstable_instant is used in Client Component: #​90396
Misc Changes
  • test: Improve test assertions to prepare for dpl query string: #​90463
  • [test] Fix flaky "delay re-prefetch after revalidation" test: #​90503
  • Revert "Turbopack: Add line numbers to debug info in release-with-assertions profile (#​90474)": #​90525
  • Bump Turborepo to 2.8.11: #​90530
  • Turbopack: Move turbopack out of pnpm build and into a pnpm build-all command: #​90543
Credits

Huge thanks to @​mischnic, @​timneutkens, @​acdlite, @​unstubbable, @​bgw, @​lubieowoce, @​eps1lon, and @​devjiwonchoi for helping!

v16.2.0-canary.61

Compare Source

Core Changes
  • Fix params leaking into instant navigation shell in dev: #​90455
  • Limit build workers to pages+1: #​90475
Misc Changes
  • Update Rspack production test manifest: #​90412
  • Update Rspack development test manifest: #​90413
  • Add @​next/playwright package with instant() testing helper: #​90470
  • [turbopack] Reduce memory usage during compaction: #​90229
  • [sync-react] Allow syncing from a React commit: #​90283
  • Turbopack: Add line numbers to debug info in release-with-assertions profile: #​90474
  • Turbopack: emit env_diff span attribute for update: #​90466
  • test: unflake lru-disk-eviction on Windows: #​90465
Credits

Huge thanks to @​vercel-release-bot, @​acdlite, @​lukesandberg, @​eps1lon, @​bgw, @​mischnic, and @​andrewimm for helping!

vercel/next.js (next)

v16.2.0-canary.76

Compare Source

v16.2.0-canary.75

Compare Source

Misc Changes
  • Update Rspack development test manifest: #​90805
  • Avoid using TaskTypes as keys in storage instead use hashes: #​88904
  • Remove leaf segment force-refetch check: #​90836
Credits

Huge thanks to @​vercel-release-bot, @​lukesandberg, and @​acdlite for helping!

v16.2.0-canary.74

Compare Source

Core Changes
  • Refactor extractExportedConstValue to return { value } | null instead of throwing: #​90510
  • Reimplement code frame rendering in native code: #​85592
  • [devtools] Bundle for same target as Next.js browser runtime: #​90762
  • Upgrade React from 98ce535f-20260226 to 4cc5b7a9-20260303: #​90827
  • Add transitionTypes prop to next/link: #​90701
  • [otel] fix missing http.route attribute: #​90832
Misc Changes
  • turbo-persistence: add CRC32 block checksums: #​90754
  • Remove unused turbo-tasks items and add lint check: #​90801
  • Fix missing const generic parameter in turbo-persistence lookup call: #​90817
  • Unify caching story across the docs: #​90149
  • Turbopack: add anyhow::Context to turbo-persistence mmap, file open, and decompress operations: #​90769
Credits

Huge thanks to @​sokra, @​lukesandberg, @​delbaoliveira, @​eps1lon, and @​huozhi for helping!

v16.2.0-canary.73

Compare Source

Core Changes
  • Stub adapterPath with experimental.runtimeServerDeploymentId: #​90790
  • Conditionally load uncommon paths: #​90514
Misc Changes
  • Add static error when unstable_instant is used without cacheComponents: #​90793
  • enable server action RDC deploy test: #​90796
  • turbo-persistence: StreamingSstWriter performance and readability improvements: #​90692
  • pr-status: add reply-thread and resolve-thread subcommands: #​90773
  • [turbopack] Don't schedule idle snapshots when we are in a short session: #​90804
  • Update Rust dependencies for turbo-persistence and turbo-tasks-backend: #​90774
  • Create next app CLI docs: #​90788
  • Add support for multi-valued tables: #​89728
  • pr-status: add --wait flag and background execution for /pr-status command: #​90687
  • exempt data URL CSS from Pages Router global CSS restriction: #​89901
Credits

Huge thanks to @​gnoff, @​ztanner, @​sokra, @​lukesandberg, @​mischnic, @​icyJoseph, @​jantimon, and @​timneutkens for helping!

v16.2.0-canary.72

Compare Source

Core Changes
  • docs: error component unstable_retry(): #​89732
Misc Changes
  • Update Rspack development test manifest: #​90751
  • Update Rspack production test manifest: #​90750
  • Turbopack: improve cell order lint rule for TraitRef::cell: #​90756
  • Add determinism test for static shell with asset preload headers: #​89826
Credits

Huge thanks to @​devjiwonchoi, @​vercel-release-bot, and @​mischnic for helping!

v16.2.0-canary.71

Compare Source

Core Changes
  • fix(turbopack): use posix.join for client URL manifest paths on Windows: #​90700
  • Turbopack: improve cell order lint rule for ReadRef::cell: #​88500
  • Change names of logged times: #​90688
  • [devtools] Bump React Compiler version to latest experimental: #​90763
  • Skip writeToBfCache without window: #​90771
Example Changes
  • with-docker: add new config file formats: #​90731
Misc Changes
Credits

Huge thanks to @​sokra, @​sleitor, @​mischnic, @​karlhorky, @​abhishekmardiya, @​acdlite, @​timneutkens, and @​eps1lon for helping!

v16.2.0-canary.70

Compare Source

Core Changes
  • [devtools] Stop blocking overlay on error details copy: #​90698
  • feat: provide nextVersion to modifyConfig adapter hook: #​90735
  • experimental.prefetchInlining: bundle segment prefetches into a single response: #​90555
  • instant(): fix cookie handling for fresh page loads: #​90613
Misc Changes
  • Use commit-based tarball URL in PR stats comment: #​90709
  • [ci] Use commit instead of PR number for preview builds in deploy tests: #​90722
Credits

Huge thanks to @​eps1lon, @​devjiwonchoi, @​pieh, and @​acdlite for helping!

v16.2.0-canary.69

Compare Source

Core Changes
  • Turbopack: Allow turbopack-node backend to be swapped at runtime using an experimental config option: #​90671
  • Turbopack: Revert default loader runtime backend to child processes: #​90675
Misc Changes
  • turbo-persistence: streaming SST writer for reduced memory usage: #​90617
  • Add custom cleanup script support for deploy tests: #​90696
Credits

Huge thanks to @​lukesandberg, @​bgw, and @​ijjk for helping!

v16.2.0-canary.68

Compare Source

Core Changes
  • Turbopack: restrict server HMR to app pages: #​90663
Misc Changes
  • Centralize test timings to fix shard divergence in CI: #​90672
  • tests: Fix immutableAssetToken extraction: #​90668
Credits

Huge thanks to @​ijjk, @​mischnic, and @​wbinnssmith for helping!

v16.2.0-canary.67

Compare Source

Misc Changes
  • Ensure we only run main test mode with custom deploy script: #​90665
Credits

Huge thanks to @​ijjk for helping!

v16.2.0-canary.66

Compare Source

Core Changes
  • refactor(turbopack-node): support execution by napi and worker_threads: #​86266
  • [instant] Allow providing user feedback for blocking route errors: #​90498
  • Allow Node.js' experimental inspector flags in next dev and next build: #​90603
  • tests: Assert dpl query string in all tests for Turbopack: #​90592
  • [instant] Don't add debug stack to random unstable_instant exports: #​90273
  • Adapter: STATIC_FILE.immutableHash: #​90045
  • Turbopack: experimental.immutableAssetToken: #​88607
  • remove runInContext callbacks from stream-ops: #​90609
Example Changes
  • example: restore .next handling for with-docker examples: #​90651
Misc Changes
  • test: Run Adapter e2e tests with Turbopack instead: #​90600
  • Add MemorySample to Turbopack trace infrastructure: #​90597
  • docs(deploying): add Hostinger Web Apps Hosting to Node.js deployment options: #​90246
  • Use VisitMut instead of Fold for debug_instant_stack transform: #​90274
  • docs: fix navigationType value and variable name in useReportWebVitals: #​90599
  • Accept header content negotiation: #​90607
Credits

Huge thanks to @​xusd320, @​mischnic, @​eps1lon, @​sokra, @​agneliutkiene, @​Mimori256, @​icyJoseph, and @​lubieowoce for helping!

v16.2.0-canary.65

Compare Source

Core Changes
  • Turbopack: Panic if a top-level task attempts an eventually consistent read: #​89735
  • Fix middleware case with adapters: #​90624
Misc Changes
  • Turbopack server HMR: inline source maps for evaled modules: #​90561
Credits

Huge thanks to @​bgw, @​wbinnssmith, and @​ijjk for helping!

v16.2.0-canary.64

Compare Source

Core Changes
  • Fix edge index page _next/data route: #​90611
  • Turbopack server hmr: Implement restart event: #​90550
Misc Changes
  • Pre-warm a single NodeJS instance when the next devserver starts: #​90174
Credits

Huge thanks to @​ijjk, @​andrewimm, and @​wbinnssmith for helping!

v16.2.0-canary.63

Compare Source

Core Changes
  • [test] Fix jest-haste-map warnings: #​82995
  • Don't require collect-build-traces with Turbopack: #​90586
  • Enable experimental.reactDebugChannel by default: #​90310
  • Less dynamic pages manifest path: #​90581
  • Upgrade React from c0060cf2-20260224 to 98ce535f-20260226: #​90605
  • Turbopack: Add Next.js version to "initialize project" trace span: #​90545
  • [devtools] Stop sending codeframes for ignored frames: #​90577
  • Allow reset() from user's global-error: #​89684
  • Fix per-segment prefetching for initial loads with Cache Components: #​90610
  • Add unstable_retry() to error.js: #​89685
Example Changes
  • docs: add Docker Standalone and Docker Export examples to Deploying page: #​90386
Misc Changes
  • [test] Remove getStackFramesContent: #​90571
  • Replace testonly to testheadless in AGENTS.md: #​90578
  • [test] Include error code in Redbox snapshot: #​90497
  • Turbopack: Add TransientEnvMap to avoid persisting env vars in cache: #​90526
  • Turbopack: add Xxh3Hash128Hasher: #​90584
  • [test] Fix error code snapshots when testing with React 18: #​90593
  • feat: Join guides and frame around UI preservation: #​90595
  • Turbopack: use xxhash3_128 for content hashes: #​90583
  • test: remove stray TURBOPACK_BUILD=1: #​90602
  • Update Rspack development test manifest: #​90566
  • Update Rspack production test manifest: #​90565
  • [ci] Use NEXT_TEST_CI instead of CI for e2e test retry guard: #​90606
  • [test] Skip failing segment-cache deploy test: #​90601
  • turbo-persistence: drop key compression dictionary from SST files: #​90608
Credits

Huge thanks to @​eps1lon, @​devjiwonchoi, @​mischnic, @​kristiyan-velkov, @​sokra, @​icyJoseph, @​vercel-release-bot, @​unstubbable, and @​lukesandberg for helping!

v16.2.0-canary.62

Compare Source

Core Changes
  • fix: sanitize worker args for worker_threads compatibility: #​90506
  • Fix varyParams tracking for optional catch-all params with no value: #​90496
  • Don't start worker for Typescript when only doing config validation: #​90504
  • [Instant] Fix loading.js not being counted as a suspense boundary: #​90292
  • [ci] Crash if next-swc could not be loaded when NEXT_TEST_NATIVE_DIR is specified: #​90387
  • Fix: server-patch retry preserves push/replace intent of suspended transitions: #​90533
  • Cached Navigations: Serve cached segments instantly on repeat visits: #​90223
  • Throw when unstable_instant is used in Client Component: #​90396
Misc Changes
  • test: Improve test assertions to prepare for dpl query string: #​90463
  • [test] Fix flaky "delay re-prefetch after revalidation" test: #​90503
  • Revert "Turbopack: Add line numbers to debug info in release-with-assertions profile (#​90474)": #​90525
  • Bump Turborepo to 2.8.11: #​90530
  • Turbopack: Move turbopack out of pnpm build and into a pnpm build-all command: #​90543
Credits

Huge thanks to @​mischnic, @​timneutkens, @​acdlite, @​unstubbable, @​bgw, @​lubieowoce, @​eps1lon, and @​devjiwonchoi for helping!

v16.2.0-canary.61

Compare Source

Core Changes
  • Fix params leaking into instant navigation shell in dev: #​90455
  • Limit build workers to pages+1: #​90475
Misc Changes
  • Update Rspack production test manifest: #​90412
  • Update Rspack development test manifest: #​90413
  • Add @​next/playwright package with instant() testing helper: #​90470
  • [turbopack] Reduce memory usage during compaction: #​90229
  • [sync-react] Allow syncing from a React commit: #​90283
  • Turbopack: Add line numbers to debug info in release-with-assertions profile: #​90474
  • Turbopack: emit env_diff span attribute for update: #​90466
  • test: unflake lru-disk-eviction on Windows: #​90465
Credits

Huge thanks to @​vercel-release-bot, @​acdlite, @​lukesandberg, @​eps1lon, @​bgw, @​mischnic, and @​andrewimm for helping!


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from awanlin as a code owner February 25, 2026 12:56
@renovate renovate bot enabled auto-merge (squash) February 25, 2026 12:56
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 6cc6105 to a4ff403 Compare February 26, 2026 00:31
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v16.2.0-canary.61 fix(deps): update nextjs monorepo to v16.2.0-canary.62 Feb 26, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from a4ff403 to 3bd1ea4 Compare February 27, 2026 00:35
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v16.2.0-canary.62 fix(deps): update nextjs monorepo to v16.2.0-canary.64 Feb 27, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 3bd1ea4 to 701cd67 Compare February 27, 2026 04:35
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v16.2.0-canary.64 fix(deps): update nextjs monorepo to v16.2.0-canary.65 Feb 27, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 701cd67 to 87e5ef1 Compare February 27, 2026 20:34
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v16.2.0-canary.65 fix(deps): update nextjs monorepo to v16.2.0-canary.66 Feb 27, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from 40fa9ab to f19fb30 Compare February 28, 2026 00:34
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v16.2.0-canary.66 fix(deps): update nextjs monorepo to v16.2.0-canary.67 Feb 28, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from 5e99784 to cf2f061 Compare February 28, 2026 04:32
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v16.2.0-canary.67 fix(deps): update nextjs monorepo to v16.2.0-canary.68 Feb 28, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from cf2f061 to fc5206d Compare March 1, 2026 00:00
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v16.2.0-canary.68 fix(deps): update nextjs monorepo to v16.2.0-canary.69 Mar 1, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from fc5206d to 05f961f Compare March 2, 2026 00:32
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v16.2.0-canary.69 fix(deps): update nextjs monorepo to v16.2.0-canary.70 Mar 2, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 05f961f to ef90e73 Compare March 2, 2026 20:34
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v16.2.0-canary.70 fix(deps): update nextjs monorepo to v16.2.0-canary.71 Mar 2, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from ef90e73 to cdad489 Compare March 3, 2026 00:33
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v16.2.0-canary.71 fix(deps): update nextjs monorepo to v16.2.0-canary.72 Mar 3, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from cdad489 to e4dc728 Compare March 3, 2026 12:34
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v16.2.0-canary.72 fix(deps): update nextjs monorepo to v16.2.0-canary.73 Mar 3, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from e4dc728 to b667336 Compare March 3, 2026 20:36
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v16.2.0-canary.73 fix(deps): update nextjs monorepo to v16.2.0-canary.74 Mar 3, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from b667336 to 780ff54 Compare March 4, 2026 00:36
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v16.2.0-canary.74 fix(deps): update nextjs monorepo to v16.2.0-canary.76 Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants