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

chore(deps-dev): bump the development-dependencies group across 1 directory with 8 updates #510

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

Bumps the development-dependencies group with 8 updates in the / directory:

Package From To
@biomejs/biome 1.8.3 1.9.4
@effect/vitest 0.9.2 0.13.2
@types/node 22.5.4 22.7.9
@vitest/coverage-v8 2.0.5 2.1.3
@vitest/ui 2.0.5 2.1.3
lefthook 1.7.15 1.8.1
typescript 5.6.2 5.6.3
vitest 2.0.5 2.1.3

Updates @biomejs/biome from 1.8.3 to 1.9.4

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.9.4

Analyzer

Bug fixes

  • Improved the message for unused suppression comments. Contributed by @​dyc3

  • Fix #4228, where the rule a11y/noInteractiveElementToNoninteractiveRole incorrectly reports a role for non-interactive elements. Contributed by @​eryue0220

  • noSuspiciousSemicolonInJsx now catches suspicious semicolons in React fragments. Contributed by @​vasucp1207

CLI

Enhancements

  • The --summary reporter now reports parsing diagnostics too. Contributed by @​ematipico

  • Improved performance of GritQL queries by roughly 25-30%. Contributed by @​arendjr

Configuration

Bug fixes

  • Fix an issue where the JSON schema marked lint rules options as mandatory. Contributed by @​ematipico

Formatter

Bug fixes

  • Fix #4121. Respect line width when printing multiline strings. Contributed by @​ah-yu

Linter

New features

Bug Fixes

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

v1.9.4 (2024-10-17)

Analyzer

Bug fixes

  • Implement GraphQL suppression action. Contributed by @​vohoanglong0107

  • Improved the message for unused suppression comments. Contributed by @​dyc3

  • Fix #4228, where the rule a11y/noInteractiveElementToNoninteractiveRole incorrectly reports a role for non-interactive elements. Contributed by @​eryue0220

  • noSuspiciousSemicolonInJsx now catches suspicious semicolons in React fragments. Contributed by @​vasucp1207

  • The syntax rule noTypeOnlyImportAttributes now ignores .cts files (#4361).

    Since TypeScript 5.3, type-only imports can be associated to an import attribute in CommonJS-enabled files. See the TypeScript docs.

    The following code is no longer reported as a syntax error:

    import type { TypeFromRequire } from "pkg" with {
        "resolution-mode": "require"
    };
    

    Note that this is only allowed in files ending with the cts extension.

    Contributed by @​Conaclos

CLI

Enhancements

  • The --summary reporter now reports parsing diagnostics too. Contributed by @​ematipico

  • Improved performance of GritQL queries by roughly 25-30%. Contributed by @​arendjr

Configuration

Bug fixes

  • Fix an issue where the JSON schema marked lint rules options as mandatory. Contributed by @​ematipico

Editors

Formatter

Bug fixes

... (truncated)

Commits


Updates @effect/vitest from 0.9.2 to 0.13.2

Release notes

Sourced from @​effect/vitest's releases.

@​effect/vitest@​0.13.2

Patch Changes

@​effect/vitest@​0.13.1

Patch Changes

  • Updated dependencies [9604d6b]:
    • effect@3.10.1
Changelog

Sourced from @​effect/vitest's changelog.

0.13.2

Patch Changes

0.13.1

Patch Changes

  • Updated dependencies [9604d6b]:
    • effect@3.10.1

0.13.0

Patch Changes

  • #3764 685a460 Thanks @​jessekelly881! - Adds property testing to @​effect/vitest

    import { Schema } from "effect"
    import { it } from "@effect/vitest"
    

    const realNumber = Schema.Finite.pipe(Schema.nonNaN())

    it.prop("symmetry", [realNumber, realNumber], ([a, b]) => a + b === b + a)

    it.effect.prop("symmetry", [realNumber, realNumber], ([a, b]) => Effect.gen(function* () { yield* Effect.void return a + b === b + a }) )

    it.scoped.prop( "should detect the substring", { a: Schema.String, b: Schema.String, c: Schema.String }, ({ a, b, c }) => Effect.gen(function* () { yield* Effect.scope return (a + b + c).includes(b) }) )

  • Updated dependencies [4a01828, 4a01828, c79c4c1, 38d30f0, 5821ce3]:

    • effect@3.10.0

0.12.1

... (truncated)

Commits


Updates @types/node from 22.5.4 to 22.7.9

Commits


Updates @vitest/coverage-v8 from 2.0.5 to 2.1.3

Release notes

Sourced from @​vitest/coverage-v8's releases.

v2.1.3

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v2.1.2

   🐞 Bug Fixes

... (truncated)

Commits
  • 4c03a0d chore: release v2.1.3
  • 7155cee refactor(coverage): move re-usable parts to base provider (#6665)
  • 0ce26a4 chore: release v2.1.2
  • 88bde99 fix(coverage): cleanOnRerun: false to invalidate previous results (#6592)
  • 1371ca6 fix(coverage): remove empty coverage folder on test failure too (#6547)
  • 699055e chore: release v2.1.1
  • 9f1fd18 chore: release v2.1.0
  • b2be23e chore: release v2.1.0-beta.7
  • 8ac7011 chore: release v2.1.0-beta.6
  • da52d23 fix(coverage): use project specific vitenode for uncovered files (#6044)
  • Additional commits viewable in compare view


Updates @vitest/ui from 2.0.5 to 2.1.3

Release notes

Sourced from @​vitest/ui's releases.

v2.1.3

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v2.1.2

   🐞 Bug Fixes

... (truncated)

Commits
  • 4c03a0d chore: release v2.1.3
  • 0ce26a4 chore: release v2.1.2
  • e7f3521 fix: move Vitest.setServer to post configureServer hook to enable import ...
  • d0bf89d fix(ui): list tests on ui when --standalone (#6577)
  • 699055e chore: release v2.1.1
  • 9f1fd18 chore: release v2.1.0
  • 94a186e fix(ui): render project name consistently (#6329)
  • b2be23e chore: release v2.1.0-beta.7
  • 0223bb7 fix(ui): remove "filters" flickering (#6463)
  • 97773e2 chore: fix edge case in license files bundling (#6460)
  • Additional commits viewable in compare view


Updates lefthook from 1.7.15 to 1.8.1

Release notes

Sourced from lefthook's releases.

v1.8.1

Changelog

  • 3c959bf0df03ceffb4dfd5989ae82dd91907af2d chore: bump Go to 1.23 (#856)
  • 453d026d3f3548e1b16dce22e422237475dfc468 fix: skip git lfs hook when calling manually (#855)

v1.8.0

Changelog

  • f3b1a816aabe650d3d9000949271d55e2422c9b3 feat: support globs in extends (#853)
  • 7d38c9499dfc92e10266a03f12d759dd5659f84b fix!: don't auto-install lefthook with npx if not found (#602)
  • 5afb245c7d6545e9eabb31c186d5d463fb12efc7 fix!: execute files command within configured root (#607)
  • 551787800bb7be157a81fdd4e400ae01c3bf0bfb fix: calculate hashsum of the full config (#854)

v1.7.22

Changelog

  • ba633c01f60bfe55d6d9415c25b447a788ec88d1 ci: parallelize publishing (#847)
  • d5b7e77f15fd9b835aa62a6fef066dd902324d16 feat: add skip option merge-commit (#850)
  • 9ddae4777c80a384ed8e208ff2831d048c2fefb5 fix: increase self update download timeout (#849)

v1.7.21

Changelog

v1.7.20

Changelog

v1.7.19

Changelog

  • bd4a109c8e914f96729b0a7d45f9304d6bed6383 chore: hide remaining wiki links (#841)
  • ddb5eb1d67e01a89c048fb68da582959714bb8d6 ci: generate apk files (#843)
  • bf9d4e62cfc6e526eae4bfdc5c66b6fcbae6f4f7 feat: maintain Python package too (#845)

v1.7.18

Changelog

  • 2eb8d43fcdfc47f647727becd7c130e13b80bfea deps: September 2024 (#829)
  • 9be9ab0e7499dde6b38e008d2078a3eb291f707a fix: force remote name origin when using remotes (#830)

v1.7.17

Changelog

  • 6383ff38f936d08a70769d0fab73c6ef3eca45eb feat: skip LFS hooks when pre-push hook is skipped (#818)

v1.7.16

Changelog

  • eb24c87bc72f72a2dd1b614a5685094bd1d63d20 chore: enhance some code parts (#824)
  • 3daab42c2fd0334e3134672d741c63068cc122dd fix: quote script path (#823)
Changelog

Sourced from lefthook's changelog.

1.8.1 (2024-10-23)

  • chore: bump Go to 1.23 (#856) by Valentin Kiselev
  • fix: skip git lfs hook when calling manually (#855) by Valentin Kiselev

1.8.0 (2024-10-22)

1.7.22 (2024-10-18)

1.7.21 (2024-10-17)

1.7.19 and 1.7.20 – failed to build

1.7.18 (2024-09-30)

1.7.17 (2024-09-26)

1.7.16 (2024-09-23)

Commits
  • 48cf7f6 1.8.1: ignore lfs hook when running pre-push from terminal
  • 3c959bf chore: bump Go to 1.23 (#856)
  • 453d026 fix: skip git lfs hook when calling manually (#855)
  • fa89715 1.8.0: avoid using npx and set root dir for commands when configured
  • 7d38c94 fix!: don't auto-install lefthook with npx if not found (#602)
  • 5afb245 fix!: execute files command within configured root (#607)
  • 5517878 fix: calculate hashsum of the full config (#854)
  • f3b1a81 feat: support globs in extends (#853)
  • 67626f7 docs: simplify configuration docs (#851)
  • fb7d017 1.7.22: add skip option merge-commit
  • Additional commits viewable in compare view


Updates typescript from 5.6.2 to 5.6.3

Release notes

Sourced from typescript's releases.

TypeScript 5.6.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • d48a5cf Bump version to 5.6.3 and LKG
  • fefa70a 🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...
  • ff71692 [release-5.6] Remove tsbuildInfo specification error now that we need it for ...
  • 1f44dcf 🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)
  • See full diff in compare view


Updates vitest from 2.0.5 to 2.1.3

Release notes

Sourced from vitest's releases.

v2.1.3

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v2.1.2

   🐞 B... _Description has been truncated_

dependabot[bot] commented 1 week ago

Superseded by #512.