fix(deps): update dependency effect to v3.19.6 #355
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.19.3->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.
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.