[PR #662] [CLOSED] Bump husky from 3.1.0 to 4.0.9 #934

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/husky-4.0.9


📝 Commits (1)

  • 1b1bb94 Bump husky from 3.1.0 to 4.0.9

📊 Changes

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

View changed files

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

📄 Description

Bumps husky from 3.1.0 to 4.0.9.

Release notes

Sourced from husky's releases.

v4.0.9

  • Fix: read stdin from hook script (#645)

v4.0.7

  • Fix: Yarn when running inside winpty (#634)

v4.0.6

  • Revert change in v4.0.5

v4.0.5

  • Fix: use process.exit if install fails #633

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)

... (truncated)
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/662 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/15/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/husky-4.0.9` --- ### 📝 Commits (1) - [`1b1bb94`](https://github.com/lipis/flag-icons/commit/1b1bb94aeb9583c8246a8515e0fe67a74af6536c) Bump husky from 3.1.0 to 4.0.9 ### 📊 Changes **2 files changed** (+118 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+117 -99) </details> ### 📄 Description Bumps [husky](https://github.com/typicode/husky) from 3.1.0 to 4.0.9. <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.9</h2> <ul> <li>Fix: read stdin from hook script (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/645">#645</a>)</li> </ul> <h2>v4.0.7</h2> <ul> <li>Fix: Yarn when running inside <code>winpty</code> (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/634">#634</a>)</li> </ul> <h2>v4.0.6</h2> <ul> <li>Revert change in v4.0.5</li> </ul> <h2>v4.0.5</h2> <ul> <li>Fix: use process.exit if install fails <a href="https://github-redirect.dependabot.com/typicode/husky/issues/633">#633</a></li> </ul> <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> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typicode/husky/commit/93b3fc6a704fa381668db39edcf3f4005b92fa44"><code>93b3fc6</code></a> 4.0.9</li> <li><a href="https://github.com/typicode/husky/commit/0eb20f277d9f7d66d47a73570f3b2ef276497d96"><code>0eb20f2</code></a> read stdin from hook script (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/645">#645</a>)</li> <li><a href="https://github.com/typicode/husky/commit/e84f4077d0c2ad17eb05c673debd250d40c7cf12"><code>e84f407</code></a> Fix typo in getScript (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/642">#642</a>)</li> <li><a href="https://github.com/typicode/husky/commit/5c26474907c68234dd7da8b2556918517792734d"><code>5c26474</code></a> 4.0.7</li> <li><a href="https://github.com/typicode/husky/commit/942455fcac1d175fea898a76d7210ccf75e36a02"><code>942455f</code></a> fix yarn when running inside winpty (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/634">#634</a>)</li> <li><a href="https://github.com/typicode/husky/commit/c7a5561b5460b0724803bebe89ac93d156d6127b"><code>c7a5561</code></a> 4.0.6</li> <li><a href="https://github.com/typicode/husky/commit/b78c20e782a0b9ed6bc253c5e5d7ef0b37631ec2"><code>b78c20e</code></a> Revert &quot;fix: use process.exit if install fails (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/633">#633</a>)&quot; (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/637">#637</a>)</li> <li><a href="https://github.com/typicode/husky/commit/3157ff4837836ffa36ab68cd5dc1f521f43be938"><code>3157ff4</code></a> 4.0.5</li> <li><a href="https://github.com/typicode/husky/commit/b6616739f59840e12d855ce8996e02e5b076db02"><code>b661673</code></a> fix: use process.exit if install fails (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/633">#633</a>)</li> <li><a href="https://github.com/typicode/husky/commit/8006363c50ce5f80f60abdfeb0ccb8456a3146e1"><code>8006363</code></a> 4.0.4</li> <li>Additional commits viewable in <a href="https://github.com/typicode/husky/compare/v3.1.0...v4.0.9">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.9)](https://dependabot.com/compatibility-score.html?dependency-name=husky&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=4.0.9) 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:24 +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#934
No description provided.