Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps lefthook from 1.12.2 to 1.13.5.

Release notes

Sourced from lefthook's releases.

v1.13.5

Changelog

  • 18592b7b72554c9842be6183ea9b51364dc42bad Fix Terminal Width Handling for Spinner Hook Names (#1150)
  • 1eeb7202dce28b73d8dc2b854d13e824130ff111 chore: a small cleanup
  • 2547c43aa155765c1431ac0fbc8261595dcc8b1a chore: fix naming for integration tests (#1146)
  • ffcfc29a10c48efb24f92c6fecc124eb4fd08db0 chore: tests improvements (#1148)
  • ccaeb214c9c9fd7c1b4ef59dcb6115ab4a83a8c1 ci: codecov (#1147)
  • 38926f4f750ac7e88c31723489a6e4f808d4e717 fix: add comprehensive tests for spinner name formatting (#1145)
  • d59cee94e958729040e80b7af631a2acd1ab0b5b refactor: use semver to check versions (#1152)

v1.13.4

Changelog

  • 762f01893915b8563f041eef2f994e3b0b4efb3a fix: add exclude option to hook level (#1141)
  • 54caac5c59ccb2d744f7888adb2aaea572f5e5f1 fix: allow skipping groups (#1140)

v1.13.3

Changelog

  • 2e83761a2c9b587c18b81003344566659ee931eb deps: September 2025 (#1139)
  • 116f89632b19785e06da697caac988ac369dc730 fix: concurrent map access issue (#1138)

v1.13.2

Changelog

  • 720199a6e59dce9b5211b815c65efe8f0b7be169 feat: inherit file_types from parent jobs (#1135)
  • 3f84827ee4f07c82ce76e3947538ac222f761af0 fix: move gen at root (#1133)
  • 0ae7b1664d1bdce3b52138fae2299c40e5e09998 refactor: better scope subpackages (#1132)

v1.13.1

Changelog

  • 884936b542a3535a43ab91a5e419baf159919d11 chore: update issue templates
  • ea6bc864a7a5040bc029080e54f1706e533c72a1 feat: add no stage fixed argument (#1130)
  • bb0b49517d4a3b03f5924c374536ba92077d7264 fix: re-evaluate status for changeset (#1129)
  • 78b307e0fa2cdd2798b1d1f587b6bebe3957bc99 refactor: reduce the amount of code in a single file (#1118)
  • ef680577ba630e9bd6c3b96c169c09f2bb34516a refactor: reduce the amount of code in a single file (#1131)

v1.13.0

Changelog

  • 379d1fb0e7711ab3252732d84e103b33f22b9a03 chore: simplify PR template
  • 6e0e843857eae86d98afe7f62edd200a7c040660 feat: fail on change (#1095)
  • 8aba4e3063059f604694f73847a8d9916a3475b4 feat: recursively log successful results in summary (#1108)
  • 97734e3afc830c0973dddfcfad28edeb2f368940 fix: add mutex to prevent concurrent git adds (#1115)
  • 85521644812563675250bda68860f3de60a4425c fix: groups with successes and skips are successful (#1107)
  • 0b679d01a02b90dd7d8a97ee79adc22497dc0882 fix: set --force for git add command (#1104)
  • 69679a987e24de54f9ac2f10d2518564e7a50dda fix: use batched cmd for calculating git hashes (#1116)
  • 1b42ebb2a1519a602c7db1098493a143462e1444 refactor: improve structuring (#1103)

v1.12.4

Changelog

  • e0ce09452ffafc955fffc9aa44e49461af909c7b chore(deps): bump github.com/go-viper/mapstructure/v2 (#1094)
  • e7c53ad860ee20ee52f34a8c14a60f250bb02c6c deps: September 2025 (#1102)
  • 78b58668aa8ec0e232ef4923fcdaf4b8b0fe1929 feat: add tags argument (#1101)

... (truncated)

Changelog

Sourced from lefthook's changelog.

1.13.5 (2025-09-29)

1.13.4 (2025-09-23)

1.13.3 (2025-09-23)

1.13.2 (2025-09-22)

1.13.1 (2025-09-17)

1.13.0 (2025-09-11)

... (truncated)

Commits

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [lefthook](https://github.com/evilmartians/lefthook) from 1.12.2 to 1.13.5.
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.12.2...v1.13.5)

---
updated-dependencies:
- dependency-name: lefthook
  dependency-version: 1.13.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants