[PR #657] [CLOSED] Bump husky from 3.1.0 to 4.0.4 #930

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/657
Author: @dependabot-preview[bot]
Created: 1/10/2020
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/husky-4.0.4


📝 Commits (1)

  • 4486f9b Bump husky from 3.1.0 to 4.0.4

📊 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.4.

Release notes

Sourced from husky's releases.

v4.0.4

  • Fix: npm ignore .eslintrc.js (#627)

v4.0.3

  • Fix: error message if trying to install in a non-git repo (#627)

v4.0.2

  • Fix: show error message when hook fails

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/657 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/10/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/husky-4.0.4` --- ### 📝 Commits (1) - [`4486f9b`](https://github.com/lipis/flag-icons/commit/4486f9bbc4e8495a43cd73b0b531782d8e594d9a) Bump husky from 3.1.0 to 4.0.4 ### 📊 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.4. <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.4</h2> <ul> <li>Fix: npm ignore <code>.eslintrc.js</code> (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/627">#627</a>)</li> </ul> <h2>v4.0.3</h2> <ul> <li>Fix: error message if trying to install in a non-git repo (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/627">#627</a>)</li> </ul> <h2>v4.0.2</h2> <ul> <li>Fix: show error message when hook fails</li> </ul> <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/8006363c50ce5f80f60abdfeb0ccb8456a3146e1"><code>8006363</code></a> 4.0.4</li> <li><a href="https://github.com/typicode/husky/commit/323350c51ffcb8833150ff1eb1d5de3f5d217bb5"><code>323350c</code></a> npm ignore .eslintrc.js (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/632">#632</a>)</li> <li><a href="https://github.com/typicode/husky/commit/03b72bf96577829070bdd9900063001e16a2bef9"><code>03b72bf</code></a> 4.0.3</li> <li><a href="https://github.com/typicode/husky/commit/63d6776c5b3c414d21a03f4e43562fe2ce1d8589"><code>63d6776</code></a> fix error message if trying to install in a non-git repo</li> <li><a href="https://github.com/typicode/husky/commit/e3f7fc840c23e8f34f006dd695c12029a0b4c033"><code>e3f7fc8</code></a> 4.0.2</li> <li><a href="https://github.com/typicode/husky/commit/d6ecc9d0b02374c9be38c6fe8b8e070f6e823089"><code>d6ecc9d</code></a> fix show error message if hook fails</li> <li><a href="https://github.com/typicode/husky/commit/3ca7ff43e579a29654b7712379b9375f17a669c8"><code>3ca7ff4</code></a> 4.0.1</li> <li><a href="https://github.com/typicode/husky/commit/af807694645c51806bc1b174ebe13b76cf26b8b3"><code>af80769</code></a> Update README.md</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>Additional commits viewable in <a href="https://github.com/typicode/husky/compare/v3.1.0...v4.0.4">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.4)](https://dependabot.com/compatibility-score.html?dependency-name=husky&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=4.0.4) 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#930
No description provided.