Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2022

Bumps husky from 4.3.8 to 8.0.1.

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

v7.0.4

No changes. Husky v7.0.3 was reverted, this version is the same as v7.0.2.

v7.0.2

Fix pre-commit hook in WebStorm (#1023)

v7.0.1

  • Fix gracefully fail if Git command is not found #1003 (same as in v6)

v7.0.0

  • Improve .husky/ directory structure. .husky/.gitignore is now unnecessary and can be removed.
  • Improve error output (shorter)
  • Update husky-init CLI
  • Update husky-4-to-7 CLI
  • Drop Node 10 support

Please help me develop and release OSS projects ❤️ on GitHub Sponsors or Open Collective. Thank you for your support!

v6.0.0

After being in early access for Open Source projects and Sponsors for a limited time, I'm happy to announce that husky 6 is MIT again and can be freely used in commercial projects! 🎉

Many thanks to the Open Source projects and Companies which have switched to/sponsored the new husky during this period!

OSS is my full-time job, please consider sponsoring the development of husky on GitHub sponsors or Open Collective. Thank you!

... (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.


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 dependabot bot added the dependencies Pull requests that update a dependency file label May 9, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/husky-8.0.1 branch 2 times, most recently from 7123107 to c805b58 Compare May 13, 2022 20:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/husky-8.0.1 branch from c805b58 to 6f9ba1a Compare May 19, 2022 20:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/husky-8.0.1 branch 4 times, most recently from 7fb2b44 to 17402bc Compare June 1, 2022 20:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/husky-8.0.1 branch 2 times, most recently from c0a6231 to 381b0a0 Compare June 7, 2022 20:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/husky-8.0.1 branch 3 times, most recently from dbe27b7 to 77c77ca Compare June 20, 2022 20:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/husky-8.0.1 branch from 77c77ca to ef7dc39 Compare July 8, 2022 20:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/husky-8.0.1 branch 2 times, most recently from c27eb99 to eaca669 Compare July 21, 2022 20:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/husky-8.0.1 branch 2 times, most recently from 64c06cb to 1dc0595 Compare July 27, 2022 20:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/husky-8.0.1 branch 2 times, most recently from 685891d to 0d88d9c Compare August 15, 2022 20:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/husky-8.0.1 branch from 0d88d9c to 552850e Compare August 19, 2022 20:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/husky-8.0.1 branch from 552850e to 425a746 Compare August 31, 2022 20:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/husky-8.0.1 branch from 425a746 to cf9697a Compare September 22, 2022 20:05
@socket-security
Copy link

socket-security bot commented Sep 22, 2022

Socket Security Report

👍 No new dependency issues detected in pull request

Socket.dev scan summary
Issue Status
Did you mean? ✅ no new possible package typos
Install scripts ✅ no new install scripts
Telemetry ✅ no new telemetry
Troll package ✅ no new troll packages
Malware ✅ no new malware
Native code ✅ no new native modules
Bin Script Confusion ✅ no new bin script confusions
Bin script shell injection ✅ no new bin script shell injection
Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@2.4.2

Powered by socket.dev

Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 8.0.1.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v4.3.8...v8.0.1)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/husky-8.0.1 branch from cf9697a to b330632 Compare October 24, 2022 20:03
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 8, 2022

Superseded by #377.

@dependabot dependabot bot closed this Nov 8, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/husky-8.0.1 branch November 8, 2022 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant