Update dependency husky to v9.1.7#87
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
January 26, 2024 01:21
73dd542 to
17ab4d8
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
January 29, 2024 17:55
17ab4d8 to
1e10c61
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
2 times, most recently
from
February 1, 2024 20:23
9279ab6 to
5f12f3d
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
February 14, 2024 00:59
5f12f3d to
706962f
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
March 9, 2024 02:05
706962f to
3127ab9
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
3 times, most recently
from
May 9, 2024 02:27
f5acb7d to
4937a58
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
May 21, 2024 02:52
4937a58 to
f78d4f1
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
June 13, 2024 18:41
f78d4f1 to
d95f24b
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
July 17, 2024 16:26
d95f24b to
5695b3e
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
July 18, 2024 14:36
5695b3e to
736d3a7
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
July 25, 2024 14:21
736d3a7 to
4b5a890
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
July 26, 2024 20:30
4b5a890 to
a07c048
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
July 29, 2024 15:29
a07c048 to
a5d12b0
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
August 20, 2024 12:57
a5d12b0 to
ed42c06
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
September 11, 2024 22:28
ed42c06 to
c79dc47
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
October 7, 2024 21:08
c79dc47 to
1b0121d
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
October 23, 2024 18:53
1b0121d to
768ad70
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
November 18, 2024 19:22
768ad70 to
bb9f764
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
2 times, most recently
from
August 11, 2025 23:00
3a37062 to
e1f4ef5
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
September 4, 2025 11:01
e1f4ef5 to
169bb05
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
October 14, 2025 12:08
169bb05 to
1bd359d
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
2 times, most recently
from
November 20, 2025 22:40
1146a8c to
73751cd
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
December 2, 2025 22:27
73751cd to
8cfbf78
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
February 3, 2026 22:58
8cfbf78 to
b62d853
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
June 3, 2026 21:00
b62d853 to
11983b3
Compare
renovate
Bot
force-pushed
the
renovate/husky-9.x
branch
from
June 19, 2026 02:14
11983b3 to
c710585
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.0.2→9.1.7Release Notes
typicode/husky (husky)
v9.1.7Compare Source
What's Changed
New Contributors
Full Changelog: typicode/husky@v9.1.6...v9.1.7
v9.1.6Compare Source
What's Changed
New Contributors
Full Changelog: typicode/husky@v9.1.5...v9.1.6
v9.1.5Compare Source
What's Changed
pre-merge-commithook by @RainMeoCat in #1497New Contributors
Full Changelog: typicode/husky@v9.1.4...v9.1.5
v9.1.4Compare Source
v9.1.3Compare Source
PATHv9.1.2Compare Source
Show a message instead of automatically removing deprecated code.
This only concerns projects that still have the following code in their hooks:
Hooks with these lines will fail in
v10.0.0v9.1.1Compare Source
Super saiyan
goddog! It's over 9.0.0!What's new
You can now run package commands directly, no need for
npxor equivalents.It makes writing hooks more intuitive and is also slightly faster 🐺⚡️
A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.
For more advanced use cases, see lint-staged.
Fixes
bunx husky initcommandDeprecations
#!/usr/bin/env shand. "$(dirname -- "$0")/_/husky.sh"are deprecated.huskycommand will automatically remove them, no action required.~/.huskyrcplease move it to.config/husky/init.shSupport for these will be removed in v10.
Friendly reminder
If Git hooks don't fit your workflow, you can disable Husky globally. Just add
export HUSKY=0to.config/husky/init.sh.I've seen some confusion about this on X, so just a heads-up!
Sponsoring
Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.
Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉
v9.1.0Compare Source
v9.0.11Compare Source
package-lock.jsonby @btea in #1383export HUSKY=0in init (fixes #1393) by @typicode in #1395v9.0.10Compare Source
v9.0.9Compare Source
v9.0.8Compare Source
v9.0.7Compare Source
~/.huskyrccorrectly (compatibility with v8)v9.0.6Compare Source
v9.0.5Compare Source
v9.0.4Compare Source
v9.0.3Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.