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 12
🔧 System Dependencies 2
Total 14

📦 npm Dependencies

npm

12 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.6 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
@vitejs/plugin-vue (source) 6.0.1 -> 6.0.2 age adoption passing confidence
better-dx (source) 0.2.3 -> 0.2.4 age adoption passing confidence
bun-types (source) 1.3.2 -> 1.3.3 age adoption passing confidence
eslint-config-next (source) 16.0.1 -> 16.0.3 age adoption passing confidence
lint-staged (source) 16.2.6 -> 16.2.7 age adoption passing confidence
next (source) 16.0.1 -> 16.0.3 age adoption passing confidence
vite (source) 7.2.2 -> 7.2.4 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.6

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

[email protected]

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

[email protected]

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

[email protected]

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

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

6.0.1 -> 6.0.2

[email protected]

Compare Source

Please refer to CHANGELOG.md for details.

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

[email protected]

Compare Source

Please refer to CHANGELOG.md for details.

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

[email protected]

Compare Source

Please refer to CHANGELOG.md for details.

Released by github-actions[bot] on 8/28/2025

stacksjs/development (better-dx)

0.2.3 -> 0.2.4

v0.2.4

Compare Source

No significant changes

    View changes on GitHub

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

oven-sh/bun (bun-types)

1.3.2 -> 1.3.3

bun-v1.3.3

Compare Source

To install Bun v1.3.3

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.3:

bun upgrade

Read Bun v1.3.3's release notes on Bun's blog

Thanks to 19 contributors!

[View full release notes]

Released by Jarred-Sumner on 11/21/2025

bun-v1.3.2

Compare Source

To install Bun v1.3.2

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.2:

bun upgrade

Read Bun v1.3.2's release notes on Bun's blog

Thanks to 18 contributors!

[View full release notes]

Released by Jarred-Sumner on 11/8/2025

bun-v1.3.1

Compare Source

To install Bun v1.3.1

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.1:

bun upgrade

Read Bun v1.3.1's release notes on Bun's blog

Thanks to 15 contributors!

[View full release notes]

Released by Jarred-Sumner on 10/22/2025

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

16.0.1 -> 16.0.3

v16.0.2-canary.29

Compare Source

Core Changes

  • Add reasons for some server-external-packages: #86254
  • Send dynamic validation errors to browser via WebSocket: #85818
  • Delete un-used prefetch outputs with PPR: #86100
  • Revert "Turbopack: add bundle-analyzer to versioning and add dependen…: #86394

Misc Changes

  • Turbopack: refactor tuple variant into struct: #86374
  • Migrate to VisitMut: #86347

Credits

Huge thanks to mischnic, unstubbable, ijjk, and ztanner for helping!

Released by nextjs-bot on 11/21/2025

v16.0.2-canary.27

Compare Source

Core Changes

  • Turbopack: allow trace level tracing: #86255
  • Allow SSR to finish microtasky work before flushing: #86311
  • Turbopack: fix passing project options from napi: #86256
  • [Cache Components] Atomic setTimeouts: #86093
  • Turbopack: add experimental.turbopackInputSourceMaps and respect serverSourceMaps: #86340
  • [Cache Components] Discriminate static shell validation errors by type: #85747
  • Turbopack: add NEXT_TURBOPACK_WRITE_ROUTES_HASHES_MANIFEST to write hashes into manifest: #86257

Example Changes

  • docs: add example for enabling both AVIF and WebP image formats for better image optimization: #86191

Misc Changes

  • Turbopack: bundle-analyzer need to avoid using the local next.js build: #86258
  • Turbopack: remove unused method: #86259
  • Turbopack: disable input source maps for analyze: #86341
  • Turbopack: perf: Fix unused argument filtering optimization in turbo-tasks for self arguments: #86231
  • Turbopack: Remove dead turbo_tasks::persisted_graph modul...

[View full release notes]

Released by nextjs-bot on 11/20/2025

v16.0.2-canary.26

Compare Source

Misc Changes

  • create-next-app: Add ignoreScripts for unrs-resolver on bun: #86324

Credits

Huge thanks to bgw for helping!

Released by nextjs-bot on 11/19/2025

lint-staged/lint-staged (lint-staged)

16.2.6 -> 16.2.7

v16.2.7

Compare Source

Patch Changes

  • #1711 ef74c8d Thanks [iiroj](https://github.com/iiroj)! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.

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

vercel/next.js (next)

16.0.1 -> 16.0.3

v16.0.2-canary.29

Compare Source

Core Changes

  • Add reasons for some server-external-packages: #86254
  • Send dynamic validation errors to browser via WebSocket: #85818
  • Delete un-used prefetch outputs with PPR: #86100
  • Revert "Turbopack: add bundle-analyzer to versioning and add dependen…: #86394

Misc Changes

  • Turbopack: refactor tuple variant into struct: #86374
  • Migrate to VisitMut: #86347

Credits

Huge thanks to mischnic, unstubbable, ijjk, and ztanner for helping!

Released by nextjs-bot on 11/21/2025

v16.0.2-canary.27

Compare Source

Core Changes

  • Turbopack: allow trace level tracing: #86255
  • Allow SSR to finish microtasky work before flushing: #86311
  • Turbopack: fix passing project options from napi: #86256
  • [Cache Components] Atomic setTimeouts: #86093
  • Turbopack: add experimental.turbopackInputSourceMaps and respect serverSourceMaps: #86340
  • [Cache Components] Discriminate static shell validation errors by type: #85747
  • Turbopack: add NEXT_TURBOPACK_WRITE_ROUTES_HASHES_MANIFEST to write hashes into manifest: #86257

Example Changes

  • docs: add example for enabling both AVIF and WebP image formats for better image optimization: #86191

Misc Changes

  • Turbopack: bundle-analyzer need to avoid using the local next.js build: #86258
  • Turbopack: remove unused method: #86259
  • Turbopack: disable input source maps for analyze: #86341
  • Turbopack: perf: Fix unused argument filtering optimization in turbo-tasks for self arguments: #86231
  • Turbopack: Remove dead turbo_tasks::persisted_graph modul...

[View full release notes]

Released by nextjs-bot on 11/20/2025

v16.0.2-canary.26

Compare Source

Misc Changes

  • create-next-app: Add ignoreScripts for unrs-resolver on bun: #86324

Credits

Huge thanks to bgw for helping!

Released by nextjs-bot on 11/19/2025

vitejs/vite (vite)

7.2.2 -> 7.2.4

v7.2.4

Compare Source

Please refer to CHANGELOG.md for details.

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

v7.2.3

Compare Source

Please refer to CHANGELOG.md for details.

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

[email protected]

Compare Source

Please refer to CHANGELOG.md for details.

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

vuejs/language-tools (vue-tsc)

3.1.3 -> 3.1.4

Compare Source

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

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: 180,790,255 weekly downloads
  • @types/react: 52,113,366 weekly downloads
  • @types/react-dom: 36,448,656 weekly downloads
  • @vitejs/plugin-react: 15,893,851 weekly downloads
  • @vitejs/plugin-vue: 4,057,924 weekly downloads
  • better-dx: 58,527 weekly downloads
  • bun-types: 3,421,577 weekly downloads
  • eslint-config-next: 9,120,570 weekly downloads
  • lint-staged: 15,355,520 weekly downloads
  • next: 14,676,046 weekly downloads
  • vite: 40,565,309 weekly downloads
  • vue-tsc: 2,641,695 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 96e6bbf
🔍 Latest deploy log https://app.netlify.com/projects/ts-maps/deploys/6920c60a2d570e0008b5d390

@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: 2fbc41e

@chrisbbreuer chrisbbreuer deleted the buddy-bot/update-non-major-updates-1762610714709 branch November 21, 2025 20:07
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