Bump lefthook from 1.11.6 to 1.12.3
Closed
Number: #180
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Contributor
Comments: 2
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 2
Created:
August 18, 2025 at 06:02 AM UTC
(22 days ago)
(22 days ago)
Updated:
August 22, 2025 at 11:08 PM UTC
(18 days ago)
(18 days ago)
Closed:
August 22, 2025 at 11:08 PM UTC
(18 days ago)
(18 days ago)
Time to Close:
5 days
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps lefthook from 1.11.6 to 1.12.3.
Release notes
Sourced from lefthook's releases.
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
- 975f9d68fd4cfb90edf97f7280e9e1758fbfecba ci: update GoReleaser configurations (#1040)
- 5f4ebede243bb3c87b18ccec7bf1c9b2623a3625 deps: bump github.com/kaptinlin/jsonschema from 0.2.3 to 0.2.4 (#1028)
- 48f20d024929e60638985fbf3fe3b7a92ae2e6f1 deps: bump github.com/kaptinlin/jsonschema from 0.2.4 to 0.4.1 (#1036)
- bba90797713af6241f7034f31c284fb9a995e8b4 deps: bump github.com/kaptinlin/jsonschema from 0.4.1 to 0.4.2 (#1042)
- aacadf24f9db1a0c893d7f8bdb18c2170a4ef1a8 deps: bump github.com/kaptinlin/jsonschema from 0.4.2 to 0.4.3
- 6db1f861db2f600cae018165a6783742990c99e5 deps: bump github.com/kaptinlin/jsonschema from 0.4.3 to 0.4.5
- 6fad8d2689b24cc3361427d41cd55c4e192ebe27 deps: bump github.com/knadh/koanf/parsers/yaml from 1.0.0 to 1.1.0
- 4a71900084e7c4c470639aad05e757ea9a38a647 deps: bump github.com/knadh/koanf/v2 from 2.2.0 to 2.2.1 (#1043)
- 8dd854422cc64dc82b501abb51d9e1d889e75054 feat: add exclude arg (#1063)
- f37db1824ce4867f17527f80b0f61639b0242fd6 feat: inherit group envs (#1061)
- 01fafb89b57f952f4b61d330ee401af89f2c8878 feat: show time for jobs (#1044)
- e8dca0cfcb2671d53d480020ec30973e9c84ccd5 feat: support devbox (#1031)
- 4075145817d6fe50aa68dc540c947e20e03b0b2b fix: apply implicit staged files filter to all files when all files arg given (#1062)
- 612ab19e538f5eca0a99fd377e7b1f0d9ece9c33 fix: bump goreleaser
- e3f5b2dc586d3742984231b9d7530a65c83b2a6f fix: friendlier updater error message
- 12430c52bd89b55054b53b7d864aa2f3ef2f50fb v1.11.14
... (truncated)
Changelog
Sourced from lefthook's changelog.
1.12.3 (2025-08-12)
- feat: add MIME types to file_types filters (#1092)
- fix: respect LEFTHOOK_CONFIG in lefthook install (#1090) by
@TECHNOFAB11
- docs: update pnpm installation note (#1089) by
@skoch13
- docs: improve wording of
run
,files
, andfiles-global
config descriptions, document that thesh
shell is used (#1086) by@ItsHarper
- docs: 404 for local-config (#1082) by
@rammanoj
- docs: fix typo (#1079) by
@eai04191
1.12.2 (2025-07-11)
- feat: add implicit template lefthook_job_name (#1074)
- docs: restructure documentation (#1075) by
@mrexox
- feat: allow overriding config path using LEFTHOOK_CONFIG env (#1072) by
@TECHNOFAB11
1.12.1 (2025-07-09)
- feat: add check-install command (#1064) by
@mrexox
- chore: only check if local configs exist by
@mrexox
- feat: allow using local config only (#1071) by
@sj26
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)
- fix: apply implicit staged files filter to all files when all files arg given (#1062)
- deps: bump github.com/kaptinlin/jsonschema to 0.4.5
- deps: bump github.com/knadh/koanf/parsers/yaml to 1.1.0
- deps: bump github.com/knadh/koanf/v2 to 2.2.1 (#1043)
- fix: friendlier updater error message
- fix: bump goreleaser
1.11.14 (2025-06-16)
- feat: show time for jobs (#1044) by
@adeebshihadeh
- ci: update GoReleaser configurations (#1040) by
@emmanuel-ferdman
- feat: support devbox (#1031) by
@misogihagi
- chore: regexp use improvements (#1034) by
@scop
- chore: upgrade golangci-lint to v2, address findings (#1027) by
@scop
1.11.13 (2025-05-16)
... (truncated)
Commits
54fc013
1.12.3: add MIME types to file_types filterf0a911b
feat: add MIME types to file_types filters (#1092)8004b3b
chore: style linter fixd41083c
fix: respect LEFTHOOK_CONFIG in lefthook install (#1090)fa1b79c
docs: update pnpm installation note (#1089)d9ec100
docs: fix usage link14e85d1
docs: improve wording ofrun
,files
, andfiles-global
config descriptio...97d8fb2
docs: 404 for local-config (#1082)1682e63
docs: fix typo (#1079)ba32452
docs: update links- Additional commits viewable in compare view
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)
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+45
+45
Deletions:
-45
-45
Package Dependencies
Technical Details
ID: | 5256786 |
UUID: | 2752060933 |
Node ID: | PR_kwDOMdP6DM6kCR4F |
Host: | GitHub |
Repository: | Exploratorium/rollup-plugin-drupal-sdc-generator |
Mergeable: | Yes |
Merge State: | Clean |
Rebaseable: | Yes |