From d200c5b74050d7273e09923fdf1f60208dddc138 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:34:53 +0000 Subject: [PATCH 1/2] chore(deps): update dependency husky to v9 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7062dc46..47106855 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "eslint-plugin-react": "7.33.2", "eslint-plugin-storybook": "0.6.15", "eslint-plugin-turbo": "1.11.3", - "husky": "8.0.3", + "husky": "9.0.3", "lint-staged": "15.2.0", "listr2": "8.0.1", "luxon": "3.4.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0cebdda5..19f66848 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -236,8 +236,8 @@ devDependencies: specifier: 1.11.3 version: 1.11.3(eslint@8.56.0) husky: - specifier: 8.0.3 - version: 8.0.3 + specifier: 9.0.3 + version: 9.0.3 lint-staged: specifier: 15.2.0 version: 15.2.0 @@ -8823,9 +8823,9 @@ packages: engines: {node: '>=16.17.0'} dev: true - /husky@8.0.3: - resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} - engines: {node: '>=14'} + /husky@9.0.3: + resolution: {integrity: sha512-MNRluWx5bvZ2Ft2Z9ni5KZAgNFrQSM4LKvEtTJVKTjGRqliI1CeWv8HWnPXfM+4snOaU04bb7IU2u6TPDb8ROw==} + engines: {node: '>=18'} hasBin: true dev: true From db063de30b5056328431c072d8b523de8fb83845 Mon Sep 17 00:00:00 2001 From: Joe Karow <58997957+JoeKarow@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:34:26 -0500 Subject: [PATCH 2/2] update husky script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47106855..5ace05dc 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "lint:fix": "next lint --fix", "lint:staged": "lint-staged", "notify:install": "tsx ./.lib/runInstall.ts", - "prepare": "tsx ./.lib/prepare.ts", + "prepare": "husky", "start": "next start", "with-env": "dotenv -e ./.env --" },