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 #393

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

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

Package From To
@effect/cli 0.36.40 0.37.3
@effect/platform 0.55.5 0.58.20
@effect/platform-node 0.51.5 0.53.19
@effect/printer 0.33.24 0.33.40
@effect/printer-ansi 0.33.24 0.33.40
@effect/schema 0.67.18 0.68.17
effect 3.2.8 3.4.7

Updates @effect/cli from 0.36.40 to 0.37.3

Release notes

Sourced from @​effect/cli's releases.

@​effect/cli@​0.37.3

Patch Changes

  • Updated dependencies []:
    • @​effect/printer@​0.33.40
    • @​effect/printer-ansi@​0.33.40

@​effect/cli@​0.37.2

Patch Changes

@​effect/cli@​0.37.1

Patch Changes

@​effect/cli@​0.37.0

Minor Changes

  • #3153 51bb7d5 Thanks @​IMax153! - Refactors the Prompt.custom constructor to make it easier to create custom Prompts.

    The Prompt.custom constructor allows for creation of a custom Prompt from the provided initial state and handlers.

    export const custom: <State, Output>(
      initialState: State | Effect<State, never, Prompt.Environment>,
      handlers: {
        readonly render: (
          state: State,
          action: Action<State, Output>,
        ) => Effect<string, never, Environment>;
        readonly process: (
          input: UserInput,
          state: State,
        ) => Effect<Action<State, Output>, never, Environment>;
        readonly clear: (
          state: State,
          action: Action<State, Output>,
        ) => Effect<string, never, Environment>;
      },
    ) => Prompt<Output> = InternalPrompt.custom;
    

... (truncated)

Changelog

Sourced from @​effect/cli's changelog.

0.37.3

Patch Changes

  • Updated dependencies []:
    • @​effect/printer@​0.33.40
    • @​effect/printer-ansi@​0.33.40

0.37.2

Patch Changes

0.37.1

Patch Changes

0.37.0

Minor Changes

  • #3153 51bb7d5 Thanks @​IMax153! - Refactors the Prompt.custom constructor to make it easier to create custom Prompts.

    The Prompt.custom constructor allows for creation of a custom Prompt from the provided initial state and handlers.

    export const custom: <State, Output>(
      initialState: State | Effect<State, never, Prompt.Environment>,
      handlers: {
        readonly render: (
          state: State,
          action: Action<State, Output>,
        ) => Effect<string, never, Environment>;
        readonly process: (
          input: UserInput,
          state: State,
        ) => Effect<Action<State, Output>, never, Environment>;
        readonly clear: (
          state: State,
          action: Action<State, Output>,
    

... (truncated)

Commits


Updates @effect/platform from 0.55.5 to 0.58.20

Release notes

Sourced from @​effect/platform's releases.

@​effect/platform@​0.58.20

Patch Changes

@​effect/platform@​0.58.19

Patch Changes

@​effect/platform@​0.58.18

Patch Changes

@​effect/platform@​0.58.17

Patch Changes

Changelog

Sourced from @​effect/platform's changelog.

0.58.20

Patch Changes

0.58.19

Patch Changes

0.58.18

Patch Changes

0.58.17

Patch Changes

0.58.16

Patch Changes

  • Updated dependencies [61e5964]:
    • @​effect/schema@​0.68.14

0.58.15

Patch Changes

0.58.14

Patch Changes

... (truncated)

Commits


Updates @effect/platform-node from 0.51.5 to 0.53.19

Release notes

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

@​effect/platform-node@​0.53.19

Patch Changes

  • Updated dependencies [a5737d6]:
    • effect@3.4.7
    • @​effect/platform@​0.58.20
    • @​effect/platform-node-shared@​0.8.19

@​effect/platform-node@​0.53.18

Patch Changes

  • Updated dependencies []:
    • @​effect/platform@​0.58.19
    • @​effect/platform-node-shared@​0.8.18

@​effect/platform-node@​0.53.17

Patch Changes

  • Updated dependencies [7f8900a]:
    • @​effect/platform@​0.58.18
    • @​effect/platform-node-shared@​0.8.17
Changelog

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

0.53.19

Patch Changes

  • Updated dependencies [a5737d6]:
    • effect@3.4.7
    • @​effect/platform@​0.58.20
    • @​effect/platform-node-shared@​0.8.19

0.53.18

Patch Changes

  • Updated dependencies []:
    • @​effect/platform@​0.58.19
    • @​effect/platform-node-shared@​0.8.18

0.53.17

Patch Changes

  • Updated dependencies [7f8900a]:
    • @​effect/platform@​0.58.18
    • @​effect/platform-node-shared@​0.8.17

0.53.16

Patch Changes

0.53.15

Patch Changes

  • Updated dependencies []:
    • @​effect/platform@​0.58.16
    • @​effect/platform-node-shared@​0.8.15

0.53.14

Patch Changes

  • Updated dependencies [baa90df]:
    • @​effect/platform@​0.58.15
    • @​effect/platform-node-shared@​0.8.14

... (truncated)

Commits


Updates @effect/printer from 0.33.24 to 0.33.40

Release notes

Sourced from @​effect/printer's releases.

@​effect/printer@​0.33.40

Patch Changes

  • Updated dependencies [34151d1]:
    • @​effect/typeclass@​0.24.40

@​effect/printer-ansi@​0.33.40

Patch Changes

  • Updated dependencies [34151d1]:
    • @​effect/typeclass@​0.24.40
    • @​effect/printer@​0.33.40

@​effect/printer-ansi@​0.33.39

Patch Changes

  • Updated dependencies [a5737d6]:
    • effect@3.4.7
    • @​effect/printer@​0.33.39
    • @​effect/typeclass@​0.24.39

@​effect/printer@​0.33.39

Patch Changes

  • Updated dependencies [a5737d6]:
    • effect@3.4.7
    • @​effect/typeclass@​0.24.39

@​effect/printer-ansi@​0.33.38

Patch Changes

@​effect/printer@​0.33.38

Patch Changes

Changelog

Sourced from @​effect/printer's changelog.

0.33.40

Patch Changes

  • Updated dependencies [34151d1]:
    • @​effect/typeclass@​0.24.40

0.33.39

Patch Changes

  • Updated dependencies [a5737d6]:
    • effect@3.4.7
    • @​effect/typeclass@​0.24.39

0.33.38

Patch Changes

0.33.37

Patch Changes

  • Updated dependencies [a047af9]:
    • effect@3.4.5
    • @​effect/typeclass@​0.24.37

0.33.36

Patch Changes

0.33.35

Patch Changes

0.33.34

... (truncated)

Commits


Updates @effect/printer-ansi from 0.33.24 to 0.33.40

Release notes

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

@​effect/printer-ansi@​0.33.40

Patch Changes

  • Updated dependencies [34151d1]:
    • @​effect/typeclass@​0.24.40
    • @​effect/printer@​0.33.40

@​effect/printer-ansi@​0.33.39

Patch Changes

  • Updated dependencies [a5737d6]:
    • effect@3.4.7
    • @​effect/printer@​0.33.39
    • @​effect/typeclass@​0.24.39

@​effect/printer-ansi@​0.33.38

Patch Changes

Changelog

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

0.33.40

Patch Changes

  • Updated dependencies [34151d1]:
    • @​effect/typeclass@​0.24.40
    • @​effect/printer@​0.33.40

0.33.39

Patch Changes

  • Updated dependencies [a5737d6]:
    • effect@3.4.7
    • @​effect/printer@​0.33.39
    • @​effect/typeclass@​0.24.39

0.33.38

Patch Changes

0.33.37

Patch Changes

  • Updated dependencies [a047af9]:
    • effect@3.4.5
    • @​effect/printer@​0.33.37
    • @​effect/typeclass@​0.24.37

0.33.36

Patch Changes

0.33.35

Patch Changes

... (truncated)

Commits


Updates @effect/schema from 0.67.18 to 0.68.17

Release notes

Sourced from @​effect/schema's releases.

@​effect/schema@​0.68.17

Patch Changes

  • #3166 15967cf Thanks @​gcanti! - Add filterEffect API, closes #3165

    The filterEffect function enhances the filter functionality by allowing the integration of effects, thus enabling asynchronous or dynamic validation scenarios. This is particularly useful when validations need to perform operations that require side effects, such as network requests or database queries.

    Example: Validating Usernames Asynchronously

    import { Schema } from "@effect/schema";
    import { Effect } from "effect";
    

    async function validateUsername(username: string) {
    return Promise.resolve(username === "gcanti");
    }

    const ValidUsername = Schema.String.pipe(
    Schema.filterEffect((username) =>
    Effect.promise(() =>
    validateUsername(username).then((valid) => valid || "Invalid username"),
    ),
    ),
    ).annotations({ identifier: "ValidUsername" });

    Effect.runPromise(Schema.decodeUnknown(ValidUsername)("xxx")).then(
    console.log,
    );
    /*
    ParseError: ValidUsername
    └─ Transformation process failure
    └─ Invalid username
    */

  • #3163 2328e17 Thanks @​gcanti! - Add pick and omit static functions to Struct interface, closes #3152.

    pick

    The pick static function available in each struct schema can be used to create a new Struct by selecting particular properties from an existing Struct.

    import { Schema } from "@effect/schema";
    

    const MyStruct = Schema.Struct({
    a: Schema.String,
    b: Schema.Number,
    c: Schema.Boolean,
    });

... (truncated)

Changelog

Sourced from @​effect/schema's changelog.

0.68.17

Patch Changes

  • #3166 15967cf Thanks @​gcanti! - Add filterEffect API, closes #3165

    The filterEffect function enhances the filter functionality by allowing the integration of effects, thus enabling asynchronous or dynamic validation scenarios. This is particularly useful when validations need to perform operations that require side effects, such as network requests or database queries.

    Example: Validating Usernames Asynchronously

    import { Schema } from "@effect/schema";
    import { Effect } from "effect";
    

    async function validateUsername(username: string) {
    return Promise.resolve(username === "gcanti");
    }

    const ValidUsername = Schema.String.pipe(
    Schema.filterEffect((username) =>
    Effect.promise(() =>
    validateUsername(username).then((valid) => valid || "Invalid username"),
    ),
    ),
    ).annotations({ identifier: "ValidUsername" });

    Effect.runPromise(Schema.decodeUnknown(ValidUsername)("xxx")).then(
    console.log,
    );
    /*
    ParseError: ValidUsername
    └─ Transformation process failure
    └─ Invalid username
    */

  • #3163 2328e17 Thanks @​gcanti! - Add pick and omit static functions to Struct interface, closes #3152.

    pick

    The pick static function available in each struct schema can be used to create a new Struct by selecting particular properties from an existing Struct.

    import { Schema } from "@effect/schema";
    

    const MyStruct = Schema.Struct({
    a: Schema.String,
    b: Schema.Number,
    c: Schema.Boolean,
    });

... (truncated)

Commits


Updates effect from 3.2.8 to 3.4.7

Release notes

Sourced from effect's releases.

effect@3.4.7

Patch Changes

effect@3.4.6

Patch Changes

  • #3096 5c0ceb0 Thanks @​gcanti! - Micro: align with Effect module (renamings and new combinators).

    General naming convention rule: <reference module (start with lowercase)><api (start with Uppercase)>.

    • Failure -> MicroCause
      • Failure.Expected<E> -> MicroCause.Fail<E>
      • Failure.Unexpected -> MicroCause.Die
      • Failure.Aborted -> MicroCause.Interrupt
      • FailureExpected -> causeFail
      • FailureUnexpected -> causeDie
      • FailureAborted -> causeInterrupt
      • failureIsExpected -> causeIsFail
      • failureIsExpected -> causeIsFail
      • failureIsUnexpected -> causeIsDie
      • failureIsAborted -> causeIsInterrupt
      • failureSquash -> causeSquash
      • failureWithTrace -> causeWithTrace
    • Result -> MicroExit
      • ResultAborted -> exitInterrupt
      • ResultSuccess -> exitSucceed
      • ResultFail -> exitFail
      • ResultFailUnexpected -> exitDie
      • ResultFailWith -> exitFailCause
      • resultIsSuccess -> exitIsSuccess
      • resultIsFailure -> exitIsFailure
      • resultIsAborted -> exitIsInterrupt
      • resultIsFailureExpected -> exitIsFail
      • resultIsFailureUnexpected -> exitIsDie
      • resultVoid -> exitVoid
    • DelayFn -> MicroSchedule
      • delayExponential -> scheduleExponential
      • delaySpaced -> scheduleSpaced
      • delayWithMax -> scheduleWithMaxDelay
      • delayWithMaxElapsed -> scheduleWithMaxElapsed
      • delayWithRecurs -> scheduleRecurs and make it a constructor
      • add scheduleAddDelay combinator
      • add scheduleUnion combinator
      • add scheduleIntersect combinator
    • Handle
      • abort -> interrupt
      • unsafeAbort -> unsafeInterrupt
    • provideServiceMicro -> provideServiceEffect

... (truncated)

Changelog

Sourced from effect's changelog.

3.4.7

Patch Changes

3.4.6

Patch Changes

  • #3096 5c0ceb0 Thanks @​gcanti! - Micro: align with Effect module (renamings and new combinators).

    General naming convention rule: <reference module (start with lowercase)><api (start with Uppercase)>.

    • Failure -> MicroCause
      • Failure.Expected<E> -> MicroCause.Fail<E>
      • Failure.Unexpected -> MicroCause.Die
      • Failure.Aborted -> MicroCause.Interrupt
      • FailureExpected -> causeFail
      • FailureUnexpected -> causeDie
      • FailureAborted -> causeInterrupt
      • failureIsExpected -> causeIsFail
      • failureIsExpected -> causeIsFail
      • failureIsUnexpected -> causeIsDie
      • failureIsAborted -> causeIsInterrupt
      • failureSquash -> causeSquash
      • failureWithTrace -> causeWithTrace
    • Result -> MicroExit
      • ResultAborted -> exitInterrupt
      • ResultSuccess -> exitSucceed
      • ResultFail -> exitFail
      • ResultFailUnexpected -> exitDie
      • ResultFailWith -> exitFailCause
      • resultIsSuccess -> exitIsSuccess
      • resultIsFailure -> exitIsFailure
      • resultIsAborted -> exitIsInterrupt
      • resultIsFailureExpected -> exitIsFail
      • resultIsFailureUnexpected -> exitIsDie
      • resultVoid -> exitVoid
    • DelayFn -> MicroSchedule
      • delayExponential -> scheduleExponential
      • delaySpaced -> scheduleSpaced
      • delayWithMax -> scheduleWithMaxDelay
      • delayWithMaxElapsed -> scheduleWithMaxElapsed
      • delayWithRecurs -> scheduleRecurs and make it a constructor
      • add scheduleAddDelay combinator
      • add scheduleUnion combinator
      • add scheduleIntersect combinator
    • Handle
      • abort -> interrupt

... (truncated)

Commits


Dependabot will resolve any conflicts with th...

Description has been truncated

dependabot[bot] commented 4 months ago

Superseded by #396.