fix(deps): update dependency effect to v2.4.19 #99
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.11
->2.4.19
Release Notes
Effect-TS/effect (effect)
v2.4.19
Compare Source
Patch Changes
#2503
41c8102
Thanks @gcanti! - Centralize error messages for bugs#2493
776ef2b
Thanks @gcanti! - add aRegExp
module topackages/effect
, closes #2488#2499
217147e
Thanks @tim-smart! - ensure FIFO ordering when a Deferred is resolved#2502
90776ec
Thanks @tim-smart! - make tracing spans cheaper to construct#2472
8709856
Thanks @tim-smart! - add Subscribable trait / moduleSubscribable represents a resource that has a current value and can be subscribed to for updates.
The following data types are subscribable:
SubscriptionRef
Actor
from the experimentalMachine
module#2500
232c353
Thanks @tim-smart! - simplify scope internals#2507
0ca835c
Thanks @gcanti! - ensure correct value is passed to mapping function inmapAccum
loop, closes #2506#2472
8709856
Thanks @tim-smart! - add Readable module / traitReadable
is a common interface for objects that can be read from using aget
Effect.
For example,
Ref
's implementReadable
:#2498
e983740
Thanks @jessekelly881! - added {Readable, Subscribable}.unwrap#2494
e3e0924
Thanks @thewilkybarkid! - AddDuration.divide
andDuration.unsafeDivide
.v2.4.18
Compare Source
Patch Changes
#2473
dadc690
Thanks @tim-smart! - add Logger.withConsoleLog/withConsoleError apisThese apis send a Logger's output to console.log/console.error respectively.
v2.4.17
Compare Source
Patch Changes
#2461
8fdfda6
Thanks @tim-smart! - add Inspectable.toStringUnknown/stringifyCircular#2462
607b2e7
Thanks @tim-smart! - remove handled errors from Effect.retryOrElse#2461
8fdfda6
Thanks @tim-smart! - improve formatting of Runtime failures#2415
8206caf
Thanks @tim-smart! - add Iterable moduleThis module shares many apis compared to "effect/ReadonlyArray", but is fully lazy.
#2438
7ddd654
Thanks @mikearnaldi! - Support Heterogeneous Effects in Effect Iterable apisIncluding:
Effect.allSuccesses
Effect.firstSuccessOf
Effect.mergeAll
Effect.reduceEffect
Effect.raceAll
Effect.forkAll
For example:
The above is now possible while before it was expecting all Effects to conform to the same type
#2438
7ddd654
Thanks @mikearnaldi! - add Effect.filterMap apiWhich allows you to filter and map an Iterable of Effects in one step.
#2461
8fdfda6
Thanks @tim-smart! - use Inspectable.toStringUnknown for absurd runtime errors#2460
f456ba2
Thanks @tim-smart! - use const type parameter for Config.withDefaultWhich ensures that the fallback value type is not widened for literals.
v2.4.16
Compare Source
Patch Changes
5170ce7
Thanks @vecerek! - generate proper trace ids in default effect Tracerv2.4.15
Compare Source
Patch Changes
#2407
d7688c0
Thanks @thewilkybarkid! - Add Config.durationThis can be used to parse Duration's from environment variables:
#2416
b3a4fac
Thanks @mikearnaldi! - Collect exits on forEach interrupt of residual requestsv2.4.14
Compare Source
Patch Changes
6180c0c
Thanks @patroza! - fix interruption of parked Requestsv2.4.13
Compare Source
Patch Changes
#2402
3336287
Thanks @tim-smart! - add Duration.subtract api#2399
54b7c00
Thanks @coleea! - add BigInt.fromString and BigInt.fromNumber#2402
3336287
Thanks @tim-smart! - remove use of bigint literals in Durationv2.4.12
Compare Source
Patch Changes
3307729
Thanks @tim-smart! - update typescript to 5.4Configuration
📅 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.