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
80c4e41 to
a6b3e4c
Compare
6f8bdf8 to
c3a3035
Compare
084aefe to
17f4657
Compare
b8cff1b to
397797b
Compare
77e86ce to
9905660
Compare
2822237 to
d41ec0f
Compare
cfb3b29 to
064094c
Compare
064094c to
be4ae31
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.1719.0.0->19.2.3=1.8->1.9.14=3.4->3.5.390.1.11->0.1.120.2.15->0.2.170.15.6->0.15.14Release 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.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
vuejs/core (vue)
=3.4 -> 3.5.39
v3.5.39Compare 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 6/25/2026
v3.6.0-beta.17Compare 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 6/24/2026
v3.6.0-beta.16Compare 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 6/17/2026
stacksjs/bunpress (@stacksjs/bunpress)
0.1.11 -> 0.1.12
v0.1.12Compare Source
Released by github-actions[bot] on 7/11/2026
stacksjs/better-dx (better-dx)
0.2.15 -> 0.2.17
v0.2.17Compare Source
Released by github-actions[bot] on 7/12/2026
v0.2.16Compare Source
Released by github-actions[bot] on 7/11/2026
stacksjs/bunfig (bunfig)
0.15.6 -> 0.15.14
v0.15.14Compare Source
Released by github-actions[bot] on 6/10/2026
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
📊 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 🤖