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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@sveltejs/[email protected]
Patch Changes
fix: address build failure when using
paths.base
(Build fails withadapter-cloudflare
whenconfig.kit.paths.base
is used #13769) (#13846)Updated dependencies [
6a6538c4bd937667a56ef5f6673cdef3f2ea7a77
,6261a877ae97ff85d07277c51391d925ed1bd096
,e7b57e74bdea976ae070562bda76d4bb78cdb6da
,408e1f5c2ae593b460861098e8e01f945af395ab
,c6cd8c3a5ed96d423a65af5cb5468e3e963cfb54
,1a406752aafc2b80d9ccb49f15ebc10301c84480
,6c442395a8e6656ff49ecd4041d8e12ed65e80dd
]:@sveltejs/[email protected]
Patch Changes
fix: correctly invalidate static analysis cache of child nodes when modifying a universal
+layout
file during dev (#13793)fix: correctly set sequential focus navigation starting point after navigation (#10856)
fix: suppress console spam for chrome devtools requests (#13830)
fix: avoid externalising packages that depend on
@sveltejs/kit
so that libraries can also useredirect
anderror
helpers (#13843)fix: correctly run
deserialize
on the server (#13686)fix: handle non-semver-style dependency versions (#13850)
fix: correctly inline stylesheets of components dynamically imported in a universal load function if they are below the configured inlineStyleThreshold (#13723)