chore(deps): update dependency effect to v3.12.0 #3165
Merged
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.7
->3.12.0
Release Notes
Effect-TS/effect (effect)
v3.12.0
Compare Source
Minor Changes
#4068
abb22a4
Thanks @titouancreach! - Added encodeUriComponent/decodeUriComponent for both Encoding and Schema#4068
f369a89
Thanks @vinassefranche! - Add Runtime.Runtime.Context type extractor#4068
642376c
Thanks @tim-smart! - add non-traced overload to Effect.fn#4068
3d2b7a7
Thanks @mikearnaldi! - Update fast-check to latest version#4068
73f9c6f
Thanks @wewelll! - add DateTimeUtcFromDate schema#4068
17cb451
Thanks @fubhy! - Added support forsecond
granularity toCron
.#4068
d801820
Thanks @fubhy! - AddedCron.unsafeParse
and allow passing theCron.parse
time zone parameter asstring
.#4068
e1eeb2d
Thanks @mikearnaldi! - add Effect.fnUntraced - an untraced version of Effect.fn#4068
c11f3a6
Thanks @QuentinJanuel! - Add Context.mergeAll to combine multiple Contexts into one.#4068
618f7e0
Thanks @tim-smart! - add span annotation to disable propagation to the tracer#4068
c0ba834
Thanks @titouancreach! - Add Schema.headNonEmpty for Schema.NonEmptyArrayPatch Changes
e1eeb2d
Thanks @mikearnaldi! - Carry both call-site and definition site in Effect.fn, auto-trace to anonv3.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 refinementsConfiguration
📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.