Skip to content

Conversation

chrisbbreuer
Copy link
Member

@chrisbbreuer chrisbbreuer commented Oct 6, 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/bumpx (source) 0.1.86 -> 0.2.1 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-git-hooks (source) 0.2.19 -> 0.3.1 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.0 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
@stacksjs/clarity (source) 0.3.23 -> 0.3.24 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.7 -> 0.9.8 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/bumpx (@stacksjs/bumpx)

0.1.86 -> 0.2.1

v0.2.1

Compare Source

No significant changes

    View changes on GitHub

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

v0.2.0

Compare Source

No significant changes

    View changes on GitHub

Released by github-actions[bot] on 10/11/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/bun-git-hooks (bun-git-hooks)

0.2.19 -> 0.3.1

v0.3.1

Compare Source

No significant changes

    View changes on GitHub

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

v0.3.0

Compare Source

No significant changes

    View changes on GitHub

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

v0.2.9

Compare Source

No significant changes

    View changes on GitHub

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

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

v4.6.0

Compare Source

Please refer to CHANGELOG.md for details.

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

stacksjs/clarity (@stacksjs/clarity)

0.3.23 -> 0.3.24

v0.3.24

Compare Source

No significant changes

    View changes on GitHub

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

v0.3.9

Compare Source

No significant changes

    View changes on GitHub

Released by github-actions[bot] on 4/14/2025

v0.3.8

Compare Source

   🐞 Bug Fixes

    View changes on GitHub

Released by github-actions[bot] on 4/10/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.7 -> 0.9.8

v0.9.8

Compare Source

Released by github-actions[bot] on 10/7/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/bumpx: 151,807 weekly downloads
  • @types/bun: 2,327,598 weekly downloads
  • bumpp: 88,083 weekly downloads
  • bun-git-hooks: 154,326 weekly downloads
  • bun-types: 2,700,754 weekly downloads
  • vue-router: 3,835,940 weekly downloads
  • @nuxt/kit: 2,525,664 weekly downloads
  • @nuxt/schema: 1,203,863 weekly downloads
  • @stacksjs/clarity: 72,785 weekly downloads
  • @types/react: 47,216,471 weekly downloads
  • @types/react-dom: 33,280,890 weekly downloads
  • buddy-bot: 154,865 weekly downloads
  • lint-staged: 13,628,142 weekly downloads
  • nuxt: 967,590 weekly downloads
  • vite: 35,696,002 weekly downloads
  • vue-tsc: 2,369,310 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

pkg-pr-new bot commented Oct 6, 2025

Open in StackBlitz

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

commit: 19d36d6

Copy link

netlify bot commented Oct 6, 2025

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

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

@chrisbbreuer chrisbbreuer deleted the buddy-bot/update-non-major-updates-1759717851658 branch October 14, 2025 14:08
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