Skip to content

Conversation

@chrisbbreuer
Copy link
Member

@chrisbbreuer chrisbbreuer commented Nov 8, 2025

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 7
🔧 System Dependencies 2
Total 9

📦 npm Dependencies

npm

7 packages will be updated

Package Change Age Adoption Passing Confidence
@types/node (source) 24.10.0 -> 24.10.1 age adoption passing confidence
@types/react (source) 19.2.2 -> 19.2.5 age adoption passing confidence
@types/react-dom (source) 19.2.2 -> 19.2.3 age adoption passing confidence
@vitejs/plugin-react (source) 5.1.0 -> 5.1.1 age adoption passing confidence
eslint-config-next (source) 16.0.1 -> 16.0.3 age adoption passing confidence
next (source) 16.0.1 -> 16.0.3 age adoption passing confidence
vue-tsc (source) 3.1.3 -> 3.1.4 age adoption passing confidence

🔧 System Dependencies

system

2 packages will be updated across 2 file(s): pkgx.yaml, deps.yaml

Package Change Type File
bun.com ^1.2.20^1.3.1 🟡 minor pkgx.yaml
bun.com ^1.3.0^1.3.1 🟢 patch deps.yaml

Release Notes

DefinitelyTyped/DefinitelyTyped (@types/node)

24.10.0 -> 24.10.1

Compare Source

TypeScript definitions for node

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

DefinitelyTyped/DefinitelyTyped (@types/react)

19.2.2 -> 19.2.5

Compare Source

TypeScript definitions for react

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

DefinitelyTyped/DefinitelyTyped (@types/react-dom)

19.2.2 -> 19.2.3

Compare Source

TypeScript definitions for react-dom

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

vitejs/vite-plugin-react (@vitejs/plugin-react)

5.1.0 -> 5.1.1

plugin-react@5.1.1

Compare Source

Update code to support newer rolldown-vite (#976)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

Released by github-actions[bot] on 11/12/2025

plugin-react-swc@4.2.2

Compare Source

Update code to support newer rolldown-vite (#978)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

Released by github-actions[bot] on 11/12/2025

plugin-react-oxc@0.4.3

Compare Source

Update code to support newer rolldown-vite (#978)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

Released by github-actions[bot] on 11/12/2025

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

16.0.1 -> 16.0.3

v16.0.2-canary.20

Compare Source

Core Changes

  • fix(nodejs-middleware): await for body cloning to be properly finalized: #85418
  • Add build-time validation to detect ambiguous app routes: #85834
  • Don't use inspector frontend URLs from other processes: #86082
  • Upgrade React from 52684925-20251110 to 93fc5740-20251113: #86103
  • [next-upgrade] Force install of dev dependencies: #86119
  • Fix telemetry event race condition in webpack worker for vercel/og detection: #86145

Misc Changes

  • Add postpone handling in app-page handler: #86101
  • Turbopack: remove global_information struct: #86089
  • Turbopack: add task_id_details feature: #84970
  • Turbopack: Refactor output assets to allow to lazy compute output assets: #85753
  • Un-skip tests in prefetch-runtime.test.ts: #86097
  • Turbopack: add flags to AvailabilityInfo: #85771
  • Turbopack: apply side effects false removal on all module types: #86133
  • [build] Remove layers experiment flag from next-runtime webpack config: #86126

###...

[View full release notes]

Released by nextjs-bot on 11/15/2025

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...

[View full release notes]

Released by huozhi on 11/13/2025

v16.0.2-canary.19

Compare Source

Core Changes

  • [devtool] highlight all link in error message: #86084

Misc Changes

  • Update cookies.mdx: #86094
  • Remove redundant example code for cacheLife docs: #86043
  • test: improve router prefetch test reliability: #86098

Credits

Huge thanks to huozhi, sequencerr, Strernd, and wyattjoh for helping!

Released by nextjs-bot on 11/13/2025

vercel/next.js (next)

16.0.1 -> 16.0.3

v16.0.2-canary.20

Compare Source

Core Changes

  • fix(nodejs-middleware): await for body cloning to be properly finalized: #85418
  • Add build-time validation to detect ambiguous app routes: #85834
  • Don't use inspector frontend URLs from other processes: #86082
  • Upgrade React from 52684925-20251110 to 93fc5740-20251113: #86103
  • [next-upgrade] Force install of dev dependencies: #86119
  • Fix telemetry event race condition in webpack worker for vercel/og detection: #86145

Misc Changes

  • Add postpone handling in app-page handler: #86101
  • Turbopack: remove global_information struct: #86089
  • Turbopack: add task_id_details feature: #84970
  • Turbopack: Refactor output assets to allow to lazy compute output assets: #85753
  • Un-skip tests in prefetch-runtime.test.ts: #86097
  • Turbopack: add flags to AvailabilityInfo: #85771
  • Turbopack: apply side effects false removal on all module types: #86133
  • [build] Remove layers experiment flag from next-runtime webpack config: #86126

###...

[View full release notes]

Released by nextjs-bot on 11/15/2025

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...

[View full release notes]

Released by huozhi on 11/13/2025

v16.0.2-canary.19

Compare Source

Core Changes

  • [devtool] highlight all link in error message: #86084

Misc Changes

  • Update cookies.mdx: #86094
  • Remove redundant example code for cacheLife docs: #86043
  • test: improve router prefetch test reliability: #86098

Credits

Huge thanks to huozhi, sequencerr, Strernd, and wyattjoh for helping!

Released by nextjs-bot on 11/13/2025

vuejs/language-tools (vue-tsc)

3.1.3 -> 3.1.4

v3.1.4

Compare Source

Bug Fixes

  • fix(language-service): prevent auto-insertion of html snippets in template interpolation (#5744) - Thanks to serkodev!
  • fix(language-service): strip interpolations from document passed to html service - Thanks to KazariEX!
  • fix(language-core): report unused @ts-expect-error directive on components with loose props checks (#5750) - Thanks to serkodev and KazariEX!
  • fix(language-core): respect directive comments before v-else (#5753) - Thanks to serkodev and KazariEX!

Other Changes

  • refactor(language-core): re-implement component references by codegen (#5736) - Thanks to KazariEX!
  • refactor(language-core): simplify calculation of full interpolation content - Thanks to KazariEX!

❤️ Thanks to Our Sponsors

[View full release notes]

Released by KazariEX on 11/15/2025

bun.com

^1.2.20 → ^1.3.1

📁 File: pkgx.yaml

🔗 Release Notes: bun.sh

bun.com

^1.3.0 → ^1.3.1

📁 File: deps.yaml

🔗 Release Notes: bun.sh


📊 Package Statistics

  • @types/node: 175,550,133 weekly downloads
  • @types/react: 49,857,872 weekly downloads
  • @types/react-dom: 35,222,445 weekly downloads
  • @vitejs/plugin-react: 15,053,144 weekly downloads
  • eslint-config-next: 9,008,533 weekly downloads
  • next: 14,935,834 weekly downloads
  • vue-tsc: 2,505,264 weekly downloads
  • bun.com: Popular JavaScript runtime and package manager
  • bun.com: Popular JavaScript runtime and package manager

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 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 Buddy 🤖

@netlify
Copy link

netlify bot commented Nov 8, 2025

Deploy Preview for ts-maps failed. Why did it fail? →

Name Link
🔨 Latest commit df80ebd
🔍 Latest deploy log https://app.netlify.com/projects/ts-maps/deploys/6918c0e37d3bc500081992cf

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 8, 2025

Open in StackBlitz

npm i https://pkg.pr.new/stacksjs/ts-maps@475

commit: df80ebd

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.

2 participants