From fc12fe1e2b0187429f9820590d09b76abc6e6a4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:17:22 +0000 Subject: [PATCH] Update dependency husky to v9 --- package.json | 2 +- pnpm-lock.yaml | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 51e7bd18..181dc1fa 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@storybook/nextjs": "7.6.10", "@storybook/react": "7.6.10", "@storybook/testing-library": "0.2.2", - "husky": "8.0.3", + "husky": "9.0.11", "hygen": "6.2.11", "lint-staged": "15.2.0", "prettier": "3.2.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d23962e7..35d787b6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -125,8 +125,8 @@ optionalDependencies: specifier: 0.2.2 version: 0.2.2 husky: - specifier: 8.0.3 - version: 8.0.3 + specifier: 9.0.11 + version: 9.0.11 hygen: specifier: 6.2.11 version: 6.2.11 @@ -4455,6 +4455,7 @@ packages: /@storybook/testing-library@0.2.2: resolution: {integrity: sha512-L8sXFJUHmrlyU2BsWWZGuAjv39Jl1uAqUHdxmN42JY15M4+XCMjGlArdCCjDe1wpTSW6USYISA9axjZojgtvnw==} + deprecated: In Storybook 8, this package functionality has been integrated to a new package called @storybook/test, which uses Vitest APIs for an improved experience. When upgrading to Storybook 8 with 'npx storybook@latest upgrade', you will get prompted and will get an automigration for the new package. Please migrate when you can. requiresBuild: true dependencies: '@testing-library/dom': 9.3.1 @@ -9273,9 +9274,9 @@ packages: engines: {node: '>=16.17.0'} requiresBuild: true - /husky@8.0.3: - resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} - engines: {node: '>=14'} + /husky@9.0.11: + resolution: {integrity: sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==} + engines: {node: '>=18'} hasBin: true requiresBuild: true dev: false