Skip to content

Commit c867274

Browse files
Bump husky from 9.1.6 to 9.1.7 (#687)
Bumps [husky](https://github.com/typicode/husky) from 9.1.6 to 9.1.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typicode/husky/releases">husky's releases</a>.</em></p> <blockquote> <h2>v9.1.7</h2> <h2>What's Changed</h2> <ul> <li>fix: add husky label to deprecated warning by <a href="https://github.com/smackfu"><code>@​smackfu</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1538">typicode/husky#1538</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/smackfu"><code>@​smackfu</code></a> made their first contribution in <a href="https://redirect.github.com/typicode/husky/pull/1538">typicode/husky#1538</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/typicode/husky/compare/v9.1.6...v9.1.7">https://github.com/typicode/husky/compare/v9.1.6...v9.1.7</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typicode/husky/commit/799e84b716d0e03db80db5d5b0dcdd15b9d555fc"><code>799e84b</code></a> 9.1.7</li> <li><a href="https://github.com/typicode/husky/commit/30f20490a5448819ef98f5962c99f91523591902"><code>30f2049</code></a> fix: add husky label to deprecated warning (<a href="https://redirect.github.com/typicode/husky/issues/1538">#1538</a>)</li> <li>See full diff in <a href="https://github.com/typicode/husky/compare/v9.1.6...v9.1.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=husky&package-manager=npm_and_yarn&previous-version=9.1.6&new-version=9.1.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent b6282d7 commit c867274

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint": "^8.57.1",
5050
"eslint-plugin-jest": "^28.9.0",
5151
"fast-glob": "^3.3.2",
52-
"husky": "^9.1.6",
52+
"husky": "^9.1.7",
5353
"jest": "^29.7.0",
5454
"jest-junit": "^16.0.0",
5555
"license-checker-rseidelsohn": "^4.4.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ __metadata:
820820
eslint: "npm:^8.57.1"
821821
eslint-plugin-jest: "npm:^28.9.0"
822822
fast-glob: "npm:^3.3.2"
823-
husky: "npm:^9.1.6"
823+
husky: "npm:^9.1.7"
824824
jest: "npm:^29.7.0"
825825
jest-junit: "npm:^16.0.0"
826826
license-checker-rseidelsohn: "npm:^4.4.2"
@@ -3229,12 +3229,12 @@ __metadata:
32293229
languageName: node
32303230
linkType: hard
32313231

3232-
"husky@npm:^9.1.6":
3233-
version: 9.1.6
3234-
resolution: "husky@npm:9.1.6"
3232+
"husky@npm:^9.1.7":
3233+
version: 9.1.7
3234+
resolution: "husky@npm:9.1.7"
32353235
bin:
32363236
husky: bin.js
3237-
checksum: 705673db4a247c1febd9c5df5f6a3519106cf0335845027bb50a15fba9b1f542cb2610932ede96fd08008f6d9f49db0f15560509861808b0031cdc0e7c798bac
3237+
checksum: 35bb110a71086c48906aa7cd3ed4913fb913823715359d65e32e0b964cb1e255593b0ae8014a5005c66a68e6fa66c38dcfa8056dbbdfb8b0187c0ffe7ee3a58f
32383238
languageName: node
32393239
linkType: hard
32403240

0 commit comments

Comments
 (0)