Skip to content

Commit 7852020

Browse files
renovate[bot]renovate-botdotansimha
authored
chore(deps): update dependency husky to v7 (#510)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Dotan Simha <[email protected]>
1 parent 17e2c93 commit 7852020

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.husky/_/husky.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ if [ -z "$husky_skip_init" ]; then
2323

2424
if [ $exitCode != 0 ]; then
2525
echo "husky - $hook_name hook exited with code $exitCode (error)"
26-
exit $exitCode
2726
fi
2827

29-
exit 0
28+
exit $exitCode
3029
fi

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-plugin-node": "11.1.0",
4444
"eslint-plugin-promise": "5.1.0",
4545
"eslint-plugin-standard": "5.0.0",
46-
"husky": "6.0.0",
46+
"husky": "7.0.0",
4747
"jest": "27.0.6",
4848
"json-schema-to-markdown": "1.1.1",
4949
"lint-staged": "11.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4485,10 +4485,10 @@ human-signals@^2.1.0:
44854485
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
44864486
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
44874487

4488-
husky@6.0.0:
4489-
version "6.0.0"
4490-
resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e"
4491-
integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==
4488+
husky@7.0.0:
4489+
version "7.0.0"
4490+
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.0.tgz#3dbd5d28e76234689ee29bb41e048f28e3e46616"
4491+
integrity sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w==
44924492

44934493
[email protected], iconv-lite@^0.4.24:
44944494
version "0.4.24"

0 commit comments

Comments
 (0)