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 dependency husky to v9.0.10 #1123

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
husky 9.0.6 -> 9.0.10 age adoption passing confidence

Release Notes

typicode/husky (husky)

v9.0.10

Compare Source

v9.0.9

Compare Source

v9.0.8

Compare Source

v9.0.7

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@cypress-app-bot
Copy link

See the guidelines for reviewing dependency updates for info on how to review dependency update PRs.

@MikeMcC399 MikeMcC399 self-requested a review February 5, 2024 13:10
@MikeMcC399
Copy link
Collaborator

Verification

On a Ubuntu 22.04 system with Node.js 20 ...

Installation

Execute:

npm ci

Ensure that there are no errors or deprecation warnings.

Hook check

Make a change to index.js and commit the change.

Ensure that the Husky hook runs and updates dist/index.js automatically.

References

Husky documentation

Copy link
Collaborator

@MikeMcC399 MikeMcC399 left a comment

Choose a reason for hiding this comment

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

Verification was successful.

Install Husky hooks

git fetch upstream
git switch renovate/husky-9.x
npm ci
$ npm ci
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.

> @cypress/github-action@0.0.0-development prepare
> husky


added 148 packages, and audited 149 packages in 9s

31 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

Check that Husky hook is triggered

$ git commit -m "dummy change"
action source code is being reformatted and recompiled

> @cypress/github-action@0.0.0-development format
> prettier --write index.js src/ping.js

index.js 307ms (unchanged)
src/ping.js 18ms (unchanged)

> @cypress/github-action@0.0.0-development build
> ncc build -o dist index.js

ncc: Version 0.38.1
ncc: Compiling file index.js into CJS
   1kB  dist/thread.js
2825kB  dist/index.js
2826kB  [4893ms] - ncc 0.38.1

changes to action source code were detected
action source code changes are added to this commit
[renovate/husky-9.x 44a034a] dummy change
 2 files changed, 4 insertions(+)

@jennifer-shehane jennifer-shehane merged commit 9eda80f into master Feb 5, 2024
76 checks passed
@jennifer-shehane jennifer-shehane deleted the renovate/husky-9.x branch February 5, 2024 16:36
Copy link

🎉 This PR is included in version 6.7.0 🎉

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.

3 participants