Skip to content

🐛 [BUG] - Remove deprecated Husky pre-commit lines for v10.0.0 compatibility #1230

@marrouchi

Description

@marrouchi

Description

Husky is issuing a deprecation warning regarding the following two lines in .husky/pre-commit:

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

These lines WILL FAIL in Husky v10.0.0. Please remove them to ensure compatibility with future Husky versions.

Also the husky install command is deprecated and needs to be replaced with husky instead

The change needs to be applied in :

  • Hexabot
  • Hexabot Starter Template
  • Any other project using old config

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions