[PR #656] [CLOSED] Bump husky from 3.1.0 to 4.0.1 #931

Closed
opened 2026-03-03 14:41:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/656
Author: @dependabot-preview[bot]
Created: 1/9/2020
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/husky-4.0.1


📝 Commits (1)

  • ebb644b Bump husky from 3.1.0 to 4.0.1

📊 Changes

2 files changed (+118 additions, -94 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+117 -93)

📄 Description

Bumps husky from 3.1.0 to 4.0.1.

Release notes

Sourced from husky's releases.

v4.0.1

  • Fix: make Yarn silent. When Husky was installed with Yarn 1.21.1, hooks output was too verbose (#626).

v4.0.0

  • Support Yarn v2 new Plug'n'Play feature (thanks to @arcanis)
  • Improve path handling on Windows (in particular with Cygwin and Cmdr)
  • Remove dependencies and simplify code
  • Breaking requires Node 10+

Thanks to all contributors and everyone who is supporting Husky on Open Collective, GitHub sponsors and Patreon!

v4.0.0-beta.5

  • Fixes a bug in v4.0.0-beta.4

v4.0.0-beta.4

  • Rely on INIT_CWD env rather than node_modules path
  • Reduce dependencies: run-node, read-pkg
  • Target ES2017 environments
  • Support Cygwin and Cmdr on Windows

v4.0.0-beta.3

v4.0.0-beta.2

Merge bug fixes from v3 since v4.0.0-beta.1 was released.

v4.0.0-beta.1

Fix: yarn run error (typicode/husky#562)

v4.0.0-beta.0

This is an experimental release with Yarn PnP support. Huge thanks to @arcanis for the help.

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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/lipis/flag-icons/pull/656 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/9/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/husky-4.0.1` --- ### 📝 Commits (1) - [`ebb644b`](https://github.com/lipis/flag-icons/commit/ebb644bab5b293415bd86955b70fe74f97e11ff7) Bump husky from 3.1.0 to 4.0.1 ### 📊 Changes **2 files changed** (+118 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+117 -93) </details> ### 📄 Description Bumps [husky](https://github.com/typicode/husky) from 3.1.0 to 4.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>v4.0.1</h2> <ul> <li>Fix: make Yarn silent. When Husky was installed with Yarn 1.21.1, hooks output was too verbose (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/626">#626</a>).</li> </ul> <h2>v4.0.0</h2> <ul> <li>Support <code>Yarn v2</code> new Plug'n'Play feature (thanks to <a href="https://github.com/arcanis">@arcanis</a>)</li> <li>Improve path handling on Windows (in particular with <code>Cygwin</code> and <code>Cmdr</code>)</li> <li>Remove <code>dependencies</code> and simplify code</li> <li><strong>Breaking</strong> requires <code>Node 10+</code></li> </ul> <p><strong>Thanks to all contributors and everyone who is supporting Husky on <a href="https://opencollective.com/husky">Open Collective</a>, <a href="https://github.com/sponsors/typicode">GitHub sponsors</a> and <a href="https://www.patreon.com/typicode">Patreon</a>!</strong></p> <h2>v4.0.0-beta.5</h2> <ul> <li>Fixes a bug in <code>v4.0.0-beta.4</code></li> </ul> <h2>v4.0.0-beta.4</h2> <ul> <li>Rely on <code>INIT_CWD</code> env rather than <code>node_modules</code> path</li> <li>Reduce dependencies: <code>run-node</code>, <code>read-pkg</code></li> <li>Target <code>ES2017</code> environments</li> <li>Support <code>Cygwin</code> and <code>Cmdr</code> on Windows</li> </ul> <h2>v4.0.0-beta.3</h2> <ul> <li>Reduce dependencies: remove execa <a href="https://github-redirect.dependabot.com/typicode/husky/pull/592">typicode/husky#592</a> <a href="https://github-redirect.dependabot.com/typicode/husky/pull/590">typicode/husky#590</a> <a href="https://github-redirect.dependabot.com/typicode/husky/pull/219">typicode/husky#219</a></li> <li>Merge changes from master since previous release</li> </ul> <h2>v4.0.0-beta.2</h2> <p>Merge bug fixes from <code>v3</code> since <code>v4.0.0-beta.1</code> was released.</p> <h2>v4.0.0-beta.1</h2> <p>Fix: <code>yarn run</code> error (<a href="https://github-redirect.dependabot.com/typicode/husky/pull/562">typicode/husky#562</a>)</p> <h2>v4.0.0-beta.0</h2> <p>This is an experimental release with Yarn PnP support. Huge thanks to <a href="https://github.com/arcanis">@arcanis</a> for the help.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typicode/husky/commit/31c9a1f23b61e9c0ceb242f7626f6fa491daca19"><code>31c9a1f</code></a> 4.0.1</li> <li><a href="https://github.com/typicode/husky/commit/2c265fb5c0d9ea3fff3a3714cddf9492012d4fed"><code>2c265fb</code></a> fix add --silent to yarn</li> <li><a href="https://github.com/typicode/husky/commit/764a236316792e37d95d44d1b369e048402a79c1"><code>764a236</code></a> Update dependencies</li> <li><a href="https://github.com/typicode/husky/commit/fe22db23142b3335ae3cb22c843b2f03a4798664"><code>fe22db2</code></a> 4.0.0</li> <li><a href="https://github.com/typicode/husky/commit/d56d34157557a123456b0d167ea8b740a36afd08"><code>d56d341</code></a> Update README.md</li> <li><a href="https://github.com/typicode/husky/commit/e2ad780602dc884e4051d55b38282ae142abb440"><code>e2ad780</code></a> Update README.md</li> <li><a href="https://github.com/typicode/husky/commit/0ffe7853853dd7667ddc24a78469b92b5312aeb2"><code>0ffe785</code></a> Merge 4.0 (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/625">#625</a>)</li> <li>See full diff in <a href="https://github.com/typicode/husky/compare/v3.1.0...v4.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=husky&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=4.0.1)](https://dependabot.com/compatibility-score.html?dependency-name=husky&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=4.0.1) 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) If all status checks pass Dependabot will automatically merge this pull request. [//]: # (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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 14:41:23 +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/flag-icons#931
No description provided.