Skip to content

Commit 58a23a6

Browse files
committed
Devalue updated to 5.0.0
1 parent 076bf4b commit 58a23a6

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- `FormPath` now extends only basic objects and arrays, avoiding issues with classes, built-in objects like `File` and `Date`, and special "branded" types that validation libraries are using. Thanks to [Matt DeKok](https://github.com/sillvva) for this fix!
1313
- [SuperDebug](https://superforms.rocks/super-debug) always renders left-to-right now.
1414
- Discriminated unions for the form itself weren't including the union keys for the schema, when parsing the form data.
15+
- `devalue` updated to `^5.0.0` to handle invalid dates.
1516

1617
## [2.13.0] - 2024-05-03
1718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"zod-to-json-schema": "^3.23.0"
160160
},
161161
"dependencies": {
162-
"devalue": "^4.3.3",
162+
"devalue": "^5.0.0",
163163
"just-clone": "^6.2.0",
164164
"memoize-weak": "^1.0.2",
165165
"ts-deepmerge": "^7.0.0"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)