Skip to content

Conversation

@chrisbbreuer
Copy link
Member

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
eslint-config-next (source) 16.0.1 -> 16.1.1 age adoption passing confidence
next (source) 16.0.1 -> 16.1.1 age adoption passing confidence
vite (source) 7.2.2 -> 7.3.0 age adoption passing confidence
vue-tsc (source) 3.1.3 -> 3.2.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.5 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.5 age adoption passing confidence
eslint (source) 9.39.1 -> 9.39.2 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
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
vue (source) 3.5.24 -> 3.5.26 age adoption passing confidence
vue-router (source) 4.6.3 -> 4.6.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

🚀 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

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

16.0.1 -> 16.1.1

v16.1.1

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Turbopack: Create junction points instead of symlinks on Windows ()#87606)

Credits

Huge thanks to sokra and ztanner for helping!

Released by bgw on 12/22/2025

v16.1.1-canary.3

Compare Source

Core Changes

  • Turbopack: Create junction points instead of symlinks on Windows: #87606

Misc Changes

  • Turbopack: In CI only persist at the end: #87316
  • fix: correct quotes in dev script filter in package.json: #87638

Credits

Huge thanks to bgw, sokra, and naveenkarmegam for helping!

Released by nextjs-bot on 12/22/2025

v16.1.1-canary.2

Compare Source

Misc Changes

  • ci: track runner name on datadog test reports: #87440
  • docs: tweaks/fixes to papercuts: #87445
  • docs: fix typos and clarify examples in Cache Components guide: #87530

Credits

Huge thanks to ztanner and icyJoseph for helping!

Released by nextjs-bot on 12/20/2025

vercel/next.js (next)

16.0.1 -> 16.1.1

v16.1.1

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Turbopack: Create junction points instead of symlinks on Windows ()#87606)

Credits

Huge thanks to sokra and ztanner for helping!

Released by bgw on 12/22/2025

v16.1.1-canary.3

Compare Source

Core Changes

  • Turbopack: Create junction points instead of symlinks on Windows: #87606

Misc Changes

  • Turbopack: In CI only persist at the end: #87316
  • fix: correct quotes in dev script filter in package.json: #87638

Credits

Huge thanks to bgw, sokra, and naveenkarmegam for helping!

Released by nextjs-bot on 12/22/2025

v16.1.1-canary.2

Compare Source

Misc Changes

  • ci: track runner name on datadog test reports: #87440
  • docs: tweaks/fixes to papercuts: #87445
  • docs: fix typos and clarify examples in Cache Components guide: #87530

Credits

Huge thanks to ztanner and icyJoseph for helping!

Released by nextjs-bot on 12/20/2025

vitejs/vite (vite)

7.2.2 -> 7.3.0

v8.0.0-beta.4

Compare Source

Please refer to CHANGELOG.md for details.

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

v8.0.0-beta.3

Compare Source

Please refer to CHANGELOG.md for details.

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

v7.3.0

Compare Source

Please refer to CHANGELOG.md for details.

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

vuejs/language-tools (vue-tsc)

3.1.3 -> 3.2.1

v3.2.1

Compare Source

language-core

  • fix: infer array type in v-for (#5896) - Thanks to serkodev!

component-meta

  • fix: skip schema resolution correctly when option is false (#5891) - Thanks to KazariEX!

component-type-helpers

  • fix: npm package is missing build files (#5893)

language-service

  • feat: props completion now only suggests :xxx (shorthand) when no prefix is typed, instead of both xxx and :xxx

Our Sponsors ❤️

This project is made possible thanks to our generous sponsors:

Special Sponsor

[View full release notes]

Released by johnsoncodehk on 12/22/2025

v3.2.0

Compare Source

vscode

  • fix: Vue TS highlighting when trailing type alias is missing semicolon (#5853) - Thanks to serkodev!
  • perf: replace fast-diff with custom character-by-character alignment algorithm (#5849) (#5851)
  • refactor: update Vue grammar scope name to "text.html.vue" (#5856)
  • test: add test for embedded grammars (#5861) - Thanks to serkodev!

language-service

  • feat: rich hover message (#5881)
  • feat: support markdown JSDoc for rich hover message description (#5890) - Thanks to serkodev!
  • chore: adjust rich hover message title layout (#5889) - Thanks to serkodev!

component-meta

  • feat: add tags to slots and exposed (#5862) - Thanks to aj-dev!
  • feat: filter out irrelevant properties from exposed (#5868) - Thanks to aj-dev!
  • refactor: redundant...

[View full release notes]

Released by johnsoncodehk on 12/20/2025

v3.1.8

Compare Source

Features

  • feat(vscode): support multiline attribute for <script> and <style> tag (#5830) - Thanks to serkodev!
  • feat(vscode): supports format with selected range (#5761) - Thanks to serkodev!
  • feat(language-service): add tsconfig-based document link support for Pug

Bug Fixes

  • fix(language-core): limit the range of parseDiagnostics checks (#5823)
  • fix(language-core): restore default import bindings for template scope (#5824) - Thanks to serkodev!
  • fix(typescript-plugin): get preferences and formatOptions in tsserver (#5829)
  • fix(language-core): avoid generating component options within the setup scope (#5832)

Other Changes

  • perf(language-core): dedupe component options generation (#5831)

❤️ Thanks to Our Sponsors

This project is made possible thanks to our generous sponsors:

johnsoncodehk on 12/9/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.5

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

Compare Source

The default Vite plugin for React projects

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

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

6.0.1 -> 6.0.3

Compare Source

The official plugin for Vue SFC support in Vite.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

stacksjs/development (better-dx)

0.2.3 -> 0.2.5

Compare Source

All the development dependencies you need.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

antfu-collective/bumpp (bumpp)

10.3.1 -> 10.3.2

Compare Source

Bump version, commit changes, tag, and push to Git

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

oven-sh/bun (bun-types)

1.3.2 -> 1.3.5

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

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

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

vuejs/core (vue)

3.5.24 -> 3.5.26

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

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: 414,275 weekly downloads
  • eslint-config-next: 9,879,162 weekly downloads
  • next: 16,429,516 weekly downloads
  • vite: 41,398,294 weekly downloads
  • vue-tsc: 2,700,823 weekly downloads
  • @happy-dom/global-registrator: 200,847 weekly downloads
  • @nuxt/devtools: 881,095 weekly downloads
  • @nuxt/kit: 3,279,089 weekly downloads
  • @nuxt/schema: 1,292,552 weekly downloads
  • @tailwindcss/postcss: 6,655,860 weekly downloads
  • @types/bun: 3,375,412 weekly downloads
  • @types/react: 52,050,614 weekly downloads
  • @types/react-dom: 36,239,475 weekly downloads
  • @vitejs/plugin-react: 16,348,398 weekly downloads
  • @vitejs/plugin-vue: 4,307,795 weekly downloads
  • better-dx: 59,133 weekly downloads
  • bumpp: 86,151 weekly downloads
  • bun-types: 3,786,922 weekly downloads
  • eslint: 66,024,153 weekly downloads
  • happy-dom: 3,324,236 weekly downloads
  • lint-staged: 14,701,794 weekly downloads
  • nuxt: 1,052,349 weekly downloads
  • react: 57,170,650 weekly downloads
  • react-dom: 50,055,743 weekly downloads
  • tailwindcss: 29,704,902 weekly downloads
  • vue: 7,802,572 weekly downloads
  • vue-router: 4,346,776 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 Dec 22, 2025

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

Name Link
🔨 Latest commit 986780d
🔍 Latest deploy log https://app.netlify.com/projects/ts-maps/deploys/6949a7b9d4eeeb0008a88c50
@chrisbbreuer
Copy link
Member Author

🤖 Auto-closing obsolete PR

This PR was automatically closed because the dependency files it references are no longer present in the project.

Removed files:

  • `## 📦 npm Dependencies

npm

27 packages will be updated`

  • [@nuxt/eslint-config](https://github.com/nuxt/eslint/tree/master) ([source](https://github.com/nuxt/eslint/tree/HEAD))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/%40nuxt%2Feslint-config/1.10.0/1.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-next/16.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [16.0.1->16.1.1](https://renovatebot.com/diffs/npm/next/16.0.1/16.1.1)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/7.2.2/7.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/vue-tsc/3.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [@happy-dom/global-registrator](https://github.com/capricorn86/happy-dom/tree/master) ([source](https://github.com/capricorn86/happy-dom/tree/HEAD))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/%40happy-dom%2Fglobal-registrator/20.0.10/20.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/%40nuxt%2Fdevtools/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [4.2.1->4.2.2](https://renovatebot.com/diffs/npm/%40nuxt%2Fkit/4.2.1/4.2.2)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/%40nuxt%2Fschema/4.2.1/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/%40tailwindcss%2Fpostcss/4.1.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [@types/bun](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bun) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/%40types%2Fbun/1.3.2/1.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/%40types%2Freact/19.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [19.2.2->19.2.3](https://renovatebot.com/diffs/npm/%40types%2Freact-dom/19.2.2/19.2.3)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/%40vitejs%2Fplugin-react/5.1.0/5.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/%40vitejs%2Fplugin-vue/6.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [better-dx](https://github.com/stacksjs/development/tree/master) ([source](https://github.com/stacksjs/development/tree/HEAD))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/better-dx/0.2.3/0.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/bumpp/10.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [1.3.2->1.3.5](https://renovatebot.com/diffs/npm/bun-types/1.3.2/1.3.5)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/9.39.1/9.39.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/20.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [lint-staged](https://github.com/lint-staged/lint-staged/tree/master) ([source](https://github.com/lint-staged/lint-staged/tree/HEAD))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/16.2.6/16.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nuxt/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [19.2.0->19.2.3](https://renovatebot.com/diffs/npm/react/19.2.0/19.2.3)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-dom/19.2.0/19.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/tailwindcss/4.1.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [vue](https://github.com/vuejs/core/tree/master) ([source](https://github.com/vuejs/core/tree/HEAD))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.24/3.5.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue-router/4.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)

If this was closed in error, please reopen the PR and update the dependency files accordingly.

@chrisbbreuer chrisbbreuer deleted the buddy-bot/update-non-major-updates-1766434739899 branch December 22, 2025 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment