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
Copy link
Copy Markdown
Member

@chrisbbreuer chrisbbreuer commented May 5, 2026

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.15 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.13 age adoption passing confidence
svelte (source) 5.55.9 -> 5.56.0 age adoption passing confidence
vue (source) =3.4 -> 3.5.35 age adoption passing confidence
@stacksjs/bunpress (source) 0.1.6 -> 0.1.9 age adoption passing confidence
bunfig (source) 0.15.6 -> 0.15.13 age adoption passing confidence

Release Notes

DefinitelyTyped/DefinitelyTyped (@types/react)

19.0.0 -> 19.2.15

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

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

sveltejs/svelte (svelte)

5.55.9 -> 5.56.0

svelte@5.56.0

Compare Source

Minor Changes

  • feat: allow declarations in the template (#18282)

Patch Changes

  • perf: use createElement instead of createElementNS for HTML elements (#18262)

  • perf: store current_sources as a Set for O(1) membership checks (#18278)

  • perf: deduplicate identical hoisted templates within a component (#18320)

  • perf: hoist rest_props exclude list as a module-scope Set (#18252)

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

svelte@5.55.10

Compare Source

Patch Changes

  • fix: unlink errored and otherwise finished batch (#18264)

  • perf: walk composedPath() directly in delegated event propagation (#18268)

  • fix: transfer effects when merging batches (#18254)

  • fix: allow $derived(await ...) in disconnected effect roots (#18273)

  • fix: remove temporary raw-text hydration markers (#18269)

  • fix: propagate async @const blockers through closure references so template expressions like {(() => host)()} correctly wait for the awaited value (#18309)

  • fix: properly unlink batches (#18298)

  • fix: settle discarded batch (#18290)

  • fix: declare let: directives before {@const} declarations on slotted elements (#18271)

  • fix: resume outro-ed branches i...

[View full release notes]

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

svelte@5.55.9

Compare Source

Patch Changes

  • fix: don't unset batch when calling {#await ...} promise (#18243)

  • fix: promise-ify {#await await ...} expressions on the server and correctly hydrate them on the client (#18243)

  • fix: deduplicate dependencies that are added outside the init/update cycle (#18243)

  • fix: avoid false-positive batch invariant error (#18246)

  • fix: inline primitive constants in attribute values during SSR (#18232)

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

vuejs/core (vue)

=3.4 -> 3.5.35

v3.6.0-beta.13

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 5/28/2026

v3.5.35

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 5/27/2026

v3.6.0-beta.12

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 5/15/2026

stacksjs/bunpress (@stacksjs/bunpress)

0.1.6 -> 0.1.9

Compare Source

Modern documentation engine. Powered by Bun.

πŸ“– View Release Notes

πŸ”— View Changelog

Release Notes

Changelog

stacksjs/bunfig (bunfig)

0.15.6 -> 0.15.13

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

v0.15.11

Compare Source

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


πŸ“Š Package Statistics

  • @types/react: 117,403,704 weekly downloads
  • @types/react-dom: 93,457,948 weekly downloads
  • solid-js: 2,411,640 weekly downloads
  • svelte: 4,767,637 weekly downloads
  • vue: 12,157,786 weekly downloads
  • @stacksjs/bunpress: 61,039 weekly downloads
  • bunfig: 69,440 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
Copy link
Copy Markdown

netlify Bot commented May 5, 2026

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

Name Link
πŸ”¨ Latest commit a6b3e4c
πŸ” Latest deploy log https://app.netlify.com/projects/ts-maps/deploys/6a1a14119397cc00088b6da9

@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 5 times, most recently from a75c867 to 80c4e41 Compare May 29, 2026 20:48
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-non-major-updates branch from 80c4e41 to a6b3e4c Compare May 29, 2026 22:32
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