Skip to content

Update dependency husky to v9.1.7#87

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/husky-9.x
Open

Update dependency husky to v9.1.7#87
renovate[bot] wants to merge 1 commit intomainfrom
renovate/husky-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 25, 2024

This PR contains the following updates:

Package Change Age Confidence
husky 9.0.29.1.7 age confidence

Release Notes

typicode/husky (husky)

v9.1.7

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.6...v9.1.7

v9.1.6

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.5...v9.1.6

v9.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.4...v9.1.5

v9.1.4

Compare Source

  • Improve deprecation notice

v9.1.3

Compare Source

  • fix: better handle space in PATH

v9.1.2

Compare Source

Show a message instead of automatically removing deprecated code.

This only concerns projects that still have the following code in their hooks:

- #!/usr/bin/env sh # <- This is deprecated, remove it
- . "$(dirname -- "$0")/_/husky.sh"  # <- This is deprecated, remove it

### Rest of your hook code

Hooks with these lines will fail in v10.0.0

v9.1.1

Compare Source

Super saiyan god dog! It's over 9.0.0!

What's new

You can now run package commands directly, no need for npx or equivalents.
It makes writing hooks more intuitive and is also slightly faster 🐺⚡️

### .husky/pre-commit
- npx jest
+ jest # ~0.2s 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.

### .husky/pre-commit
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again

For more advanced use cases, see lint-staged.

Fixes

  • bunx husky init command
  • Workaround for some hooks implementation on Windows

Deprecations

  • #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" are deprecated. husky command will automatically remove them, no action required.
  • If you're having code in ~/.huskyrc please move it to .config/husky/init.sh

Support 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=0 to .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.0

Compare Source

v9.0.11

Compare Source

v9.0.10

Compare Source

v9.0.9

Compare Source

v9.0.8

Compare Source

v9.0.7

Compare Source

  • fix: typo and source ~/.huskyrc correctly (compatibility with v8)
  • docs: fix example by @​typicode in #​1363

v9.0.6

Compare Source

v9.0.5

Compare Source

v9.0.4

Compare Source

v9.0.3

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/husky-9.x branch from 73dd542 to 17ab4d8 Compare January 26, 2024 01:21
@renovate renovate bot changed the title Update dependency husky to v9.0.5 Update dependency husky to v9.0.6 Jan 26, 2024
@renovate renovate bot changed the title Update dependency husky to v9.0.6 Update dependency husky to v9.0.7 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/husky-9.x branch from 17ab4d8 to 1e10c61 Compare January 29, 2024 17:55
@renovate renovate bot changed the title Update dependency husky to v9.0.7 Update dependency husky to v9.0.9 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/husky-9.x branch 2 times, most recently from 9279ab6 to 5f12f3d Compare February 1, 2024 20:23
@renovate renovate bot changed the title Update dependency husky to v9.0.9 Update dependency husky to v9.0.10 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/husky-9.x branch from 5f12f3d to 706962f Compare February 14, 2024 00:59
@renovate renovate bot changed the title Update dependency husky to v9.0.10 Update dependency husky to v9.0.11 Feb 14, 2024
@renovate renovate bot force-pushed the renovate/husky-9.x branch from 706962f to 3127ab9 Compare March 9, 2024 02:05
@renovate renovate bot force-pushed the renovate/husky-9.x branch 3 times, most recently from f5acb7d to 4937a58 Compare May 9, 2024 02:27
@renovate renovate bot force-pushed the renovate/husky-9.x branch from 4937a58 to f78d4f1 Compare May 21, 2024 02:52
@renovate renovate bot force-pushed the renovate/husky-9.x branch from f78d4f1 to d95f24b Compare June 13, 2024 18:41
@renovate renovate bot force-pushed the renovate/husky-9.x branch from d95f24b to 5695b3e Compare July 17, 2024 16:26
@renovate renovate bot changed the title Update dependency husky to v9.0.11 Update dependency husky to v9.1.0 Jul 17, 2024
@renovate renovate bot force-pushed the renovate/husky-9.x branch from 5695b3e to 736d3a7 Compare July 18, 2024 14:36
@renovate renovate bot changed the title Update dependency husky to v9.1.0 Update dependency husky to v9.1.1 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/husky-9.x branch from 736d3a7 to 4b5a890 Compare July 25, 2024 14:21
@renovate renovate bot changed the title Update dependency husky to v9.1.1 Update dependency husky to v9.1.2 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/husky-9.x branch from 4b5a890 to a07c048 Compare July 26, 2024 20:30
@renovate renovate bot changed the title Update dependency husky to v9.1.2 Update dependency husky to v9.1.3 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/husky-9.x branch from a07c048 to a5d12b0 Compare July 29, 2024 15:29
@renovate renovate bot changed the title Update dependency husky to v9.1.3 Update dependency husky to v9.1.4 Jul 29, 2024
@renovate renovate bot force-pushed the renovate/husky-9.x branch from a5d12b0 to ed42c06 Compare August 20, 2024 12:57
@renovate renovate bot changed the title Update dependency husky to v9.1.4 Update dependency husky to v9.1.5 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/husky-9.x branch from ed42c06 to c79dc47 Compare September 11, 2024 22:28
@renovate renovate bot changed the title Update dependency husky to v9.1.5 Update dependency husky to v9.1.6 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/husky-9.x branch from c79dc47 to 1b0121d Compare October 7, 2024 21:08
@renovate renovate bot force-pushed the renovate/husky-9.x branch from 1b0121d to 768ad70 Compare October 23, 2024 18:53
@renovate renovate bot changed the title Update dependency husky to v9.1.6 Update dependency husky to v9.1.7 Nov 18, 2024
@renovate renovate bot force-pushed the renovate/husky-9.x branch from 768ad70 to bb9f764 Compare November 18, 2024 19:22
@renovate renovate bot force-pushed the renovate/husky-9.x branch 2 times, most recently from 3a37062 to e1f4ef5 Compare August 11, 2025 23:00
@renovate renovate bot force-pushed the renovate/husky-9.x branch from e1f4ef5 to 169bb05 Compare September 4, 2025 11:01
@renovate renovate bot force-pushed the renovate/husky-9.x branch from 169bb05 to 1bd359d Compare October 14, 2025 12:08
@renovate renovate bot force-pushed the renovate/husky-9.x branch 2 times, most recently from 1146a8c to 73751cd Compare November 20, 2025 22:40
@renovate renovate bot force-pushed the renovate/husky-9.x branch from 73751cd to 8cfbf78 Compare December 2, 2025 22:27
@renovate renovate bot force-pushed the renovate/husky-9.x branch from 8cfbf78 to b62d853 Compare February 3, 2026 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants