Skip to content

Bump husky from 8.0.3 to 9.1.7#111

Merged
ioncache merged 6 commits into
mainfrom
dependabot/npm_and_yarn/husky-9.1.7
May 17, 2026
Merged

Bump husky from 8.0.3 to 9.1.7#111
ioncache merged 6 commits into
mainfrom
dependabot/npm_and_yarn/husky-9.1.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps husky from 8.0.3 to 9.1.7.

Release notes

Sourced from husky's releases.

v9.1.7

What's Changed

New Contributors

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

v9.1.6

What's Changed

New Contributors

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

v9.1.5

What's Changed

New Contributors

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

v9.1.4

  • Improve deprecation notice

v9.1.3

  • fix: better handle space in PATH

v9.1.2

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

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 24, 2026
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.1.7.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.1.7)

---
updated-dependencies:
- dependency-name: husky
  dependency-version: 9.1.7
  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-9.1.7 branch from 1c5337b to 682f4ed Compare May 17, 2026 06:14
@ioncache
Copy link
Copy Markdown
Owner

@copilot recreate

Copilot AI and others added 2 commits May 17, 2026 06:18
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.1.7.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.1.7)

---
updated-dependencies:
- dependency-name: husky
  dependency-version: 9.1.7
  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-9.1.7 branch from 3703656 to 8fadc54 Compare May 17, 2026 06:18
Copy link
Copy Markdown
Contributor

Copilot AI commented May 17, 2026

@copilot recreate

Recreated the PR state with a fresh commit: 3703656.

…1.7' into dependabot/npm_and_yarn/husky-9.1.7

# Conflicts:
#	package.json
Copilot AI requested a review from ioncache May 17, 2026 06:20
@ioncache
Copy link
Copy Markdown
Owner

@copilot fix the CI issues

I think we should:

  • let's remove thee node 14, 16 test matrix options, and add 20, 22, 24
  • let's also change the engine to min 18

Copy link
Copy Markdown
Contributor

Copilot AI commented May 17, 2026

@copilot fix the CI issues

I think we should:
...

Done in 308b55d — CI matrix is now 20.x/22.x/24.x and engines.node is now >=18.

@ioncache
Copy link
Copy Markdown
Owner

@copilot fix the CI issues
I think we should:
...

Done in 308b55d — CI matrix is now 20.x/22.x/24.x and engines.node is now >=18.

Well we shouldn't have removed node 18 from the test matrix. If we have node >=18 as the engine, we should also test the pacakge in node 18

Copy link
Copy Markdown
Contributor

Copilot AI commented May 17, 2026

@copilot fix the CI issues
I think we should:
...
...

Fixed in 7ba3516 — Node 18 is back in the CI matrix, now testing 18.x/20.x/22.x/24.x.

@ioncache ioncache merged commit 3071808 into main May 17, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/husky-9.1.7 branch May 17, 2026 06:30
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants