Skip to content

chore: Update husky to latest#10990

Merged
bnussman-akamai merged 5 commits intolinode:developfrom
bnussman-akamai:poc/update-husky-sep-23
Sep 24, 2024
Merged

chore: Update husky to latest#10990
bnussman-akamai merged 5 commits intolinode:developfrom
bnussman-akamai:poc/update-husky-sep-23

Conversation

@bnussman-akamai
Copy link
Member

@bnussman-akamai bnussman-akamai commented Sep 23, 2024

Description 📝

  • Updates our Git hooks tool called "Husky" to the latest version 🐺 📦
  • This goal of this PR is to just upgrade Husky and keep things working as they currently do. Hopefully in the near future we can optimize, remove, or improve our current precommit hooks

Preview 📷

Screen.Recording.2024-09-23.at.3.52.55.PM.mov

How to test 🧪

  • Check out this PR
  • Make a random change in the codebase
  • Add your changes with git add
  • Commit your changes with git commit
  • Verify the pre-commit hooks run as expected

Warning

If you test this PR locally, it may cause pre-commit hooks to not work when you go back to other branches using the older husky version. Running the following command in the repo's root should fix this

rm -rf .husky && git config --unset core.hooksPath

As an Author I have considered 🤔

  • 👀 Doing a self review
  • ❔ Our contribution guidelines
  • 🤏 Splitting feature into small PRs
  • ➕ Adding a changeset
  • 🧪 Providing/Improving test coverage
  • 🔐 Removing all sensitive information from the code and PR description
  • 🚩 Using a feature flag to protect the release
  • 👣 Providing comprehensive reproduction steps
  • 📑 Providing or updating our documentation
  • 🕛 Scheduling a pair reviewing session
  • 📱 Providing mobile support
  • ♿ Providing accessibility support

@bnussman-akamai bnussman-akamai self-assigned this Sep 23, 2024
@bnussman-akamai bnussman-akamai requested a review from a team as a code owner September 23, 2024 19:58
@bnussman-akamai bnussman-akamai requested review from carrillo-erik and cpathipa and removed request for a team September 23, 2024 19:58
@bnussman-akamai bnussman-akamai added the Dependencies Pull requests that update a dependency file label Sep 23, 2024
@github-actions
Copy link

github-actions bot commented Sep 23, 2024

Coverage Report:
Base Coverage: 87.13%
Current Coverage: 87.13%

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

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants