ccntrq / git-jira-branch

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

fix(deps): bump the production-dependencies group across 1 directory with 7 updates #470

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 5 days ago

Bumps the production-dependencies group with 7 updates in the / directory:

Package From To
@effect/cli 0.42.3 0.43.3
@effect/platform 0.63.3 0.64.1
@effect/platform-node 0.58.3 0.59.1
@effect/printer 0.35.2 0.35.3
@effect/printer-ansi 0.35.2 0.35.3
@effect/schema 0.72.2 0.72.4
effect 3.7.2 3.7.3

Updates @effect/cli from 0.42.3 to 0.43.3

Release notes

Sourced from @​effect/cli's releases.

@​effect/cli@​0.43.3

Patch Changes

  • Updated dependencies [35a0f81, 8261c5a]:
    • effect@3.7.3
    • @​effect/platform@​0.64.1
    • @​effect/printer@​0.35.3
    • @​effect/printer-ansi@​0.35.3
    • @​effect/schema@​0.72.4

@​effect/cli@​0.43.2

Patch Changes

  • #3569 06989e9 Thanks @​IMax153! - Ensure QuitException terminates command-line processing.

    A QuitException raised by a Prompt that is executing as a fallback for a CLI option will terminate processing of the command line.

@​effect/cli@​0.43.1

Patch Changes

  • #3561 2df49c4 Thanks @​IMax153! - Add Options.withFallbackPrompt to CLI

    You can now specify that a command-line option should fallback to prompting the user for a value if no value is specified.

    import * as Options from "@effect/cli/Options"
    import * as Prompt from "@effect/cli/Prompt"
    

    const name = Options.text("name").pipe( Options.withFallbackPrompt( Prompt.text({ message: "Please provide your name" }) ) )

@​effect/cli@​0.43.0

Patch Changes

Changelog

Sourced from @​effect/cli's changelog.

0.43.3

Patch Changes

  • Updated dependencies [35a0f81, 8261c5a]:
    • effect@3.7.3
    • @​effect/platform@​0.64.1
    • @​effect/printer@​0.35.3
    • @​effect/printer-ansi@​0.35.3
    • @​effect/schema@​0.72.4

0.43.2

Patch Changes

  • #3569 06989e9 Thanks @​IMax153! - Ensure QuitException terminates command-line processing.

    A QuitException raised by a Prompt that is executing as a fallback for a CLI option will terminate processing of the command line.

0.43.1

Patch Changes

  • #3561 2df49c4 Thanks @​IMax153! - Add Options.withFallbackPrompt to CLI

    You can now specify that a command-line option should fallback to prompting the user for a value if no value is specified.

    import * as Options from "@effect/cli/Options"
    import * as Prompt from "@effect/cli/Prompt"
    

    const name = Options.text("name").pipe( Options.withFallbackPrompt( Prompt.text({ message: "Please provide your name" }) ) )

0.43.0

Patch Changes

Commits


Updates @effect/platform from 0.63.3 to 0.64.1

Release notes

Sourced from @​effect/platform's releases.

@​effect/platform@​0.64.1

Patch Changes

@​effect/platform@​0.64.0

Minor Changes

Patch Changes

Changelog

Sourced from @​effect/platform's changelog.

0.64.1

Patch Changes

0.64.0

Minor Changes

Patch Changes

Commits


Updates @effect/platform-node from 0.58.3 to 0.59.1

Release notes

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

@​effect/platform-node@​0.59.1

Patch Changes

  • Updated dependencies [35a0f81, 8261c5a]:
    • effect@3.7.3
    • @​effect/platform@​0.64.1
    • @​effect/platform-node-shared@​0.14.1

@​effect/platform-node@​0.59.0

Minor Changes

Patch Changes

Changelog

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

0.59.1

Patch Changes

  • Updated dependencies [35a0f81, 8261c5a]:
    • effect@3.7.3
    • @​effect/platform@​0.64.1
    • @​effect/platform-node-shared@​0.14.1

0.59.0

Minor Changes

Patch Changes

Commits


Updates @effect/printer from 0.35.2 to 0.35.3

Release notes

Sourced from @​effect/printer's releases.

@​effect/printer-ansi@​0.35.3

Patch Changes

  • Updated dependencies [35a0f81]:
    • effect@3.7.3
    • @​effect/printer@​0.35.3
    • @​effect/typeclass@​0.26.3

@​effect/printer@​0.35.3

Patch Changes

  • Updated dependencies [35a0f81]:
    • effect@3.7.3
    • @​effect/typeclass@​0.26.3
Changelog

Sourced from @​effect/printer's changelog.

0.35.3

Patch Changes

  • Updated dependencies [35a0f81]:
    • effect@3.7.3
    • @​effect/typeclass@​0.26.3
Commits


Updates @effect/printer-ansi from 0.35.2 to 0.35.3

Release notes

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

@​effect/printer-ansi@​0.35.3

Patch Changes

  • Updated dependencies [35a0f81]:
    • effect@3.7.3
    • @​effect/printer@​0.35.3
    • @​effect/typeclass@​0.26.3
Changelog

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

0.35.3

Patch Changes

  • Updated dependencies [35a0f81]:
    • effect@3.7.3
    • @​effect/printer@​0.35.3
    • @​effect/typeclass@​0.26.3
Commits


Updates @effect/schema from 0.72.2 to 0.72.4

Release notes

Sourced from @​effect/schema's releases.

@​effect/schema@​0.72.4

Patch Changes

  • Updated dependencies [35a0f81]:
    • effect@3.7.3

@​effect/schema@​0.72.3

Patch Changes

Changelog

Sourced from @​effect/schema's changelog.

0.72.4

Patch Changes

  • Updated dependencies [35a0f81]:
    • effect@3.7.3

0.72.3

Patch Changes

Commits


Updates effect from 3.7.2 to 3.7.3

Release notes

Sourced from effect's releases.

effect@3.7.3

Patch Changes

Changelog

Sourced from effect's changelog.

3.7.3

Patch Changes

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
dependabot[bot] commented 2 days ago

Superseded by #472.