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

chore(deps): update husky to 9.0.11 #196

Merged
merged 1 commit into from Apr 29, 2024

Conversation

MikeMcC399
Copy link
Collaborator

Issue

Changes

  • Husky is updated to husky@9.0.11 released on Feb 14, 2024.

Detail steps

  1. Change prepare script from husky install to husky in package.json
  2. Remove the initial three script lines from .husky/pre-commit

Verification

Ubuntu 22.04.4 LTS, Node.js v20.12.2 LTS

git clone https://github.com/cypress-io/eslint-plugin-cypress
cd eslint-plugin-cypress
npm ci
touch dummy.txt
git add .
git commit -m "commit dummy.txt"

Check that there are no warnings. The output should be similar to the following:

$ git commit -m "commit dummy.txt"

> eslint-plugin-cypress@0.0.0-development lint
> eslint '*.js' '**/**/*.js'

[test/husky 14e9c96] commit dummy.txt
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 dummy.txt

References

Documentation for this version is on https://github.com/typicode/husky/tree/v9.0.11/docs and https://typicode.github.io/husky/.

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 self-assigned this Apr 29, 2024
@MikeMcC399 MikeMcC399 marked this pull request as ready for review April 29, 2024 06:43
Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jennifer-shehane jennifer-shehane merged commit c592efa into cypress-io:master Apr 29, 2024
8 checks passed
@MikeMcC399 MikeMcC399 deleted the update/husky-to-9 branch April 29, 2024 12:51
@cypress-app-bot
Copy link

🎉 This PR is included in version 3.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants