Skip to content

Commit 2ad41f6

Browse files
Bump husky from 9.1.5 to 9.1.6 (#652)
Bumps [husky](https://github.com/typicode/husky) from 9.1.5 to 9.1.6. <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.6</h2> <h2>What's Changed</h2> <ul> <li>Fix issue where example pre-commit file is generated incorrectly by <a href="https://github.com/dexmlee"><code>@​dexmlee</code></a> in <a href="https://redirect.github.com/typicode/husky/pull/1519">typicode/husky#1519</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/OlegKipchatov"><code>@​OlegKipchatov</code></a> made their first contribution in <a href="https://redirect.github.com/typicode/husky/pull/1495">typicode/husky#1495</a></li> <li><a href="https://github.com/Byron2016"><code>@​Byron2016</code></a> made their first contribution in <a href="https://redirect.github.com/typicode/husky/pull/1499">typicode/husky#1499</a></li> <li><a href="https://github.com/dexmlee"><code>@​dexmlee</code></a> made their first contribution in <a href="https://redirect.github.com/typicode/husky/pull/1519">typicode/husky#1519</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/typicode/husky/compare/v9.1.5...v9.1.6">https://github.com/typicode/husky/compare/v9.1.5...v9.1.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typicode/husky/commit/a2d942a670b3d6a04578005a0fd2dc310e511849"><code>a2d942a</code></a> 9.1.6</li> <li><a href="https://github.com/typicode/husky/commit/b4465ed790c69ee72cc3da90fe8db7cbaaef1495"><code>b4465ed</code></a> fix: add parens around the null coalescing operator to fix issues when npm_co...</li> <li><a href="https://github.com/typicode/husky/commit/3b3e7f1785de637c493242d329cf4f4e1a626f73"><code>3b3e7f1</code></a> docs(spanish): improve spanish translation (<a href="https://redirect.github.com/typicode/husky/issues/1504">#1504</a>)</li> <li><a href="https://github.com/typicode/husky/commit/dcf3aedadccb27ec542cee57d3c506988676a4e5"><code>dcf3aed</code></a> dosc: repair support Spanish sponsors links (<a href="https://redirect.github.com/typicode/husky/issues/1500">#1500</a>)</li> <li><a href="https://github.com/typicode/husky/commit/c3afd5f88c0293bca66c617f9e20ba4896ec5e77"><code>c3afd5f</code></a> docs: support Spanish documentation (<a href="https://redirect.github.com/typicode/husky/issues/1499">#1499</a>)</li> <li><a href="https://github.com/typicode/husky/commit/c5f4f483f8e02b1daac8b05041714809afb10c31"><code>c5f4f48</code></a> docs: support Russian documentation (<a href="https://redirect.github.com/typicode/husky/issues/1495">#1495</a>)</li> <li>See full diff in <a href="https://github.com/typicode/husky/compare/v9.1.5...v9.1.6">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.5&new-version=9.1.6)](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 96491ea commit 2ad41f6

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.0",
5050
"eslint-plugin-jest": "^28.8.3",
5151
"fast-glob": "^3.3.2",
52-
"husky": "^9.1.5",
52+
"husky": "^9.1.6",
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
@@ -840,7 +840,7 @@ __metadata:
840840
eslint: "npm:^8.57.0"
841841
eslint-plugin-jest: "npm:^28.8.3"
842842
fast-glob: "npm:^3.3.2"
843-
husky: "npm:^9.1.5"
843+
husky: "npm:^9.1.6"
844844
jest: "npm:^29.7.0"
845845
jest-junit: "npm:^16.0.0"
846846
license-checker-rseidelsohn: "npm:^4.4.2"
@@ -3285,12 +3285,12 @@ __metadata:
32853285
languageName: node
32863286
linkType: hard
32873287

3288-
"husky@npm:^9.1.5":
3289-
version: 9.1.5
3290-
resolution: "husky@npm:9.1.5"
3288+
"husky@npm:^9.1.6":
3289+
version: 9.1.6
3290+
resolution: "husky@npm:9.1.6"
32913291
bin:
32923292
husky: bin.js
3293-
checksum: f42efb95a026303eb880898760f802d88409780dd72f17781d2dfc302177d4f80b641cf1f1694f53f6d97c536c7397684133d8c8fe4a4426f7460186a7d1c6b8
3293+
checksum: 705673db4a247c1febd9c5df5f6a3519106cf0335845027bb50a15fba9b1f542cb2610932ede96fd08008f6d9f49db0f15560509861808b0031cdc0e7c798bac
32943294
languageName: node
32953295
linkType: hard
32963296

0 commit comments

Comments
 (0)