fix(deps): update dependency effect to v2.0.0-next.56 #53
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.0.0-next.54
->2.0.0-next.56
Release Notes
Effect-TS/effect (effect)
v2.0.0-next.56
Compare Source
Minor Changes
#1671
c415248cd
Thanks @tim-smart! - support Promise in Effect.andThen and .tap#1671
c415248cd
Thanks @tim-smart! - add Cause.UnknownException and use it overunknown
#1678
8ed7626a4
Thanks @tim-smart! - usenew
for Cause error constructorsPatch Changes
#1662
aa6787e16
Thanks @gcanti! - TDeferred: fix E, A variance (from covariant to invariant)#1662
aa6787e16
Thanks @gcanti! - SynchronizedRef: fix A variance (from covariant to invariant)#1661
6c32d12d7
Thanks @fubhy! - UsesideEffects: []
in package.json#1663
69bcb5b7a
Thanks @tim-smart! - add TaggedClass to /request#1676
995318829
Thanks @tim-smart! - support undefined values in TPubSub#1658
396428a73
Thanks @wmaurer! - ReadonlyArray: Improved refinement typings for partition#1672
80bf68da5
Thanks @tim-smart! - add metric .register() for forcing addition to registry#1669
541330b11
Thanks @tim-smart! - add PrimaryKey module#1662
aa6787e16
Thanks @gcanti! - RedBlackTree: make Key invariant#1664
54ce5e638
Thanks @gcanti! - PollingMetric: renamed to MetricPolling (standard)#1662
aa6787e16
Thanks @gcanti! - Deferred: fix E and A variance (from covariant to invariant)#1660
ecc334703
Thanks @gcanti! - HashMap: swap findFirst > predicate arguments (standard)#1662
aa6787e16
Thanks @gcanti! - TSet: fix A variance (from covariant to invariant)#1603
4e7a6912c
Thanks @mikearnaldi! - Auto-flattening Effect.tap#1662
aa6787e16
Thanks @gcanti! - RequestResolver: fix A variance (from covariant to contravariant)#1662
aa6787e16
Thanks @gcanti! - ScopedRef: fix A variance (from covariant to invariant)#1662
aa6787e16
Thanks @gcanti! - Reloadable: fix A variance (from covariant to invariant)#1660
ecc334703
Thanks @gcanti! - fix ReadonlyRecord.partition signature#1670
c3bfc90e4
Thanks @tim-smart! - add Request.Class#1662
aa6787e16
Thanks @gcanti! - Resource: fix E, A variance (from covariant to invariant)#1674
c687a8701
Thanks @fubhy! - Allow hrtime asDuration
input#1676
995318829
Thanks @tim-smart! - support undefined values in TQueue#1668
fc9bce6a2
Thanks @gcanti! - Config: propagate the path in validation, closes #1667#1662
aa6787e16
Thanks @gcanti! - PubSub: fix A variance (from contravariant to invariant)#1676
995318829
Thanks @tim-smart! - support null values in PubSub#1655
0c6330db0
Thanks @gcanti! - interfaces: revert changing methods to props (RE: #1644)#1662
aa6787e16
Thanks @gcanti! - FiberRef: fix A variance (from covariant to invariant)#1662
aa6787e16
Thanks @gcanti! - StrategyVariance: fix A variance (from covariant to invariant)#1678
8ed7626a4
Thanks @tim-smart! - Cause.YieldableError extends Inspectable#1662
aa6787e16
Thanks @gcanti! - TMap: fix K, V variance (from covariant to invariant)#1665
a00b920b8
Thanks @gcanti! - Chunk: fix partition signature (expose the index of the element)#1662
aa6787e16
Thanks @gcanti! - Pool: fix A variance (from covariant to invariant)#1662
aa6787e16
Thanks @gcanti! - Cache / ConsumerCache: fix Key variance (from contravariant to invariant)#1662
aa6787e16
Thanks @gcanti! - SubscriptionRef: fix A variance (from covariant to invariant)#1603
4e7a6912c
Thanks @mikearnaldi! - Introduce Types.NoInfer#1662
aa6787e16
Thanks @gcanti! - TPriorityQueue: fix A variance (from covariant to invariant)#1662
aa6787e16
Thanks @gcanti! - SortedSet: make A invariant#1654
d2b7e0ef0
Thanks @wmaurer! - Added refinement overloads to Sink.collectAllWhile, Stream.partition and Stream.takeWhile. Added dtslint tests for Sink and Stream functions with refinement overloads#1662
aa6787e16
Thanks @gcanti! - SortedMap: make K invariant#1603
4e7a6912c
Thanks @mikearnaldi! - Introduce Effect.andThen#1662
aa6787e16
Thanks @gcanti! - TArray: fix A variance (from covariant to invariant)#1662
aa6787e16
Thanks @gcanti! - KeyedPool: fix A variance (from covariant to invariant)#1662
aa6787e16
Thanks @gcanti! - TPubSub: make A invariant#1671
c415248cd
Thanks @tim-smart! - move internal exceptions into corev2.0.0-next.55
Compare Source
Patch Changes
#1648
b2cbb6a79
Thanks @gcanti! - Cause: fix exception constructors (should respectexactOptionalPropertyTypes: true
when creatingmessage
prop)#1613
2dee48696
Thanks @gcanti! - Types: add Mutable helper#1621
33c06822d
Thanks @gcanti! - SortedSet: make fromIterable dual#1608
a9082c91c
Thanks @mikearnaldi! - Fix off-by-one in Random.shuffle#1617
79719018b
Thanks @gcanti! - HashMap: add entries#1628
ba1aa04a8
Thanks @gcanti! - TSet: replace toReadonlyArray with toArray#1625
cc9a03ac7
Thanks @gcanti! - TMap: rename reduceWithIndex / reduceWithIndexSTM to reduce / reduceSTM#1649
a3cda801a
Thanks @gcanti! - interfaces: replace 0-arity functions with values#1625
cc9a03ac7
Thanks @gcanti! - TMap: removeIf returnsArray<[K, V]>
instead ofArray<readonly [K, V]>
#1642
b2fdff3b8
Thanks @gcanti! - TMap: merge removeIf / removeIfDiscard, retainIf / retainIf ({ discard: boolean }
optional argument)#1631
af2854596
Thanks @gcanti! - Duration: refactorbetween
with anoptions
argument forminimum
andmaximum
(standard)#1625
cc9a03ac7
Thanks @gcanti! - TMap: replace toReadonlyMap with toMap#1631
af2854596
Thanks @gcanti! - Duration: refactorclamp
with anoptions
argument forminimum
andmaximum
(standard)#1638
4eedf057b
Thanks @gcanti! - Predicate: exclude functions fromisRecord
#1645
d2e15f377
Thanks @tim-smart! - add Logger.withSpanAnnotations#1611
8b22648aa
Thanks @tim-smart! - ensure pool acquire is interruptible when allocated dynamically#1642
b2fdff3b8
Thanks @gcanti! - TSet: merge removeIf / removeIfDiscard, retainIf / retainIf ({ discard: boolean }
optional argument)#1647
82006f69b
Thanks @gcanti! - turn on exactOptionalPropertyTypes#1626
2e99983ef
Thanks @gcanti! - Fix Ref Variance#1628
ba1aa04a8
Thanks @gcanti! - Chunk: add toArray#1619
66e6939ea
Thanks @gcanti! - remove readonly tuples from return type when possible#1631
af2854596
Thanks @gcanti! - Order: refactorclamp
with anoptions
argument forminimum
andmaximum
(standard)#1628
ba1aa04a8
Thanks @gcanti! - TPriorityQueue: replace toArray with toChunk#1617
79719018b
Thanks @gcanti! - SortedMap: change entries to return IterableIterator<[K, V]>#1644
6e2c84d4c
Thanks @gcanti! - interfaces: add readonly modifiers when missing and remove bivariance by changing methods to props#1607
e7101ef05
Thanks @mikearnaldi! - Remove potentially offenive language#1639
b27958bc5
Thanks @gcanti! - Match: fix record signature (remove any from the codomain)#1628
ba1aa04a8
Thanks @gcanti! - List: replace toReadonlyArray with toArray#1621
33c06822d
Thanks @gcanti! - SortedMap: make fromIterable dual#1631
af2854596
Thanks @gcanti! - Number: refactorbetween
with anoptions
argument forminimum
andmaximum
(standard)#1628
ba1aa04a8
Thanks @gcanti! - TSet: fix toChunk (was returning an array)#1631
af2854596
Thanks @gcanti! - Number: refactorclamp
with anoptions
argument forminimum
andmaximum
(standard)#1631
af2854596
Thanks @gcanti! - BigDecimal: refactorclamp
with anoptions
argument forminimum
andmaximum
(standard)#1631
af2854596
Thanks @gcanti! - BigInt: refactorbetween
with anoptions
argument forminimum
andmaximum
(standard)#1631
af2854596
Thanks @gcanti! - BigInt: refactorclamp
with anoptions
argument forminimum
andmaximum
(standard)#1617
79719018b
Thanks @gcanti! - HashMap: add toEntries#1641
f0a4bf430
Thanks @gcanti! - RedBlackTree: fix bug in Hash and Equal implementation#1625
cc9a03ac7
Thanks @gcanti! - TMap: fix toChunk (was returning an array)#1606
265f60842
Thanks @tim-smart! - add Logger.mapInputOptions#1632
c86f87c1b
Thanks @gcanti! - Either: renamereverse
toflip
(to align withEffect.flip
)#1599
c3cb2dff7
Thanks @gcanti! - add Refinement overloading to Effect.loop#1638
4eedf057b
Thanks @gcanti! - Match: addsymbol
predicate#1640
9ea7edf77
Thanks @gcanti! - fix link in "please report an issue..." message#1597
38643141d
Thanks @gcanti! - add Refinement overloading to Effect.iterate, closes #1596#1621
33c06822d
Thanks @gcanti! - RedBlackTree: make fromIterable dual#1631
af2854596
Thanks @gcanti! - Order: refactorbetween
with anoptions
argument forminimum
andmaximum
(standard)#1625
cc9a03ac7
Thanks @gcanti! - TMap: retainIf returnsArray<[K, V]>
instead ofArray<readonly [K, V]>
#1630
67025357e
Thanks @gcanti! - Tuple: renametuple
tomake
(standard)#1628
ba1aa04a8
Thanks @gcanti! - TPriorityQueue: replace toReadonlyArray with toArray#1625
cc9a03ac7
Thanks @gcanti! - TMap: replace toReadonlyArray with toArray#1631
af2854596
Thanks @gcanti! - BigDecimal: refactorbetween
with anoptions
argument forminimum
andmaximum
(standard)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 has been generated by Mend Renovate. View repository job log here.