fix(deps): update dependency effect to v3.19.6 #135
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.18.4->3.19.6Release Notes
Effect-TS/effect (effect)
v3.19.6Compare Source
Patch Changes
af7916aThanks @tim-smart! - add RcRef.invalidate apiv3.19.5Compare Source
Patch Changes
079975cThanks @tim-smart! - backport Effect.gen optimizationv3.19.4Compare Source
Patch Changes
#5752
f445b87Thanks @janglad! - Fix Types.DeepMutable mapping over functions#5757
d2b68acThanks @tim-smart! - add experimental PartitionedSemaphore moduleA
PartitionedSemaphoreis a concurrency primitive that can be used tocontrol concurrent access to a resource across multiple partitions identified
by keys.
The total number of permits is shared across all partitions, with waiting
permits equally distributed among partitions using a round-robin strategy.
This is useful when you want to limit the total number of concurrent accesses
to a resource, while still allowing for fair distribution of access across
different partitions.
v3.19.3Compare Source
Patch Changes
7d28a90Thanks @gcanti! - Use standard formatting function in Config error messages, closes #5709v3.19.2Compare Source
Patch Changes
#5703
374f58cThanks @tim-smart! - preserve Layer.mergeAll context order#5703
374f58cThanks @tim-smart! - ensure FiberHandle.run state transition is atomicv3.19.1Compare Source
Patch Changes
63f2bf3Thanks @tim-smart! - allow parallel finalization of merged layersv3.19.0Compare Source
Minor Changes
#5606
3863fa8Thanks @mikearnaldi! - Add Effect.fn.Return to allow typing returns on Effect.fn#5606
2a03c76Thanks @fubhy! - BackportGraphmodule updates#5606
24a1685Thanks @tim-smart! - add experimental HashRing modulePatch Changes
3c15d5fThanks @KhraksMamtsov! -Array.windowsignature has been improvedv3.18.5Compare Source
Patch Changes
#5669
a537469Thanks @fubhy! - Fix Graph.neighbors() returning self-loops in undirected graphs.Graph.neighbors() now correctly returns the other endpoint for undirected graphs instead of always returning edge.target, which caused nodes to appear as their own neighbors when queried from the target side of an edge.
#5628
52d5963Thanks @mikearnaldi! - Make sure AsEffect is computed#5671
463345dThanks @gcanti! - JSON Schema generation: addjsonSchema2020-12target and fix tuple output for:Configuration
📅 Schedule: Branch creation - "after 6am and before 6pm" (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.