Skip to content

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

Closed
chrisbbreuer wants to merge 1 commit intomainfrom
buddy-bot/update-non-major-updates
Closed

chore(deps): update all non-major dependencies#5493
chrisbbreuer wants to merge 1 commit intomainfrom
buddy-bot/update-non-major-updates

Conversation

@chrisbbreuer
Copy link
Copy Markdown
Member

This PR contains the following updates:

Package Updates Summary

Type Count
πŸ“¦ NPM Packages 15
πŸ”§ System Dependencies 1
Total 16

πŸ“¦ npm Dependencies

npm

15 packages will be updated

Package Change Age Adoption Passing Confidence
eslint-config-next (source) 16.1.6 -> 16.2.3 age adoption passing confidence
next (source) 16.1.6 -> 16.2.3 age adoption passing confidence
vue-tsc (source) 3.1.3 -> 3.2.6 age adoption passing confidence
@stacksjs/stx (source) =0.2.5 -> 0.2.10 age adoption passing confidence
@tailwindcss/postcss (source) 4.2.1 -> 4.2.2 age adoption passing confidence
@types/bun (source) 1.3.10 -> 1.3.12 age adoption passing confidence
@types/react (source) 19.2.2 -> 19.2.14 age adoption passing confidence
@types/react-dom (source) 19.2.2 -> 19.2.3 age adoption passing confidence
@vitejs/plugin-vue (source) 6.0.1 -> 6.0.6 age adoption passing confidence
bun-types (source) 1.3.10 -> 1.3.12 age adoption passing confidence
react (source) 19.2.0 -> 19.2.5 age adoption passing confidence
react-dom (source) 19.2.0 -> 19.2.5 age adoption passing confidence
tailwindcss (source) 4.2.1 -> 4.2.2 age adoption passing confidence
vue (source) 3.5.24 -> 3.5.32 age adoption passing confidence
vue-router (source) 5.0.3 -> 5.0.4 age adoption passing confidence

πŸ”§ System Dependencies

system

Package Change Type File
bun.com ^1.2.20 β†’ ^1.3.4 🟑 minor pkgx.yaml

Release Notes

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

16.1.6 -> 16.2.3

v16.2.1-canary.38

Compare Source

Core Changes

  • Ensure x-nextjs-data header is only set during resolve: #92752

Credits

Huge thanks to ijjk for helping!

Released by nextjs-bot on 4/13/2026

v16.2.1-canary.37

Compare Source

Core Changes

  • Exclude trace files from directory deletion in builds: #92486
  • Switch segment prefetch cache miss response from 204 to 404: #92751

Misc Changes

  • Re-enable sccache: #92746

Credits

Huge thanks to lukesandberg, mmastrac, and acdlite for helping!

Released by nextjs-bot on 4/13/2026

v16.2.1-canary.36

Compare Source

Core Changes

  • Fix prefetch hints not being loaded during revalidation: #92625

Credits

Huge thanks to acdlite for helping!

Released by nextjs-bot on 4/13/2026

vercel/next.js (next)

16.1.6 -> 16.2.3

v16.2.1-canary.38

Compare Source

Core Changes

  • Ensure x-nextjs-data header is only set during resolve: #92752

Credits

Huge thanks to ijjk for helping!

Released by nextjs-bot on 4/13/2026

v16.2.1-canary.37

Compare Source

Core Changes

  • Exclude trace files from directory deletion in builds: #92486
  • Switch segment prefetch cache miss response from 204 to 404: #92751

Misc Changes

  • Re-enable sccache: #92746

Credits

Huge thanks to lukesandberg, mmastrac, and acdlite for helping!

Released by nextjs-bot on 4/13/2026

v16.2.1-canary.36

Compare Source

Core Changes

  • Fix prefetch hints not being loaded during revalidation: #92625

Credits

Huge thanks to acdlite for helping!

Released by nextjs-bot on 4/13/2026

vuejs/language-tools (vue-tsc)

3.1.3 -> 3.2.6

v3.2.6

Compare Source

language-core

  • fix: generate $slots type in template correctly with defineSlots (#5984) - Thanks to KazariEX!
  • fix: infer only readonly component of arrays in v-for (#5987) - Thanks to ascott18!
  • fix: avoid false positives for destructured props detection on binding property names (#5994) - Thanks to KazariEX!

vscode

  • fix: use regex for TS extension patching to support VS Code 1.110+ (#5983) - Thanks to ebiryu!

Our Sponsors ❀️

This project is made possible thanks to our generous sponsors:

Special Sponsor

KazariEX on 3/17/2026

v3.2.5

Compare Source

language-core

  • fix: re-parse template when interpolation syntax breaks (#5971) - Thanks to Dsaquel!

language-service

  • fix: use default html data provider for document symbols (#5968) - Thanks to liangmiQwQ!

language-plugin-pug

  • fix: handle backtick attributes containing both quote types (#5970) - Thanks to baptistejamin!

workspace

  • docs: document all packages with consistent README structure (#5953)
  • docs: update tsconfig schema of plugins option - Thanks to KazariEX!

Our Sponsors ❀️

This project is made possible thanks to our generous sponsors:

Special Sponsor

KazariEX on 2/21/2026

v3.2.4

Compare Source

language-core

  • feat: place plugin configs under ctx.config and support type annotation via generics (#5944) - Thanks to KazariEX!

workspace

  • chore: publish to npm with OIDC (#5912) - Thanks to ghiscoding!

Our Sponsors ❀️

This project is made possible thanks to our generous sponsors:

Special Sponsor

Next Generation Tooling

Platinum Sponsors
[View full release notes]

Released by KazariEX on 2/21/2026

stacksjs/stx (@stacksjs/stx)

=0.2.5 -> 0.2.10

v0.2.10

Compare Source

Released by github-actions[bot] on 3/16/2026

tailwindlabs/tailwindcss (@tailwindcss/postcss)

4.2.1 -> 4.2.2

v4.2.2

Compare Source

Added

  • Support Vite 8 in @tailwindcss/vite (#19790)

Fixed

  • Don't crash when candidates contain prototype properties like row-constructor (#19725)
  • Canonicalize calc(var(--spacing)*…) expressions into --spacing(…) (#19769)
  • Fix crash in canonicalization step when handling utilities containing @property at-rules (e.g. shadow-sm border) (#19727)
  • Skip full reload for server only modules scanned by client CSS when using @tailwindcss/vite (#19745)
  • Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g. w-1234 h-1234 β†’ size-1234) (#19809)
  • Fix canonicalization resulting in empty list (e.g. w-5 h-5 size-5 β†’ '' instead of size-5) (#19812)

Released by github-actions[bot] on 3/18/2026

DefinitelyTyped/DefinitelyTyped (@types/bun)

1.3.10 -> 1.3.12

Compare Source

TypeScript definitions for bun

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

DefinitelyTyped/DefinitelyTyped (@types/react)

19.2.2 -> 19.2.14

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-vue (@vitejs/plugin-vue)

6.0.1 -> 6.0.6

plugin-vue@6.0.6

Compare Source

Please refer to CHANGELOG.md for details.

Released by github-actions[bot] on 4/13/2026

plugin-vue@6.0.5

Compare Source

Please refer to CHANGELOG.md for details.

Released by github-actions[bot] on 3/12/2026

plugin-vue-jsx@5.1.5

Compare Source

Please refer to CHANGELOG.md for details.

Released by github-actions[bot] on 3/12/2026

oven-sh/bun (bun-types)

1.3.10 -> 1.3.12

bun-v1.3.12

Compare Source

To install Bun v1.3.12

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

bun upgrade

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

Thanks to 8 contributors!

Released by dylan-conway on 4/10/2026

bun-v1.3.11

Compare Source

To install Bun v1.3.11

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

bun upgrade

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

Thanks to 15 contributors!

[View full release notes]

Released by Jarred-Sumner on 3/18/2026

bun-v1.3.10

Compare Source

To install Bun v1.3.10

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

bun upgrade

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

Thanks to 11 contributors!

[View full release notes]

Released by Jarred-Sumner on 2/26/2026

facebook/react (react)

19.2.0 -> 19.2.5

v19.2.5

Compare Source

React Server Components

Released by eps1lon on 4/8/2026

v19.2.4

Compare Source

React Server Components

Released by eps1lon on 1/26/2026

v19.2.3

Compare Source

React Server Components

Released by eps1lon on 12/11/2025

facebook/react (react-dom)

19.2.0 -> 19.2.5

v19.2.5

Compare Source

React Server Components

Released by eps1lon on 4/8/2026

v19.2.4

Compare Source

React Server Components

Released by eps1lon on 1/26/2026

v19.2.3

Compare Source

React Server Components

Released by eps1lon on 12/11/2025

tailwindlabs/tailwindcss (tailwindcss)

4.2.1 -> 4.2.2

v4.2.2

Compare Source

Added

  • Support Vite 8 in @tailwindcss/vite (#19790)

Fixed

  • Don't crash when candidates contain prototype properties like row-constructor (#19725)
  • Canonicalize calc(var(--spacing)*…) expressions into --spacing(…) (#19769)
  • Fix crash in canonicalization step when handling utilities containing @property at-rules (e.g. shadow-sm border) (#19727)
  • Skip full reload for server only modules scanned by client CSS when using @tailwindcss/vite (#19745)
  • Improve canonicalization for bare values exceeding default spacing scale suggestions (e.g. w-1234 h-1234 β†’ size-1234) (#19809)
  • Fix canonicalization resulting in empty list (e.g. w-5 h-5 size-5 β†’ '' instead of size-5) (#19812)

Released by github-actions[bot] on 3/18/2026

vuejs/core (vue)

3.5.24 -> 3.5.32

v3.6.0-beta.10

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

Released by github-actions[bot] on 4/13/2026

v3.5.32

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

Released by github-actions[bot] on 4/3/2026

v3.6.0-beta.9

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

Released by github-actions[bot] on 3/26/2026

vuejs/router (vue-router)

5.0.3 -> 5.0.4

v5.0.4

Compare Source

   🐞 Bug Fixes

  • Avoid iterator helpers for Node 20 compat Β -Β  by cwandev in vuejs/router#2635 (47130)
  • Escape backslahes in string literals Β -Β  by posva (71fdb)
  • Avoid false duplicate route warning for named views Β -Β  by posva (72012)
  • Allow pushing to auto routes Β -Β  by posva (47f03)
  • loaders: Restore context in sequential awaits Β -Β  by posva (fce5d)
Β Β Β Β [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.3...

[View full release notes]

Released by github-actions[bot] on 3/19/2026

bun.com

^1.2.20 β†’ ^1.3.4

πŸ“ File: pkgx.yaml

πŸ”— Release Notes: bun.sh


πŸ“Š Package Statistics

  • eslint-config-next: 24,851,119 weekly downloads
  • next: 37,091,560 weekly downloads
  • vue-tsc: 3,943,935 weekly downloads
  • @stacksjs/stx: 57,890 weekly downloads
  • @tailwindcss/postcss: 23,578,615 weekly downloads
  • @types/bun: 6,271,719 weekly downloads
  • @types/react: 98,721,275 weekly downloads
  • @types/react-dom: 77,786,357 weekly downloads
  • @vitejs/plugin-vue: 6,293,448 weekly downloads
  • bun-types: 7,384,309 weekly downloads
  • react: 112,473,946 weekly downloads
  • react-dom: 106,253,663 weekly downloads
  • tailwindcss: 77,976,558 weekly downloads
  • vue: 10,749,499 weekly downloads
  • vue-router: 5,695,637 weekly downloads
  • 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 πŸ€–

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 14, 2026

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

Name Link
πŸ”¨ Latest commit 81ed566
πŸ” Latest deploy log https://app.netlify.com/projects/ts-maps/deploys/69ddaeceb1fa4800084bb93a

@chrisbbreuer chrisbbreuer deleted the buddy-bot/update-non-major-updates branch April 14, 2026 04:02
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