Skip to content

Conversation

@dependabot
Copy link

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

Bumps lefthook from 1.11.8 to 1.13.0.

Release notes

Sourced from lefthook's releases.

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)

v1.12.3

Changelog

  • 8004b3bd562e2455055ed716358e4707c051126c chore: style linter fix
  • f0a911b5c3b1e782d4ccd4188e6adf00c1623997 feat: add MIME types to file_types filters (#1092)
  • d41083cf65dba2c918d97eda8cf7f83691dee26a fix: respect LEFTHOOK_CONFIG in lefthook install (#1090)

v1.12.2

Changelog

  • 9f0534f50e652b9d5ce11c89dc0985f518ad8cf0 feat: add implicit template lefthook_job_name (#1074)
  • 47ba9db09706b1c41c0274e2295bdee62d7ee091 feat: allow overriding config path using LEFTHOOK_CONFIG env (#1072)
  • bd847e24601e2c3051ca9c86cf0979923a8708ac refactor: loading configs logic

v1.12.1

Changelog

  • af4149a9cf175ae4d4d3409149b3b0c6f1597d8b chore: only check if local configs exist
  • 2cdfa8750439343e7462caffa77f45b9a43d3ed9 feat: add check-install command (#1064)
  • 4fd484df1ac8e909a68f3aa022d296adc17c390f feat: allow using local config only (#1071)

v1.12.0

Changelog

  • eff9fd7df2c46d1a2e4984a4ef022465e65cdea4 feat: allow installing only specific hooks (#1069)
  • 1cea54f81b680bc45bb7eeae79354ca69829147a refactor!: restructure files and folders, remove deprecated options (#1067)

v1.11.16

Changelog

  • bfc70bab6d4cb7d1b79ab808f97e45a12b7df60d fix: race condition on repo state (#1066)

v1.11.15

Changelog

  • b6ccea34eaba761d21050c0d75f307720947d6e2 chore(deps): bump github.com/go-viper/mapstructure/v2
  • 35da657a27bf0d29a87bbdd50584908774f8e2f7 chore: regexp use improvements (#1034)
  • d1eb3be2522a2afa0da6cfa255d7843935af6812 chore: upgrade golangci-lint to v2, address findings (#1027)
  • a62f614fba033dcc4c02e952818ce7ad078dd23e chore: use CODEOWNERS

... (truncated)

Changelog

Sourced from lefthook's changelog.

1.13.0 (2025-09-11)

1.12.4 (2025-09-05)

1.12.3 (2025-08-12)

1.12.2 (2025-07-11)

1.12.1 (2025-07-09)

1.12.0 (2025-07-08)

  • feat: allow installing only specific hooks (#1069)
  • refactor: [breaking] restructure files and folders, remove deprecated options (#1067)

1.11.16 (2025-07-03)

  • fix: race condition on repo state (#1066)

1.11.15 (2025-07-03)

  • feat: add exclude arg (#1063)
  • feat: inherit group envs (#1061)

... (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.11.8 to 1.13.0.
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.11.8...v1.13.0)

---
updated-dependencies:
- dependency-name: lefthook
  dependency-version: 1.13.0
  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 15, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 22, 2025

Superseded by #38.

@dependabot dependabot bot closed this Sep 22, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/lefthook-1.13.0 branch September 22, 2025 09:26
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.

1 participant