svelte-portabletext
svelte-portabletext copied to clipboard
chore(deps): update dependency @sveltejs/kit to ^2.48.4
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| @sveltejs/kit (source) | ^2.8.0 -> ^2.48.4 |
Release Notes
sveltejs/kit (@sveltejs/kit)
v2.48.4
Patch Changes
-
fix: adjust query's promise implementation to properly allow chaining (#14859)
-
fix: make prerender cache work, including in development (#14860)
v2.48.3
Patch Changes
-
fix: include hash when using
resolvewith hash routing enabled (#14786) -
fix:
afterNavigatecallback not running after hydration when experimental async is enabled (#14644) fix: Snapshotrestoremethod not called after reload when experimental async is enabled -
fix: expose
issue.pathin.allIssues()(#14784)
v2.48.2
Patch Changes
- fix: update DOM before running navigate callbacks (#14829)
v2.48.1
Patch Changes
- fix: wait for commit promise instead of
settled(#14818)
v2.48.0
Minor Changes
- feat: use experimental
forkAPI when available (#14793)
Patch Changes
- fix: await for
settledinstead oftickin navigate (#14800)
v2.47.3
Patch Changes
-
fix: avoid hanging when
error()is used while streaming promises from a serverloadfunction (#14722) -
chore: treeshake load function code if we know it's unused (#14764)
-
fix:
RecursiveFormFieldstype for recursive or unknown schemas (#14734) -
fix: rework internal representation of form value to be
$state(#14771)
v2.47.2
Patch Changes
-
fix: streamed promise not resolving when another load function returns a fast resolving promise (#14753)
-
chore: allow to run preflight validation only (#14744)
-
fix: update overload to set
invalidtype to schema input (#14748)
v2.47.1
Patch Changes
-
fix: allow
readto be used at the top-level of remote function files (#14672) -
fix: more robust remote files generation (#14682)
v2.47.0
Minor Changes
Patch Changes
- fix: resolve remote module syntax errors with trailing expressions (#14728)
v2.46.5
Patch Changes
- fix: ensure
formremote functions'fields.settriggers reactivity (#14661)
v2.46.4
Patch Changes
- fix: prevent access of Svelte 5-only
untrackfunction (#14658)
v2.46.3
Patch Changes
-
fix: merge
field.set(...)calls (#14651) -
fix: don't automatically reset form after an enhanced submission (#14626)
-
fix: normalize path strings when updating field values (#14649)
v2.46.2
Patch Changes
- fix: prevent code execution order issues around SvelteKit's
envmodules (#14637)
v2.46.1
Patch Changes
-
fix: use
$derivedfor form fields (#14621) -
docs: remove
@exampleblocks to allow docs to deploy (#14636) -
fix: require a value with
submitandhiddenfields (#14635) -
fix: delete hydration cache on effect teardown (#14611)
v2.46.0
Minor Changes
- feat: imperative form validation (#14624)
Patch Changes
-
fix: wait a tick before collecting form data for validation (#14631)
-
fix: prevent code execution order issues around SvelteKit's
envmodules (#14632)
v2.45.0
Minor Changes
- feat:
form.for(id)now implicitly sets id on form object (#14623)
Patch Changes
- fix: allow
fetchin remote function without emitting a warning (#14610)
v2.44.0
Minor Changes
-
feat: expose
event.routeandevent.urlto remote functions (#14606) -
breaking: update experimental
formAPI (#14481)
Patch Changes
- fix: don't crawl error responses during prerendering (#14596)
v2.43.8
Patch Changes
-
fix: HMR for
query(#14587) -
fix: avoid client modules while traversing dependencies to prevent FOUC during dev (#14577)
-
fix: skip prebundling of .remote.js files (#14583)
-
fix: more robust remote file pattern matching (#14578)
v2.43.7
Patch Changes
-
fix: correctly type the
resultofformremote functions that do not accept data (#14573) -
fix: force remote module chunks to isolate themselves (#14571)
v2.43.6
Patch Changes
-
fix: ensure cache key is consistent between client/server (#14563)
-
fix: keep resolve relative to initial base during prerender (#14533)
-
fix: avoid including
HEADtwice when an unhandled HTTP method is used in a request to a+serverhandler that has both aGEThandler and aHEADhandler (#14564) -
fix: smoothscroll to deep link (#14569)
v2.43.5
Patch Changes
- fix: fall back to non-relative resolution when calling
resolve(...)outside an event context (#14532)
v2.43.4
Patch Changes
- fix: Webcontainer AsyncLocalStorage workaround (#14526)
v2.43.3
Patch Changes
-
fix: Webcontainer AsyncLocalStorage workaround (#14521)
-
fix: include the value of form submitters on
formremote functions (#14475)
v2.43.2
Patch Changes
-
fix: ensure rendering starts off synchronously (#14517)
-
fix: keep serialized remote data alive until navigation (#14508)
v2.43.1
Patch Changes
- fix: consistently use bare import for internals (#14506)
v2.43.0
Minor Changes
- feat: experimental async SSR (#14447)
Patch Changes
-
fix: ensure
__SVELTEKIT_PAYLOAD__.datais accessed safely (#14491) -
fix: create separate cache entries for non-exported remote function queries (#14499)
v2.42.2
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
inithook during builds if there's nothing to prerender (#14464) -
fix: ensure SSR rendering gets request store context (#14476)
v2.42.1
Patch Changes
- fix: ensure environment setup is in its own chunk (#14441)
v2.42.0
Minor Changes
-
feat: enhance remote form functions with schema support,
inputandissuesproperties (#14383) -
breaking: remote form functions get passed a parsed POJO instead of a
FormDataobject now (#14383)
v2.41.0
Minor Changes
- feat: add
%sveltekit.version%toapp.html(#12132)
Patch Changes
-
fix: allow remote functions to return custom types serialized with
transporthooks (#14435) -
fix: fulfil
beforeNavigatecompletewhen redirected (#12896)
v2.40.0
Minor Changes
- feat: include
eventproperty on popstate/link/form navigation (#14307)
Patch Changes
-
fix: respect
replaceState/keepFocus/noScrollwhen a navigation results in a redirect (#14424) -
fix: invalidate preload cache when invalidateAll is true (#14420)
v2.39.1
Patch Changes
- fix: more robust remote function code transformation (#14418)
v2.39.0
Minor Changes
- feat: lazy discovery of remote functions (#14293)
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
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
Minor Changes
- feat: add new remote function
query.batch(#14272)
v2.37.1
Patch Changes
-
fix: serialize server
loaddata 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
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
Patch Changes
-
fix: bump devalue (#14323)
-
chore: consolidate dev checks to use
esm-envinstead of a__SVELTEKIT_DEV__global (#14308) -
fix: reset form inputs by default when using remote form functions (#14322)
v2.36.2
Patch Changes
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate using a curated preset maintained by
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| svelte-portabletext | Dec 6, 2025 6:50am |
⚠️ No Changeset found
Latest commit: a6bf95c332f5b7bb9c118e3f09594638fbea031e
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
| Diff | Package | Supply Chain Security |
Vulnerability | Quality | Maintenance | License |
|---|---|---|---|---|---|---|
| @sveltejs/kit@2.36.1 ⏵ 2.49.1 |