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 2
Total 31

📦 npm Dependencies

npm

27 packages will be updated

Package Change Age Adoption Passing Confidence
@happy-dom/global-registrator (source) 20.0.10 -> 20.3.0 age adoption passing confidence
@nuxt/eslint-config (source) 1.10.0 -> 1.12.1 age adoption passing confidence
bumpp (source) 10.3.1 -> 10.4.0 age adoption passing confidence
eslint-config-next (source) 16.0.1 -> 16.1.2 age adoption passing confidence
happy-dom (source) 20.0.10 -> 20.3.0 age adoption passing confidence
next (source) 16.0.1 -> 16.1.2 age adoption passing confidence
vite (source) 7.2.2 -> 7.3.1 age adoption passing confidence
vue-tsc (source) 3.1.3 -> 3.2.2 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.6 age adoption passing confidence
@types/react (source) 19.2.2 -> 19.2.8 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
bun-types (source) 1.3.2 -> 1.3.6 age adoption passing confidence
eslint (source) 9.39.1 -> 9.39.2 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

2 actions will be updated

Action Change Type Files
oven-sh/setup-bun v2.0.2v2.1.0 🟡 minor ci.yml
shivammathur/setup-php 2.35.52.36.0 🟡 minor buddy-bot.yml

Release Notes

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

20.0.10 -> 20.3.0

v20.3.0

Compare Source

🎨 Features

  • Use RegExp to convert ASCII character casing to improve performance - By TrevorBurnham in task #1886

Released by github-actions[bot] on 1/14/2026

v20.2.0

Compare Source

🎨 Features

  • Use Element.classList.contains() instead of splitting className in query selectors to improve performance as it's cached - By TrevorBurnham in task #1884

Released by github-actions[bot] on 1/14/2026

v20.1.1

Compare Source

👷‍♂️ Patch fixes

  • Fixes caching in querySelector() - By TrevorBurnham in task #1882
  • Avoid sort in querySelector() to improve performance - By TrevorBurnham in task #1882

Released by github-actions[bot] on 1/14/2026

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

antfu-collective/bumpp (bumpp)

10.3.1 -> 10.4.0

v10.4.0

Compare Source

No significant changes

    View changes on GitHub

Released by github-actions[bot] on 1/13/2026

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

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

16.0.1 -> 16.1.2

v16.1.2

Compare Source

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

Core Changes

  • Turbopack: Update to swc_core v50.2.3 (#87841) (#88296)
    • Fixes a crash when processing mdx files with multibyte characters. (#87713)
  • Turbopack: mimalloc upgrade and enabling it on musl (#88503) (#87815) (#88426)
    • Fixes a significant performance issue on musl-based Linux distributions (e.g. Alpine in Docker) related to musl's allocator.
    • Other platforms have always used mimalloc, but we previously did not use mimalloc on musl because of compilation issues that have since been resolved.

Credits

Huge thanks to mischnic for helping!

Released by bgw on 1/14/2026

v16.1.1-canary.28

Compare Source

Core Changes

  • Turbopack: more dead code: #88505
  • fix(build): prevent route handler manifests from inheriting unrelated client components: #88419
  • Upgrade React from 65eec428-20251218 to 3e1abcc8-20260113: #88530
  • Better typesafety for interopDefault: #88486
  • keep next-env.d.s unchanged between dev and build: #88428
  • Remove sibling caches from CacheNode tree: #87991
  • Upgrade React from 3e1abcc8-20260113 to 4a3d993e-20260114: #88547
  • Finish deleting Mutable from router implementation: #88046

Misc Changes

  • Remove lerna bootstrap from the clean script in package.json: #88527
  • docs: add useSearchParams and useParams documentation for Pages Router: #88429
  • Turbopack: Clean up VcRead::Repr associated type: #88456
  • [cna] Avoid error with out-of-box Netlify config: #88546
  • [turbopack] Move some of the logic for issue filtering into the rust layer: #88511
  • Update Rspack production test manifest: #88469
  • Update Rspack development test manifest: #88470

##...

[View full release notes]

Released by nextjs-bot on 1/14/2026

v16.1.1-canary.26

Compare Source

Misc Changes

  • Turbopack: fix bad performance edge case in production chunking: #88508

Credits

Huge thanks to sokra for helping!

Released by nextjs-bot on 1/14/2026

capricorn86/happy-dom (happy-dom)

20.0.10 -> 20.3.0

v20.3.0

Compare Source

🎨 Features

  • Use RegExp to convert ASCII character casing to improve performance - By TrevorBurnham in task #1886

Released by github-actions[bot] on 1/14/2026

v20.2.0

Compare Source

🎨 Features

  • Use Element.classList.contains() instead of splitting className in query selectors to improve performance as it's cached - By TrevorBurnham in task #1884

Released by github-actions[bot] on 1/14/2026

v20.1.1

Compare Source

👷‍♂️ Patch fixes

  • Fixes caching in querySelector() - By TrevorBurnham in task #1882
  • Avoid sort in querySelector() to improve performance - By TrevorBurnham in task #1882

Released by github-actions[bot] on 1/14/2026

vercel/next.js (next)

16.0.1 -> 16.1.2

v16.1.2

Compare Source

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

Core Changes

  • Turbopack: Update to swc_core v50.2.3 (#87841) (#88296)
    • Fixes a crash when processing mdx files with multibyte characters. (#87713)
  • Turbopack: mimalloc upgrade and enabling it on musl (#88503) (#87815) (#88426)
    • Fixes a significant performance issue on musl-based Linux distributions (e.g. Alpine in Docker) related to musl's allocator.
    • Other platforms have always used mimalloc, but we previously did not use mimalloc on musl because of compilation issues that have since been resolved.

Credits

Huge thanks to mischnic for helping!

Released by bgw on 1/14/2026

v16.1.1-canary.28

Compare Source

Core Changes

  • Turbopack: more dead code: #88505
  • fix(build): prevent route handler manifests from inheriting unrelated client components: #88419
  • Upgrade React from 65eec428-20251218 to 3e1abcc8-20260113: #88530
  • Better typesafety for interopDefault: #88486
  • keep next-env.d.s unchanged between dev and build: #88428
  • Remove sibling caches from CacheNode tree: #87991
  • Upgrade React from 3e1abcc8-20260113 to 4a3d993e-20260114: #88547
  • Finish deleting Mutable from router implementation: #88046

Misc Changes

  • Remove lerna bootstrap from the clean script in package.json: #88527
  • docs: add useSearchParams and useParams documentation for Pages Router: #88429
  • Turbopack: Clean up VcRead::Repr associated type: #88456
  • [cna] Avoid error with out-of-box Netlify config: #88546
  • [turbopack] Move some of the logic for issue filtering into the rust layer: #88511
  • Update Rspack production test manifest: #88469
  • Update Rspack development test manifest: #88470

##...

[View full release notes]

Released by nextjs-bot on 1/14/2026

v16.1.1-canary.26

Compare Source

Misc Changes

  • Turbopack: fix bad performance edge case in production chunking: #88508

Credits

Huge thanks to sokra for helping!

Released by nextjs-bot on 1/14/2026

vitejs/vite (vite)

7.2.2 -> 7.3.1

v8.0.0-beta.8

Compare Source

Please refer to CHANGELOG.md for details.

Released by github-actions[bot] on 1/15/2026

v8.0.0-beta.7

Compare Source

Please refer to CHANGELOG.md for details.

Released by github-actions[bot] on 1/8/2026

v8.0.0-beta.6

Compare Source

Please refer to CHANGELOG.md for details.

Released by github-actions[bot] on 1/7/2026

vuejs/language-tools (vue-tsc)

3.1.3 -> 3.2.2

v3.2.2

Compare Source

language-core

  • fix: correct code features on v-bind shorthands of special attributes - Thanks to KazariEX!

language-plugin-pug

  • feat: accurate Pug shorthand mapping (#5906)
  • fix: pre-map HTML to Pug offset attribute (#5905)

language-service

  • feat: strip ="" for boolean props completion edits (#5888) - Thanks to KazariEX!
  • fix: avoid duplicate directive modifiers in completion (#5920) - Thanks to KazariEX!

typescript-plugin

  • fix: only forward quick info and suggestion diagnostics for setup bindings (#5892) - Thanks to KazariEX!

Our Sponsors ❤️

This project is made possible thanks to our generous sponsors:

Special Sponsor
KazariEX on 1/5/2026

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

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

Compare Source

TypeScript definitions for bun

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

DefinitelyTyped/DefinitelyTyped (@types/react)

19.2.2 -> 19.2.8

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

oven-sh/bun (bun-types)

1.3.2 -> 1.3.6

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

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

oven-sh/setup-bun

v2.0.2 → v2.1.0

Visit oven-sh/setup-bun for release notes.

shivammathur/setup-php

2.35.5 → 2.36.0

Visit shivammathur/setup-php for release notes.


📊 Package Statistics

  • @happy-dom/global-registrator: 297,340 weekly downloads
  • @nuxt/eslint-config: 408,207 weekly downloads
  • bumpp: 79,283 weekly downloads
  • eslint-config-next: 11,157,416 weekly downloads
  • happy-dom: 3,785,988 weekly downloads
  • next: 17,822,204 weekly downloads
  • vite: 46,017,063 weekly downloads
  • vue-tsc: 2,734,575 weekly downloads
  • @nuxt/devtools: 878,411 weekly downloads
  • @nuxt/kit: 3,310,801 weekly downloads
  • @nuxt/schema: 1,253,364 weekly downloads
  • @tailwindcss/postcss: 8,227,361 weekly downloads
  • @types/bun: 4,246,953 weekly downloads
  • @types/react: 56,216,081 weekly downloads
  • @types/react-dom: 40,315,668 weekly downloads
  • @vitejs/plugin-react: 19,379,223 weekly downloads
  • @vitejs/plugin-vue: 4,368,625 weekly downloads
  • better-dx: 29,152 weekly downloads
  • bun-types: 4,761,858 weekly downloads
  • eslint: 68,813,369 weekly downloads
  • lint-staged: 15,097,684 weekly downloads
  • nuxt: 1,020,913 weekly downloads
  • react: 59,382,666 weekly downloads
  • react-dom: 53,713,197 weekly downloads
  • tailwindcss: 32,883,155 weekly downloads
  • vue: 7,722,852 weekly downloads
  • vue-router: 4,308,547 weekly downloads
  • bun.com: Popular JavaScript runtime and package manager
  • bun.com: Popular JavaScript runtime and package manager
  • oven-sh/setup-bun: GitHub Action for workflow automation
  • 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 Jan 15, 2026

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

Name Link
🔨 Latest commit c76fb3f
🔍 Latest deploy log https://app.netlify.com/projects/ts-maps/deploys/696931eee836e400074a19b4

@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`

  • [@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.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/%40nuxt%2Feslint-config/1.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [10.3.1->10.4.0](https://renovatebot.com/diffs/npm/bumpp/10.3.1/10.4.0)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-next/16.0.1/16.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/20.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [next](https://github.com/vercel/next.js/tree/master) ([source](https://github.com/vercel/next.js/tree/HEAD))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/16.0.1/16.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/7.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [3.1.3->3.2.2](https://renovatebot.com/diffs/npm/vue-tsc/3.1.3/3.2.2)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/%40nuxt%2Fdevtools/3.1.0/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/%40nuxt%2Fkit/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [@nuxt/schema](https://github.com/nuxt/nuxt/tree/master) ([source](https://github.com/nuxt/nuxt/tree/HEAD))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/%40nuxt%2Fschema/4.2.1/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/%40tailwindcss%2Fpostcss/4.1.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [1.3.2->1.3.6](https://renovatebot.com/diffs/npm/%40types%2Fbun/1.3.2/1.3.6)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/%40types%2Freact/19.2.2/19.2.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/%40types%2Freact-dom/19.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/master) ([source](https://github.com/vitejs/vite-plugin-react/tree/HEAD))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/%40vitejs%2Fplugin-react/5.1.0/5.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/%40vitejs%2Fplugin-vue/6.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [0.2.3->0.2.5](https://renovatebot.com/diffs/npm/better-dx/0.2.3/0.2.5)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/bun-types/1.3.2/1.3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.39.2?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-1768501734304 branch January 15, 2026 18:34
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