Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@eslint/eslintrc 3.3.1 -> 3.3.3 age confidence devDependencies patch
@next/env (source) 16.0.0 -> 16.0.5 age confidence dependencies patch 16.0.6
@sanity/client (source) 7.12.0 -> 7.13.1 age confidence dependencies minor
@sanity/prettier-config 2.0.1 -> 2.0.2 age confidence devDependencies patch
@sanity/ui (source) 3.1.10 -> 3.1.11 age confidence dependencies patch
@sanity/util (source) 4.10.3 -> 4.20.0 age confidence dependencies minor
@sanity/vision (source) 4.10.3 -> 4.20.0 age confidence dependencies minor
@types/react (source) 19.2.2 -> 19.2.7 age confidence devDependencies patch
autoprefixer 10.4.21 -> 10.4.22 age confidence devDependencies patch
eslint (source) 9.38.0 -> 9.39.1 age confidence devDependencies minor
next (source) 16.0.0 -> 16.0.5 age confidence dependencies patch 16.0.6
next-sanity (source) 11.6.0-canary.0 -> 11.6.10 age confidence dependencies patch
peter-evans/create-pull-request 271a8d0 -> 84ae59a action digest
prettier (source) 3.6.2 -> 3.7.3 age confidence devDependencies minor
sanity (source) 4.10.3 -> 4.20.0 age confidence dependencies minor

Release Notes

eslint/eslintrc (@​eslint/eslintrc)

v3.3.3

Compare Source

Bug Fixes
vercel/next.js (@​next/env)

v16.0.5

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix(nodejs-middleware): await for body cloning to be properly finalized (#​85418)
Credits

Huge thanks to @​lucasadrianof for helping!

v16.0.4

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: Rename proxy.js to middleware.js in NFT file (#​86214)
  • fix: prevent fetch abort errors propagating to user error boundaries (#​86277)
  • Turbopack: fix passing project options from napi (#​86256)
Credits

Huge thanks to @​devjiwonchoi, @​sokra and @​ztanner for helping!

v16.0.3

Compare Source

Core Changes
  • fix: Rspack throw error when using ForceCompleteRuntimePlugin: #​85221
  • fix: build CLI output not displaying Proxy (Middleware) when nodejs runtime: #​85403
  • fix: staleTimes.static should consistently enforce a 30s minimum: #​85479
  • [turbopack] fix build of empty entries of pages: #​84873
  • Cache the head separately from the route tree: #​84724
  • Allow inspecting dev server on default port with next dev --inspect: #​85037
  • Avoid proxying React modules through workUnitStore: #​85486
  • fix: redirect should always return updated router state: #​85533
  • Upgrade React from b4455a6e-20251027 to 4f931700-20251029: #​85518
  • [turbopack] Move generation of cacheLife types out of the webpack plugin and into the dev bundler directly: #​85539
  • Ensure user-space stack frame for 'use cache' in page/layout component: #​85519
  • Update parallel routes in build-complete: #​85546
  • fully remove clientSegmentCache flag: #​85541
  • [turbopack] Support relative paths in turbopack source maps.: #​85146
  • Release unnecessary memory on hydration finish: #​84967
  • Preserve interception markers in parameter types: #​85526
  • move segment cache entries to top level segment-cache dir: #​85542
  • Upgrade React from 4f931700-20251029 to 561ee24d-20251101: #​85670
  • [devtools] Remove title from preferences: #​85698
  • Update font data: #​85708
  • Don't invalidate hot reloader excessively during dev server boot: #​85732
  • [codemod] fix: next-lint-to-eslint-cli did not handle 'next' plugin: #​85749
  • Upgrade React from 561ee24d-20251101 to 67f7d47a-20251103: #​85762
  • Tracing: Fix memory leak in span map: #​85529
  • Fix documentation typo in refresh function: #​85696
  • fix: eslint-config-next types was exporting to dist/src: #​85768
  • Upgrade React from 67f7d47a-20251103 to f646e8ff-20251104: #​85772
  • remove unused RSC payload property: #​85746
  • [runtime prefetching]: fix runtime prefetching when deployed: #​85595
  • Turbopack: next build --analyze: #​85197
  • Build: Log amount of workers during static generation: #​85706
  • Upgrade React from f646e8ff-20251104 to dd048c3b-20251105: #​85819
  • Sync devFallbackParams when generateStaticParams change: #​85741
  • chore: upgrade rspack 1.6.0: #​84210
  • [mcp] get_routes mcp tool: #​85773
  • Split each path param into a separate cache key : #​85758
  • [turbopack] change server source maps in production to use relative paths: #​85576
  • fix: skip collecting metadata for app-error in webpack: #​85892
  • fix: support root span attributes with a custom server: #​85521
  • fix isDynamicRSC condition when deployed: #​85919
  • [turbopack] Make it possible to synchronously access native bindings: #​85787
  • Upgrade React from dd048c3b-20251105 to fa50caf5-20251107: #​85906
  • Fix telemetry event loss on build failures and server shutdown: #​85867
  • Remove one stack frame from 'use cache' call stacks: #​85966
  • Upgrade React from fa50caf5-20251107 to 52684925-20251110: #​85980
  • Deployment adapter: fix metadata for "/" route: #​85820
  • Enable React's default Transition indicator behind a flag: #​86000
  • update routes-manifest to include whether app has pages routes: #​86051
Misc Changes
  • chore: Add opt-level = s for not frequently used crates: #​85426
  • [test] Deflake cache-components-allow-otel-spans: #​85466
  • [test] Move remaining experimental.cacheLife: #​85467
  • Turbopack: chore: Remove mopa dependency in turbo-tasks (2nd attempt): #​85286
  • Update Proxy docs: #​85439
  • [CNA] Do not prompt for Turbopack: #​85404
  • Clean up new release process: #​85458
  • Update E2E tests workflow: #​85485
  • Update E2E deploy tests manifest: #​85483
  • docs: example are incorrect async function exports only: #​85453
  • [test] Handle CLI assertions where no "Compiling..." log is present: #​85499
  • [test] Speed up refresh test: #​85505
  • [test] Add test cases for dynamic caches without suspense boundaries: #​85500
  • docs: Routes are wrapped w/ Activity in Cache Components: #​85309
  • docs: GET handler behavior under cache components: #​85389
  • [test] Avoid needless start/stop from using createSandbox: #​85507
  • [test] Use --debug-build-paths instead of NEXT_PRIVATE_APP_PATHS: #​85504
  • docs: revalidateTag requires second argument: #​85284
  • Refactor GTM implementation to support google tag gateway: #​81011
  • Update Rspack production test manifest: #​85494
  • Update Rspack development test manifest: #​85495
  • [docs] Fix a typo: #​85492
  • [test] Regenerate tsconfig.json files: #​85515
  • [Turbopack] clean up completion.rs a bit: #​84863
  • [test] Remove maxRetries and hardError parameters: #​85536
  • Turbopack: remove the .into() alias to .cell(): #​85516
  • [test] Consolidate identical snapshots across different bundlers: #​85532
  • [turbopack] Change where cells are created in resolve_raw to make cell allocation order deterministic.: #​85525
  • Turbopack: Make tasks deterministic: #​85524
  • [test] Separate act and assertions: #​85508
  • [test] assert* -> waitFor* when the util is not instant: #​85450
  • Turbopack: move whole_app_module_graphs to top level: #​84897
  • [test] Bail on sending requests to Next.js instance if it's no longer available: #​85557
  • [test] Deflake tests comparing two random numbers: #​85571
  • [test] Disallow custom RegExp-like implementations in check: #​85537
  • [test] Deflake prerender suite: #​85563
  • Turbopack: chore: Remove some dead MagicAny serialization code from turbo_tasks::value: #​85577
  • [test]: fix broken scroll restoration test: #​85599
  • [test] Deflake nested after() tests: #​85566
  • [test] Stop installing unused dependencies: #​85569
  • [test] Consider test/integration/ in flake detection tests: #​85590
  • Turbopack: more checks on verify_serialization: #​84952
  • Turbopack: add track_caller to improve panics: #​85565
  • Turbopack: add verify_determinism feature to check if tasks are deterministic: #​85559
  • docs: cache life rework: #​85224
  • Turbopack: fix hanging dev server and builds with fs cache: #​85606
  • Turbopack: Fix compound assignment expression evaluation (#​85478): #​85593
  • Turbopack: fix Scope holding Arc too long: #​85611
  • [ci] Improve change detection logic in run-for-change script: #​85619
  • [test] Ignore in deploy tests if a child process isn't available: #​85636
  • Turbopack: add size_hint and len for Chunk iterator: #​85622
  • [test]: move resume-data-cache to e2e test: #​85647
  • Update Rspack development test manifest: #​85662
  • Update Rspack production test manifest: #​85661
  • Update Rspack production test manifest: #​85688
  • Update Rspack development test manifest: #​85689
  • [test] Deflake root-optional-revalidate: #​85584
  • docs: fix generateImageMetadata example to use normal params object: #​85658
  • Turbopack: Upgrade image crate: #​85084
  • docs: update multi sitemap argumenmt type: #​85701
  • [test] Move all files to .ts (6/6): #​85641
  • Turbopack: add a batch add method to the storage: #​84270
  • docs: recommend reverse-proxy when self-hosting: #​85650
  • [test] Deflake prefetching.stale-times: #​85733
  • [test] Deflake custom cache handler test: #​85610
  • [test] Allow CLI integration test to be retryable: #​85586
  • docs: update docs to mention ESLint as default: #​85740
  • docs(next.config): this docs should remove ".mts" is not supported.: #​85716
  • Turbopack: cleanup StyleSheetLike: #​85718
  • Turbopack: disable tree shaking for tracing: #​85722
  • [test] Move all files to .ts (3/6): #​85638
  • [test] Move all files to .ts (2/6): #​85637
  • [test] Move all files to .ts (1/6): #​85634
  • docs: generateSitemap passes id as promise: #​85767
  • [test] Move all files to .ts (4/6): #​85639
  • docs: disclosure on path-to-regexp: #​85629
  • chore: update rspack binding to 1.6.0: #​85717
  • Turbopack: trace worker_threads worker entry: #​85734
  • Update Rspack development test manifest: #​85761
  • Turbopack: chore: Remove extern crate and macro_use syntax: #​85778
  • [turbopack] Drop duration and allocation tracking from CaptureFuture: #​85534
  • Turbopack: chore: Remove dead RouteMatcher stuff: #​85784
  • docs: fresh up getting started 00: #​85736
  • Turbopack: chore: Remove the serde_regex dependency, which wasn't very heavily used: #​85578
  • Turbopack: use batch add in connect children: #​85623
  • [test] Move all files to .ts (5/6): #​85640
  • [test] Deflake legacy-link-behavior: #​85805
  • Resolve request ID confusion: #​85809
  • Turbopack: use batch add to add initial followers: #​85624
  • Turbopack: chore: Remove dead experimental.ppr struct field: #​85792
  • Turbopack: chore: Avoid string clones in Glob::parse by using RcStr: #​85579
  • Update Rspack production test manifest: #​85795
  • docs: getting started updates 01: #​85750
  • chore: Update patricia_tree dependency, remove manual serde impls: #​85785
  • docs: keywords in system reqs and add browserslist: #​85838
  • Honour NEXT_TEST_PREFER_OFFLINE in install-native.mjs: #​85850
  • Turbopack: chore: Update anyhow, remove old backtrace feature: #​85844
  • Turbopack: Remove some dead (or useless) code from next-core/src/next_client_reference/visit_client_reference.rs: #​85843
  • sort dependencies for smaller diffs: #​82291
  • Update Rspack development test manifest: #​85846
  • Turbopack: Remove non_operation_vc_strongly_consistent feature usage from next-api: #​85874
  • Turbopack: remove the streaming hack for improved stability: #​85858
  • test: Port clean-distdir integration test to the modern e2e test framework: #​85828
  • Update font data: #​85920
  • Update deploy manifest: #​85924
  • Turbopack: chore: Merge turbo-tasks-macros-shared crate into turbo-tasks-macros: #​85917
  • Turbopack: Fix IO concurrency for MacOS: #​85861
  • Add Appwrite Sites to supported adapters: #​85830
  • [turbopack] Remove LocalTaskType::Native, it is dead: #​85480
  • [test] Increase response timeout in next.browserWithResponse(): #​85911
  • Hoist inner 'use cache' functions to reduce function allocations: #​85904
  • docs: eslint config update: #​85969
  • Fix Turbopack local font font-family declaration: #​85913
  • switch to slice in createRuntimePrefetchTransformStream: #​85822
  • Update authentication.mdx: Fix Auth0 Link: #​85953
  • Turbopack: remove unused function: #​85974
  • docs: cacheHandlers: #​85311
  • docs: Feedback item on proxy default: #​86004
  • [test] Add missing test fixtures for cacheLife & cacheTag in client: #​85872
  • Fix false-positive build error for cacheLife & cacheTag: #​85875
  • [cna] For pnpm ignore postinstall from sharp and unrs-resolver: #​83168
  • Turbopack: refactor evaluate to take module_graph: #​85971
  • Turbopack: remove duplicate traversal implementations: #​85853
  • Omit unused encryptActionBoundArgs/decryptActionBoundArgs imports: #​86015
  • Turbopack: cleanup db log and add verbose option: #​85965
  • [ci]: fix retry_deploy_test workflow: #​85981
  • Fix typo in documentation: #​86054
Credits

Huge thanks to @​kdy1, @​eps1lon, @​SyMind, @​bgw, @​swarnava, @​devjiwonchoi, @​ztanner, @​ijjk, @​huozhi, @​icyJoseph, @​acdlite, @​unstubbable, @​gnoff, @​gusfune, @​vercel-release-bot, @​lukesandberg, @​sokra, @​hayes, @​shuding, @​wyattjoh, @​marjan-ahmed, @​timneutkens, @​ajstrongdev, @​zigang93, @​mischnic, @​Nayeem-XTREME, @​hamirmahal, @​eli0shin, @​tessamero, @​gaojude, @​jamesdaniels, @​georgesfarah, and @​timeyoutakeit for helping!

v16.0.2

Compare Source

[!NOTE]
This version includes no code or feature changes. To get the latest change, please look for the next patch release v16.0.3 or next@​latest

v16.0.1

Compare Source

Core Changes
  • fix(static-paths): add depth tracking to parallel route param resolution: #​85319
  • Fix types of @​next/mdx: #​82238
  • Ensure getServerInsertedHTML skips rendering correctly: #​85394
  • Fix duplicate .next/types include on Windows: #​85400
  • Exclude next-js condition from middleware, proxy, and instrumentation: #​85321
  • remove unstable_forceStale prefetch option & restore prefetch={true} functionality: #​85411
  • Upgrade React from 2bcbf254-20251020 to 6160773f-20251023: #​85277
  • fix(next/image): swap dependencies: #​85419
  • Handle Origin: null headers: #​85402
  • Generalize Segment Cache fallback implementation: #​84652
  • fix: ensure req.query is writable: #​81573
  • fix: Proxy not picked up on Windows: #​85443
  • [test] Ensure we can toggle the DevTools menu while status indicators are active: #​85456
  • Fix crash when suspending in Components using useActionQueue: #​85459
Misc Changes
  • docs: create-next-app react-compiler and new prompts: #​85213
  • docs: cache components - introduction: #​85196
  • docs: use cache feedback: #​85169
  • docs: stabilize apis in docs: #​85219
  • docs: revalidateTag immediate expiration in Route Handlers: #​85223
  • Docs/use cache feedback 2: #​85222
  • docs: added use cache: remote docs: #​85145
  • docs: proxy runtime defaults to nodejs: #​85204
  • chore: cache components feedback: #​85241
  • docs: add a note that cache components is opt-in near the top: #​85245
  • Docs/v16 feedback: #​85259
  • Update command to install babel-plugin-react-compiler as a devDependency: #​85235
  • docs: typegen next-env.d.ts feedback: #​85273
  • docs: link to MCP guide from upgrade: #​85308
  • docs: regexp removed from middleware config: #​85343
  • docs: simplify MCP guide to focus on next-devtools-mcp: #​85353
  • docs: fix proxy matcher overflow: #​85337
  • docs: point out diff in serialization types for arguments and return values: #​85338
  • [test] Update snapshots: #​85407
  • docs: Fix typo in SEO section of loading.mdx: #​85301
  • Fix typo in Fast Refresh documentation: #​85352
  • Fix grammatical errors in updating data documentation: #​85067
  • [test] Skip devlow benchmarks on PRs: #​85408
  • [test] Unflake typed-env suite: #​85410
  • Update rust toolchain to 2025-10-27: #​85409
  • [test] Speed up prefetching suite: #​85417
  • docs: remove inaccuracies from use cache: private: #​85425
  • [test] Exclude Next.js internal stack frames from cache-component-error CLI output assertions: #​85421
  • [test] Exclude likely Next.js internal Components from component stacks in Redbox assertions: #​85420
  • Turbopack: correctly trace files with npm: #​85323
Credits

Huge thanks to @​icyJoseph, @​wyattjoh, @​devjiwonchoi, @​arnabsen, @​remcohaszing, @​denesbeck, @​gaojude, @​mhart, @​eps1lon, @​jesuistuan, @​codr, @​InfiniteCodeMonkeys, @​gnoff, @​ztanner, @​wbinnssmith, @​styfle, @​acdlite, @​ale-grosselle, and @​mischnic for helping!

sanity-io/client (@​sanity/client)

v7.13.1

Compare Source

Bug Fixes

v7.13.0

Compare Source

Features

v7.12.1

Compare Source

Bug Fixes
sanity-io/prettier-config (@​sanity/prettier-config)

v2.0.2

Compare Source

Bug Fixes
sanity-io/ui (@​sanity/ui)

v3.1.11

Compare Source

Bug Fixes
  • deps: replace framer-motion with motion/react (cc49ab6)
sanity-io/sanity (@​sanity/util)

v4.20.0

Compare Source

Note: Version bump only for package @​sanity/util

v4.19.0

Compare Source

Note: Version bump only for package @​sanity/util

v4.18.0

Compare Source

Note: Version bump only for package @​sanity/util

v4.17.0

Compare Source

Note: Version bump only for package @​sanity/util

v4.16.0

Compare Source

Bug Fixes
  • bug where changing the time manually in an input when the timezone was selected would change the time based on the computer timezone (#​11161) (28ba0ae) by RitaDias (rita@sanity.io)

v4.15.0

Compare Source

Note: Version bump only for package @​sanity/util

v4.14.2

Compare Source

Note: Version bump only for package @​sanity/util

v4.14.1

Compare Source

Note: Version bump only for package @​sanity/util

v4.14.0

Compare Source

Bug Fixes

v4.13.0

Compare Source

Bug Fixes

v4.12.0

Compare Source

Note: Version bump only for package @​sanity/util

v4.11.0

Compare Source

Note: Version bump only for package @​sanity/util

sanity-io/sanity (@​sanity/vision)

v4.20.0

Compare Source

Bug Fixes

v4.19.0

Compare Source

Note: Version bump only for package @​sanity/vision

v4.18.0

Compare Source

Note: Version bump only for package @​sanity/vision

v4.17.0

Compare Source

Note: Version bump only for package @​sanity/vision

v4.16.0

Compare Source

Bug Fixes

v4.15.0

Compare Source

Note: Version bump only for package @​sanity/vision

v4.14.2

Compare Source

Note: Version bump only for package @​sanity/vision

v4.14.1

Compare Source

Note: Version bump only for package @​sanity/vision

v4.14.0

Compare Source

Features
  • vision perspective scheduled drafts (#​10999) (4876ac2) by Jordan Lawrence (<jordanl17@​me.com>)
Bug Fixes

v4.13.0

Compare Source

Bug Fixes

v4.12.0

Compare Source

Note: Version bump only for package @​sanity/vision

v4.11.0

Compare Source

Bug Fixes
postcss/autoprefixer (autoprefixer)

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

sanity-io/next-sanity (next-sanity)

v11.6.10

Compare Source


Configuration

📅 Schedule: Branch creation - On day 1 of the month, every 3 months ( * * 1 */3 * ) (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@vercel
Copy link

vercel bot commented Nov 11, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
template-nextjs-personal-website Error Error Dec 2, 2025 7:29pm

@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from 138055c to dd423c3 Compare November 12, 2025 16:15
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from dd423c3 to 774287c Compare November 14, 2025 01:40
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from 774287c to 9a99cd3 Compare November 15, 2025 03:53
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from 9a99cd3 to d5a327a Compare November 15, 2025 19:29
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from d5a327a to 5cd3271 Compare November 16, 2025 15:15
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from 5cd3271 to d41a326 Compare November 17, 2025 13:47
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from d41a326 to 20e9ee6 Compare November 18, 2025 05:06
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from 20e9ee6 to ec1eebc Compare November 18, 2025 23:06
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from ec1eebc to 002f05f Compare November 19, 2025 11:42
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from 002f05f to b98b954 Compare November 20, 2025 19:27
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from b98b954 to 491c56b Compare November 21, 2025 15:35
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from 491c56b to cc7be97 Compare November 22, 2025 18:53
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from cc7be97 to 8bed14c Compare November 24, 2025 11:32
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from 8bed14c to ce7f71b Compare November 25, 2025 03:11
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from ce7f71b to fa76b00 Compare November 26, 2025 10:55
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from fa76b00 to e93086d Compare November 26, 2025 22:58
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from e93086d to a878818 Compare November 27, 2025 17:50
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from a878818 to bb93491 Compare November 30, 2025 03:09
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from bb93491 to f421c52 Compare November 30, 2025 10:42
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from f421c52 to 171f711 Compare November 30, 2025 14:46
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from 171f711 to 1ed88a0 Compare December 1, 2025 17:03
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from 1ed88a0 to e27d70e Compare December 1, 2025 22:15
@renovate renovate bot force-pushed the renovate/test-cache-components-non-major branch from e27d70e to 1a30a08 Compare December 2, 2025 19:28
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