Skip to content

Commit

Permalink
deps(npm-dev): bump husky from 8.0.2 to 8.0.3 (#602)
Browse files Browse the repository at this point in the history
Bumps [husky](https://github.com/typicode/husky) from 8.0.2 to 8.0.3.
<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>v8.0.3</h2>
<ul>
<li>fix: add git not installed message <a
href="https://github-redirect.dependabot.com/typicode/husky/issues/1208">#1208</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typicode/husky/commit/3c0e08d3ca4d01d04ebb92089e68c47e131ab6be"><code>3c0e08d</code></a>
8.0.3</li>
<li><a
href="https://github.com/typicode/husky/commit/1ed3f9a362cdedb02acaf0109c220ce1ac59f177"><code>1ed3f9a</code></a>
fix: change message</li>
<li><a
href="https://github.com/typicode/husky/commit/500d4506acfb32da682a03ce92206c9ebdb94ff4"><code>500d450</code></a>
fix: add git not installed error message (<a
href="https://github-redirect.dependabot.com/typicode/husky/issues/1208">#1208</a>)</li>
<li><a
href="https://github.com/typicode/husky/commit/2945907d1ca5bc8624406014b80fa3d998497cbb"><code>2945907</code></a>
chore(deps): bump minimatch from 3.0.4 to 3.1.2 (<a
href="https://github-redirect.dependabot.com/typicode/husky/issues/1229">#1229</a>)</li>
<li><a
href="https://github.com/typicode/husky/commit/9f6dac446545cf12e91cb4861e126f5014469453"><code>9f6dac4</code></a>
chore: remove stale bot</li>
<li><a
href="https://github.com/typicode/husky/commit/f6c2c06d196d0b4e318e2efee911150859b27749"><code>f6c2c06</code></a>
chore: update package-lock.json</li>
<li><a
href="https://github.com/typicode/husky/commit/f862dc2b5cb5ffdda6fc60b48190c47e176b52b6"><code>f862dc2</code></a>
chore: update devDependencies</li>
<li>See full diff in <a
href="https://github.com/typicode/husky/compare/v8.0.2...v8.0.3">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.2&new-version=8.0.3)](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 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 Jan 4, 2023
1 parent 2b7e427 commit c3c7187
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -32,7 +32,7 @@
]
},
"devDependencies": {
"husky": "^8.0.2",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"npm-run-all": "^4.1.5",
"open": "^8.4.0",
Expand Down

0 comments on commit c3c7187

Please sign in to comment.