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

Bump the effect group with 3 updates #57

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2024

Bumps the effect group with 3 updates: @effect/platform-node, @effect/schema and effect.

Updates @effect/platform-node from 0.42.7 to 0.42.11

Release notes

Sourced from @​effect/platform-node's releases.

@​effect/platform-node@​0.42.11

Patch Changes

@​effect/platform-node@​0.42.10

Patch Changes

@​effect/platform-node@​0.42.9

Patch Changes

  • Updated dependencies [1b841a9]:
    • @​effect/platform@​0.43.9

@​effect/platform-node@​0.42.8

Patch Changes

  • Updated dependencies [32bf796]:
    • @​effect/platform@​0.43.8
Commits

Updates @effect/schema from 0.61.5 to 0.61.7

Release notes

Sourced from @​effect/schema's releases.

@​effect/schema@​0.61.7

Patch Changes

@​effect/schema@​0.61.6

Patch Changes

Commits

Updates effect from 2.2.3 to 2.2.5

Release notes

Sourced from effect's releases.

[email protected]

Patch Changes

  • #2075 3ddfdbf Thanks @​tim-smart! - add apis for manipulating context to the Runtime module

    These include:

    • Runtime.updateContext for modifying the Context directly
    • Runtime.provideService for adding services to an existing Runtime

    Example:

    import { Context, Runtime } from "effect";
    interface Name {
    readonly _: unique symbol;
    }
    const Name = Context.Tag<Name, string>("Name");
    const runtime: Runtime.Runtime<Name> = Runtime.defaultRuntime.pipe(
    Runtime.provideService(Name, "John"),
    );

  • #2075 3ddfdbf Thanks @​tim-smart! - add apis for patching runtime flags to the Runtime module

    The apis include:

    • Runtime.updateRuntimeFlags for updating all the flags at once
    • Runtime.enableRuntimeFlag for enabling a single runtime flag
    • Runtime.disableRuntimeFlag for disabling a single runtime flag

[email protected]

Patch Changes

  • #2067 d0b911c Thanks @​tim-smart! - add releaseAll api to Semaphore

    You can use semphore.releaseAll to atomically release all the permits of a Semaphore.

  • #2071 330e1a4 Thanks @​tim-smart! - add Option.orElseSome

    Allows you to specify a default value for an Option, similar to Option.getOrElse, except the return value is still an Option.

    import * as O from "effect/Option";
    import { pipe } from "effect/Function";

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the effect group with 3 updates: [@effect/platform-node](https://github.com/effect-ts/effect), [@effect/schema](https://github.com/effect-ts/effect) and [effect](https://github.com/effect-ts/effect).


Updates `@effect/platform-node` from 0.42.7 to 0.42.11
- [Release notes](https://github.com/effect-ts/effect/releases)
- [Commits](https://github.com/effect-ts/effect/compare/@effect/[email protected]...@effect/[email protected])

Updates `@effect/schema` from 0.61.5 to 0.61.7
- [Release notes](https://github.com/effect-ts/effect/releases)
- [Commits](https://github.com/effect-ts/effect/compare/@effect/[email protected]...@effect/[email protected])

Updates `effect` from 2.2.3 to 2.2.5
- [Release notes](https://github.com/effect-ts/effect/releases)
- [Commits](https://github.com/effect-ts/effect/compare/[email protected]@2.2.5)

---
updated-dependencies:
- dependency-name: "@effect/platform-node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: effect
- dependency-name: "@effect/schema"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: effect
- dependency-name: effect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: effect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2024

Superseded by #59.

@dependabot dependabot bot closed this Feb 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/effect-94e3570e85 branch February 9, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants