Skip to content

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

📦 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
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.3 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.13 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.3 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
lint-staged (source) 16.1.5 -> 16.1.6 age adoption passing confidence
typescript (source) 5.9.0 -> 5.9.2 age adoption passing confidence
vue (source) 3.5.18 -> 3.5.21 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

2 actions will be updated

Action Change Type Files
oven-sh/setup-bun v2v2.0.2 🟢 patch ci.yml
shivammathur/setup-php 2.35.32.35.4 🟢 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

  • kit: Do not normalise templates in loop if dst is present (#33200)
  • nuxt: Remove watcher from hydrate-when lazy hydration strategy (#33199)
  • nuxt,schema: Normalise components + directories more efficiently (#33207)
  • kit,nuxt: Reduce unnecessary iteration in nuxt code (#33212)
  • nuxt: Skip running lazy hydration transform with filter ([#33213](https://github.com/nuxt/nux...

[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

  • nuxt: Correct relative path of auto imported components (#33122)
  • nuxt: Prefer accessing globalThis over window (#33125)
  • nuxt: Migrate to AST-aware tree-shaking + route injection (#33128)
  • nuxt: Ignore #components import mapping inside packages that use it internally (#33049)
  • vite: Remove explicit vite-node configuration of deps.inline ([#33133](https://github.com/nuxt/n...

[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

  • kit: Do not normalise templates in loop if dst is present (#33200)
  • nuxt: Remove watcher from hydrate-when lazy hydration strategy (#33199)
  • nuxt,schema: Normalise components + directories more efficiently (#33207)
  • kit,nuxt: Reduce unnecessary iteration in nuxt code (#33212)
  • nuxt: Skip running lazy hydration transform with filter ([#33213](https://github.com/nuxt/nux...

[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

  • nuxt: Correct relative path of auto imported components (#33122)
  • nuxt: Prefer accessing globalThis over window (#33125)
  • nuxt: Migrate to AST-aware tree-shaking + route injection (#33128)
  • nuxt: Ignore #components import mapping inside packages that use it internally (#33049)
  • vite: Remove explicit vite-node configuration of deps.inline ([#33133](https://github.com/nuxt/n...

[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

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

  • kit: Do not normalise templates in loop if dst is present (#33200)
  • nuxt: Remove watcher from hydrate-when lazy hydration strategy (#33199)
  • nuxt,schema: Normalise components + directories more efficiently (#33207)
  • kit,nuxt: Reduce unnecessary iteration in nuxt code (#33212)
  • nuxt: Skip running lazy hydration transform with filter ([#33213](https://github.com/nuxt/nux...

[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

  • nuxt: Correct relative path of auto imported components (#33122)
  • nuxt: Prefer accessing globalThis over window (#33125)
  • nuxt: Migrate to AST-aware tree-shaking + route injection (#33128)
  • nuxt: Ignore #components import mapping inside packages that use it internally (#33049)
  • vite: Remove explicit vite-node configuration of deps.inline ([#33133](https://github.com/nuxt/n...

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

v2.6.3

Compare Source

No significant changes

    View changes on GitHub

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

stacksjs/bumpx (@stacksjs/bumpx)

0.1.17 -> 0.1.84

v0.1.84

Compare Source

   🐞 Bug Fixes

    View changes on GitHub

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

v0.1.83

Compare Source

No significant changes

    View changes on GitHub

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

v0.1.82

Compare Source

No significant changes

    View changes on GitHub

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

stacksjs/logsmith (@stacksjs/logsmith)

0.1.8 -> 0.1.18

v0.1.18

Compare Source

No significant changes

    View changes on GitHub

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

v0.1.9

Compare Source

No significant changes

    View changes on GitHub

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

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

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

[email protected]

Compare Source

Please refer to CHANGELOG.md for details.

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

[email protected]

Compare Source

HMR did not work for components imported with queries with rolldown-vite (#872)

Perf: simplify refresh wrapper generation (#835)

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

[email protected]

Compare Source

Set SWC cacheRoot options

This is set to {viteCacheDir}/swc and override the default of .swc.

Perf: simplify refresh wrapper generation (#835)

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

stacksjs/buddy-bot (buddy-bot)

0.9.4 -> 0.9.7

v0.9.7

Compare Source

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

v0.9.6

Compare Source

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

v0.9.5

Compare Source

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

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

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

16.1.5 -> 16.1.6

Compare Source

Lint files staged by git

📖 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.21

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

oven-sh/setup-bun

v2 → v2.0.2

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

shivammathur/setup-php

2.35.3 → 2.35.4

Visit shivammathur/setup-php for release notes.


📊 Package Statistics

  • @nuxt/kit: 2,279,993 weekly downloads
  • @nuxt/schema: 1,166,779 weekly downloads
  • @testing-library/jest-dom: 20,297,888 weekly downloads
  • bun-plugin-dtsx: 146,672 weekly downloads
  • nuxt: 930,960 weekly downloads
  • @microsoft/api-extractor: 2,412,678 weekly downloads
  • @nuxt/devtools: 742,641 weekly downloads
  • @stacksjs/bumpx: 147,348 weekly downloads
  • @stacksjs/logsmith: 147,170 weekly downloads
  • @types/bun: 2,086,958 weekly downloads
  • @types/react: 46,636,731 weekly downloads
  • @types/react-dom: 31,476,182 weekly downloads
  • @vitejs/plugin-react: 12,183,403 weekly downloads
  • buddy-bot: 150,629 weekly downloads
  • bun-types: 2,415,104 weekly downloads
  • lint-staged: 13,478,881 weekly downloads
  • typescript: 93,169,104 weekly downloads
  • vue: 7,442,084 weekly downloads
  • 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 🤖

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

Copy link

netlify bot commented Sep 5, 2025

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

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

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