ccntrq / git-jira-branch

Manage branches for your Jira tickets
https://www.npmjs.com/package/git-jira-branch
MIT License
11 stars 2 forks source link

fix(deps): bump the production-dependencies group with 7 updates #459

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the production-dependencies group with 7 updates:

Package From To
@effect/cli 0.41.4 0.42.0
@effect/platform 0.62.4 0.63.0
@effect/platform-node 0.57.4 0.58.0
@effect/printer 0.34.7 0.35.0
@effect/printer-ansi 0.34.7 0.35.0
@effect/schema 0.71.3 0.72.0
effect 3.6.7 3.7.0

Updates @effect/cli from 0.41.4 to 0.42.0

Release notes

Sourced from @​effect/cli's releases.

@​effect/cli@​0.42.0

Patch Changes

@​effect/cli@​0.41.5

Patch Changes

  • #3508 8e64b1a Thanks @​cdierkens! - Renders the default for all Prompt types that accepts TextOptions.

    • The default value will be rendered as ghost text for Prompt.text and Prompt.list.
    • The default value will be rendered as redacted ghost text for Prompt.password.
    • The default value will remain hidden for Prompt.hidden.
  • Updated dependencies [e809286]:

    • effect@3.6.8
    • @​effect/platform@​0.62.5
    • @​effect/printer@​0.34.8
    • @​effect/printer-ansi@​0.34.8
    • @​effect/schema@​0.71.4
Changelog

Sourced from @​effect/cli's changelog.

0.42.0

Patch Changes

0.41.5

Patch Changes

  • #3508 8e64b1a Thanks @​cdierkens! - Renders the default for all Prompt types that accepts TextOptions.

    • The default value will be rendered as ghost text for Prompt.text and Prompt.list.
    • The default value will be rendered as redacted ghost text for Prompt.password.
    • The default value will remain hidden for Prompt.hidden.
  • Updated dependencies [e809286]:

    • effect@3.6.8
    • @​effect/platform@​0.62.5
    • @​effect/printer@​0.34.8
    • @​effect/printer-ansi@​0.34.8
    • @​effect/schema@​0.71.4
Commits


Updates @effect/platform from 0.62.4 to 0.63.0

Release notes

Sourced from @​effect/platform's releases.

@​effect/platform@​0.63.0

Patch Changes

@​effect/platform@​0.62.5

Patch Changes

  • Updated dependencies [e809286]:
    • effect@3.6.8
    • @​effect/schema@​0.71.4
Changelog

Sourced from @​effect/platform's changelog.

0.63.0

Patch Changes

0.62.5

Patch Changes

  • Updated dependencies [e809286]:
    • effect@3.6.8
    • @​effect/schema@​0.71.4
Commits


Updates @effect/platform-node from 0.57.4 to 0.58.0

Release notes

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

@​effect/platform-node@​0.58.0

Patch Changes

@​effect/platform-node@​0.57.5

Patch Changes

  • Updated dependencies [e809286]:
    • effect@3.6.8
    • @​effect/platform@​0.62.5
    • @​effect/platform-node-shared@​0.12.5
Changelog

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

0.58.0

Patch Changes

0.57.5

Patch Changes

  • Updated dependencies [e809286]:
    • effect@3.6.8
    • @​effect/platform@​0.62.5
    • @​effect/platform-node-shared@​0.12.5
Commits


Updates @effect/printer from 0.34.7 to 0.35.0

Release notes

Sourced from @​effect/printer's releases.

@​effect/printer-ansi@​0.35.0

Patch Changes

@​effect/printer@​0.35.0

Patch Changes

@​effect/printer-ansi@​0.34.8

Patch Changes

  • Updated dependencies [e809286]:
    • effect@3.6.8
    • @​effect/printer@​0.34.8
    • @​effect/typeclass@​0.25.8

@​effect/printer@​0.34.8

Patch Changes

  • Updated dependencies [e809286]:
    • effect@3.6.8
    • @​effect/typeclass@​0.25.8
Changelog

Sourced from @​effect/printer's changelog.

0.35.0

Patch Changes

0.34.8

Patch Changes

  • Updated dependencies [e809286]:
    • effect@3.6.8
    • @​effect/typeclass@​0.25.8
Commits


Updates @effect/printer-ansi from 0.34.7 to 0.35.0

Release notes

Sourced from @​effect/printer-ansi's releases.

@​effect/printer-ansi@​0.35.0

Patch Changes

@​effect/printer-ansi@​0.34.8

Patch Changes

  • Updated dependencies [e809286]:
    • effect@3.6.8
    • @​effect/printer@​0.34.8
    • @​effect/typeclass@​0.25.8
Changelog

Sourced from @​effect/printer-ansi's changelog.

0.35.0

Patch Changes

0.34.8

Patch Changes

  • Updated dependencies [e809286]:
    • effect@3.6.8
    • @​effect/printer@​0.34.8
    • @​effect/typeclass@​0.25.8
Commits


Updates @effect/schema from 0.71.3 to 0.72.0

Release notes

Sourced from @​effect/schema's releases.

@​effect/schema@​0.72.0

Patch Changes

@​effect/schema@​0.71.4

Patch Changes

  • Updated dependencies [e809286]:
    • effect@3.6.8
Changelog

Sourced from @​effect/schema's changelog.

0.72.0

Patch Changes

0.71.4

Patch Changes

  • Updated dependencies [e809286]:
    • effect@3.6.8
Commits


Updates effect from 3.6.7 to 3.7.0

Release notes

Sourced from effect's releases.

effect@3.7.0

Minor Changes

  • #3410 2f456cc Thanks @​vinassefranche! - preserve Array.modify Array.modifyOption non emptiness

  • #3410 8745e41 Thanks @​patroza! - improve: type Fiber.awaitAll as Exit<A, E>[].

  • #3410 e557838 Thanks @​titouancreach! - New constructor Config.nonEmptyString

  • #3410 d6e7e40 Thanks @​KhraksMamtsov! - preserve Array.replace Array.replaceOption non emptiness

  • #3410 8356321 Thanks @​KhraksMamtsov! - add Effect.bindAll api

    This api allows you to combine Effect.all with Effect.bind. It is useful when you want to concurrently run multiple effects and then combine their results in a Do notation pipeline.

    import { Effect } from "effect"
    

    const result = Effect.Do.pipe(
    Effect.bind("x", () => Effect.succeed(2)),
    Effect.bindAll(
    ({ x }) => ({
    a: Effect.succeed(x + 1),
    b: Effect.succeed("foo")
    }),
    { concurrency: 2 }
    )
    )
    assert.deepStrictEqual(Effect.runSync(result), {
    x: 2,
    a: 3,
    b: "foo"
    })

  • #3410 192f2eb Thanks @​tim-smart! - add propagateInterruption option to Fiber{Handle,Set,Map}

    This option will send any external interrupts to the .join result.

  • #3410 718cb70 Thanks @​dilame! - feat(Stream): implement race operator, which accepts two upstreams and returns a stream that mirrors the first upstream to emit an item and interrupts the other upstream.

    import { Stream, Schedule, Console, Effect } from "effect"
    

    const stream = Stream.fromSchedule(Schedule.spaced("2 millis")).pipe(
    Stream.race(Stream.fromSchedule(Schedule.spaced("1 millis"))),
    Stream.take(6),
    Stream.tap((n) => Console.log(n))

... (truncated)

Changelog

Sourced from effect's changelog.

3.7.0

Minor Changes

  • #3410 2f456cc Thanks @​vinassefranche! - preserve Array.modify Array.modifyOption non emptiness

  • #3410 8745e41 Thanks @​patroza! - improve: type Fiber.awaitAll as Exit[].

  • #3410 e557838 Thanks @​titouancreach! - New constructor Config.nonEmptyString

  • #3410 d6e7e40 Thanks @​KhraksMamtsov! - preserve Array.replace Array.replaceOption non emptiness

  • #3410 8356321 Thanks @​KhraksMamtsov! - add Effect.bindAll api

    This api allows you to combine Effect.all with Effect.bind. It is useful when you want to concurrently run multiple effects and then combine their results in a Do notation pipeline.

    import { Effect } from "effect"
    

    const result = Effect.Do.pipe(
    Effect.bind("x", () => Effect.succeed(2)),
    Effect.bindAll(
    ({ x }) => ({
    a: Effect.succeed(x + 1),
    b: Effect.succeed("foo")
    }),
    { concurrency: 2 }
    )
    )
    assert.deepStrictEqual(Effect.runSync(result), {
    x: 2,
    a: 3,
    b: "foo"
    })

  • #3410 192f2eb Thanks @​tim-smart! - add propagateInterruption option to Fiber{Handle,Set,Map}

    This option will send any external interrupts to the .join result.

  • #3410 718cb70 Thanks @​dilame! - feat(Stream): implement race operator, which accepts two upstreams and returns a stream that mirrors the first upstream to emit an item and interrupts the other upstream.

    import { Stream, Schedule, Console, Effect } from "effect"
    

    const stream = Stream.fromSchedule(Schedule.spaced("2 millis")).pipe(
    Stream.race(Stream.fromSchedule(Schedule.spaced("1 millis"))),
    Stream.take(6),

... (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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions