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 21
🔧 System Dependencies 2
🚀 GitHub Actions 1
Total 24

📦 npm Dependencies

npm

21 packages will be updated

Package Change Age Adoption Passing Confidence
@nuxt/eslint-config (source) 1.10.0 -> 1.11.0 age adoption passing confidence
@happy-dom/global-registrator (source) 20.0.10 -> 20.0.11 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.4 age adoption passing confidence
eslint-config-next (source) 16.0.1 -> 16.0.7 age adoption passing confidence
happy-dom (source) 20.0.10 -> 20.0.11 age adoption passing confidence
lint-staged (source) 16.2.6 -> 16.2.7 age adoption passing confidence
next (source) 16.0.1 -> 16.0.7 age adoption passing confidence
react (source) 19.2.0 -> 19.2.1 age adoption passing confidence
react-dom (source) 19.2.0 -> 19.2.1 age adoption passing confidence
vite (source) 7.2.2 -> 7.2.6 age adoption passing confidence
vue (source) 3.5.24 -> 3.5.25 age adoption passing confidence
vue-tsc (source) 3.1.3 -> 3.1.6 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

capricorn86/happy-dom (@happy-dom/global-registrator)

20.0.10 -> 20.0.11

v20.0.11

Compare Source

👷‍♂️ Patch fixes

  • Always include manually set authorization headers in requests - By capricorn86 in task #1048'
    • Authorization headers should only be omitted when automatically set by page context

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

v20.0.9

Compare Source

👷‍♂️ Patch fixes

  • Elements should only be upgraded to a custom element (web component) when the element is in the document - By capricorn86 in task #1945
    • This will also improve the memory footprint as the listeners prevented nodes from being garbage collected until the document was closed

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

v20.0.8

Compare Source

👷‍♂️ Patch fixes

  • Fixes issue where previousSibling() and nextSibling() didn't work in HTMLSelectElement and HTMLFormElement - By capricorn86 in task #1939
  • Fixes issue where parsing an item without a permitted parent (e.g. <tr>) should be valid inside a <template> element - By capricorn86 in task #1939

Released by github-actions[bot] on 10/21/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

Please refer to CHANGELOG.md for details.

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

[email protected]

Compare Source

Please refer to CHANGELOG.md for details.

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

[email protected]

Compare Source

Please refer to CHANGELOG.md for details.

Released by github-actions[bot] on 12/3/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.4

bun-v1.3.4

Compare Source

To install Bun v1.3.4

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

bun upgrade

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

Thanks to 14 contributors!

[View full release notes]

Released by Jarred-Sumner on 12/7/2025

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

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

16.0.1 -> 16.0.7

v16.1.0-canary.15

Compare Source

Core Changes

  • Upgrade React from 7dc903cd-20251203 to 66ae640b-20251204: #86843
  • Upgrade React from 66ae640b-20251204 to 378973b3-20251205: #86852
  • Turbopack: remove pages router double template: #86842
  • Introduce NextConfigRuntime: #86812
  • Generate required-server-files before prerendering: #86830

Misc Changes

  • Turbopack: bincode: Implement bincode Encode/Decode traits on all turbo task values: #85580
  • Turbopack: bincode: Add bincode encode/decode wrappers for serde_json::Value when stored in a cell: #86749
  • Turbopack: bincode: Use bincode to store the contents of value cells: #86338
  • [test] Fix external rewrite target URL origin: #86863
  • Turbopack: correctly overwrite existing symlinks: #86808
  • Turbopack: fix race condition when invalidating: #86859
  • Turbopack: handle non-serializable cell content for cell update operation: #86861

Credits

Huge thanks to bgw, mischnic, [unstubbable](https:...

[View full release notes]

Released by nextjs-bot on 12/5/2025

v16.1.0-canary.14

Compare Source

Core Changes

  • [devtool] make the draggable content selective: #86816
  • Create server module map proxy only once: #86750
  • fix(next/image): add ?dpl query string for local images (without static import): #86485
  • fix(next/image): handle ?dpl for src without protocol: #86836

Misc Changes

  • docs: cookie clear and has alignment: #86788
  • [test] fix missing nft file: #86817
  • Remove unused vitest from dependency tree: #86821
  • Update installed Next.js: #86822
  • Remove Vercel mention from Next.js docs: #86801
  • Remove unused vite from dependency tree: #86824
  • Update Rspack development test manifest: #86802
  • Turbopack: bincode: Add crate with bincode serialization helpers: #85878
  • Turbopack: perf: Avoid clones in RopeReader: #86708
  • Add Firebase App Hosting to the deployment guide: #86832
  • Turbopack: bincode: Add custom bincode reader/writer implementations: #86632
  • Turbopack: bincode: Add traits for types that require TurboBincodeEncoder or TurboBincodeDecoder: ...

[View full release notes]

Released by nextjs-bot on 12/4/2025

v16.1.0-canary.13

Compare Source

Core Changes

  • [Cache Components] Fast setImmediate: #86018

Credits

Huge thanks to lubieowoce for helping!

Released by nextjs-bot on 12/3/2025

capricorn86/happy-dom (happy-dom)

20.0.10 -> 20.0.11

Compare Source

Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

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

16.2.6 -> 16.2.7

Compare Source

Lint files staged by git

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

vercel/next.js (next)

16.0.1 -> 16.0.7

Compare Source

The React Framework

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

facebook/react (react)

19.2.0 -> 19.2.1

Compare Source

React is a JavaScript library for building user interfaces.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

facebook/react (react-dom)

19.2.0 -> 19.2.1

Compare Source

React package for working with the DOM.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

vitejs/vite (vite)

7.2.2 -> 7.2.6

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

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: 413,709 weekly downloads
  • @happy-dom/global-registrator: 192,545 weekly downloads
  • @nuxt/devtools: 984,532 weekly downloads
  • @types/bun: 3,229,165 weekly downloads
  • @types/node: 192,840,434 weekly downloads
  • @types/react: 59,324,765 weekly downloads
  • @types/react-dom: 39,784,741 weekly downloads
  • @vitejs/plugin-react: 16,768,322 weekly downloads
  • @vitejs/plugin-vue: 4,556,599 weekly downloads
  • better-dx: 61,777 weekly downloads
  • bumpp: 88,175 weekly downloads
  • bun-types: 3,590,574 weekly downloads
  • eslint-config-next: 10,103,008 weekly downloads
  • happy-dom: 3,355,449 weekly downloads
  • lint-staged: 15,769,258 weekly downloads
  • next: 18,017,425 weekly downloads
  • react: 59,538,938 weekly downloads
  • react-dom: 55,255,524 weekly downloads
  • vite: 42,599,365 weekly downloads
  • vue: 8,434,543 weekly downloads
  • vue-tsc: 2,818,496 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 96e0ece
🔍 Latest deploy log https://app.netlify.com/projects/ts-maps/deploys/69351940d7e47f000888eccd

@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: 96e0ece

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