[ ] High: This PR needs to be merged first for other tasks.
[ ] Middle: This PR should be merged quickly to prevent conflicts due to common changes. (default)
[x] Low: This PR does not affect other tasks, so it can be merged later.
Purpose of the PR*
Husky v9 now prints a deprecation notice on every commit:
husky - DEPRECATED
Please remove the following two lines from .husky/pre-commit:
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
They WILL FAIL in v10.0.0
Priority*
Purpose of the PR*
Husky v9 now prints a deprecation notice on every commit:
This fixes that according to https://github.com/typicode/husky/releases/tag/v9.0.1
How to check the feature
Commits now no longer print the deprecation warning.