[PR #2330] [CLOSED] chore(deps): bump husky from 7.0.4 to 8.0.0 #3736

Closed
opened 2026-03-17 01:19:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2330
Author: @dependabot[bot]
Created: 5/9/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/husky-8.0.0


📝 Commits (1)

  • ce2f04d chore(deps): bump husky from 7.0.4 to 8.0.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps husky from 7.0.4 to 8.0.0.

Release notes

Sourced from husky's releases.

v8.0.0

What's Changed

Feats

  • feat: add husky - prefix to logged global error messages by @​joshbalfour in typicode/husky#1092
  • feat: show PATH when command not found to improve debuggability
  • feat: drop Node 12 support
  • feat: skip install if $HUSKY=0

Fixes

Docs

Chore

Commits

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2330 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/9/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/husky-8.0.0` --- ### 📝 Commits (1) - [`ce2f04d`](https://github.com/hoppscotch/hoppscotch/commit/ce2f04d4e76eaf5f1201e2172053af296d0a25bd) chore(deps): bump husky from 7.0.4 to 8.0.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.0. <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.0</h2> <h2>What's Changed</h2> <h3>Feats</h3> <ul> <li>feat: add <code>husky -</code> prefix to logged global error messages by <a href="https://github.com/joshbalfour"><code>@​joshbalfour</code></a> in <a href="https://github-redirect.dependabot.com/typicode/husky/pull/1092">typicode/husky#1092</a></li> <li>feat: show <code>PATH</code> when command not found to improve debuggability</li> <li>feat: drop Node 12 support</li> <li>feat: skip install if <code>$HUSKY=0</code></li> </ul> <h3>Fixes</h3> <ul> <li>fix: hook script use <code>/usr/bin/env sh</code> instead of direct path of <code>sh</code> by <a href="https://github.com/skhaz"><code>@​skhaz</code></a> in <a href="https://github-redirect.dependabot.com/typicode/husky/pull/1051">typicode/husky#1051</a></li> <li>fix: actually set 'husky_skip_init' as readonly in <code>./husky.sh</code> by <a href="https://github.com/hyperupcall"><code>@​hyperupcall</code></a> in <a href="https://github-redirect.dependabot.com/typicode/husky/pull/1104">typicode/husky#1104</a></li> <li>fix: force <code>basename</code>/<code>dirname</code> to treat <code>$0</code> as an argument by <a href="https://github.com/mataha"><code>@​mataha</code></a> in <a href="https://github-redirect.dependabot.com/typicode/husky/pull/1132">typicode/husky#1132</a></li> <li>fix: remove <code>git.io</code> links by <a href="https://github.com/renbaoshuo"><code>@​renbaoshuo</code></a> in <a href="https://github-redirect.dependabot.com/typicode/husky/pull/1136">typicode/husky#1136</a></li> </ul> <h3>Docs</h3> <ul> <li>docs: fix uninstall via npm by <a href="https://github.com/pddpd"><code>@​pddpd</code></a> in <a href="https://github-redirect.dependabot.com/typicode/husky/pull/1033">typicode/husky#1033</a></li> <li>docs: add dog emoji as favicon by <a href="https://github.com/jamiehaywood"><code>@​jamiehaywood</code></a> in <a href="https://github-redirect.dependabot.com/typicode/husky/pull/1095">typicode/husky#1095</a></li> <li>docs: replace deprecated <code>npx --no-install</code> option with <code>npx --no</code> by <a href="https://github.com/sibiraj-s"><code>@​sibiraj-s</code></a> in <a href="https://github-redirect.dependabot.com/typicode/husky/pull/1070">typicode/husky#1070</a></li> <li>docs: add <code>pnpm</code> installation by <a href="https://github.com/MohamadKh75"><code>@​MohamadKh75</code></a> in <a href="https://github-redirect.dependabot.com/typicode/husky/pull/1139">typicode/husky#1139</a></li> </ul> <h3>Chore</h3> <ul> <li>chore: update workflows by <a href="https://github.com/tiziodcaio"><code>@​tiziodcaio</code></a> in <a href="https://github-redirect.dependabot.com/typicode/husky/pull/1125">typicode/husky#1125</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typicode/husky/commit/f5b5c33381c03d8e77970e58b9af4a641fc1f153"><code>f5b5c33</code></a> chore: update version</li> <li><a href="https://github.com/typicode/husky/commit/3e0e15c980b601e3d90abe25ec809de5c987ba6a"><code>3e0e15c</code></a> feat: show PATH if command not found</li> <li><a href="https://github.com/typicode/husky/commit/356714bed021480db130c05179d8d93e875da67f"><code>356714b</code></a> test: command not found message</li> <li><a href="https://github.com/typicode/husky/commit/21bc34286fe69a3212b24516b1475a5e41956eed"><code>21bc342</code></a> feat: skip install if $HUSKY=0</li> <li><a href="https://github.com/typicode/husky/commit/e9351c0c1900ca29dbd78c39a4e6fa12ba9df4bb"><code>e9351c0</code></a> docs: add pnpm installation (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/1139">#1139</a>)</li> <li><a href="https://github.com/typicode/husky/commit/19710f72a19ae1c10cba74c5900588ee66466ae2"><code>19710f7</code></a> docs: replace deprecated npx option (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/1070">#1070</a>)</li> <li><a href="https://github.com/typicode/husky/commit/4b3393181987411ee59165a3180d07965b93cdbc"><code>4b33931</code></a> docs: fix windows workaround</li> <li><a href="https://github.com/typicode/husky/commit/54b3fab0201d7869aedf1c2204d17cfd88e28cad"><code>54b3fab</code></a> chore: skip windows npm 6 tests</li> <li><a href="https://github.com/typicode/husky/commit/74a88ef9b43b8526ad3ac171c3944e4c83cb1192"><code>74a88ef</code></a> test: skip sub-dir</li> <li><a href="https://github.com/typicode/husky/commit/d400b3b29cc64e88f6793ca87d28a35d78c73e1b"><code>d400b3b</code></a> test: skip sub-dir</li> <li>Additional commits viewable in <a href="https://github.com/typicode/husky/compare/v7.0.4...v8.0.0">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=7.0.4&new-version=8.0.0)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:19:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3736
No description provided.