Skip to content

chore(deps): update all non-major dependencies#526

Closed
chrisbbreuer wants to merge 25 commits into
mainfrom
buddy-bot/update-non-major-updates-1768579946228
Closed

chore(deps): update all non-major dependencies#526
chrisbbreuer wants to merge 25 commits into
mainfrom
buddy-bot/update-non-major-updates-1768579946228

Conversation

@chrisbbreuer

@chrisbbreuer chrisbbreuer commented Jan 16, 2026

Copy link
Copy Markdown
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.5.0 age adoption passing confidence
@nuxt/eslint-config (source) 1.10.0 -> 1.13.0 age adoption passing confidence
@nuxt/kit (source) 4.2.1 -> 4.3.0 age adoption passing confidence
@nuxt/schema (source) 4.2.1 -> 4.3.0 age adoption passing confidence
@stacksjs/stx (source) =0.1.0 -> 0.2.0 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.6 age adoption passing confidence
happy-dom (source) 20.0.10 -> 20.5.0 age adoption passing confidence
next (source) 16.0.1 -> 16.1.6 age adoption passing confidence
nuxt (source) 4.2.1 -> 4.3.0 age adoption passing confidence
vite (source) 7.2.2 -> 7.3.1 age adoption passing confidence
vue-tsc (source) 3.1.3 -> 3.2.4 age adoption passing confidence
@nuxt/devtools (source) 3.1.0 -> 3.1.1 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.8 age adoption passing confidence
@types/react (source) 19.2.2 -> 19.2.11 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.3 age adoption passing confidence
@vitejs/plugin-vue (source) 6.0.1 -> 6.0.4 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.8 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
react (source) 19.2.0 -> 19.2.4 age adoption passing confidence
react-dom (source) 19.2.0 -> 19.2.4 age adoption passing confidence
tailwindcss (source) 4.1.17 -> 4.1.18 age adoption passing confidence
vue (source) 3.5.24 -> 3.5.27 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.2 β†’ v2.1.2 🟑 minor ci.yml
shivammathur/setup-php 2.35.5 β†’ 2.36.0 🟑 minor buddy-bot.yml

Release Notes

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

20.0.10 -> 20.5.0

v20.5.0

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes

Released by github-actions[bot] on 2/2/2026

v20.4.0

Compare Source

🎨 Features

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

v20.3.9

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes

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

nuxt/eslint (@nuxt/eslint-config)

1.10.0 -> 1.13.0

v1.13.0

Compare Source

Β Β Β πŸš€ Features

  • Upgrade eslint-flat-config-utils eslint-plugin-import-lite and eslint-plugin-jsdoc Β -Β  by antfu (10bf9)
Β Β Β Β View changes on GitHub

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

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

nuxt/nuxt (@nuxt/kit)

4.2.1 -> 4.3.0

v4.3.0

Compare Source

4.3.0 is the next minor release.

Nuxt 4.3 brings powerful new features for layouts, caching, and developer experience – plus significant performance improvements under the hood.

πŸ“£ Some News

Extended v3 Support

Early this month, I opened a discussion to find out how the upgrade had gone from v3 to v4. I was really pleased to hear how well it had gone for most people.

Having said that, we're committed to making sure no one gets left behind. And so we will continue to provide security updates and critical bug fix releases beyond the previously announced end-of-life date of January 31, 2026, meaning Nuxt v3 will meet its end-of-life on July 31, 2026.

[!TIP]
As usual, today also brings a minor release for v3, with many of the same improvements backported from v4.3.

Preparing for Nuxt 5

We're closer than ever to the releases of Nuxt v5 and Nitro v3. In the coming weeks, the main branch of the Nuxt reposit...

[View full release notes]

Released by danielroe on 1/22/2026

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

v4.3.0

Compare Source

4.3.0 is the next minor release.

Nuxt 4.3 brings powerful new features for layouts, caching, and developer experience – plus significant performance improvements under the hood.

πŸ“£ Some News

Extended v3 Support

Early this month, I opened a discussion to find out how the upgrade had gone from v3 to v4. I was really pleased to hear how well it had gone for most people.

Having said that, we're committed to making sure no one gets left behind. And so we will continue to provide security updates and critical bug fix releases beyond the previously announced end-of-life date of January 31, 2026, meaning Nuxt v3 will meet its end-of-life on July 31, 2026.

[!TIP]
As usual, today also brings a minor release for v3, with many of the same improvements backported from v4.3.

Preparing for Nuxt 5

We're closer than ever to the releases of Nuxt v5 and Nitro v3. In the coming weeks, the main branch of the Nuxt reposit...

[View full release notes]

Released by danielroe on 1/22/2026

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

stacksjs/stx (@stacksjs/stx)

=0.1.0 -> 0.2.0

v0.2.0

Compare Source

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

v16.2.0-canary.26

Compare Source

Example Changes

  • chore(examples): remove with-recoil exmaple: #81836

Misc Changes

  • Don't upload build cache for deployment tests: #89432
  • Fix indentation of types of tests in docs: #89409
  • Add separate E2E deploy env for turbopack tests: #89458
  • Turbopack: Symbol.for and keyFor are sideeffect-free: #89454

Credits

Huge thanks to mischnic, JamBalaya56562, wheresrhys, and ijjk for helping!

Released by nextjs-bot on 2/3/2026

v16.2.0-canary.25

Compare Source

Core Changes

  • Replace flight navigation build id field with header: #88855
  • Upgrade React from da641178-20260129 to ed4bd540-20260202: #89401
  • Upgrade React from ed4bd540-20260202 to b1533b03-20260203: #89444
  • Upgrade React from b1533b03-20260203 to 3e00319b-20260203: #89449
  • Rename CACHE_ONE_YEAR for clarity and fix usage: #89450
  • [Codemod] Fix agents-md on Windows: #89319
  • Experimental deferred entries handling: #88347

Misc Changes

  • Snippet multi package syntax: #89381
  • TURBOPACK: support chunk_loading_global method: #88790

Credits

Huge thanks to icyJoseph, mischnic, ijjk, fireairforce, and gaojude for helping!

Released by nextjs-bot on 2/3/2026

v16.2.0-canary.24

Compare Source

Core Changes

  • Turbopack: FreeVarReference::ReportUsage: #89302
  • Make Server Function logging opt-in via logging.serverFunctions: #89321
  • Restore default-enabled Server Function logging: #89407
  • Re-add build-complete traces for webpack: #89402
  • Skip Server Function logging for 'use cache' functions: #89408

Misc Changes

  • Turbopack: Move PrettyPrintError to turbo_tasks and add tests: #89280
  • Update Rspack production test manifest: #89372
  • Update Rspack development test manifest: #89371
  • docs: replace 'can not' with 'cannot': #89354
  • docs: Fix custom server code snippets: #89400

Credits

Huge thanks to sokra, mischnic, unstubbable, vercel-release-bot, pavan-sh, amannn, and ijjk for helping!

Released by nextjs-bot on 2/2/2026

capricorn86/happy-dom (happy-dom)

20.0.10 -> 20.5.0

v20.5.0

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes

Released by github-actions[bot] on 2/2/2026

v20.4.0

Compare Source

🎨 Features

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

v20.3.9

Compare Source

πŸ‘·β€β™‚οΈ Patch fixes

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

vercel/next.js (next)

16.0.1 -> 16.1.6

v16.2.0-canary.26

Compare Source

Example Changes

  • chore(examples): remove with-recoil exmaple: #81836

Misc Changes

  • Don't upload build cache for deployment tests: #89432
  • Fix indentation of types of tests in docs: #89409
  • Add separate E2E deploy env for turbopack tests: #89458
  • Turbopack: Symbol.for and keyFor are sideeffect-free: #89454

Credits

Huge thanks to mischnic, JamBalaya56562, wheresrhys, and ijjk for helping!

Released by nextjs-bot on 2/3/2026

v16.2.0-canary.25

Compare Source

Core Changes

  • Replace flight navigation build id field with header: #88855
  • Upgrade React from da641178-20260129 to ed4bd540-20260202: #89401
  • Upgrade React from ed4bd540-20260202 to b1533b03-20260203: #89444
  • Upgrade React from b1533b03-20260203 to 3e00319b-20260203: #89449
  • Rename CACHE_ONE_YEAR for clarity and fix usage: #89450
  • [Codemod] Fix agents-md on Windows: #89319
  • Experimental deferred entries handling: #88347

Misc Changes

  • Snippet multi package syntax: #89381
  • TURBOPACK: support chunk_loading_global method: #88790

Credits

Huge thanks to icyJoseph, mischnic, ijjk, fireairforce, and gaojude for helping!

Released by nextjs-bot on 2/3/2026

v16.2.0-canary.24

Compare Source

Core Changes

  • Turbopack: FreeVarReference::ReportUsage: #89302
  • Make Server Function logging opt-in via logging.serverFunctions: #89321
  • Restore default-enabled Server Function logging: #89407
  • Re-add build-complete traces for webpack: #89402
  • Skip Server Function logging for 'use cache' functions: #89408

Misc Changes

  • Turbopack: Move PrettyPrintError to turbo_tasks and add tests: #89280
  • Update Rspack production test manifest: #89372
  • Update Rspack development test manifest: #89371
  • docs: replace 'can not' with 'cannot': #89354
  • docs: Fix custom server code snippets: #89400

Credits

Huge thanks to sokra, mischnic, unstubbable, vercel-release-bot, pavan-sh, amannn, and ijjk for helping!

Released by nextjs-bot on 2/2/2026

nuxt/nuxt (nuxt)

4.2.1 -> 4.3.0

v4.3.0

Compare Source

4.3.0 is the next minor release.

Nuxt 4.3 brings powerful new features for layouts, caching, and developer experience – plus significant performance improvements under the hood.

πŸ“£ Some News

Extended v3 Support

Early this month, I opened a discussion to find out how the upgrade had gone from v3 to v4. I was really pleased to hear how well it had gone for most people.

Having said that, we're committed to making sure no one gets left behind. And so we will continue to provide security updates and critical bug fix releases beyond the previously announced end-of-life date of January 31, 2026, meaning Nuxt v3 will meet its end-of-life on July 31, 2026.

[!TIP]
As usual, today also brings a minor release for v3, with many of the same improvements backported from v4.3.

Preparing for Nuxt 5

We're closer than ever to the releases of Nuxt v5 and Nitro v3. In the coming weeks, the main branch of the Nuxt reposit...

[View full release notes]

Released by danielroe on 1/22/2026

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

vitejs/vite (vite)

7.2.2 -> 7.3.1

Compare Source

Native-ESM powered web dev build tool

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

vuejs/language-tools (vue-tsc)

3.1.3 -> 3.2.4

Compare Source

Vue 3 command line Type-Checking tool.

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

nuxt/devtools (@nuxt/devtools)

3.1.0 -> 3.1.1

Compare Source

The Nuxt DevTools gives you insights and transparency about your Nuxt App.

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

tailwindlabs/tailwindcss (@tailwindcss/postcss)

4.1.17 -> 4.1.18

Compare Source

PostCSS plugin for Tailwind CSS, a utility-first CSS framework for rapidly building custom user interfaces

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

DefinitelyTyped/DefinitelyTyped (@types/bun)

1.3.2 -> 1.3.8

Compare Source

TypeScript definitions for bun

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

DefinitelyTyped/DefinitelyTyped (@types/react)

19.2.2 -> 19.2.11

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

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

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

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

facebook/react (react)

19.2.0 -> 19.2.4

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

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

Compare Source

The progressive JavaScript framework for building modern web UI.

πŸ“– 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.2

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: 357,119 weekly downloads
  • @nuxt/eslint-config: 489,760 weekly downloads
  • @nuxt/kit: 3,789,886 weekly downloads
  • @nuxt/schema: 1,410,684 weekly downloads
  • @stacksjs/stx: 23 weekly downloads
  • bumpp: 93,899 weekly downloads
  • eslint-config-next: 19,572,606 weekly downloads
  • happy-dom: 4,449,816 weekly downloads
  • next: 28,215,252 weekly downloads
  • nuxt: 1,163,970 weekly downloads
  • vite: 53,611,431 weekly downloads
  • vue-tsc: 3,065,024 weekly downloads
  • @nuxt/devtools: 1,005,693 weekly downloads
  • @tailwindcss/postcss: 16,424,295 weekly downloads
  • @types/bun: 6,372,310 weekly downloads
  • @types/react: 73,186,461 weekly downloads
  • @types/react-dom: 51,197,680 weekly downloads
  • @vitejs/plugin-react: 20,893,488 weekly downloads
  • @vitejs/plugin-vue: 4,786,123 weekly downloads
  • better-dx: 50,687 weekly downloads
  • bun-types: 6,961,418 weekly downloads
  • eslint: 83,496,898 weekly downloads
  • lint-staged: 16,881,014 weekly downloads
  • react: 77,337,065 weekly downloads
  • react-dom: 71,038,637 weekly downloads
  • tailwindcss: 44,850,693 weekly downloads
  • vue: 8,549,415 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

netlify Bot commented Jan 16, 2026

Copy link
Copy Markdown

❌ Deploy Preview for ts-maps failed. Why did it fail? β†’

Name Link
πŸ”¨ Latest commit 64669ef
πŸ” Latest deploy log https://app.netlify.com/projects/ts-maps/deploys/698141d2a9e2b30008d17028

@pkg-pr-new

pkg-pr-new Bot commented Jan 16, 2026

Copy link
Copy Markdown

Open in StackBlitz

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

commit: 133776b

@chrisbbreuer chrisbbreuer deleted the buddy-bot/update-non-major-updates-1768579946228 branch February 4, 2026 22:55
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.

1 participant