chore(solidstart): Refresh SolidStart test versions - #23451
Merged
andreiborza merged 1 commit intoAug 24, 2026
Conversation
Keep the package development target on the latest SolidStart 1 release and update the dedicated SolidStart 2 E2E fixture to the latest patch. Co-Authored-By: OpenAI Codex <codex@openai.com>
birkskyum
marked this pull request as ready for review
August 19, 2026 13:17
birkskyum
requested review from
mydea and
s1gr1d
and removed request for
a team
August 19, 2026 13:17
Contributor
|
👋 @mydea, @s1gr1d, @andreiborza — Please review this PR when you get a chance! |
andreiborza
approved these changes
Aug 24, 2026
andreiborza
left a comment
Member
There was a problem hiding this comment.
Hi @birkskyum, thanks for updating this. LGTM
andreiborza
added a commit
that referenced
this pull request
Aug 24, 2026
This PR adds the external contributor to the CHANGELOG.md file, so that they are credited for their contribution. See #23451 Co-authored-by: andreiborza <168741329+andreiborza@users.noreply.github.com>
JPeer264
pushed a commit
that referenced
this pull request
Aug 25, 2026
Refresh the SolidStart versions exercised by the SDK while preserving legacy v1 coverage: - move the retained package development target and root lockfile from SolidStart 1.2.1 to the final v1 release, 1.3.2 - move the existing Node 24 SolidStart 2 E2E fixture from 2.0.0 to 2.0.2 SolidStart 1 is deprecated and is retained here only for legacy compatibility testing, but it's really not wise to stay on that version. SolidStart 2 is the supported and recommended version and has dedicated Vite/Nitro integration and E2E coverage in `@sentry/solidstart` from #23090. Co-authored-by: OpenAI Codex <codex@openai.com>
JPeer264
pushed a commit
that referenced
this pull request
Aug 25, 2026
This PR adds the external contributor to the CHANGELOG.md file, so that they are credited for their contribution. See #23451 Co-authored-by: andreiborza <168741329+andreiborza@users.noreply.github.com>
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.
Refresh the SolidStart versions exercised by the SDK while preserving legacy v1 coverage:
SolidStart 1 is deprecated and is retained here only for legacy compatibility testing, but it's really not wise to stay on that version. SolidStart 2 is the supported and recommended version and has dedicated Vite/Nitro integration and E2E coverage in
@sentry/solidstartfrom #23090.