Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency effect to v2.4.11 #93

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
effect (source) 2.4.6 -> 2.4.11 age adoption passing confidence

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 tracer

    You can use it with the Effect.withTracerEnabled api:

    import { Effect } from "effect";
    
    Effect.succeed(42).pipe(
      Effect.withSpan("my-span"),
      // the span will not be registered with the tracer
      Effect.withTracerEnabled(false),
    );
  • #​2383 317b5b8 Thanks @​tim-smart! - add Duration.isFinite api, to determine if a duration is not Infinity

v2.4.10

Compare Source

Patch Changes

v2.4.9

Compare Source

Patch Changes

v2.4.8

Compare Source

Patch Changes

v2.4.7

Compare Source

Patch Changes

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency effect to v2.4.7 fix(deps): update dependency effect to v2.4.8 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/effect-2.x branch 2 times, most recently from b3a40f1 to 0e56478 Compare March 19, 2024 05:13
@renovate renovate bot changed the title fix(deps): update dependency effect to v2.4.8 fix(deps): update dependency effect to v2.4.9 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/effect-2.x branch from 0e56478 to 3d64162 Compare March 20, 2024 23:26
@renovate renovate bot changed the title fix(deps): update dependency effect to v2.4.9 fix(deps): update dependency effect to v2.4.10 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/effect-2.x branch from 3d64162 to f32afd4 Compare March 22, 2024 05:19
@renovate renovate bot changed the title fix(deps): update dependency effect to v2.4.10 fix(deps): update dependency effect to v2.4.11 Mar 22, 2024
@TheDevMinerTV TheDevMinerTV merged commit 8e2b892 into main Mar 23, 2024
2 checks passed
@renovate renovate bot deleted the renovate/effect-2.x branch March 23, 2024 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant