mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
Merge pull request #377 from toddbluhm/dependabot/npm_and_yarn/husky-9.1.7
chore(deps-dev): bump husky from 4.3.8 to 9.1.7
This commit is contained in:
commit
f29a4e4a55
3
.github/workflows/linux-tests.yml
vendored
3
.github/workflows/linux-tests.yml
vendored
@ -6,6 +6,9 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
env:
|
||||||
|
HUSKY: 0
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [18.x, 20.x, 22.x]
|
node-version: [18.x, 20.x, 22.x]
|
||||||
|
|||||||
3
.github/workflows/windows-tests.yml
vendored
3
.github/workflows/windows-tests.yml
vendored
@ -7,6 +7,9 @@ jobs:
|
|||||||
|
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
|
env:
|
||||||
|
HUSKY: 0
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [18.x, 20.x, 22.x]
|
node-version: [18.x, 20.x, 22.x]
|
||||||
|
|||||||
1
.husky/commit-msg
Normal file
1
.husky/commit-msg
Normal file
@ -0,0 +1 @@
|
|||||||
|
npx commitlint --edit
|
||||||
@ -4,8 +4,7 @@
|
|||||||
[](https://www.npmjs.com/package/env-cmd)
|
[](https://www.npmjs.com/package/env-cmd)
|
||||||
[](https://www.npmjs.com/package/env-cmd)
|
[](https://www.npmjs.com/package/env-cmd)
|
||||||
[](https://github.com/toddbluhm/env-cmd/blob/master/LICENSE)
|
[](https://github.com/toddbluhm/env-cmd/blob/master/LICENSE)
|
||||||
[](https://github.com/toddbluhm/ts-standard)
|
[](https://github.com/typescript-eslint/typescript-eslint)
|
||||||
[](https://dependabot.com/)
|
|
||||||
|
|
||||||
# env-cmd
|
# env-cmd
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,7 @@
|
|||||||
"env-cmd": "bin/env-cmd.js"
|
"env-cmd": "bin/env-cmd.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"prepare": "husky",
|
||||||
"test": "mocha -r ts-node/register ./test/**/*.ts",
|
"test": "mocha -r ts-node/register ./test/**/*.ts",
|
||||||
"test-cover": "nyc npm test",
|
"test-cover": "nyc npm test",
|
||||||
"coveralls": "coveralls < coverage/lcov.info",
|
"coveralls": "coveralls < coverage/lcov.info",
|
||||||
@ -63,7 +64,7 @@
|
|||||||
"chai": "^4.0.0",
|
"chai": "^4.0.0",
|
||||||
"coveralls": "^3.0.0",
|
"coveralls": "^3.0.0",
|
||||||
"globals": "^15.12.0",
|
"globals": "^15.12.0",
|
||||||
"husky": "^4.0.0",
|
"husky": "^9.1.7",
|
||||||
"mocha": "^7.0.0",
|
"mocha": "^7.0.0",
|
||||||
"nyc": "^15.0.0",
|
"nyc": "^15.0.0",
|
||||||
"sinon": "^9.0.0",
|
"sinon": "^9.0.0",
|
||||||
@ -102,11 +103,6 @@
|
|||||||
"devDependencyPin": "fix: pin devDependecy ${dependency}"
|
"devDependencyPin": "fix: pin devDependecy ${dependency}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"husky": {
|
|
||||||
"hooks": {
|
|
||||||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"commitlint": {
|
"commitlint": {
|
||||||
"extends": [
|
"extends": [
|
||||||
"@commitlint/config-conventional"
|
"@commitlint/config-conventional"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user