#1063: Bump husky from 9.0.11 to 9.1.5
Issue #1063 by dependabot[bot]
Bump husky from 9.0.11 to 9.1.5
Bumps husky from 9.0.11 to 9.1.5.
<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.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 # <- This is deprecated, remove it
- . "$(dirname -- "$0")/_/husky.sh" # <- 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.
It makes writing hooks more intuitive and is also slightly faster 🐺⚡️</p>
<pre lang="diff"><code># .husky/pre-commit
- npx jest
+ jest # ~0.2s faster
</code></pre>
<p>A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.</p>
<pre lang="shell"><code></tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<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><a href="https://github.com/typicod...
0 Replies