chore(deps): update all non-major dependencies#6206
Open
chrisbbreuer wants to merge 1 commit into
Open
Conversation
β Deploy Preview for ts-maps failed. Why did it fail? β
|
823c99c to
dcf10ed
Compare
b346069 to
169c3ec
Compare
a75c867 to
80c4e41
Compare
80c4e41 to
a6b3e4c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
Package Updates Summary
π¦ npm Dependencies
7 packages will be updated
19.0.0->19.2.1519.0.0->19.2.3=1.8->1.9.135.55.9->5.56.0=3.4->3.5.350.1.6->0.1.90.15.6->0.15.13Release 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.0Compare 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
<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.[View full release notes]
Released by ryansolid on 3/3/2026
v1.9.0Compare 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/webhas 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.0Compare Source
Minor Changes
#18282)Patch Changes
perf: use
createElementinstead ofcreateElementNSfor HTML elements (#18262)perf: store
current_sourcesas aSetfor O(1) membership checks (#18278)perf: deduplicate identical hoisted templates within a component (
#18320)perf: hoist
rest_propsexclude list as a module-scopeSet(#18252)Released by github-actions[bot] on 5/29/2026
svelte@5.55.10Compare 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
@constblockers 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.9Compare 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.13Compare Source
For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minorbranch.Released by github-actions[bot] on 5/28/2026
v3.5.35Compare Source
For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minorbranch.Released by github-actions[bot] on 5/27/2026
v3.6.0-beta.12Compare Source
For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minorbranch.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.13Compare Source
Released by github-actions[bot] on 5/8/2026
v0.15.12Compare Source
Released by github-actions[bot] on 5/8/2026
v0.15.11Compare Source
Released by github-actions[bot] on 5/2/2026
π Package Statistics
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.
This PR was generated by Buddy π€