Skip to content

Conversation

chrisbbreuer
Copy link
Member

@chrisbbreuer chrisbbreuer commented Oct 14, 2025

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 16
🔧 System Dependencies 2
Total 18

📦 npm Dependencies

npm

16 packages will be updated

Package Change Age Adoption Passing Confidence
@stacksjs/logsmith (source) 0.1.18 -> 0.2.0 age adoption passing confidence
@types/bun (source) 1.2.23 -> 1.3.0 age adoption passing confidence
bumpp (source) 10.2.3 -> 10.3.1 age adoption passing confidence
bun-plugin-dtsx (source) 0.9.5 -> 0.21.12 age adoption passing confidence
bun-types (source) 1.2.23 -> 1.3.0 age adoption passing confidence
vue-router (source) 4.5.1 -> 4.6.3 age adoption passing confidence
@nuxt/kit (source) 4.1.2 -> 4.1.3 age adoption passing confidence
@nuxt/schema (source) 4.1.2 -> 4.1.3 age adoption passing confidence
@types/react (source) 19.2.0 -> 19.2.2 age adoption passing confidence
@types/react-dom (source) 19.2.0 -> 19.2.2 age adoption passing confidence
buddy-bot (source) 0.9.8 -> 0.9.9 age adoption passing confidence
happy-dom (source) 20.0.0 -> 20.0.5 age adoption passing confidence
lint-staged (source) 16.2.3 -> 16.2.4 age adoption passing confidence
nuxt (source) 4.1.2 -> 4.1.3 age adoption passing confidence
vite (source) 7.1.9 -> 7.1.10 age adoption passing confidence
vue-tsc (source) 3.1.0 -> 3.1.1 age adoption passing confidence

🔧 System Dependencies

system

2 packages will be updated across 2 file(s): deps.yaml, pkgx.yaml

Package Change Type File
bun.com ^1.2.21^1.2.23 🟢 patch deps.yaml
bun.com ^1.2.20^1.2.23 🟢 patch pkgx.yaml

Release Notes

stacksjs/logsmith (@stacksjs/logsmith)

0.1.18 -> 0.2.0

v0.2.0

Compare Source

No significant changes

    View changes on GitHub

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

v0.1.9

Compare Source

No significant changes

    View changes on GitHub

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

v0.1.8

Compare Source

No significant changes

    View changes on GitHub

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

DefinitelyTyped/DefinitelyTyped (@types/bun)

1.2.23 -> 1.3.0

Compare Source

TypeScript definitions for bun

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

antfu-collective/bumpp (bumpp)

10.2.3 -> 10.3.1

v10.3.1

Compare Source

No significant changes

    View changes on GitHub

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

v10.3.0

Compare Source

   🚀 Features

    View changes on GitHub

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

v9.11.1

Compare Source

   🚀 Features

    View changes on GitHub

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

stacksjs/dtsx (bun-plugin-dtsx)

0.9.5 -> 0.21.12

Compare Source

A Bun Bundler plugin that auto generates your DTS types extremely fast.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

oven-sh/bun (bun-types)

1.2.23 -> 1.3.0

bun-v1.3.0

Compare Source

Read the blog post

Group 77

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3:

bun upgrade

Released by Jarred-Sumner on 10/10/2025

bun-v1.2.23

Compare Source

To install Bun v1.2.23

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

bun upgrade

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

Thanks to 16 contributors!

[View full release notes]

Released by Jarred-Sumner on 9/28/2025

bun-v1.2.22

Compare Source

To install Bun v1.2.22

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

bun upgrade

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

Thanks to 14 contributors!

[View full release notes]

Released by Jarred-Sumner on 9/14/2025

vuejs/router (vue-router)

4.5.1 -> 4.6.3

v4.6.3

Compare Source

Please refer to CHANGELOG.md for details.

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

v4.6.2

Compare Source

Please refer to CHANGELOG.md for details.

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

v4.6.1

Compare Source

Please refer to CHANGELOG.md for details.

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

nuxt/nuxt (@nuxt/kit)

4.1.2 -> 4.1.3

v4.1.3

Compare Source

4.1.3 is a regularly scheduled 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

🔥 Performance

  • vite: Use rolldown's replace plugin when applicable (#33258)

🩹 Fixes

  • kit: Add default values when adding type references in prepare:types hook (#33239)
  • nuxt: Augment app config in server context (#33287)
  • nuxt: Make lazy component types compatible with h (#33046)
  • vite: Deduplicate inlined server style chunks (#33308)
    -...

[View full release notes]

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

nuxt/nuxt (@nuxt/schema)

4.1.2 -> 4.1.3

v4.1.3

Compare Source

4.1.3 is a regularly scheduled 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

🔥 Performance

  • vite: Use rolldown's replace plugin when applicable (#33258)

🩹 Fixes

  • kit: Add default values when adding type references in prepare:types hook (#33239)
  • nuxt: Augment app config in server context (#33287)
  • nuxt: Make lazy component types compatible with h (#33046)
  • vite: Deduplicate inlined server style chunks (#33308)
    -...

[View full release notes]

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

DefinitelyTyped/DefinitelyTyped (@types/react)

19.2.0 -> 19.2.2

Compare Source

TypeScript definitions for react

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

DefinitelyTyped/DefinitelyTyped (@types/react-dom)

19.2.0 -> 19.2.2

Compare Source

TypeScript definitions for react-dom

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

stacksjs/buddy-bot (buddy-bot)

0.9.8 -> 0.9.9

v0.9.9

Compare Source

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

capricorn86/happy-dom (happy-dom)

20.0.0 -> 20.0.5

v20.0.5

Compare Source

👷‍♂️ Patch fixes

  • The setter TreeWalker.currentNode should validate if the value is a Node - By capricorn86 in task #1935

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

v20.0.4

Compare Source

👷‍♂️ Patch fixes

  • Only adds buttons to FormData if they are the submitter - By maxmil and @
    karpiuMG
    in task #1859

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

v20.0.3

Compare Source

👷‍♂️ Patch fixes

  • Moves URL resolution to after checking if module preloading is enabled to prevent URL errors to be thrown when unresolvable - By iam-medvedev in task #1851
  • Fixes issue where CSS variables aren't parsed correctly when inside CSS functions - By fimion in task #1837

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

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

16.2.3 -> 16.2.4

v16.2.4

Compare Source

Patch Changes

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

nuxt/nuxt (nuxt)

4.1.2 -> 4.1.3

v4.1.3

Compare Source

4.1.3 is a regularly scheduled 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

🔥 Performance

  • vite: Use rolldown's replace plugin when applicable (#33258)

🩹 Fixes

  • kit: Add default values when adding type references in prepare:types hook (#33239)
  • nuxt: Augment app config in server context (#33287)
  • nuxt: Make lazy component types compatible with h (#33046)
  • vite: Deduplicate inlined server style chunks (#33308)
    -...

[View full release notes]

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

vitejs/vite (vite)

7.1.9 -> 7.1.10

Compare Source

Native-ESM powered web dev build tool

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

vuejs/language-tools (vue-tsc)

3.1.0 -> 3.1.1

Compare Source

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

bun.com

^1.2.21 → ^1.2.23

📁 File: deps.yaml

🔗 Release Notes: bun.sh

bun.com

^1.2.20 → ^1.2.23

📁 File: pkgx.yaml

🔗 Release Notes: bun.sh


📊 Package Statistics

  • @stacksjs/logsmith: 155,093 weekly downloads
  • @types/bun: 2,323,216 weekly downloads
  • bumpp: 82,597 weekly downloads
  • bun-plugin-dtsx: 155,486 weekly downloads
  • bun-types: 2,686,383 weekly downloads
  • vue-router: 4,026,022 weekly downloads
  • @nuxt/kit: 2,596,600 weekly downloads
  • @nuxt/schema: 1,222,412 weekly downloads
  • @types/react: 46,426,467 weekly downloads
  • @types/react-dom: 33,214,909 weekly downloads
  • buddy-bot: 159,301 weekly downloads
  • happy-dom: 2,896,453 weekly downloads
  • lint-staged: 13,821,540 weekly downloads
  • nuxt: 989,498 weekly downloads
  • vite: 36,278,975 weekly downloads
  • vue-tsc: 2,388,863 weekly downloads
  • bun.com: Popular JavaScript runtime and package manager
  • bun.com: Popular JavaScript runtime and package manager

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 🤖

Copy link

netlify bot commented Oct 14, 2025

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

Name Link
🔨 Latest commit fd62927
🔍 Latest deploy log https://app.netlify.com/projects/ts-maps/deploys/68f285eef706f70008cb67c7

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