Skip to content

build(deps-dev): Bump sveltekit-superforms from 2.29.1 to 2.30.0#3202

Merged
KATO-Hiro merged 1 commit intostagingfrom
dependabot/npm_and_yarn/sveltekit-superforms-2.30.0
Feb 23, 2026
Merged

build(deps-dev): Bump sveltekit-superforms from 2.29.1 to 2.30.0#3202
KATO-Hiro merged 1 commit intostagingfrom
dependabot/npm_and_yarn/sveltekit-superforms-2.30.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps sveltekit-superforms from 2.29.1 to 2.30.0.

Release notes

Sourced from sveltekit-superforms's releases.

v2.30.0

Security

  • Devalue dependency version updated to prevent CVE-2026-22774 and two other minor vulnerabilities.

Added

  • Added adapter to support Standard Schema, now any validation library implementing that interface can be used with Superforms! Big thanks to sillvva for this contribution! Note however that the defaults option is required when using this adapter, as for default values to be inferred automatically, a more specialized adapter for the validation library (handling JSON Schema) needs to be used.

Fixed

  • Improved error message for "No shape could be created for schema" to suggest using zod4 adapter when applicable. #594
  • Added runtime detection warning when Zod v4 schema is passed to Zod v3 adapter, helping users identify adapter version mismatch. #594
  • Valibot adapter now handles transformation actions (trim, transform, etc.) properly by using typeMode: 'input' and errorMode: 'ignore' as defaults. This prevents errors when schemas contain transformations. Users can override these settings by passing typeMode and errorMode options to the adapter. #668
Changelog

Sourced from sveltekit-superforms's changelog.

[2.30.0] - 2026-02-22

Security

  • Devalue dependency version updated to prevent CVE-2026-22774 and two other minor vulnerabilities.

Added

  • Added adapter to support Standard Schema, now any validation library implementing that interface can be used with Superforms! Big thanks to sillvva for this contribution! Note however that the defaults option is required when using this adapter, as for default values to be inferred automatically, a more specialized adapter for the validation library (handling JSON Schema) needs to be used.

Fixed

  • Improved error message for "No shape could be created for schema" to suggest using zod4 adapter when applicable. #594
  • Added runtime detection warning when Zod v4 schema is passed to Zod v3 adapter, helping users identify adapter version mismatch. #594
  • Valibot adapter now handles transformation actions (trim, transform, etc.) properly by using typeMode: 'input' and errorMode: 'ignore' as defaults. This prevents errors when schemas contain transformations. Users can override these settings by passing typeMode and errorMode options to the adapter. #668
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 23, 2026
Bumps [sveltekit-superforms](https://github.com/ciscoheat/sveltekit-superforms) from 2.29.1 to 2.30.0.
- [Release notes](https://github.com/ciscoheat/sveltekit-superforms/releases)
- [Changelog](https://github.com/ciscoheat/sveltekit-superforms/blob/main/CHANGELOG.md)
- [Commits](ciscoheat/sveltekit-superforms@v2.29.1...v2.30.0)

---
updated-dependencies:
- dependency-name: sveltekit-superforms
  dependency-version: 2.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sveltekit-superforms-2.30.0 branch from 9b26335 to 189c4aa Compare February 23, 2026 12:59
@KATO-Hiro KATO-Hiro merged commit 99b462d into staging Feb 23, 2026
3 checks passed
@KATO-Hiro KATO-Hiro deleted the dependabot/npm_and_yarn/sveltekit-superforms-2.30.0 branch February 23, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant