Skip to content

Conversation

@chrisbbreuer
Copy link
Member

@chrisbbreuer chrisbbreuer commented Nov 21, 2025

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 17
🔧 System Dependencies 2
🚀 GitHub Actions 1
Total 20

📦 npm Dependencies

npm

17 packages will be updated

Package Change Age Adoption Passing Confidence
@nuxt/eslint-config (source) 1.10.0 -> 1.11.0 age adoption passing confidence
@nuxt/devtools (source) 3.1.0 -> 3.1.1 age adoption passing confidence
@types/bun (source) 1.3.2 -> 1.3.3 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.7 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.5 age adoption passing confidence
bumpp (source) 10.3.1 -> 10.3.2 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.5 age adoption passing confidence
lint-staged (source) 16.2.6 -> 16.2.7 age adoption passing confidence
next (source) 16.0.1 -> 16.0.5 age adoption passing confidence
vite (source) 7.2.2 -> 7.2.4 age adoption passing confidence
vue (source) 3.5.24 -> 3.5.25 age adoption passing confidence
vue-tsc (source) 3.1.3 -> 3.1.5 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

🚀 GitHub Actions

github-actions

Action Change Type Files
shivammathur/setup-php 2.35.52.36.0 🟡 minor buddy-bot.yml

Release Notes

nuxt/eslint (@nuxt/eslint-config)

1.10.0 -> 1.11.0

v1.11.0

Compare Source

   🚀 Features

    View changes on GitHub

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

v1.9.0

Compare Source

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

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

v1.8.0

Compare Source

   🚀 Features

    View changes on GitHub

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

nuxt/devtools (@nuxt/devtools)

3.1.0 -> 3.1.1

v3.1.1

Compare Source

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

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

DefinitelyTyped/DefinitelyTyped (@types/bun)

1.3.2 -> 1.3.3

Compare Source

TypeScript definitions for bun

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

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

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

v0.2.5

Compare Source

No significant changes

    View changes on GitHub

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

v0.2.4

Compare Source

No significant changes

    View changes on GitHub

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

antfu-collective/bumpp (bumpp)

10.3.1 -> 10.3.2

v10.3.2

Compare Source

   🐞 Bug Fixes

    View changes on GitHub

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

v9.11.1

Compare Source

   🚀 Features

    View changes on GitHub

Released by github-actions[bot] on 1/25/2025

v9.11.0

Compare Source

   🚀 Features

    View changes on GitHub

Released by github-actions[bot] on 1/25/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.5

v16.1.0-canary.4

Compare Source

Core Changes

  • Fix stale dev types causing build failure after route deletion: #86489

Misc Changes

  • Turbopack: Simplify the return type of FileSystemPath::try_join: #86523

Credits

Huge thanks to gaojude and bgw for helping!

Released by nextjs-bot on 11/26/2025

v16.1.0-canary.3

Compare Source

Core Changes

  • Turbopack: Expose an environment variable for exposing the detail field of issues: #86518
  • Turbopack: inner graph tree shaking: #85973
  • [next-upgrade] Fall back to npx if yarn dlx is not available: #86384
  • Update font data: #86521
  • Convert any export from a 'use cache' module to a cache function: #86014

Misc Changes

  • Migrate required-server-files-ssr-404 to be isolated: #86515
  • Turbopack: fixup route hashes generation: #86502
  • Bump swc: #86496
  • Try to improve typed-routes test flakyness: #86512
  • Use retry in tests instead of requesting page: #86535
  • Turbopack: Use Debug instead of Display for ValueDebugFormat impl on RcStr: #86522
  • [test] Add test fixture for runtime error in 'use cache': #86499
  • Migrate app-dir-export test to be isolated: #86534
  • Turbopack: write symlinks to access transitive serverExternalPackages
    : #86375
  • Fix no-double-tailwind-execution flake: #86549
  • Update Rspack development test manifest: #86531
  • Tur...

[View full release notes]

Released by nextjs-bot on 11/26/2025

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!

Released by ijjk on 11/26/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.5

Compare Source

The React Framework

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

vitejs/vite (vite)

7.2.2 -> 7.2.4

Compare Source

Native-ESM powered web dev build tool

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

vuejs/core (vue)

3.5.24 -> 3.5.25

Compare Source

The progressive JavaScript framework for building modern web UI.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

vuejs/language-tools (vue-tsc)

3.1.3 -> 3.1.5

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

shivammathur/setup-php

2.35.5 → 2.36.0

Visit shivammathur/setup-php for release notes.


📊 Package Statistics

  • @nuxt/eslint-config: 403,886 weekly downloads
  • @nuxt/devtools: 863,768 weekly downloads
  • @types/bun: 3,005,751 weekly downloads
  • @types/node: 187,988,943 weekly downloads
  • @types/react: 59,664,196 weekly downloads
  • @types/react-dom: 36,863,327 weekly downloads
  • @vitejs/plugin-react: 15,957,280 weekly downloads
  • @vitejs/plugin-vue: 4,216,045 weekly downloads
  • better-dx: 60,454 weekly downloads
  • bumpp: 86,190 weekly downloads
  • bun-types: 3,401,023 weekly downloads
  • eslint-config-next: 9,081,523 weekly downloads
  • lint-staged: 15,476,153 weekly downloads
  • next: 14,431,107 weekly downloads
  • vite: 41,069,969 weekly downloads
  • vue: 7,728,581 weekly downloads
  • vue-tsc: 2,694,674 weekly downloads
  • bun.com: Popular JavaScript runtime and package manager
  • bun.com: Popular JavaScript runtime and package manager
  • shivammathur/setup-php: GitHub Action for workflow automation

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 21, 2025

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

Name Link
🔨 Latest commit 42755a2
🔍 Latest deploy log https://app.netlify.com/projects/ts-maps/deploys/6927ea59a3aa51000814d84c

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 21, 2025

Open in StackBlitz

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

commit: 42755a2

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