From c3d246289c4d5268ac67cbb11605ae3cbf0afd4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 07:32:37 +0000 Subject: [PATCH] Bump husky from 9.1.0 to 9.1.1 (#437) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [husky](https://github.com/typicode/husky) from 9.1.0 to 9.1.1.
Release notes

Sourced from husky's releases.

v9.1.1

Super saiyan god dog! It's over 9.0.0!

What's new

You can now run package commands directly, no need for npx or equivalents. It makes writing hooks more intuitive and is also slightly faster 🐺⚡️

# .husky/pre-commit
- npx jest
+ jest # ~0.2s faster

A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.

# .husky/pre-commit
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again

For more advanced use cases, see lint-staged.

Fixes

Deprecations

Support for these will be removed in v10.

Friendly reminder

If Git hooks don't fit your workflow, you can disable Husky globally. Just add export HUSKY=0 to .config/husky/init.sh.

I've seen some confusion about this on X, so just a heads-up!

Sponsoring

Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=husky&package-manager=npm_and_yarn&previous-version=9.1.0&new-version=9.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 319b653..d6ade68 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/lodash": "^4.17.7", "@types/node": "^20.14.11", "eslint": "^8.57.0", - "husky": "^9.1.0", + "husky": "^9.1.1", "jest": "^29.7.0", "jest-junit": "^16.0.0", "license-checker-rseidelsohn": "^4.3.0", diff --git a/yarn.lock b/yarn.lock index e738ba3..eba8b2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -878,7 +878,7 @@ __metadata: "@types/node": "npm:^20.14.11" eslint: "npm:^8.57.0" hast-util-sanitize: "npm:^5.0.1" - husky: "npm:^9.1.0" + husky: "npm:^9.1.1" jest: "npm:^29.7.0" jest-junit: "npm:^16.0.0" license-checker-rseidelsohn: "npm:^4.3.0" @@ -3425,12 +3425,12 @@ __metadata: languageName: node linkType: hard -"husky@npm:^9.1.0": - version: 9.1.0 - resolution: "husky@npm:9.1.0" +"husky@npm:^9.1.1": + version: 9.1.1 + resolution: "husky@npm:9.1.1" bin: husky: bin.js - checksum: 2d2d202cbad1fdd32112270391d04006b52232b0ab8314176b7352c58727725275d783bbc76d79b2868aa658d90e0164479ca241e09c3e445dd1dc1d11ce4bcc + checksum: 56394f5a08201badece23a8599bd76fe8c41e4510a956022fe54897645900c5c5a96a740ffb0604e99e808dffc3714bae982f1cbda4a069082cc713414f17ad3 languageName: node linkType: hard