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

📦 npm Dependencies

npm

27 packages will be updated

Package Change Age Adoption Passing Confidence
@nuxt/eslint-config (source) 1.10.0 -> 1.12.1 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
@nuxt/kit (source) 4.2.1 -> 4.2.2 age adoption passing confidence
@nuxt/schema (source) 4.2.1 -> 4.2.2 age adoption passing confidence
@tailwindcss/postcss (source) 4.1.17 -> 4.1.18 age adoption passing confidence
@types/bun (source) 1.3.2 -> 1.3.4 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.2 age adoption passing confidence
@vitejs/plugin-vue (source) 6.0.1 -> 6.0.3 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 (source) 9.39.1 -> 9.39.2 age adoption passing confidence
eslint-config-next (source) 16.0.1 -> 16.0.10 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.10 age adoption passing confidence
nuxt (source) 4.2.1 -> 4.2.2 age adoption passing confidence
react (source) 19.2.0 -> 19.2.3 age adoption passing confidence
react-dom (source) 19.2.0 -> 19.2.3 age adoption passing confidence
tailwindcss (source) 4.1.17 -> 4.1.18 age adoption passing confidence
vite (source) 7.2.2 -> 7.2.7 age adoption passing confidence
vue (source) 3.5.24 -> 3.5.25 age adoption passing confidence
vue-router (source) 4.6.3 -> 4.6.4 age adoption passing confidence
vue-tsc (source) 3.1.3 -> 3.1.8 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.12.1

v1.12.1

Compare Source

No significant changes

    View changes on GitHub

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

v1.12.0

Compare Source

   🚀 Features

    View changes on GitHub

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

v1.11.0

Compare Source

   🚀 Features

    View changes on GitHub

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

nuxt/nuxt (@nuxt/kit)

4.2.1 -> 4.2.2

v4.2.2

Compare Source

4.2.2 is the next patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes

  • nitro: Do not show pretty error handler when testing (243261edb)
  • nuxt: Generate valid references for component declaration items (#33388)
  • nuxt: Sync internal route before calling page:finish hook (#33707)
  • kit: Add TypeScript path alias support for test files (#33672)
  • nitro: Ensure html is a string before injecting error handler ([f70b70c97](nuxt/nuxt@f70b70c...

[View full release notes]

Released by danielroe on 12/9/2025

nuxt/nuxt (@nuxt/schema)

4.2.1 -> 4.2.2

v4.2.2

Compare Source

4.2.2 is the next patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes

  • nitro: Do not show pretty error handler when testing (243261edb)
  • nuxt: Generate valid references for component declaration items (#33388)
  • nuxt: Sync internal route before calling page:finish hook (#33707)
  • kit: Add TypeScript path alias support for test files (#33672)
  • nitro: Ensure html is a string before injecting error handler ([f70b70c97](nuxt/nuxt@f70b70c...

[View full release notes]

Released by danielroe on 12/9/2025

tailwindlabs/tailwindcss (@tailwindcss/postcss)

4.1.17 -> 4.1.18

v4.1.18

Compare Source

Fixed

  • Ensure validation of source(…) happens relative to the file it is in (#19274)
  • Include filename and line numbers in CSS parse errors (#19282)
  • Skip comments in Ruby files when checking for class names (#19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#19243)
  • Support environment API in @tailwindcss/vite (#18970)
  • Preserve case of theme keys from JS configs and plugins (#19337)
  • Write source maps correctly on the CLI when using --watch (#19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs ([#19348](https://gi...

[View full release notes]

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

v4.1.9

Compare Source

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)

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

v4.1.8

Compare Source

Added

  • Improve error messages when @apply fails (#18059)

Fixed

  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
  • Upgrade: Migrate deprecated order-none to order-0 (#18126)
  • Support Leptos class: attributes when extracting classes (#18093)
  • Fix "Cannot read properties of undefined" crash on malformed arbitrary value ([#18133](https://github.com/tailwindlabs/ta...

[View full release notes]

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

DefinitelyTyped/DefinitelyTyped (@types/bun)

1.3.2 -> 1.3.4

Compare Source

TypeScript definitions for bun

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

plugin-rsc@0.5.7

Compare Source

Please refer to CHANGELOG.md for details.

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

plugin-rsc@0.5.6

Compare Source

Please refer to CHANGELOG.md for details.

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

plugin-react@5.1.2

Compare Source

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

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

6.0.1 -> 6.0.3

plugin-vue@6.0.3

Compare Source

Please refer to CHANGELOG.md for details.

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

plugin-vue@6.0.2

Compare Source

Please refer to CHANGELOG.md for details.

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

plugin-vue-jsx@5.1.2

Compare Source

Please refer to CHANGELOG.md for details.

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

Compare Source

Type definitions and documentation for Bun, an incredibly fast JavaScript runtime

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

eslint/eslint (eslint)

9.39.1 -> 9.39.2

Compare Source

An AST-based pattern checker for JavaScript.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

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

16.0.1 -> 16.0.10

Compare Source

ESLint configuration used by Next.js.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

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

Compare Source

The React Framework

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

nuxt/nuxt (nuxt)

4.2.1 -> 4.2.2

Compare Source

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

facebook/react (react)

19.2.0 -> 19.2.3

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

Compare Source

React package for working with the DOM.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

tailwindlabs/tailwindcss (tailwindcss)

4.1.17 -> 4.1.18

Compare Source

A utility-first CSS framework for rapidly building custom user interfaces.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

vitejs/vite (vite)

7.2.2 -> 7.2.7

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/router (vue-router)

4.6.3 -> 4.6.4

Compare Source

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

vuejs/language-tools (vue-tsc)

3.1.3 -> 3.1.8

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: 430,653 weekly downloads
  • @happy-dom/global-registrator: 201,481 weekly downloads
  • @nuxt/devtools: 926,333 weekly downloads
  • @nuxt/kit: 3,403,511 weekly downloads
  • @nuxt/schema: 1,325,470 weekly downloads
  • @tailwindcss/postcss: 7,415,542 weekly downloads
  • @types/bun: 3,437,813 weekly downloads
  • @types/react: 57,050,332 weekly downloads
  • @types/react-dom: 39,688,337 weekly downloads
  • @vitejs/plugin-react: 17,041,285 weekly downloads
  • @vitejs/plugin-vue: 4,512,540 weekly downloads
  • better-dx: 61,795 weekly downloads
  • bumpp: 89,137 weekly downloads
  • bun-types: 3,866,691 weekly downloads
  • eslint: 69,912,492 weekly downloads
  • eslint-config-next: 11,042,927 weekly downloads
  • happy-dom: 3,370,456 weekly downloads
  • lint-staged: 15,588,317 weekly downloads
  • next: 19,867,275 weekly downloads
  • nuxt: 1,457,918 weekly downloads
  • react: 62,312,641 weekly downloads
  • react-dom: 55,108,365 weekly downloads
  • tailwindcss: 32,132,299 weekly downloads
  • vite: 42,734,107 weekly downloads
  • vue: 8,408,350 weekly downloads
  • vue-router: 4,553,820 weekly downloads
  • vue-tsc: 2,924,546 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 d811326
🔍 Latest deploy log https://app.netlify.com/projects/ts-maps/deploys/693cb051221e15000828eac0

@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: d811326

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