Update dependency @effect/schema to ^0.75.0 #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.72.3
->^0.75.0
Release Notes
Effect-TS/effect (@effect/schema)
v0.75.5
Compare Source
Patch Changes
#3792
382556f
Thanks @gcanti! - resolve parse error when usingpick
with union of class schemas, closes #3751#3790
97cb014
Thanks @gcanti! - Equivalence: Fixed a bug related to discriminated tuples.Example:
The following equivalence check was incorrectly returning
false
:v0.75.4
Compare Source
Patch Changes
61a99b2
]:v0.75.3
Compare Source
Patch Changes
#3761
360ec14
Thanks @gcanti! - Allow Schema.Either to support Schema.Never without type errors, closes #3755.format
to extendSchema.All
instead ofSchema<A, I, R>
.Schema.EitherFromSelf
to extendSchema.All
instead ofSchema.Any
.Schema.Either
to extendSchema.All
instead ofSchema.Any
.Schema.EitherFromUnion
to extendSchema.All
instead ofSchema.Any
.v0.75.2
Compare Source
Patch Changes
#3753
f02b354
Thanks @gcanti! - Enhanced Error Reporting for Discriminated Union Tuple Schemas, closes #3752Previously, irrelevant error messages were generated for each member of the union. Now, when a discriminator is present in the input, only the relevant member will trigger an error.
Before
After
v0.75.1
Compare Source
Patch Changes
#3740
3b2ad1d
Thanks @tim-smart! - revert deno Inspectable changesUpdated dependencies [
3b2ad1d
]:v0.75.0
Compare Source
Minor Changes
0ba66f2
Thanks @tim-smart! - add deno support to InspectablePatch Changes
ff3d1aa
,0ba66f2
,bf77f51
,016f9ad
,0779681
,534129f
,d75140c
,be0451c
,9237ac6
,be0451c
,5b36494
,c716adb
,4986391
,d75140c
,d1387ae
]:v0.74.2
Compare Source
Patch Changes
88e85db
,83887ca
,5266b6c
,cdead5c
,766a8af
]:v0.74.1
Compare Source
Patch Changes
#3669
734eae6
Thanks @gcanti! - Add description annotation to the encoded part of NumberFromString.Before
After
#3667
fd83d0e
Thanks @gcanti! - Remove default json schema annotations from string, number and boolean.Before
After
#3673
ad7e1de
Thanks @gcanti! - Add more description annotations.#3672
090e41c
Thanks @gcanti! - JSON Schema: handle refinements where the 'from' part includes a transformation, closes #3662Before
After
#3672
090e41c
Thanks @gcanti! - Add description annotation to the encoded part of DateFromString.Before
After
Updated dependencies [
4509656
]:v0.74.0
Compare Source
Minor Changes
de48aa5
Thanks @gcanti! - Remove internal sorting of property signatures, closes #3652v0.73.4
Compare Source
Patch Changes
bb5ec6b
]:v0.73.3
Compare Source
Patch Changes
#3635
e6440a7
Thanks @gcanti! - Stable filters such asminItems
,maxItems
, anditemsCount
now generate multiple errors when the 'errors' option is set to 'all', closes #3633Example:
Previously, only the issue related to the
[ 'tags', 1 ]
path was reported.v0.73.2
Compare Source
Patch Changes
f0d8ef1
]:v0.73.1
Compare Source
Patch Changes
#3619
f56ab78
Thanks @gcanti! - add Date filters (less than, greater than, between), closes #3606Updated dependencies [
10bf621
,ae36fa6
]:v0.73.0
Compare Source
Minor Changes
#3589
7fdf9d9
Thanks @gcanti! - Updates the constraints for members within a union from the more restrictiveSchema.Any
to the more inclusiveSchema.All
, closes #3587.Affected APIs include:
Schema.Union
Schema.UndefinedOr
Schema.NullOr
Schema.NullishOr
Schema.optional
AST.Union.make
now retains duplicate members and no longer eliminates theneverKeyword
.Patch Changes
fcfa6ee
,bb9931b
,5798f76
,5f0bfa1
,812a4e8
,273565e
,569a801
,aa1fa53
,02f6b06
,12b893e
,bbad27e
,adf7d7a
,007289a
,42a8f99
,eebfd29
,040703d
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.