Skip to content
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

Bump sveltekit-superforms from 2.21.0 to 2.22.1 in /src/Exceptionless.Web/ClientApp #1791

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps sveltekit-superforms from 2.21.0 to 2.22.1.

Release notes

Sourced from sveltekit-superforms's releases.

v2.22.1

Fixed

  • The transport feature released in 2.22.0 didn't fully handle classes. It should work better now, but the classes must be quite simple to work. Let me know if you have any problems with a certain class.
  • Fixed Decimal.js detection in SuperDebug.

v2.22.0 - Christmas edition

Added

  • Support for Zod 3.24 and Infer improvements for all adapters, by no other than the Zod creator himself, Colin McDonnell! What a christmas present! 🎄
  • Arbitrary types can now be used in the form with the transport feature in SvelteKit hooks. There is a transport option both for superValidate and superForm that the transport export in hooks.ts can be directly used in. Note: Requires SvelteKit ^2.11.0.

Fixed

  • z.bigint() was interpreted as a number instead of a BigInt.

Changed

  • Effect updated to require ^3.10.0. Only the effect package is required now, not @effect/schema as before. See the 3.10 release notes for details.

v2.21.1

Fixed

  • Default values for nested discriminated unions didn't work.
Changelog

Sourced from sveltekit-superforms's changelog.

[2.22.1] - 2024-12-16

Fixed

  • The transport feature released in 2.22.0 didn't fully handle classes. It should work better now, but the classes must be quite simple to work. Let me know if you have any problems with a certain class.
  • Fixed Decimal.js detection in SuperDebug.

[2.22.0] - 2024-12-15

Added

  • Support for Zod 3.24 and Infer improvements for all adapters, by no other than the Zod creator himself, Colin McDonnell! What a christmas present! 🎄
  • Arbitrary types can now be used in the form with the transport feature in SvelteKit hooks. There is a transport option both for superValidate and superForm that the transport export in hooks.ts can be directly used in. Note: Requires SvelteKit ^2.11.0.

Fixed

  • z.bigint() was interpreted as a number instead of a BigInt.

Changed

  • Effect updated to require ^3.10.0. Only the effect package is required now, not @effect/schema as before. See the 3.10 release notes for details.

[2.21.1] - 2024-12-04

Fixed

  • Default values for nested discriminated unions didn't work.
Commits
  • 7c99b4f Fixed deep cloning of objects.
  • 9699b6b Fixed Decimal.js detection in SuperDebug
  • 9e61c41 Fixed Decimal.js detection in SuperDebug
  • 3067766 Fixed class handling for transport feature.
  • 6e59fd8 2.22.0
  • a992652 2.22.0 changelog.
  • 2015c64 Adapters updated to use the Infer improvement.
  • fc2d338 Fixed some tests and diagnostics checks
  • 537eee0 Merge commit 'refs/pull/528/merge' of github.com:ciscoheat/sveltekit-superforms
  • 9b1b006 Effect updated to 3.10.
  • Additional commits viewable in compare view

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 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 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)

Bumps [sveltekit-superforms](https://github.com/ciscoheat/sveltekit-superforms) from 2.21.0 to 2.22.1.
- [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.21.0...v2.22.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 23, 2024
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
Development

Successfully merging this pull request may close these issues.

0 participants