chore(deps): update dependency @sveltejs/kit to v2.30.1 #101
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:
2.25.2
->2.30.1
Release Notes
sveltejs/kit (@sveltejs/kit)
v2.30.1
Compare Source
Patch Changes
$app/types
in a more Typescript-friendly way (#14207)v2.30.0
Compare Source
Minor Changes
svelte.config.js
(#13578)Patch Changes
fix: ensure buttonProps.enhance works on buttons with nested text (#14199)
fix: pass validation issues specifically to avoid non-enumerable spreading error (#14197)
v2.29.1
Compare Source
Patch Changes
v2.29.0
Compare Source
Minor Changes
kit.files.src
option (#14152)Patch Changes
fix: don't treat
$lib/server.ts
or$lib/server_whatever.ts
as server-only modules, only$lib/server/**
(#14191)fix: make illegal server-only import errors actually useful (#14155)
chore: deprecate
config.kit.files
options (#14152)fix: avoid warning if page options in a Svelte file belongs to a comment (#14180)
v2.28.0
Compare Source
Minor Changes
feat: add
RouteId
andRouteParams
to NavigationTarget interface (#14167)feat: add
pending
property to forms and commands (#14137)Patch Changes
fix:
fetch
imported assets during prerender (#12201)chore: refactor redundant base64 encoding/decoding functions (#14160)
fix: use correct cache result when fetching same url multiple times (#12355)
fix: don't refresh queries automatically when running commands (#14170)
fix: avoid writing remote function bundle to disk when treeshaking prerendered queries (#14161)
v2.27.3
Compare Source
Patch Changes
.git
to the end ofpackage.json
repository url (#14134)v2.27.2
Compare Source
Patch Changes
fix: ensure
form()
remote functions work when the app is configured to a single output (#14127)fix: use the configured base path when calling remote functions from the client (#14106)
v2.27.1
Compare Source
Patch Changes
fix: correctly type remote function input parameters from a schema (#14098)
fix: match URL-encoded newlines in rest route params (#14102)
fix: correctly spell server-side in error messages (#14101)
v2.27.0
Compare Source
Minor Changes
v2.26.1
Compare Source
Patch Changes
fix: posixify internal app server path (#14049)
fix: ignore route groups when generating typed routes (#14050)
v2.26.0
Compare Source
Minor Changes
feat: better type-safety for
page.route.id
,page.params
,page.url.pathname
and various other places (#13864)feat:
resolve(...)
andasset(...)
helpers for resolving paths (#13864)feat: Add
$app/types
module withAsset
,RouteId
,Pathname
,ResolvedPathname
RouteParams<T>
andLayoutParams<T>
(#13864)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Vienna, Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Europe/Vienna.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.