Skip to content

Commit

Permalink
chore: Bump husky from 8.0.3 to 9.1.6 (#262)
Browse files Browse the repository at this point in the history
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 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>
<h2>v9.1.5</h2>
<h2>What's Changed</h2>
<ul>
<li>fixes <a
href="https://redirect.github.com/typicode/husky/issues/1494">#1494</a>,
support <code>pre-merge-commit</code> hook by <a
href="https://github.com/RainMeoCat"><code>@​RainMeoCat</code></a> in <a
href="https://redirect.github.com/typicode/husky/pull/1497">typicode/husky#1497</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/RainMeoCat"><code>@​RainMeoCat</code></a> made
their first contribution in <a
href="https://redirect.github.com/typicode/husky/pull/1497">typicode/husky#1497</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/typicode/husky/compare/v9.1.4...v9.1.5">https://github.com/typicode/husky/compare/v9.1.4...v9.1.5</a></p>
<h2>v9.1.4</h2>
<ul>
<li>Improve deprecation notice</li>
</ul>
<h2>v9.1.3</h2>
<ul>
<li>fix: better handle space in <code>PATH</code></li>
</ul>
<h2>v9.1.2</h2>
<p>Show a message instead of automatically removing deprecated code.</p>
<p>This only concerns projects that still have the following code in
their hooks:</p>
<pre lang="diff"><code>- #!/usr/bin/env sh # &lt;- This is deprecated,
remove it
- . &quot;$(dirname -- &quot;$0&quot;)/_/husky.sh&quot; # &lt;- This is
deprecated, remove it
<h1>Rest of your hook code</h1>
<p></code></pre></p>
<p><strong>Hooks with these lines will fail in
<code>v10.0.0</code></strong></p>
<h2>v9.1.1</h2>
<!-- raw HTML omitted -->
<p><em>Super saiyan <del>god</del> dog! It's over 9.0.0!</em></p>
<h1>What's new</h1>
<p>You can now run package commands directly, no need for
<code>npx</code> or equivalents.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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><a
href="https://github.com/typicode/husky/commit/2fee8d212c601942ad146ea9209f15c20a07fb6d"><code>2fee8d2</code></a>
9.1.5</li>
<li><a
href="https://github.com/typicode/husky/commit/397e7f05c34c7a9065a10dcc8384c886176482ee"><code>397e7f0</code></a>
fixes <a
href="https://redirect.github.com/typicode/husky/issues/1494">#1494</a>
support pre-merge-commit hook</li>
<li><a
href="https://github.com/typicode/husky/commit/fc549e0e5c8723a6d796f6ad26ef6590769f5d82"><code>fc549e0</code></a>
9.1.4</li>
<li><a
href="https://github.com/typicode/husky/commit/9891ace6454b111bccf6d38860f6ce08c4424a5d"><code>9891ace</code></a>
clarify deprecation message</li>
<li>Additional commits viewable in <a
href="https://github.com/typicode/husky/compare/v8.0.3...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=8.0.3&new-version=9.1.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 212c12f commit 6e8ba3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint-plugin-ava": "^15.0.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-square": "^26.0.0",
"husky": "^8.0.3",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"micro-dev": "^3.1.0",
"node-fetch": "^2.7.0",
Expand Down

0 comments on commit 6e8ba3e

Please sign in to comment.