Skip to content

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

Open
chrisbbreuer wants to merge 1 commit into
mainfrom
buddy-bot/update-non-major-updates
Open

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

Conversation

@chrisbbreuer

@chrisbbreuer chrisbbreuer commented May 5, 2026

Copy link
Copy Markdown
Member

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 7
Total 7

📦 npm Dependencies

npm

7 packages will be updated

Package Change Age Adoption Passing Confidence
@types/react (source) 19.0.0 -> 19.2.17 age adoption passing confidence
@types/react-dom (source) 19.0.0 -> 19.2.3 age adoption passing confidence
solid-js (source) =1.8 -> 1.9.14 age adoption passing confidence
vue (source) =3.4 -> 3.5.39 age adoption passing confidence
@stacksjs/bunpress (source) 0.1.11 -> 0.1.12 age adoption passing confidence
better-dx (source) 0.2.15 -> 0.2.17 age adoption passing confidence
bunfig (source) 0.15.6 -> 0.15.14 age adoption passing confidence

Release Notes

DefinitelyTyped/DefinitelyTyped (@types/react)

19.0.0 -> 19.2.17

Compare Source

TypeScript definitions for react

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

DefinitelyTyped/DefinitelyTyped (@types/react-dom)

19.0.0 -> 19.2.3

Compare Source

TypeScript definitions for react-dom

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

solidjs/solid (solid-js)

=1.8 -> 1.9.14

v2.0.0-beta.0

Compare Source

I know you all probably weren't expecting this announcement next. But after reviewing the roadmap, we spent so long iterating in the Experimental phase, most of the goalposts within Alpha don't appear relevant enough to warrant their own phase. Instead, I'm happy to announce today that Solid 2.0 effort enters the beta stage. There will be bugs and rough edges we need to work through with the ecosystem. The focus will be on building documentation, and strategies for migration while we work through extending 2.0 into the wider ecosystem.

Basic Templates:
CSR: https://stackblitz.com/edit/solidjs-templates-jc4pcadq
SSR: https://stackblitz.com/edit/solidjs-templates-kvzbwekn

The Big Ideas

  • Async is first‑class: computations can return Promises (or async iterables) and the graph knows how to suspend/resume work.
  • <Loading> is for initial readiness: show a fallback while a subtree can’t produce UI yet — then keep the UI stable while background work happens.
  • **Pending UI is...

[View full release notes]

Released by ryansolid on 3/3/2026

v1.9.0

Compare Source

This release like the last is focusing on small quality of life improvements and adjustments that will help us move towards 2.0. So while not the most exciting release to everyone it provides some really important features and fixes to some developers.

And unlike many previous releases the vast majority of the work and features came from PRs from the community. So really all I can say is Looks Good to Me!

Better JSX Validation

While still incomplete across templates we've added JSDOM to the compiler to better detect invalid HTML at build time by comparing what we expect the template to be with what a browser would output. This now includes things that are nested we didn't detect before like putting <a> inside other <a> tags which will lead to the browser "correcting" it in less than intuitive ways.

Improved Exports

While each environment in solid-js/web has its own methods to be used in the compiler. We are now exporting the client methods from the server to prevent we...

[View full release notes]

Released by ryansolid on 9/24/2024

vuejs/core (vue)

=3.4 -> 3.5.39

v3.5.39

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 6/25/2026

v3.6.0-beta.17

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 6/24/2026

v3.6.0-beta.16

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 6/17/2026

stacksjs/bunpress (@stacksjs/bunpress)

0.1.11 -> 0.1.12

v0.1.12

Compare Source

Released by github-actions[bot] on 7/11/2026

stacksjs/better-dx (better-dx)

0.2.15 -> 0.2.17

v0.2.17

Compare Source

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

v0.2.16

Compare Source

Released by github-actions[bot] on 7/11/2026

stacksjs/bunfig (bunfig)

0.15.6 -> 0.15.14

v0.15.14

Compare Source

Released by github-actions[bot] on 6/10/2026

v0.15.13

Compare Source

Released by github-actions[bot] on 5/8/2026

v0.15.12

Compare Source

Released by github-actions[bot] on 5/8/2026


📊 Package Statistics

  • @types/react: 111,899,877 weekly downloads
  • @types/react-dom: 91,080,602 weekly downloads
  • solid-js: 2,381,803 weekly downloads
  • vue: 13,274,279 weekly downloads
  • @stacksjs/bunpress: 33,871 weekly downloads
  • better-dx: 35,290 weekly downloads
  • bunfig: 44,060 weekly downloads

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

netlify Bot commented May 5, 2026

Copy link
Copy Markdown

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

Name Link
🔨 Latest commit be4ae31
🔍 Latest deploy log https://app.netlify.com/projects/ts-maps/deploys/6a52f81c0b2ff70008c48357

@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-non-major-updates branch 4 times, most recently from 823c99c to dcf10ed Compare May 10, 2026 08:38
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-non-major-updates branch 8 times, most recently from b346069 to 169c3ec Compare May 20, 2026 11:02
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-non-major-updates branch 6 times, most recently from 80c4e41 to a6b3e4c Compare May 29, 2026 22:32
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-non-major-updates branch 5 times, most recently from 6f8bdf8 to c3a3035 Compare June 7, 2026 20:27
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-non-major-updates branch 3 times, most recently from 084aefe to 17f4657 Compare June 10, 2026 13:09
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-non-major-updates branch 2 times, most recently from b8cff1b to 397797b Compare June 11, 2026 09:29
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-non-major-updates branch 4 times, most recently from 77e86ce to 9905660 Compare June 25, 2026 10:58
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-non-major-updates branch 3 times, most recently from 2822237 to d41ec0f Compare July 4, 2026 22:53
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-non-major-updates branch 3 times, most recently from cfb3b29 to 064094c Compare July 11, 2026 20:41
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-non-major-updates branch from 064094c to be4ae31 Compare July 12, 2026 02:12
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