Skip to content

Commit

Permalink
build(dev-deps): bump husky from 4.3.7 to 8.0.3 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk authored Apr 15, 2024
1 parent d1cb77c commit 9b28268
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 131 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint --edit $1
145 changes: 21 additions & 124 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"contributors": [
{
"name": "Stephen Vickers",
Expand Down Expand Up @@ -66,7 +61,8 @@
"@commitlint/config-conventional": "^11.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"husky": "^4.3.7",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"prebuildify": "^5.0.1",
"prebuildify-cross": "^5.0.0",
"semantic-release": "^21.1.1"
Expand All @@ -76,6 +72,7 @@
"build:gyp": "prebuildify --strip --target 10.24.1 --target 12.22.12 --target 14.21.3 --target 16.20.2 --target 18.17.1 --target 19.9.0 --target 20.5.1",
"build:gyp-cross": "prebuildify-cross --strip --target 10.24.1 --target 12.22.12 --target 14.21.3 --target 16.20.2 --target 18.17.1 --target 19.9.0 --target 20.5.1",
"native_install": "node-gyp-build",
"install": "node scripts/install.js"
"install": "node scripts/install.js",
"prepare": "is-ci || husky install"
}
}

0 comments on commit 9b28268

Please sign in to comment.