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

Open dependabot[bot] opened 4 hours ago

dependabot[bot] commented 4 hours ago

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

Package From To
@effect/cli 0.42.3 0.48.19
@effect/platform 0.63.3 0.69.19
@effect/platform-node 0.58.3 0.64.21
@effect/printer 0.35.2 0.38.12
@effect/printer-ansi 0.35.2 0.38.12
@effect/schema 0.72.2 0.75.5
effect 3.7.2 3.10.12

Updates @effect/cli from 0.42.3 to 0.48.19

Release notes

Sourced from @​effect/cli's releases.

@​effect/cli@​0.48.19

Patch Changes

  • Updated dependencies [eb8c52d]:
    • @​effect/platform@​0.69.19

@​effect/cli@​0.48.18

Patch Changes

Changelog

Sourced from @​effect/cli's changelog.

0.48.19

Patch Changes

  • Updated dependencies [eb8c52d]:
    • @​effect/platform@​0.69.19

0.48.18

Patch Changes

0.48.17

Patch Changes

0.48.16

Patch Changes

0.48.15

Patch Changes

  • Updated dependencies [8a30e1d]:
    • @​effect/platform@​0.69.15

0.48.14

Patch Changes

... (truncated)

Commits


Updates @effect/platform from 0.63.3 to 0.69.19

Release notes

Sourced from @​effect/platform's releases.

@​effect/platform@​0.69.19

Patch Changes

@​effect/platform-node@​0.64.20

Patch Changes

@​effect/platform@​0.69.18

Patch Changes

Changelog

Sourced from @​effect/platform's changelog.

0.69.19

Patch Changes

0.69.18

Patch Changes

0.69.17

Patch Changes

0.69.16

Patch Changes

0.69.15

Patch Changes

0.69.14

Patch Changes

... (truncated)

Commits


Updates @effect/platform-node from 0.58.3 to 0.64.21

Release notes

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

@​effect/platform-node@​0.64.21

Patch Changes

@​effect/platform-node@​0.64.20

Patch Changes

Changelog

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

0.64.21

Patch Changes

0.64.20

Patch Changes

0.64.19

Patch Changes

0.64.18

Patch Changes

  • Updated dependencies [3ff8e5b]:
    • @​effect/platform-node-shared@​0.19.17

0.64.17

Patch Changes

0.64.16

... (truncated)

Commits


Updates @effect/printer from 0.35.2 to 0.38.12

Release notes

Sourced from @​effect/printer's releases.

@​effect/printer-ansi@​0.38.12

Patch Changes

  • Updated dependencies [dd14efe]:
    • effect@3.10.12
    • @​effect/printer@​0.38.12
    • @​effect/typeclass@​0.29.12

@​effect/printer@​0.38.12

Patch Changes

  • Updated dependencies [dd14efe]:
    • effect@3.10.12
    • @​effect/typeclass@​0.29.12
Changelog

Sourced from @​effect/printer's changelog.

0.38.12

Patch Changes

  • Updated dependencies [dd14efe]:
    • effect@3.10.12
    • @​effect/typeclass@​0.29.12

0.38.11

Patch Changes

  • Updated dependencies [5eef499]:
    • effect@3.10.11
    • @​effect/typeclass@​0.29.11

0.38.10

Patch Changes

0.38.9

Patch Changes

0.38.8

Patch Changes

0.38.7

Patch Changes

0.38.6

... (truncated)

Commits


Updates @effect/printer-ansi from 0.35.2 to 0.38.12

Release notes

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

@​effect/printer-ansi@​0.38.12

Patch Changes

  • Updated dependencies [dd14efe]:
    • effect@3.10.12
    • @​effect/printer@​0.38.12
    • @​effect/typeclass@​0.29.12
Changelog

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

0.38.12

Patch Changes

  • Updated dependencies [dd14efe]:
    • effect@3.10.12
    • @​effect/printer@​0.38.12
    • @​effect/typeclass@​0.29.12

0.38.11

Patch Changes

  • Updated dependencies [5eef499]:
    • effect@3.10.11
    • @​effect/printer@​0.38.11
    • @​effect/typeclass@​0.29.11

0.38.10

Patch Changes

0.38.9

Patch Changes

0.38.8

Patch Changes

0.38.7

Patch Changes

... (truncated)

Commits


Updates @effect/schema from 0.72.2 to 0.75.5

Release notes

Sourced from @​effect/schema's releases.

@​effect/sql-mysql2@​0.21.3

Patch Changes

  • Updated dependencies [eb8c52d]:
    • @​effect/platform@​0.69.19
    • @​effect/sql@​0.20.3

@​effect/sql-d1@​0.18.3

Patch Changes

  • Updated dependencies [eb8c52d]:
    • @​effect/platform@​0.69.19
    • @​effect/sql@​0.20.3

@​effect/sql-mysql2@​0.21.2

Patch Changes

@​effect/sql-d1@​0.18.2

Patch Changes

@​effect/sql-mysql2@​0.21.1

Patch Changes

@​effect/sql-mysql2@​0.21.0

Patch Changes

  • Updated dependencies []:
    • @​effect/sql@​0.20.0

@​effect/sql-mysql2@​0.20.0

Patch Changes

... (truncated)

Changelog

Sourced from @​effect/schema's changelog.

0.75.5

Patch Changes

  • #3792 382556f Thanks @​gcanti! - resolve parse error when using pick with union of class schemas, closes #3751

  • #3790 97cb014 Thanks @​gcanti! - Equivalence: Fixed a bug related to discriminated tuples.

    Example:

    The following equivalence check was incorrectly returning false:

    import * as E from "@effect/schema/Equivalence"
    import * as S from "@effect/schema/Schema"
    

    // Union of discriminated tuples const schema = S.Union( S.Tuple(S.Literal("a"), S.String), S.Tuple(S.Literal("b"), S.Number) )

    const equivalence = E.make(schema)

    console.log(equivalence(["a", "x"], ["a", "x"])) // false

0.75.4

Patch Changes

  • Updated dependencies [61a99b2]:
    • effect@3.9.2

0.75.3

Patch Changes

  • #3761 360ec14 Thanks @​gcanti! - Allow Schema.Either to support Schema.Never without type errors, closes #3755.

    • Updated the type parameters of format to extend Schema.All instead of Schema<A, I, R>.
    • Updated the type parameters of Schema.EitherFromSelf to extend Schema.All instead of Schema.Any.
    • Updated the type parameters of Schema.Either to extend Schema.All instead of Schema.Any.
    • Updated the type parameters of Schema.EitherFromUnion to extend Schema.All instead of Schema.Any.

0.75.2

Patch Changes

... (truncated)

Commits


Updates effect from 3.7.2 to 3.10.12

Release notes

Sourced from effect's releases.

effect@3.10.12

Patch Changes

effect@3.10.11

Patch Changes

effect@3.10.10

Patch Changes

  • #3893 cd720ae Thanks @​tim-smart! - support "dropping" & "sliding" strategies in Mailbox

  • #3893 cd720ae Thanks @​tim-smart! - add Mailbox.fromStream api

  • #3886 b631f40 Thanks @​fubhy! - Optimized Base64.decode by not capturing the padding characters in the underlying array buffer.

    Previously, the implementation first captured the padding characters in the underlying array buffer and then returned a new subarray view of the buffer with the padding characters removed.

    By not capturing the padding characters, we avoid the creation of another typed array instance for the subarray view.

Changelog

Sourced from effect's changelog.

3.10.12

Patch Changes

3.10.11

Patch Changes

3.10.10

Patch Changes

  • #3893 cd720ae Thanks @​tim-smart! - support "dropping" & "sliding" strategies in Mailbox

  • #3893 cd720ae Thanks @​tim-smart! - add Mailbox.fromStream api

  • #3886 b631f40 Thanks @​fubhy! - Optimized Base64.decode by not capturing the padding characters in the underlying array buffer.

    Previously, the implementation first captured the padding characters in the underlying array buffer and then returned a new subarray view of the buffer with the padding characters removed.

    By not capturing the padding characters, we avoid the creation of another typed array instance for the subarray view.

3.10.9

Patch Changes

3.10.8

Patch Changes

... (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 a... _Description has been truncated_