Skip to content

Commit 0533ac1

Browse files
Bump husky from 9.1.6 to 9.1.7 (#501)
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 2e86b4f commit 0533ac1

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
@@ -52,7 +52,7 @@
5252
"@types/lodash": "^4.17.13",
5353
"@types/node": "^22.9.0",
5454
"eslint": "^8.57.1",
55-
"husky": "^9.1.6",
55+
"husky": "^9.1.7",
5656
"jest": "^29.7.0",
5757
"jest-junit": "^16.0.0",
5858
"license-checker-rseidelsohn": "^4.4.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ __metadata:
817817
"@types/node": "npm:^22.9.0"
818818
eslint: "npm:^8.57.1"
819819
hast-util-sanitize: "npm:^5.0.2"
820-
husky: "npm:^9.1.6"
820+
husky: "npm:^9.1.7"
821821
jest: "npm:^29.7.0"
822822
jest-junit: "npm:^16.0.0"
823823
license-checker-rseidelsohn: "npm:^4.4.2"
@@ -3307,12 +3307,12 @@ __metadata:
33073307
languageName: node
33083308
linkType: hard
33093309

3310-
"husky@npm:^9.1.6":
3311-
version: 9.1.6
3312-
resolution: "husky@npm:9.1.6"
3310+
"husky@npm:^9.1.7":
3311+
version: 9.1.7
3312+
resolution: "husky@npm:9.1.7"
33133313
bin:
33143314
husky: bin.js
3315-
checksum: 705673db4a247c1febd9c5df5f6a3519106cf0335845027bb50a15fba9b1f542cb2610932ede96fd08008f6d9f49db0f15560509861808b0031cdc0e7c798bac
3315+
checksum: 35bb110a71086c48906aa7cd3ed4913fb913823715359d65e32e0b964cb1e255593b0ae8014a5005c66a68e6fa66c38dcfa8056dbbdfb8b0187c0ffe7ee3a58f
33163316
languageName: node
33173317
linkType: hard
33183318

0 commit comments

Comments
 (0)