Skip to content

Commit ae0c71b

Browse files
committed
Changelog update
1 parent a5e27f8 commit ae0c71b

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
- [Zod 4](https://zod.dev/) 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](https://github.com/ciscoheat/sveltekit-superforms/issues).
13-
- [taintedMessage](https://superforms.rocks/concepts/tainted) now passes `BeforeNavigate` in its function signature.
13+
- [taintedMessage](https://superforms.rocks/concepts/tainted) now passes `BeforeNavigate` to its callback function.
14+
- [SuperDebug](https://superforms.rocks/super-debug) now has a Runes version, see the docs for how to import it.
1415

1516
### Changed
1617

17-
- Bumped Zod peerDep requirement to 3.25.0 due to the Zod 4 release.
18+
- Bumped [Zod](https://zod.dev/) peerDep requirement to 3.25.0 due to the Zod 4 release.
19+
- Bumped [Valibot](https://valibot.dev/) peerDep requirement to 1.0.0, congratulations on the stable release!
1820

1921
## [2.25.0] - 2025-04-29
2022

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"joi": "^17.13.1",
122122
"superstruct": "^2.0.2",
123123
"svelte": "3.x || 4.x || >=5.0.0-next.51",
124-
"valibot": ">=1.0.0-rc.3",
124+
"valibot": "^1.0.0",
125125
"yup": "^1.4.0",
126126
"zod": "^3.25.0"
127127
},
@@ -175,7 +175,7 @@
175175
"joi": "^17.13.3",
176176
"json-schema-to-ts": "^3.1.1",
177177
"superstruct": "^2.0.2",
178-
"valibot": "1.0.0-rc.3",
178+
"valibot": "^1.0.0",
179179
"yup": "^1.6.1",
180180
"zod": "^3.25.42",
181181
"zod-to-json-schema": "^3.24.5"

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)