fix(deps): update dependency effect to v2.4.11 #93
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:
2.4.6
->2.4.11
Release Notes
effect-ts/effect (effect)
v2.4.11
Compare Source
Patch Changes
#2384
2f488c4
Thanks @tim-smart! - update dependencies#2381
37ca592
Thanks @tim-smart! - add fiber ref for disabling the tracerYou can use it with the Effect.withTracerEnabled api:
#2383
317b5b8
Thanks @tim-smart! - add Duration.isFinite api, to determine if a duration is not Infinityv2.4.10
Compare Source
Patch Changes
#2375
9bab1f9
Thanks @tim-smart! - remove dangling variable in frequency metric hook#2373
9bbde5b
Thanks @patroza! - Use incremental counters instead of up-down for runtime metricsv2.4.9
Compare Source
Patch Changes
71fd528
Thanks @tim-smart! - make more data types in /platform implement Inspectablev2.4.8
Compare Source
Patch Changes
#2354
bb0b69e
Thanks @tim-smart! - add overload to Effect.filterOrFail that fails with NoSuchElementExceptionThis allows you to perform a filterOrFail without providing a fallback failure
function.
Example:
#2336
6b20bad
Thanks @jessekelly881! - added Predicate.isTruthy#2351
4e64e9b
Thanks @tim-smart! - fix metrics not using labels from fiber ref#2266
3851a02
Thanks @patroza! - fix Effect.Tag generated proxy functions to work with andThen/tap, or others that do function/isEffect checks#2353
5f5fcd9
Thanks @tim-smart! - Types: addHas
helper#2299
814e5b8
Thanks @alex-dixon! - Prevent Effect.if from crashing when first argument is not an Effectv2.4.7
Compare Source
Patch Changes
eb93283
Thanks @tim-smart! - set unhandled log level to none for fibers in FiberSet/MapConfiguration
📅 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 has been generated by Mend Renovate. View repository job log here.