build(deps-dev): Bump sveltekit-superforms from 2.27.4 to 2.29.1
Open
Number: #2969
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 2
Association: Unknown
Comments: 2
Created:
December 17, 2025 at 09:40 AM UTC
(6 months ago)
(6 months ago)
Updated:
December 29, 2025 at 11:15 PM UTC
(6 months ago)
(6 months ago)
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps sveltekit-superforms from 2.27.4 to 2.29.1.
Release notes
Sourced from sveltekit-superforms's releases.
v2.29.1
Fixed
- Fixed TypeScript type inference for discriminated unions in
ValidationErrors. #653- Fixed FormData parsing for discriminated unions, so they work properly without requiring
dataType: 'json'. #655reset()function didn't preserve tainted state for fields that are not being reset when using partial data. #656- Fixed FormData parsing incorrectly coercing empty strings to literal values (e.g.,
z.literal("bar")). Empty strings now properly fail validation instead of being replaced with the literal value. #664- Fixed
ReferenceErrorwhen usingcustomValiditywithvalidateForm({ update: true }). #669Changed
- Replaced deprecated
@finom/zod-to-json-schemawithzod-v3-to-json-schema. #660- Migrated Valibot adapter to use the official
@valibot/to-json-schemapackage. #668v2.28.1
Fixed
- Zod 4 adapter: Allow top-level
.transform()and.refine()in schemas. #646.- Zod 4 adapter now respects global
customErrorconfiguration when no explicit error map is provided. The adapter prioritizescustomErroroverlocaleError. #618.- Zod 4 adapter: Fixed Default Date values in nested objects. #650.
v2.28.0
Changed
- TypeBox adapter has been bumped to 1.0! Check the migration guide to upgrade. Note that if you must stay on 0.x for a while, you cannot upgrade to this version of Superforms.
Added
- Added support for Zod 4 stringbools. #610
booleanProxynow supports theemptyoption.Fixed
- Fixed loading timers when the
timeoutMSsetting is triggered and a redirect response is returned. #622filesStoreinitialValue now matchesfileStore. #637- Fixed JSON Schema for some non-representable types in Zod 4 adapter, it now handles
setandmapproperly. #617- Possibly fixed the SuperDebug broken import on Svelte 5 in enforced runes mode #599
- Zod 4 error messages should now take the current locale into account as default. #618, #639
- Zod 3 fix for URL parsing - A default boolean value of
truereturnedfalsewhen parsing a URL withsuperValidate. #633
Changelog
Sourced from sveltekit-superforms's changelog.
[2.29.1] - 2025-12-16
Fixed
- Fixed TypeScript type inference for discriminated unions in
ValidationErrors. #653- Fixed FormData parsing for discriminated unions, so they work properly without requiring
dataType: 'json'. #655reset()function didn't preserve tainted state for fields that are not being reset when using partial data. #656- Fixed FormData parsing incorrectly coercing empty strings to literal values (e.g.,
z.literal("bar")). Empty strings now properly fail validation instead of being replaced with the literal value. #664- Fixed
ReferenceErrorwhen usingcustomValiditywithvalidateForm({ update: true }). #669Changed
- Replaced deprecated
@finom/zod-to-json-schemawithzod-v3-to-json-schema. #660- Migrated Valibot adapter to use the official
@valibot/to-json-schemapackage. #668[2.28.1] - 2025-10-19
Fixed
- Zod 4 adapter: Allow top-level
.transform()and.refine()in schemas. #646.- Zod 4 adapter now respects global
customErrorconfiguration when no explicit error map is provided. The adapter prioritizescustomErroroverlocaleError. #618.- Zod 4 adapter: Fixed Default Date values in nested objects. #650.
[2.28.0] - 2025-10-19
Changed
- TypeBox adapter has been bumped to 1.0! Check the migration guide to upgrade. Note that if you must stay on 0.x for a while, you cannot upgrade to this version of Superforms.
Added
- Added support for Zod 4 stringbools. #610
booleanProxynow supports theemptyoption.Fixed
- Fixed loading timers when the
timeoutMSsetting is triggered and a redirect response is returned. #622filesStoreinitialValue now matchesfileStore. #637- Fixed JSON Schema for some non-representable types in Zod 4 adapter, it now handles
setandmapproperly. #617- Possibly fixed the SuperDebug broken import on Svelte 5 in enforced runes mode #599
- Zod 4 error messages should now take the current locale into account as default. #618, #639
- Zod 3 fix for URL parsing - A default boolean value of
truereturnedfalsewhen parsing a URL withsuperValidate. #633
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 12333328 |
| UUID: | 3738120896 |
| Node ID: | PR_kwDOKKyu2M65VGJT |
| Host: | GitHub |
| Repository: | AtCoder-NoviSteps/AtCoderNoviSteps |