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 across 1 directory with 7 updates #418

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

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

fix: improve jira client errors END_COMMIT_OVERRIDE

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

Package From To
@effect/cli 0.36.40 0.39.2
@effect/platform 0.55.5 0.60.2
@effect/platform-node 0.51.5 0.55.2
@effect/printer 0.33.24 0.33.51
@effect/printer-ansi 0.33.24 0.33.51
@effect/schema 0.67.18 0.69.2
effect 3.2.8 3.5.8

Updates @effect/cli from 0.36.40 to 0.39.2

Release notes

Sourced from @​effect/cli's releases.

@​effect/cli@​0.39.2

Patch Changes

@​effect/cli@​0.39.1

Patch Changes

  • #3329 b8e3ab6 Thanks @​IMax153! - The Prompt.all method now supports taking in a record of Prompts to be more consistent with other all APIs throughout the Effect ecosystem.

    You can now do:

    import * as Prompt from "@effect/cli/Prompt"
    import * as NodeContext from "@effect/platform-node/NodeContext"
    import * as Runtime from "@effect/platform-node/NodeRuntime"
    import * as Effect from "effect/Effect"
    

    const program = Prompt.all({ username: Prompt.text({ message: "Enter your username" }), password: Prompt.password({ message: "Enter your password: ", validate: (value) => value.length === 0 ? Effect.fail("Password cannot be empty") : Effect.succeed(value) }) })

    program.pipe( Effect.flatMap(({ username, password }) => /* Your logic here */ ), Effect.provide(NodeContext.layer), NodeRuntime.runMain )

  • #3332 c8f8690 Thanks @​IMax153! - improve the Prompt.all JSDoc and add example

  • Updated dependencies [f241154]:

    • @​effect/schema@​0.69.1
    • @​effect/platform@​0.60.1
Changelog

Sourced from @​effect/cli's changelog.

0.39.2

Patch Changes

0.39.1

Patch Changes

  • #3329 b8e3ab6 Thanks @​IMax153! - The Prompt.all method now supports taking in a record of Prompts to be more consistent with other all APIs throughout the Effect ecosystem.

    You can now do:

    import * as Prompt from "@effect/cli/Prompt"
    import * as NodeContext from "@effect/platform-node/NodeContext"
    import * as Runtime from "@effect/platform-node/NodeRuntime"
    import * as Effect from "effect/Effect"
    

    const program = Prompt.all({ username: Prompt.text({ message: "Enter your username" }), password: Prompt.password({ message: "Enter your password: ", validate: (value) => value.length === 0 ? Effect.fail("Password cannot be empty") : Effect.succeed(value) }) })

    program.pipe( Effect.flatMap(({ username, password }) => /* Your logic here */ ), Effect.provide(NodeContext.layer), NodeRuntime.runMain )

  • #3332 c8f8690 Thanks @​IMax153! - improve the Prompt.all JSDoc and add example

  • Updated dependencies [f241154]:

    • @​effect/schema@​0.69.1

... (truncated)

Commits


Updates @effect/platform from 0.55.5 to 0.60.2

Release notes

Sourced from @​effect/platform's releases.

@​effect/platform@​0.60.2

Patch Changes

@​effect/platform@​0.60.1

Patch Changes

  • Updated dependencies [f241154]:
    • @​effect/schema@​0.69.1

@​effect/platform@​0.60.0

Patch Changes

  • Updated dependencies [20807a4]:
    • @​effect/schema@​0.69.0

@​effect/platform@​0.59.3

Patch Changes

Changelog

Sourced from @​effect/platform's changelog.

0.60.2

Patch Changes

0.60.1

Patch Changes

  • Updated dependencies [f241154]:
    • @​effect/schema@​0.69.1

0.60.0

Patch Changes

  • Updated dependencies [20807a4]:
    • @​effect/schema@​0.69.0

0.59.3

Patch Changes

0.59.2

Patch Changes

0.59.1

Patch Changes

... (truncated)

Commits


Updates @effect/platform-node from 0.51.5 to 0.55.2

Release notes

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

@​effect/platform-node@​0.55.2

Patch Changes

@​effect/platform-node@​0.55.1

Patch Changes

  • Updated dependencies []:
    • @​effect/platform@​0.60.1
    • @​effect/platform-node-shared@​0.10.1

@​effect/platform-node@​0.55.0

Patch Changes

  • Updated dependencies []:
    • @​effect/platform@​0.60.0
    • @​effect/platform-node-shared@​0.10.0

@​effect/platform-node@​0.54.4

Patch Changes

Changelog

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

0.55.2

Patch Changes

0.55.1

Patch Changes

  • Updated dependencies []:
    • @​effect/platform@​0.60.1
    • @​effect/platform-node-shared@​0.10.1

0.55.0

Patch Changes

  • Updated dependencies []:
    • @​effect/platform@​0.60.0
    • @​effect/platform-node-shared@​0.10.0

0.54.4

Patch Changes

0.54.3

Patch Changes

0.54.2

Patch Changes

... (truncated)

Commits


Updates @effect/printer from 0.33.24 to 0.33.51

Release notes

Sourced from @​effect/printer's releases.

@​effect/printer-ansi@​0.33.51

Patch Changes

@​effect/printer@​0.33.51

Patch Changes

@​effect/printer-ansi@​0.33.50

Patch Changes

@​effect/printer@​0.33.50

Patch Changes

Changelog

Sourced from @​effect/printer's changelog.

0.33.51

Patch Changes

0.33.50

Patch Changes

0.33.49

Patch Changes

0.33.48

Patch Changes

  • Updated dependencies [a9d7800]:
    • effect@3.5.5
    • @​effect/typeclass@​0.24.48

0.33.47

Patch Changes

0.33.46

Patch Changes

... (truncated)

Commits


Updates @effect/printer-ansi from 0.33.24 to 0.33.51

Release notes

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

@​effect/printer-ansi@​0.33.51

Patch Changes

@​effect/printer-ansi@​0.33.50

Patch Changes

Changelog

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

0.33.51

Patch Changes

0.33.50

Patch Changes

0.33.49

Patch Changes

0.33.48

Patch Changes

  • Updated dependencies [a9d7800]:
    • effect@3.5.5
    • @​effect/printer@​0.33.48
    • @​effect/typeclass@​0.24.48

0.33.47

Patch Changes

0.33.46

Patch Changes

... (truncated)

Commits


Updates @effect/schema from 0.67.18 to 0.69.2

Release notes

Sourced from @​effect/schema's releases.

@​effect/schema@​0.69.2

Patch Changes

@​effect/schema@​0.69.1

Patch Changes

@​effect/schema@​0.69.0

Minor Changes

  • #3227 20807a4 Thanks @​gcanti! - ## Codemod

    For some of the breking changes, a code-mod has been released to make migration as easy as possible.

    You can run it by executing:

    npx @effect/codemod schema-0.69 src/**/*
    

    It might not be perfect - if you encounter issues, let us know! Also make sure you commit any changes before running it, in case you need to revert anything.

    Breaking Changes

    Schema

    • We've improved the TaggedRequest API to make it more intuitive by grouping parameters into a single object (codmod), closes #3144

      Before Update

      class Sample extends Schema.TaggedRequest<Sample>()(
        "Sample",
        Schema.String, // Failure Schema
        Schema.Number, // Success Schema
        { id: Schema.String, foo: Schema.Number }, // Payload Schema
      ) {}
      

      After Update

      class Sample extends Schema.TaggedRequest<Sample>()("Sample", {
        payload: {
          id: Schema.String,
          foo: Schema.Number,
      

... (truncated)

Changelog

Sourced from @​effect/schema's changelog.

0.69.2

Patch Changes

0.69.1

Patch Changes

0.69.0

Minor Changes

  • #3227 20807a4 Thanks @​gcanti! - ## Codemod

    For some of the breking changes, a code-mod has been released to make migration as easy as possible.

    You can run it by executing:

    npx @effect/codemod schema-0.69 src/**/*
    

    It might not be perfect - if you encounter issues, let us know! Also make sure you commit any changes before running it, in case you need to revert anything.

    Breaking Changes

    Schema

    • We've improved the TaggedRequest API to make it more intuitive by grouping parameters into a single object (codmod), closes #3144

      Before Update

      class Sample extends Schema.TaggedRequest<Sample>()(
        "Sample",
        Schema.String, // Failure Schema
        Schema.Number, // Success Schema
        { id: Schema.String, foo: Schema.Number }, // Payload Schema
      ) {}
      

      After Update

      class Sample extends Schema.TaggedRequest<Sample>()("Sample", {
      

... (truncated)

Commits


Updates effect from 3.2.8 to 3.5.8

Release notes

Sourced from effect's releases.

effect@3.5.8

Patch Changes

effect@3.5.7

Patch Changes

Changelog

Sourced from effect's changelog.

3.5.8

Patch Changes

3.5.7

Patch Changes

3.5.6

Patch Changes

3.5.5

Patch Changes

3.5.4

Patch Changes