From b5d1f038458ad77a34dd9b2fbeb22879dd52d071 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:16:16 +0000 Subject: [PATCH] chore(deps): update dependency husky to v9 (#27114) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Kriese --- .husky/pre-commit | 3 --- package.json | 4 ++-- pnpm-lock.yaml | 10 +++++----- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 2fedc53812785f..fc20b72d900acc 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,8 +1,5 @@ #!/bin/sh -# shellcheck source=/dev/null -. "$(dirname "$0")/_/husky.sh" - pnpm ls-lint BRANCH_NAME=$(git branch --show-current) diff --git a/package.json b/package.json index 8c575a5efe93f6..8df62342ae0153 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "markdown-lint": "markdownlint-cli2", "markdown-lint-fix": "markdownlint-cli2 --fix", "prepare": "run-s 'prepare:*'", - "prepare:husky": "husky install", + "prepare:husky": "husky", "prepare:generate": "run-s 'generate:*'", "prepare:re2": "node tools/check-re2.mjs", "prestart": "run-s 'generate:*'", @@ -328,7 +328,7 @@ "expect": "29.7.0", "expect-more-jest": "5.5.0", "graphql": "16.8.1", - "husky": "8.0.3", + "husky": "9.0.7", "jest": "29.7.0", "jest-extended": "4.0.2", "jest-mock": "29.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c7236ce911232f..4224c360357923 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -548,8 +548,8 @@ importers: specifier: 16.8.1 version: 16.8.1 husky: - specifier: 8.0.3 - version: 8.0.3 + specifier: 9.0.7 + version: 9.0.7 jest: specifier: 29.7.0 version: 29.7.0(@types/node@18.19.11)(ts-node@10.9.2) @@ -6663,9 +6663,9 @@ packages: ms: 2.1.3 dev: false - /husky@8.0.3: - resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} - engines: {node: '>=14'} + /husky@9.0.7: + resolution: {integrity: sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==} + engines: {node: '>=18'} hasBin: true dev: true