Skip to content

Commit

Permalink
chore(deps): update dependency husky to v8 (#1576)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 9, 2022
1 parent b129edc commit 77874e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -151,7 +151,7 @@
"eslint-plugin-prettier": "4.0.0",
"faker": "5.5.3",
"fetch-mock": "9.11.0",
"husky": "7.0.4",
"husky": "8.0.1",
"jest": "27.5.1",
"lint-staged": "12.3.7",
"nock": "^13.2.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3686,10 +3686,10 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"

husky@7.0.4:
version "7.0.4"
resolved "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz"
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
husky@8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.1.tgz#511cb3e57de3e3190514ae49ed50f6bc3f50b3e9"
integrity sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==

iconv-lite@0.4.24:
version "0.4.24"
Expand Down

4 comments on commit 77874e8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.28% 5205/5702
🟡 Branches 79.74% 811/1017
🟢 Functions 86.29% 1221/1415
🟢 Lines 91.21% 5083/5573

Test suite run success

865 tests passing in 124 suites.

Report generated by 🧪jest coverage report action from 68ae077

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.28% 5205/5702
🟡 Branches 79.74% 811/1017
🟢 Functions 86.29% 1221/1415
🟢 Lines 91.21% 5083/5573

Test suite run success

865 tests passing in 124 suites.

Report generated by 🧪jest coverage report action from 34ba26d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.28% 5205/5702
🟡 Branches 79.74% 811/1017
🟢 Functions 86.29% 1221/1415
🟢 Lines 91.21% 5083/5573

Test suite run success

865 tests passing in 124 suites.

Report generated by 🧪jest coverage report action from 6cd7b41

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.28% 5205/5702
🟡 Branches 79.74% 811/1017
🟢 Functions 86.29% 1221/1415
🟢 Lines 91.21% 5083/5573

Test suite run success

865 tests passing in 124 suites.

Report generated by 🧪jest coverage report action from 727501e

Please sign in to comment.