Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Husky to v10.0.0+ #125

Closed
bhouston opened this issue Mar 6, 2025 · 1 comment
Closed

Upgrade Husky to v10.0.0+ #125

bhouston opened this issue Mar 6, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@bhouston
Copy link
Member

bhouston commented Mar 6, 2025

Problem

We're currently using an older version of Husky that shows deprecation warnings:

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

This indicates that our current Husky setup needs to be updated to be compatible with Husky v10.0.0.

Proposed Solution

  1. Upgrade Husky to version 10.0.0 or later
  2. Update the pre-commit hook and any other Husky hooks to use the new format
  3. Ensure all hooks continue to work correctly after the upgrade

Benefits

  • Removes deprecation warnings
  • Ensures we're using the latest version with all security patches and features
  • Prepares our codebase for future compatibility
@bhouston bhouston added the enhancement New feature or request label Mar 6, 2025
@bhouston
Copy link
Member Author

bhouston commented Mar 7, 2025

Not doing this.,

@bhouston bhouston closed this as completed Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant