fix(migrate): update @sveltejs/package for SvelteKit 3 - #1336
Merged
jycouet merged 2 commits intoSep 20, 2026
Merged
Conversation
|
Install the latest version of pnx https://pkg.svelte.dev/sv/c/410a1cc4696306c071dd28d3f741fc0891e5dbdc createOpen in Note This PR is from a fork. A maintainer must approve approve each commit before it can be built and installed. |
🦋 Changeset detectedLatest commit: 410a1cc The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
…3_MIN_VERSIONS (as it's not really PEERS)
jycouet
approved these changes
Sep 20, 2026
jycouet
left a comment
Contributor
There was a problem hiding this comment.
Add only if it's there 👍
Thank you
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.
What changed
When the SvelteKit 3 migration upgrades TypeScript to 6, also update an installed
@sveltejs/packageolder than2.5.8.@sveltejs/package@2.5.8added TypeScript 6 support, and the current SvelteKit 3 library template already uses^2.5.8. This keeps the migration on the existing package major while avoiding the TypeScript 5-only dependency combination described in #1299.The package-json migration fixture now covers
@sveltejs/package@2.5.7 -> ^2.5.8.Fixes #1299.
Validation
No local test run yet. Opening as draft to use CI for validation before marking ready.