chore(deps): update devdependencies (non-major) (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
husky | devDependencies | patch | 9.1.1 -> 9.1.4 |
renovate (source) | devDependencies | patch | 38.8.4 -> 38.8.5 |
Release Notes
typicode/husky (husky)
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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
von Renovate Bot bearbeitet