Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2025

Bumps the npm_and_yarn group with 3 updates in the / directory: sveltekit-superforms, vite and js-yaml.

Updates sveltekit-superforms from 1.6.1 to 2.27.4

Release notes

Sourced from sveltekit-superforms's releases.

v2.27.4

Security

  • Fixed prototype pollution when using dataType: 'json'.

v2.27.2

Security

Fixed

  • Zod 4 tests working.
  • Zod 4 adapter didn't use the correct JSON Schema format for dates.
  • Nested data traversal for correcting invalid types didn't stop at a valid value, replacing paths with default data further down the tree.

v2.27.1

Fixed

  • Fixed client validation issue with rapid multiple blur events.
  • Arktype adapter improved.
  • Union schemas now works with default values, replacing invalid properties even if nested.
  • When using the { taint: 'untaint-form' } option, form wasn't untainted unless it was modified.

v2.27.0

Added

  • The Arktype adapter is finally a "full" adapter, meaning it's retrospectable and doesn't require default values anymore!

Fixed

  • SuperDebug rune version is back, can now be imported as import SuperDebug from 'sveltekit-superforms/SuperDebug.svelte';
  • Fixed bigint handling for Zod 4 and Valibot.

v2.26.1

Removed

  • The SuperDebug rune version broke Svelte 4 compatibility, so it has been removed until a solution can be figured out, hopefully very soon.

Fixed

  • Zod 4 adapter now handles top-level discriminated unions.

v2.26.0

Added

  • Zod 4 adapter added! Adapter names are zod4 and zod4Client, works with both the full version and Zod Mini. As Zod is now using its own JSON Schema representation, and there are some breaking changes like how enums are handled, check migrations carefully and please report any bugs.
  • taintedMessage now passes BeforeNavigate to its callback function.
  • SuperDebug now has a Runes version, see the docs for how to import it.
  • Added config options to valibotClient, same as in the valibot adapter.

... (truncated)

Changelog

Sourced from sveltekit-superforms's changelog.

[2.27.4] - 2025-10-14

Security

  • Fixed prototype pollution when using dataType: 'json'.

[2.27.2] - 2025-10-03

Security

Fixed

  • Zod 4 tests working.
  • Zod 4 adapter didn't use the correct JSON Schema format for dates.
  • Nested data traversal for correcting invalid types didn't stop at a valid value, replacing paths with default data further down the tree.

[2.27.1] - 2025-06-27

Fixed

  • Fixed client validation issue with rapid multiple blur events.
  • Arktype adapter improved.
  • Union schemas now works with default values, replacing invalid properties even if nested.
  • When using { taint: 'untaint-form' } option, form wasn't untainted unless it was modified.

[2.27.0] - 2025-06-16

Added

  • The Arktype adapter is finally a "full" adapter, meaning it's retrospectable and doesn't require default values anymore!

Fixed

  • SuperDebug rune version is back, can now be imported as import SuperDebug from 'sveltekit-superforms/SuperDebug.svelte';
  • Fixed bigint handling for Zod 4 and Valibot.

[2.26.1] - 2025-06-05

Removed

  • The SuperDebug rune version broke Svelte 4 compatibility, so it has been removed until a solution can be figured out, hopefully very soon.

Fixed

  • Zod 4 adapter now handles top-level discriminated unions.

[2.26.0] - 2025-06-04

... (truncated)

Commits

Updates vite from 5.4.20 to 5.4.21

Release notes

Sourced from vite's releases.

v5.4.21

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.21 (2025-10-20)

Commits

Updates js-yaml from 4.1.0 to 4.1.1

Changelog

Sourced from js-yaml's changelog.

[4.1.1] - 2025-11-12

Security

  • Fix prototype pollution issue in yaml merge (<<) operator.
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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 15, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-3d73d0fb2d branch from 1628a04 to 5880e8f Compare November 22, 2025 14:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-3d73d0fb2d branch from 5880e8f to 866d6a2 Compare November 22, 2025 14:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-3d73d0fb2d branch from 866d6a2 to 8258d30 Compare December 1, 2025 08:13
…dates

Bumps the npm_and_yarn group with 3 updates in the / directory: [sveltekit-superforms](https://github.com/ciscoheat/sveltekit-superforms), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [js-yaml](https://github.com/nodeca/js-yaml).


Updates `sveltekit-superforms` from 1.6.1 to 2.27.4
- [Release notes](https://github.com/ciscoheat/sveltekit-superforms/releases)
- [Changelog](https://github.com/ciscoheat/sveltekit-superforms/blob/main/CHANGELOG.md)
- [Commits](ciscoheat/sveltekit-superforms@v1.6.1...v2.27.4)

Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: sveltekit-superforms
  dependency-version: 2.27.4
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-3d73d0fb2d branch from 8258d30 to c82d0ef Compare December 1, 2025 08:26
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