chore(deps): update dependency effect to v3.11.10 #134
+6
−6
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:
3.11.5
->3.11.10
Release Notes
Effect-TS/effect (effect)
v3.11.10
Compare Source
Patch Changes
#4176
39457d4
Thanks @mikearnaldi! - Fix Stream.scoped example#4181
a475cc2
Thanks @gcanti! - Schema: FixwithDecodingDefault
implementation to align with its signature (now removesundefined
from the AST).Additionally, a new constraint has been added to the signature to prevent calling
withDecodingDefault
afterwithConstructorDefault
, which previously led to the following issue:#4175
199214e
Thanks @gcanti! - Schema: refactor annotations:Export internal
Uint8
schemaExport internal
NonNegativeInt
schemaRemove title annotations that are identical to identifiers
Avoid setting a title annotation when applying branding
Add more title annotations to refinements
Improve
toString
output and provide more precise error messages for refinements:Before
After
toString
now combines all refinements with" & "
instead of showing only the last one."Expected ..."
) now uses the extended description to make the error message clearer.#4182
b3c160d
Thanks @mikearnaldi! - Replace absolute imports with relative onesv3.11.9
Compare Source
Patch Changes
#4113
1c08a0b
Thanks @thewilkybarkid! - Schema: Support template literals inSchema.Config
.Example
#4174
1ce703b
Thanks @gcanti! - Schema: Add support forTemplateLiteral
parameters inTemplateLiteral
, closes #4166.This update also adds support for
TemplateLiteral
andTemplateLiteralParser
parameters inTemplateLiteralParser
.Before
After
#4174
1ce703b
Thanks @gcanti! - Schema: Fix bug inTemplateLiteralParser
where unions of numeric literals were not coerced correctly.Before
After
v3.11.8
Compare Source
Patch Changes
1a6b52d
Thanks @gcanti! - Arbitrary: optimize date-based refinementsv3.11.7
Compare Source
Patch Changes
#4137
2408616
Thanks @gcanti! - Arbitrary: fix bug where refinements in declarations raised an incorrect missing annotation error, closes #4136#4138
cec0b4d
Thanks @gcanti! - JSONSchema: ignore never members in unions.Before
After
#4138
cec0b4d
Thanks @gcanti! - JSONSchema: handle thenullable
keyword for OpenAPI target, closes #4075.Before
After
#4128
8d978c5
Thanks @gcanti! - JSONSchema: addtype
for homogeneous enum schemas, closes #4127Before
After
#4138
cec0b4d
Thanks @gcanti! - JSONSchema: use{ "type": "null" }
to represent thenull
literalBefore
After
#4138
cec0b4d
Thanks @gcanti! - JSONSchema: handle empty native enums.Before
After
v3.11.6
Compare Source
Patch Changes
#4118
662d1ce
Thanks @gcanti! - Allow the transformation created by the Class API to be annotated on all its components: the type side, the transformation itself, and the encoded side.Example
#4126
31c62d8
Thanks @gcanti! - Rewrite the Arbitrary compiler from scratch, closes #2312Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.