From 8fa2f3e6efb531a57dd55787654be9146e90e123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 11:49:41 -0500 Subject: [PATCH] build(deps-dev): bump husky from 9.0.11 to 9.1.1 (#3775) * build(deps-dev): bump husky from 9.0.11 to 9.1.1 Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Run husky to remove deprecated code --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fleny Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> --- .husky/post-merge | 3 --- .husky/pre-commit | 5 +---- package.json | 2 +- yarn.lock | 12 ++++++------ 4 files changed, 8 insertions(+), 14 deletions(-) diff --git a/.husky/post-merge b/.husky/post-merge index 1953790ee..985cd4ea3 100755 --- a/.husky/post-merge +++ b/.husky/post-merge @@ -1,6 +1,3 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - if git diff-tree -r --name-only --no-commit-id HEAD@{1} HEAD | grep -q "yarn\|package.json"; then echo "hook(post-merge) - Found changes to a yarn file or package.json, running Yarn." yarn diff --git a/.husky/pre-commit b/.husky/pre-commit index 72c88ce0e..c27d8893a 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -yarn run lint-staged +lint-staged diff --git a/package.json b/package.json index 9d026fe16..3336b1a38 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@biomejs/biome": "^1.8.3", "chokidar-cli": "^3.0.0", "discordeno": "19.0.0-alpha.1", - "husky": "^9.0.11", + "husky": "^9.1.1", "lint-staged": "^15.2.7", "turbo": "^2.0.6", "typedoc": "^0.26.4", diff --git a/yarn.lock b/yarn.lock index 770d16275..3e0527472 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1511,7 +1511,7 @@ __metadata: "@biomejs/biome": "npm:^1.8.3" chokidar-cli: "npm:^3.0.0" discordeno: "npm:19.0.0-alpha.1" - husky: "npm:^9.0.11" + husky: "npm:^9.1.1" lint-staged: "npm:^15.2.7" turbo: "npm:^2.0.6" typedoc: "npm:^0.26.4" @@ -2095,12 +2095,12 @@ __metadata: languageName: node linkType: hard -"husky@npm:^9.0.11": - version: 9.0.11 - resolution: "husky@npm:9.0.11" +"husky@npm:^9.1.1": + version: 9.1.1 + resolution: "husky@npm:9.1.1" bin: - husky: bin.mjs - checksum: 8a9b7cb9dc8494b470b3b47b386e65d579608c6206da80d3cc8b71d10e37947264af3dfe00092368dad9673b51d2a5ee87afb4b2291e77ba9e7ec1ac36e56cd1 + husky: bin.js + checksum: c3be0392071b78c680fc6b9fd7978f52c26e18238a2840c6eabfc0db395e19fcd798da8eff0e31a9e76c479d6019a567d83a8de80f360d28552bc83bd1839b7c languageName: node linkType: hard