Skip to content

Commit

Permalink
Bump husky from 7.0.4 to 8.0.1 (#17)
Browse files Browse the repository at this point in the history
* Bump husky from 7.0.4 to 8.0.1

Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.1.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v7.0.4...v8.0.1)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Copy `.husky/pre-commit` from stylelint/stylelint

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ybiquitous committed Jul 4, 2022
1 parent aa899fb commit dd6bf43
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
6 changes: 4 additions & 2 deletions .husky/pre-commit
@@ -1,4 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
#!/usr/bin/env sh
[ -n "$CI" ] && exit 0

. "$(dirname -- "$0")/_/husky.sh"

npx --no-install lint-staged
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,7 +48,7 @@
"@stylelint/prettier-config": "^2.0.0",
"eslint": "^8.16.0",
"eslint-config-stylelint": "^15.1.0",
"husky": "^7.0.4",
"husky": "^8.0.1",
"lint-staged": "^12.4.1",
"np": "^7.6.1",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit dd6bf43

Please sign in to comment.