-
Notifications
You must be signed in to change notification settings - Fork 0
Commit f79710f
authored
chore(deps-dev): bump husky from 8.0.3 to 9.0.1 (#182)
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.1.
<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.0.1</h2>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h2>TLDR;</h2>
<p>Improved user experience and a (even) smaller package size while
packing in more features!</p>
<h2>👋 By the Way</h2>
<p><strong>I'm available for remote work</strong> (Front-end/Back-end
mainly JS/TS but open to other stacks Rails, Go, Elixir). You can
contact me at my mail: typicode at gmail 🙂</p>
<h2>Introducing <code>husky init</code></h2>
<p>Adding husky to a project is now easier than ever. Although the
installation process was straightforward, it often required consulting
the documentation.</p>
<h3>v8</h3>
<pre lang="shell"><code>npm pkg set scripts.prepare="husky
install"
npm run prepare
npx husky add .husky/pre-commit "npm test"
</code></pre>
<h3>v9</h3>
<pre lang="shell"><code>npx husky init
</code></pre>
<h2>Adding a New Hook</h2>
<p>Adding a hook is now as simple as creating a file. This can be
accomplished using your favorite editor, a script or a basic
<code>echo</code> command.</p>
<h3>v8</h3>
<pre lang="shell"><code>npx husky add .husky/pre-commit "npm
test"
git add --chmod=+x .husky/pre-commit # On Windows
</code></pre>
<h3>v9</h3>
<pre lang="shell"><code>echo "npm test" > .husky/pre-commit
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typicode/husky/commit/513c2c95be44966afb0aaf7d96716c52782bcba3"><code>513c2c9</code></a>
9.0.1</li>
<li><a
href="https://github.com/typicode/husky/commit/e48ee6c1eec1485a3ae90a0a32db9375692d1593"><code>e48ee6c</code></a>
update npm_publish.yml</li>
<li><a
href="https://github.com/typicode/husky/commit/c68cc2625fc574bc44ed3d42e3289dbef6b0ed16"><code>c68cc26</code></a>
9.0.0</li>
<li><a
href="https://github.com/typicode/husky/commit/4bf0f79dddb20740f1828f30253bc833ce0796a5"><code>4bf0f79</code></a>
chore: fix deploy</li>
<li><a
href="https://github.com/typicode/husky/commit/c67a57a188f6e93c1607a735c212609710447ce3"><code>c67a57a</code></a>
v9</li>
<li><a
href="https://github.com/typicode/husky/commit/ec13855c167bcead06523ae43ca1b5152d77810f"><code>ec13855</code></a>
v9 (<a
href="https://redirect.github.com/typicode/husky/issues/1333">#1333</a>)</li>
<li><a
href="https://github.com/typicode/husky/commit/a5c36f582cefd81c3c8c170089bdb63fb5173ed8"><code>a5c36f5</code></a>
Add simplified Chinese documentation (<a
href="https://redirect.github.com/typicode/husky/issues/1290">#1290</a>)</li>
<li><a
href="https://github.com/typicode/husky/commit/3dd4ea211325a2ca715f2bde90e3c83f72f02f50"><code>3dd4ea2</code></a>
fix: posts urls</li>
<li><a
href="https://github.com/typicode/husky/commit/9d3eb31cd14d3fbdb77225d23a0c5a11f71beb2c"><code>9d3eb31</code></a>
Update troubleshooting.md (<a
href="https://redirect.github.com/typicode/husky/issues/1320">#1320</a>)</li>
<li><a
href="https://github.com/typicode/husky/commit/6a5290c48cd148cc83f4ad1b07dd2d2cc4ce2a28"><code>6a5290c</code></a>
docs: update hook references in migration guide (<a
href="https://redirect.github.com/typicode/husky/issues/1282">#1282</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/typicode/husky/compare/v8.0.3...v9.0.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 file changed
+5
-5
lines changed+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments