Skip to content

Commit

Permalink
feat(*): change lefthook to prebundled binaries version
Browse files Browse the repository at this point in the history
  • Loading branch information
kiskv committed Oct 25, 2024
1 parent 3579cf8 commit 00807c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 113 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@alfalab/stylelint-core-vars": "1.6.0",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@evilmartians/lefthook": "1.8.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
Expand All @@ -26,7 +27,6 @@
"eslint-plugin-unicorn": "55.0.0",
"execa": "9.4.1",
"kebab-case": "1.0.0",
"lefthook": "1.8.0",
"prettier": "3.3.3",
"stylelint": "16.10.0"
},
Expand Down
123 changes: 11 additions & 112 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,16 @@ __metadata:
languageName: node
linkType: hard

"@evilmartians/lefthook@npm:1.8.1":
version: 1.8.1
resolution: "@evilmartians/lefthook@npm:1.8.1"
bin:
lefthook: bin/index.js
checksum: 10c0/1621d6e8b959fdf8f5479677f54ba3843027b3b51c7bf9b0b16da2e0281ff11b701a2aace2bfeba3d81e229960da6de5454ef6332d41e53eb0c21729301380e2
conditions: (os=darwin | os=linux | os=win32) & (cpu=x64 | cpu=arm64 | cpu=ia32)
languageName: node
linkType: hard

"@humanwhocodes/config-array@npm:^0.11.14":
version: 0.11.14
resolution: "@humanwhocodes/config-array@npm:0.11.14"
Expand Down Expand Up @@ -1894,6 +1904,7 @@ __metadata:
"@alfalab/stylelint-core-vars": "npm:1.6.0"
"@commitlint/cli": "npm:18.4.4"
"@commitlint/config-conventional": "npm:18.4.4"
"@evilmartians/lefthook": "npm:1.8.1"
"@semantic-release/changelog": "npm:6.0.3"
"@semantic-release/commit-analyzer": "npm:11.1.0"
"@semantic-release/git": "npm:10.0.1"
Expand All @@ -1917,7 +1928,6 @@ __metadata:
eslint-plugin-unicorn: "npm:55.0.0"
execa: "npm:9.4.1"
kebab-case: "npm:1.0.0"
lefthook: "npm:1.8.0"
prettier: "npm:3.3.3"
react: "npm:18.3.1"
semantic-release: "npm:22.0.12"
Expand Down Expand Up @@ -5348,117 +5358,6 @@ __metadata:
languageName: node
linkType: hard

"lefthook-darwin-arm64@npm:1.8.0":
version: 1.8.0
resolution: "lefthook-darwin-arm64@npm:1.8.0"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"lefthook-darwin-x64@npm:1.8.0":
version: 1.8.0
resolution: "lefthook-darwin-x64@npm:1.8.0"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"lefthook-freebsd-arm64@npm:1.8.0":
version: 1.8.0
resolution: "lefthook-freebsd-arm64@npm:1.8.0"
conditions: os=freebsd & cpu=arm64
languageName: node
linkType: hard

"lefthook-freebsd-x64@npm:1.8.0":
version: 1.8.0
resolution: "lefthook-freebsd-x64@npm:1.8.0"
conditions: os=freebsd & cpu=x64
languageName: node
linkType: hard

"lefthook-linux-arm64@npm:1.8.0":
version: 1.8.0
resolution: "lefthook-linux-arm64@npm:1.8.0"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard

"lefthook-linux-x64@npm:1.8.0":
version: 1.8.0
resolution: "lefthook-linux-x64@npm:1.8.0"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard

"lefthook-openbsd-arm64@npm:1.8.0":
version: 1.8.0
resolution: "lefthook-openbsd-arm64@npm:1.8.0"
conditions: os=openbsd & cpu=arm64
languageName: node
linkType: hard

"lefthook-openbsd-x64@npm:1.8.0":
version: 1.8.0
resolution: "lefthook-openbsd-x64@npm:1.8.0"
conditions: os=openbsd & cpu=x64
languageName: node
linkType: hard

"lefthook-windows-arm64@npm:1.8.0":
version: 1.8.0
resolution: "lefthook-windows-arm64@npm:1.8.0"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"lefthook-windows-x64@npm:1.8.0":
version: 1.8.0
resolution: "lefthook-windows-x64@npm:1.8.0"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"lefthook@npm:1.8.0":
version: 1.8.0
resolution: "lefthook@npm:1.8.0"
dependencies:
lefthook-darwin-arm64: "npm:1.8.0"
lefthook-darwin-x64: "npm:1.8.0"
lefthook-freebsd-arm64: "npm:1.8.0"
lefthook-freebsd-x64: "npm:1.8.0"
lefthook-linux-arm64: "npm:1.8.0"
lefthook-linux-x64: "npm:1.8.0"
lefthook-openbsd-arm64: "npm:1.8.0"
lefthook-openbsd-x64: "npm:1.8.0"
lefthook-windows-arm64: "npm:1.8.0"
lefthook-windows-x64: "npm:1.8.0"
dependenciesMeta:
lefthook-darwin-arm64:
optional: true
lefthook-darwin-x64:
optional: true
lefthook-freebsd-arm64:
optional: true
lefthook-freebsd-x64:
optional: true
lefthook-linux-arm64:
optional: true
lefthook-linux-x64:
optional: true
lefthook-openbsd-arm64:
optional: true
lefthook-openbsd-x64:
optional: true
lefthook-windows-arm64:
optional: true
lefthook-windows-x64:
optional: true
bin:
lefthook: bin/index.js
checksum: 10c0/42b43c7cc6164d612160a582ce6a32c7a1358c2a17086e56c1ac302504a73a4dcee6714cfb834bb112f898285979a1624a6597cf1da23624e34156962d5774d5
languageName: node
linkType: hard

"levn@npm:^0.4.1":
version: 0.4.1
resolution: "levn@npm:0.4.1"
Expand Down

0 comments on commit 00807c3

Please sign in to comment.