Skip to content

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

Closed
chrisbbreuer wants to merge 24 commits intomainfrom
buddy-bot/update-non-major-updates-1756836370647
Closed

chore(deps): update all non-major dependencies#80
chrisbbreuer wants to merge 24 commits intomainfrom
buddy-bot/update-non-major-updates-1756836370647

Conversation

@chrisbbreuer
Copy link
Member

@chrisbbreuer chrisbbreuer commented Sep 2, 2025

This PR contains the following updates:

Package Updates Summary

Type Count
πŸ“¦ NPM Packages 18
πŸ”§ System Dependencies 1
πŸš€ GitHub Actions 3
Total 22

πŸ“¦ npm Dependencies

npm

18 packages will be updated

Package Change Age Adoption Passing Confidence
@nuxt/kit (source) 4.0.3 -> 4.1.2 age adoption passing confidence
@nuxt/schema (source) 4.0.3 -> 4.1.2 age adoption passing confidence
@testing-library/jest-dom (source) 6.7.0 -> 6.8.0 age adoption passing confidence
bun-plugin-dtsx (source) 0.9.5 -> 0.21.12 age adoption passing confidence
lint-staged (source) 16.1.5 -> 16.2.2 age adoption passing confidence
nuxt (source) 4.0.3 -> 4.1.2 age adoption passing confidence
@microsoft/api-extractor (source) 7.52.11 -> 7.52.13 age adoption passing confidence
@nuxt/devtools (source) 2.6.2 -> 2.6.5 age adoption passing confidence
@stacksjs/bumpx (source) 0.1.17 -> 0.1.84 age adoption passing confidence
@stacksjs/logsmith (source) 0.1.8 -> 0.1.18 age adoption passing confidence
@types/bun (source) 1.2.20 -> 1.2.22 age adoption passing confidence
@types/react (source) 19.1.10 -> 19.1.14 age adoption passing confidence
@types/react-dom (source) 19.1.7 -> 19.1.9 age adoption passing confidence
@vitejs/plugin-react (source) 5.0.1 -> 5.0.4 age adoption passing confidence
buddy-bot (source) 0.9.4 -> 0.9.7 age adoption passing confidence
bun-types (source) 1.2.20 -> 1.2.22 age adoption passing confidence
typescript (source) 5.9.0 -> 5.9.2 age adoption passing confidence
vue (source) 3.5.18 -> 3.5.22 age adoption passing confidence

πŸ”§ System Dependencies

system

Package Change Type File
bun.com ^1.2.20 β†’ ^1.2.21 🟒 patch deps.yaml

πŸš€ GitHub Actions

github-actions

3 actions will be updated

Action Change Type Files
actions/cache v4.2.4 β†’ v4.3.0 🟑 minor ci.yml
oven-sh/setup-bun v2 β†’ v2.0.2 🟒 patch ci.yml
shivammathur/setup-php 2.35.3 β†’ 2.35.5 🟒 patch buddy-bot.yml

Release Notes

nuxt/nuxt (@nuxt/kit)

4.0.3 -> 4.1.2

v4.1.2

Compare Source

4.1.2 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

[View full release notes]

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

v4.1.1

Compare Source

v4.1.1 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

🩹 Fixes

[View full release notes]

Released by github-actions[bot] on 9/5/2025

v4.1.0

Compare Source

πŸ‘€ Highlights

πŸ”₯ Build and Performance Improvements

🍫 Enhanced Chunk Stability

Build stability has been significantly improved with import maps (#33075). This prevents cascading hash changes that could invalidate large portions of your build when small changes are made:

<!-- Automatically injected import map -->
<script type="importmap">{"imports":{"#entry":"/_nuxt/DC5HVSK5.js"}}</script>

By default, JS chunks emitted in a Vite build are hashed, which means they can be cached immutably. However, this can cause a significant issue: a change to a single component can cause every hash to be invalidated, massively increasing the chance of 404s.

In short:

  1. a component is changed slightly - the hash of its JS chunk changes
  2. the page which uses the component has to be updated to reference the new file name
  3. the entry now has its hash changed because it dynamically imports the page
  4. every other file wh...

[View full release notes]

Released by danielroe on 9/2/2025

nuxt/nuxt (@nuxt/schema)

4.0.3 -> 4.1.2

v4.1.2

Compare Source

4.1.2 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

[View full release notes]

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

v4.1.1

Compare Source

v4.1.1 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

🩹 Fixes

[View full release notes]

Released by github-actions[bot] on 9/5/2025

v4.1.0

Compare Source

πŸ‘€ Highlights

πŸ”₯ Build and Performance Improvements

🍫 Enhanced Chunk Stability

Build stability has been significantly improved with import maps (#33075). This prevents cascading hash changes that could invalidate large portions of your build when small changes are made:

<!-- Automatically injected import map -->
<script type="importmap">{"imports":{"#entry":"/_nuxt/DC5HVSK5.js"}}</script>

By default, JS chunks emitted in a Vite build are hashed, which means they can be cached immutably. However, this can cause a significant issue: a change to a single component can cause every hash to be invalidated, massively increasing the chance of 404s.

In short:

  1. a component is changed slightly - the hash of its JS chunk changes
  2. the page which uses the component has to be updated to reference the new file name
  3. the entry now has its hash changed because it dynamically imports the page
  4. every other file wh...

[View full release notes]

Released by danielroe on 9/2/2025

testing-library/jest-dom (@testing-library/jest-dom)

6.7.0 -> 6.8.0

v6.8.0

Compare Source

6.8.0 (2025-08-20)

Features

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

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

16.1.5 -> 16.2.2

v16.2.2

Compare Source

Patch Changes

  • #1667 699f95d Thanks [iiroj](https://github.com/iiroj)! - The backup stash will not be dropped when using --fail-on-changes and there are errors. When reverting to original state is disabled (via --no-revert or --fail-on-changes), hidden (partially) unstaged changes are still restored automatically so that it's easier to resolve the situation manually.

    Additionally, the example for using the backup stash manually now uses the correct backup hash, if available:

    % npx lint-staged --fail-on-changes
    βœ” Backed up original state in git stash (c18d55a3)
    βœ” Running tasks for staged files...
    βœ– Tasks modified files and --fail-on-changes was used!
    ↓ Cleaning up temporary files...
    
    βœ– lint-staged failed because `--fail-on-changes` was used.
    
    Any los...
    

[View full release notes]

Released by github-actions[bot] on 9/28/2025

v16.2.1

Compare Source

Patch Changes

[View full release notes]

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

v16.2.0

Compare Source

Minor Changes

[View full release notes]

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

nuxt/nuxt (nuxt)

4.0.3 -> 4.1.2

v4.1.2

Compare Source

4.1.2 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

[View full release notes]

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

v4.1.1

Compare Source

v4.1.1 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

🩹 Fixes

[View full release notes]

Released by github-actions[bot] on 9/5/2025

v4.1.0

Compare Source

πŸ‘€ Highlights

πŸ”₯ Build and Performance Improvements

🍫 Enhanced Chunk Stability

Build stability has been significantly improved with import maps (#33075). This prevents cascading hash changes that could invalidate large portions of your build when small changes are made:

<!-- Automatically injected import map -->
<script type="importmap">{"imports":{"#entry":"/_nuxt/DC5HVSK5.js"}}</script>

By default, JS chunks emitted in a Vite build are hashed, which means they can be cached immutably. However, this can cause a significant issue: a change to a single component can cause every hash to be invalidated, massively increasing the chance of 404s.

In short:

  1. a component is changed slightly - the hash of its JS chunk changes
  2. the page which uses the component has to be updated to reference the new file name
  3. the entry now has its hash changed because it dynamically imports the page
  4. every other file wh...

[View full release notes]

Released by danielroe on 9/2/2025

microsoft/rushstack (@microsoft/api-extractor)

7.52.11 -> 7.52.13

Compare Source

Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

nuxt/devtools (@nuxt/devtools)

2.6.2 -> 2.6.5

Compare Source

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

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

stacksjs/bumpx (@stacksjs/bumpx)

0.1.17 -> 0.1.84

Compare Source

Automatically bump your versions.

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

stacksjs/logsmith (@stacksjs/logsmith)

0.1.8 -> 0.1.18

Compare Source

Forge beautiful changelog automatically.

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

DefinitelyTyped/DefinitelyTyped (@types/bun)

1.2.20 -> 1.2.22

Compare Source

TypeScript definitions for bun

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

DefinitelyTyped/DefinitelyTyped (@types/react)

19.1.10 -> 19.1.14

Compare Source

TypeScript definitions for react

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

DefinitelyTyped/DefinitelyTyped (@types/react-dom)

19.1.7 -> 19.1.9

Compare Source

TypeScript definitions for react-dom

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

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

5.0.1 -> 5.0.4

Compare Source

The default Vite plugin for React projects

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

stacksjs/buddy-bot (buddy-bot)

0.9.4 -> 0.9.7

Compare Source

Automated & optimized dependency updates for JavaScript & TypeScript projects. Like Renovate & Dependabot.

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

oven-sh/bun (bun-types)

1.2.20 -> 1.2.22

Compare Source

Type definitions and documentation for Bun, an incredibly fast JavaScript runtime

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

microsoft/TypeScript (typescript)

5.9.0 -> 5.9.2

Compare Source

TypeScript is a language for application scale JavaScript development

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

vuejs/core (vue)

3.5.18 -> 3.5.22

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

πŸ“ File: deps.yaml

πŸ”— Release Notes: bun.sh

actions/cache

v4.2.4 β†’ v4.3.0

Visit actions/cache for release notes.

oven-sh/setup-bun

v2 β†’ v2.0.2

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

shivammathur/setup-php

2.35.3 β†’ 2.35.5

Visit shivammathur/setup-php for release notes.


πŸ“Š Package Statistics

  • @nuxt/kit: 2,398,267 weekly downloads
  • @nuxt/schema: 1,205,945 weekly downloads
  • @testing-library/jest-dom: 20,231,922 weekly downloads
  • bun-plugin-dtsx: 145,299 weekly downloads
  • lint-staged: 13,355,029 weekly downloads
  • nuxt: 952,984 weekly downloads
  • @microsoft/api-extractor: 2,426,933 weekly downloads
  • @nuxt/devtools: 780,380 weekly downloads
  • @stacksjs/bumpx: 144,408 weekly downloads
  • @stacksjs/logsmith: 144,853 weekly downloads
  • @types/bun: 2,126,122 weekly downloads
  • @types/react: 43,736,357 weekly downloads
  • @types/react-dom: 30,808,081 weekly downloads
  • @vitejs/plugin-react: 12,087,562 weekly downloads
  • buddy-bot: 148,069 weekly downloads
  • bun-types: 2,499,604 weekly downloads
  • typescript: 91,276,082 weekly downloads
  • vue: 7,193,648 weekly downloads
  • bun.com: Popular JavaScript runtime and package manager
  • actions/cache: GitHub Action for workflow automation
  • 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 πŸ€–

@pkg-pr-new
Copy link

pkg-pr-new bot commented Sep 2, 2025

Open in StackBlitz

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

commit: 8ac18e8

@netlify
Copy link

netlify bot commented Sep 5, 2025

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

Name Link
πŸ”¨ Latest commit 0d3ada8
πŸ” Latest deploy log https://app.netlify.com/projects/ts-maps/deploys/68d908442049e000085b128d

@chrisbbreuer chrisbbreuer deleted the buddy-bot/update-non-major-updates-1756836370647 branch September 28, 2025 10:07
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