-
-
Notifications
You must be signed in to change notification settings - Fork 21
chore(deps): update dependency @sveltejs/kit to v2.43.2 #376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/sveltejs-kit-2.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
d2f6e8e
to
45d74f1
Compare
07b3d89
to
f593e44
Compare
f593e44
to
c577463
Compare
c577463
to
f27fec0
Compare
f27fec0
to
89b79af
Compare
89b79af
to
4ea5f36
Compare
6285c09
to
449ae88
Compare
449ae88
to
ac3468d
Compare
ac3468d
to
c810b1b
Compare
965cacd
to
60820c2
Compare
60820c2
to
ce345e5
Compare
ce345e5
to
76f6552
Compare
f3dde95
to
1313458
Compare
1313458
to
09615cd
Compare
09615cd
to
5021d4c
Compare
5021d4c
to
7f45207
Compare
7f45207
to
32649ca
Compare
32649ca
to
3459aa4
Compare
3459aa4
to
cda2ca0
Compare
cda2ca0
to
16d73fa
Compare
16d73fa
to
8944766
Compare
8944766
to
4edac2c
Compare
4edac2c
to
7d89ae4
Compare
7d89ae4
to
cb41c22
Compare
cb41c22
to
2806aae
Compare
2806aae
to
c3e07ac
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
2.22.3
->2.43.2
Release Notes
sveltejs/kit (@sveltejs/kit)
v2.43.2
Compare Source
Patch Changes
fix: ensure rendering starts off synchronously (#14517)
fix: keep serialized remote data alive until navigation (#14508)
v2.43.1
Compare Source
Patch Changes
v2.43.0
Compare Source
Minor Changes
Patch Changes
fix: ensure
__SVELTEKIT_PAYLOAD__.data
is accessed safely (#14491)fix: create separate cache entries for non-exported remote function queries (#14499)
v2.42.2
Compare Source
Patch Changes
fix: prevent loops in postbuild analysis phase (#14450)
fix: handle nested object fields in form data (#14469)
fix: robustify form helper types (#14463)
fix: avoid running the
init
hook during builds if there's nothing to prerender (#14464)fix: ensure SSR rendering gets request store context (#14476)
v2.42.1
Compare Source
Patch Changes
v2.42.0
Compare Source
Minor Changes
feat: enhance remote form functions with schema support,
input
andissues
properties (#14383)breaking: remote form functions get passed a parsed POJO instead of a
FormData
object now (#14383)v2.41.0
Compare Source
Minor Changes
%sveltekit.version%
toapp.html
(#12132)Patch Changes
fix: allow remote functions to return custom types serialized with
transport
hooks (#14435)fix: fulfil
beforeNavigate
complete
when redirected (#12896)v2.40.0
Compare Source
Minor Changes
event
property on popstate/link/form navigation (#14307)Patch Changes
fix: respect
replaceState
/keepFocus
/noScroll
when a navigation results in a redirect (#14424)fix: invalidate preload cache when invalidateAll is true (#14420)
v2.39.1
Compare Source
Patch Changes
v2.39.0
Compare Source
Minor Changes
Patch Changes
fix: layout load data not serialized on error page (#14395)
fix: fail prerendering when remote function fails (#14365)
fix: treat handle hook redirect as part of remote function call as json redirect (#14362)
v2.38.1
Compare Source
Patch Changes
fix: enable redirects from queries (#14400)
fix: remove empty nodes from serialized server load data (#14404)
fix: allow commands from within endpoints (#14343)
v2.38.0
Compare Source
Minor Changes
query.batch
(#14272)v2.37.1
Compare Source
Patch Changes
fix: serialize server
load
data before passing to universalload
, to handle mutations and promises (#14298)fix: resolve_route prevent dropping a trailing slash of id (#14294)
fix: assign correct status code to form submission error on the client (#14345)
fix: un-proxy
form.result
(#14346)v2.37.0
Compare Source
Minor Changes
feat: automatically resolve
query.refresh()
promises on the server (#14332)feat: allow query.set() to be called on the server (#14304)
Patch Changes
fix: disable CSRF checks in dev (#14335)
fix: allow redirects to external URLs from within form functions (#14329)
fix: add type definitions for
query.set()
method to override the value of a remote query function (#14303)fix: ensure uniqueness of
form.for(...)
across form functions (#14327)v2.36.3
Compare Source
Patch Changes
fix: bump devalue (#14323)
chore: consolidate dev checks to use
esm-env
instead of a__SVELTEKIT_DEV__
global (#14308)fix: reset form inputs by default when using remote form functions (#14322)
v2.36.2
Compare Source
Patch Changes
chore: make config deprecation warnings more visible (#14281)
chore: remove redundant Not Found error message (#14289)
chore: deprecate
csrf.checkOrigin
in favour ofcsrf.trustedOrigins: ['*']
(#14281)v2.36.1
Compare Source
Patch Changes
$app/navigation
works in test files (#14195)v2.36.0
Compare Source
Minor Changes
csrf.trustedOrigins
configuration (#14021)Patch Changes
fix: correctly decode custom types streamed from a server load function (#14261)
fix: add trailing slash pathname when generating typed routes (#14065)
v2.35.0
Compare Source
Minor Changes
Patch Changes
v2.34.1
Compare Source
Patch Changes
fix: support multiple cookies with the same name across different paths and domains (
b2c5d02
)fix: add link header when preloading font (#14200)
fix:
cookies.get(...)
returnsundefined
for a just-deleted cookie (b2c5d02
)fix: load env before prerender (
c5f7139
)v2.34.0
Compare Source
Minor Changes
env
access during prerender (#14243)Patch Changes
fix: clone
fetch
responses so that headers are mutable (#13942)fix: serialize server
load
data before passing to universalload
, to handle mutations (#14268)fix: allow
asset(...)
to be used with imported assets (#14270)v2.33.1
Compare Source
Patch Changes
fix: make paths in .css assets relative (#14262)
fix: avoid copying SSR stylesheets to client assets (#13069)
v2.33.0
Compare Source
Minor Changes
Patch Changes
fix: use correct flag for server tracing (#14250)
fix: correct type names for new
handleUnseenRoutes
option (#14254)chore: Better docs and error message for missing
@opentelemetry/api
dependency (#14250)v2.32.0
Compare Source
Minor Changes
response.body
stream data as base64 in page (#11473)Patch Changes
.remote.ts
files are used without theexperimental.remoteFunctions
flag (#14225)v2.31.1
Compare Source
Patch Changes
v2.31.0
Compare Source
Minor Changes
feat: OpenTelemetry tracing for
handle
,sequence
, form actions, remote functions, andload
functions running on the server (#13899)feat: add
instrumentation.server.ts
for tracing and observability setup (#13899)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)v2.25.2
Compare Source
Patch Changes
v2.25.1
Compare Source
Patch Changes
v2.25.0
Compare Source
Minor Changes
read
implementations from adapters (#13859)Patch Changes
v2.24.0
Compare Source
Minor Changes
params
prop for page/layout components (#13999)Patch Changes
storage.get
helper (#13998)v2.23.0
Compare Source
Minor Changes
feat: support svelte.config.ts (#13935)
Patch Changes
fix: extend
vite-plugin-svelte
'sConfig
type instead of duplicating it (#13982)fix: regression with
rolldown-vite
not bundling a single JS file for single and inline apps (#13941)v2.22.5
Compare Source
Patch Changes
@sveltejs/kit
tooptimizeDeps.exclude
(#13983)v2.22.4
Compare Source
Patch Changes
$app/*
modules to be bundled (#13977)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 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.