lefthook 2.0.9 → 2.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -11
  3. package/schema.json +5 -1
package/README.md CHANGED
@@ -22,7 +22,7 @@ A Git hooks manager for Node.js, Ruby, Python and many other types of projects.
22
22
  With **Go** (>= 1.25):
23
23
 
24
24
  ```bash
25
- go install github.com/evilmartians/lefthook/v2@v2.0.9
25
+ go install github.com/evilmartians/lefthook/v2@v2.0.11
26
26
  ```
27
27
 
28
28
  * or as a go tool
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lefthook",
3
- "version": "2.0.9",
3
+ "version": "2.0.11",
4
4
  "description": "Simple git hooks manager",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,16 +28,16 @@
28
28
  },
29
29
  "homepage": "https://github.com/evilmartians/lefthook#readme",
30
30
  "optionalDependencies": {
31
- "lefthook-darwin-arm64": "2.0.9",
32
- "lefthook-darwin-x64": "2.0.9",
33
- "lefthook-linux-arm64": "2.0.9",
34
- "lefthook-linux-x64": "2.0.9",
35
- "lefthook-freebsd-arm64": "2.0.9",
36
- "lefthook-freebsd-x64": "2.0.9",
37
- "lefthook-openbsd-arm64": "2.0.9",
38
- "lefthook-openbsd-x64": "2.0.9",
39
- "lefthook-windows-arm64": "2.0.9",
40
- "lefthook-windows-x64": "2.0.9"
31
+ "lefthook-darwin-arm64": "2.0.11",
32
+ "lefthook-darwin-x64": "2.0.11",
33
+ "lefthook-linux-arm64": "2.0.11",
34
+ "lefthook-linux-x64": "2.0.11",
35
+ "lefthook-freebsd-arm64": "2.0.11",
36
+ "lefthook-freebsd-x64": "2.0.11",
37
+ "lefthook-openbsd-arm64": "2.0.11",
38
+ "lefthook-openbsd-x64": "2.0.11",
39
+ "lefthook-windows-arm64": "2.0.11",
40
+ "lefthook-windows-x64": "2.0.11"
41
41
  },
42
42
  "scripts": {
43
43
  "postinstall": "node postinstall.js"
package/schema.json CHANGED
@@ -439,7 +439,7 @@
439
439
  "type": "object"
440
440
  }
441
441
  },
442
- "$comment": "Last updated on 2025.12.01.",
442
+ "$comment": "Last updated on 2025.12.10.",
443
443
  "properties": {
444
444
  "min_version": {
445
445
  "type": "string",
@@ -503,6 +503,10 @@
503
503
  "type": "boolean",
504
504
  "description": "Skip running Git LFS hooks (enabled by default)"
505
505
  },
506
+ "no_auto_install": {
507
+ "type": "boolean",
508
+ "description": "Do not automatically install hooks when running lefthook"
509
+ },
506
510
  "glob_matcher": {
507
511
  "type": "string",
508
512
  "enum": [