Skip to content

Conversation

@chrisbbreuer
Copy link
Member

@chrisbbreuer chrisbbreuer commented Nov 21, 2025

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 27
🔧 System Dependencies 2
🚀 GitHub Actions 1
Total 30

📦 npm Dependencies

npm

27 packages will be updated

Package Change Age Adoption Passing Confidence
@nuxt/eslint-config (source) 1.10.0 -> 1.12.1 age adoption passing confidence
@happy-dom/global-registrator (source) 20.0.10 -> 20.0.11 age adoption passing confidence
@nuxt/devtools (source) 3.1.0 -> 3.1.1 age adoption passing confidence
@nuxt/kit (source) 4.2.1 -> 4.2.2 age adoption passing confidence
@nuxt/schema (source) 4.2.1 -> 4.2.2 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.4 age adoption passing confidence
@types/react (source) 19.2.2 -> 19.2.7 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.2 age adoption passing confidence
@vitejs/plugin-vue (source) 6.0.1 -> 6.0.3 age adoption passing confidence
better-dx (source) 0.2.3 -> 0.2.5 age adoption passing confidence
bumpp (source) 10.3.1 -> 10.3.2 age adoption passing confidence
bun-types (source) 1.3.2 -> 1.3.4 age adoption passing confidence
eslint (source) 9.39.1 -> 9.39.2 age adoption passing confidence
eslint-config-next (source) 16.0.1 -> 16.0.10 age adoption passing confidence
happy-dom (source) 20.0.10 -> 20.0.11 age adoption passing confidence
lint-staged (source) 16.2.6 -> 16.2.7 age adoption passing confidence
next (source) 16.0.1 -> 16.0.10 age adoption passing confidence
nuxt (source) 4.2.1 -> 4.2.2 age adoption passing confidence
react (source) 19.2.0 -> 19.2.3 age adoption passing confidence
react-dom (source) 19.2.0 -> 19.2.3 age adoption passing confidence
tailwindcss (source) 4.1.17 -> 4.1.18 age adoption passing confidence
vite (source) 7.2.2 -> 7.2.7 age adoption passing confidence
vue (source) 3.5.24 -> 3.5.25 age adoption passing confidence
vue-router (source) 4.6.3 -> 4.6.4 age adoption passing confidence
vue-tsc (source) 3.1.3 -> 3.1.8 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

Action Change Type Files
shivammathur/setup-php 2.35.52.36.0 🟡 minor buddy-bot.yml

Release Notes

nuxt/eslint (@nuxt/eslint-config)

1.10.0 -> 1.12.1

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

v1.11.0

Compare Source

   🚀 Features

    View changes on GitHub

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

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

20.0.10 -> 20.0.11

v20.0.11

Compare Source

👷‍♂️ Patch fixes

  • Always include manually set authorization headers in requests - By capricorn86 in task #1048'
    • Authorization headers should only be omitted when automatically set by page context

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

v20.0.9

Compare Source

👷‍♂️ Patch fixes

  • Elements should only be upgraded to a custom element (web component) when the element is in the document - By capricorn86 in task #1945
    • This will also improve the memory footprint as the listeners prevented nodes from being garbage collected until the document was closed

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

v20.0.8

Compare Source

👷‍♂️ Patch fixes

  • Fixes issue where previousSibling() and nextSibling() didn't work in HTMLSelectElement and HTMLFormElement - By capricorn86 in task #1939
  • Fixes issue where parsing an item without a permitted parent (e.g. <tr>) should be valid inside a <template> element - By capricorn86 in task #1939

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

nuxt/devtools (@nuxt/devtools)

3.1.0 -> 3.1.1

v3.1.1

Compare Source

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

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

nuxt/nuxt (@nuxt/kit)

4.2.1 -> 4.2.2

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

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

tailwindlabs/tailwindcss (@tailwindcss/postcss)

4.1.17 -> 4.1.18

v4.1.18

Compare Source

Fixed

  • Ensure validation of source(…) happens relative to the file it is in (#19274)
  • Include filename and line numbers in CSS parse errors (#19282)
  • Skip comments in Ruby files when checking for class names (#19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#19243)
  • Support environment API in @tailwindcss/vite (#18970)
  • Preserve case of theme keys from JS configs and plugins (#19337)
  • Write source maps correctly on the CLI when using --watch (#19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs ([#19348](https://gi...

[View full release notes]

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

v4.1.9

Compare Source

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)

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

v4.1.8

Compare Source

Added

  • Improve error messages when @apply fails (#18059)

Fixed

  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
  • Upgrade: Migrate deprecated order-none to order-0 (#18126)
  • Support Leptos class: attributes when extracting classes (#18093)
  • Fix "Cannot read properties of undefined" crash on malformed arbitrary value ([#18133](https://github.com/tailwindlabs/ta...

[View full release notes]

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

DefinitelyTyped/DefinitelyTyped (@types/bun)

1.3.2 -> 1.3.4

Compare Source

TypeScript definitions for bun

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

DefinitelyTyped/DefinitelyTyped (@types/react)

19.2.2 -> 19.2.7

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

[email protected]

Compare Source

Please refer to CHANGELOG.md for details.

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

[email protected]

Compare Source

Please refer to CHANGELOG.md for details.

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

[email protected]

Compare Source

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

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

6.0.1 -> 6.0.3

[email protected]

Compare Source

Please refer to CHANGELOG.md for details.

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

[email protected]

Compare Source

Please refer to CHANGELOG.md for details.

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

[email protected]

Compare Source

Please refer to CHANGELOG.md for details.

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

stacksjs/development (better-dx)

0.2.3 -> 0.2.5

v0.2.5

Compare Source

No significant changes

    View changes on GitHub

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

v0.2.4

Compare Source

No significant changes

    View changes on GitHub

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

antfu-collective/bumpp (bumpp)

10.3.1 -> 10.3.2

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

v9.11.0

Compare Source

   🚀 Features

    View changes on GitHub

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

oven-sh/bun (bun-types)

1.3.2 -> 1.3.4

bun-v1.3.4

Compare Source

To install Bun v1.3.4

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

bun upgrade

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

Thanks to 14 contributors!

[View full release notes]

Released by Jarred-Sumner on 12/7/2025

bun-v1.3.3

Compare Source

To install Bun v1.3.3

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

bun upgrade

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

Thanks to 19 contributors!

[View full release notes]

Released by Jarred-Sumner on 11/21/2025

bun-v1.3.2

Compare Source

To install Bun v1.3.2

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

bun upgrade

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

Thanks to 18 contributors!

[View full release notes]

Released by Jarred-Sumner on 11/8/2025

eslint/eslint (eslint)

9.39.1 -> 9.39.2

v9.39.2

Compare Source

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

Released by eslintbot on 12/12/2025

v9.9.1

Compare Source

Bug Fixes

  • 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M)

Documentation

  • 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas)
  • f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas)
  • 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas)
  • 5dbdd63 docs: eslint-plugin-markdown -> eslint/markdown (#18797) (Nicholas C. Zakas)
  • c6c8ddd d...

[View full release notes]

Released by eslintbot on 8/23/2024

v9.9.0

Compare Source

Features

  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#...

[View full release notes]

Released by eslintbot on 8/9/2024

vercel/next.js (eslint-config-next)

16.0.1 -> 16.0.10

v16.1.0-canary.20

Compare Source

Core Changes

  • [turbopack] Mark packages as side effect free when local analysis determines that they are.: #86398
  • Fix: Missing null check in LRU cleanup: #87124

Example Changes

  • Turbopack: Improve the description on InvalidLoaderRuleConditionIssue: #87008

Misc Changes

  • chore: update rspack binding to 1.6.7: #87058
  • Update Rspack production test manifest: #87051
  • docs: dynamic routes w/ gsP: #86402
  • Update self-hosting.mdx: #87109
  • Turbopack: Add a custom serde_self_describing Serializer/Deserializer: #86885
  • Turbopack: bincode: Remove automatic serde derives from #[turbo_tasks::value] macro: #86634
  • Turbopack: Add turbo-frozenmap crate with FrozenMap and FrozenSet implementations: #87042
  • [turbopack] Rename is_marked_as_side_effect_free to side_effects and return ModuleSideEffects enum: #87102
  • Turbopack: Switch RequestKey's conditions field from BTreeMap to FrozenMap: #87099
  • Turbopack: Remove remaining dead implementations of serde traits: chore(deps): update all non-major dependencies #86...

[View full release notes]

Released by nextjs-bot on 12/12/2025

v16.0.10

Compare Source

Please see the Next.js Security Update for information about this security patch.

Released by ztanner on 12/12/2025

v16.1.0-canary.16

Compare Source

Core Changes

  • Include nextConfig in edge runtime via separate manifest: #86769
  • Fix required-server-files: #86875
  • Add pino-related packages to server-external-packages: #86884
  • Fix validateTurboNextConfig running for next start: #86886
  • Add experimental.runtimeServerDeploymentId: #86865

Misc Changes

  • Turbopack: bincode: Migrate TaskInput serialization to bincode: #86631
  • Add gitignore note for next-env.d.ts: #86809
  • docs: fix broken examples link: #86916

Credits

Huge thanks to mischnic, bgw, ijjk, icyJoseph, and muhammadsyaddad for helping!

Released by nextjs-bot on 12/8/2025

capricorn86/happy-dom (happy-dom)

20.0.10 -> 20.0.11

v20.0.11

Compare Source

👷‍♂️ Patch fixes

  • Always include manually set authorization headers in requests - By capricorn86 in task #1048'
    • Authorization headers should only be omitted when automatically set by page context

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

v20.0.9

Compare Source

👷‍♂️ Patch fixes

  • Elements should only be upgraded to a custom element (web component) when the element is in the document - By capricorn86 in task #1945
    • This will also improve the memory footprint as the listeners prevented nodes from being garbage collected until the document was closed

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

v20.0.8

Compare Source

👷‍♂️ Patch fixes

  • Fixes issue where previousSibling() and nextSibling() didn't work in HTMLSelectElement and HTMLFormElement - By capricorn86 in task #1939
  • Fixes issue where parsing an item without a permitted parent (e.g. <tr>) should be valid inside a <template> element - By capricorn86 in task #1939

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

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

16.2.6 -> 16.2.7

v16.2.7

Compare Source

Patch Changes

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

vercel/next.js (next)

16.0.1 -> 16.0.10

v16.1.0-canary.20

Compare Source

Core Changes

  • [turbopack] Mark packages as side effect free when local analysis determines that they are.: #86398
  • Fix: Missing null check in LRU cleanup: #87124

Example Changes

  • Turbopack: Improve the description on InvalidLoaderRuleConditionIssue: #87008

Misc Changes

  • chore: update rspack binding to 1.6.7: #87058
  • Update Rspack production test manifest: #87051
  • docs: dynamic routes w/ gsP: #86402
  • Update self-hosting.mdx: #87109
  • Turbopack: Add a custom serde_self_describing Serializer/Deserializer: #86885
  • Turbopack: bincode: Remove automatic serde derives from #[turbo_tasks::value] macro: #86634
  • Turbopack: Add turbo-frozenmap crate with FrozenMap and FrozenSet implementations: #87042
  • [turbopack] Rename is_marked_as_side_effect_free to side_effects and return ModuleSideEffects enum: #87102
  • Turbopack: Switch RequestKey's conditions field from BTreeMap to FrozenMap: #87099
  • Turbopack: Remove remaining dead implementations of serde traits: chore(deps): update all non-major dependencies #86...

[View full release notes]

Released by nextjs-bot on 12/12/2025

v16.0.10

Compare Source

Please see the Next.js Security Update for information about this security patch.

Released by ztanner on 12/12/2025

v16.1.0-canary.16

Compare Source

Core Changes

  • Include nextConfig in edge runtime via separate manifest: #86769
  • Fix required-server-files: #86875
  • Add pino-related packages to server-external-packages: #86884
  • Fix validateTurboNextConfig running for next start: #86886
  • Add experimental.runtimeServerDeploymentId: #86865

Misc Changes

  • Turbopack: bincode: Migrate TaskInput serialization to bincode: #86631
  • Add gitignore note for next-env.d.ts: #86809
  • docs: fix broken examples link: #86916

Credits

Huge thanks to mischnic, bgw, ijjk, icyJoseph, and muhammadsyaddad for helping!

Released by nextjs-bot on 12/8/2025

nuxt/nuxt (nuxt)

4.2.1 -> 4.2.2

Compare Source

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

facebook/react (react)

19.2.0 -> 19.2.3

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

Compare Source

React package for working with the DOM.

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog


Note: This PR body was truncated due to GitHub's character limit. View the full details in the individual commits.

This PR was generated by Buddy 🤖

@netlify
Copy link

netlify bot commented Nov 21, 2025

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

Name Link
🔨 Latest commit d811326
🔍 Latest deploy log https://app.netlify.com/projects/ts-maps/deploys/693cb051221e15000828eac0

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 21, 2025

Open in StackBlitz

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

commit: d811326

@chrisbbreuer
Copy link
Member Author

🤖 Auto-closing obsolete PR

This PR was automatically closed because the dependency files it references are no longer present in the project.

Removed files:

  • `## 📦 npm Dependencies

npm

27 packages will be updated`

  • [@nuxt/eslint-config](https://github.com/nuxt/eslint/tree/master) ([source](https://github.com/nuxt/eslint/tree/HEAD))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/%40nuxt%2Feslint-config/1.10.0/1.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/%40happy-dom%2Fglobal-registrator/20.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [3.1.0->3.1.1](https://renovatebot.com/diffs/npm/%40nuxt%2Fdevtools/3.1.0/3.1.1)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/%40nuxt%2Fkit/4.2.1/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/%40nuxt%2Fschema/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/master) ([source](https://github.com/tailwindlabs/tailwindcss/tree/HEAD))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/%40tailwindcss%2Fpostcss/4.1.17/4.1.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/%40types%2Fbun/1.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [19.2.2->19.2.7](https://renovatebot.com/diffs/npm/%40types%2Freact/19.2.2/19.2.7)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/%40types%2Freact-dom/19.2.2/19.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/%40vitejs%2Fplugin-react/5.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/master) ([source](https://github.com/vitejs/vite-plugin-vue/tree/HEAD))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/%40vitejs%2Fplugin-vue/6.0.1/6.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/better-dx/0.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [10.3.1->10.3.2](https://renovatebot.com/diffs/npm/bumpp/10.3.1/10.3.2)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/bun-types/1.3.2/1.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.39.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [eslint-config-next](https://github.com/vercel/next.js/tree/master) ([source](https://github.com/vercel/next.js/tree/HEAD))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/16.0.1/16.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/happy-dom/20.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [16.2.6->16.2.7](https://renovatebot.com/diffs/npm/lint-staged/16.2.6/16.2.7)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/16.0.1/16.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/4.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [react](https://github.com/facebook/react/tree/master) ([source](https://github.com/facebook/react/tree/HEAD))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react/19.2.0/19.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-dom/19.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [4.1.17->4.1.18](https://renovatebot.com/diffs/npm/tailwindcss/4.1.17/4.1.18)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/7.2.2/7.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.25?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [vue-router](https://github.com/vuejs/router/tree/master) ([source](https://github.com/vuejs/router/tree/HEAD))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-router/4.6.3/4.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue-tsc/3.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • `iex"

To upgrade to Bun v1.3.4:
```bash
bun upgrade

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

Thanks to 14 contributors!

[View full release notes]

Released by Jarred-Sumner on 12/7/2025

bun-v1.3.3

Compare Source

To install Bun v1.3.3

curl -fsSL https://bun.sh/install`

If this was closed in error, please reopen the PR and update the dependency files accordingly.

@chrisbbreuer chrisbbreuer deleted the buddy-bot/update-non-major-updates-1763762785675 branch December 14, 2025 20:11
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.

2 participants