From 112c324e45ad1cbc4b6cf22e71f54d44c2e34f9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:48:09 +0200 Subject: [PATCH] chore(deps): update dependency husky to v9 (#99) * chore(deps): update dependency husky to v9 * refactor: update husky --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: tdeekens --- .husky/commit-msg | 1 - .husky/pre-commit | 1 - package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ scripts/postinstall.sh | 2 +- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index d69ab0a..5aabba4 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,3 @@ #!/bin/sh -. "$(dirname "$0")/_/husky.sh" pnpm commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit index fab6428..46a1655 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,3 @@ #!/bin/sh -. "$(dirname "$0")/_/husky.sh" pnpm lint-staged diff --git a/package.json b/package.json index 730ff05..f73fc17 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "eslint": "8.56.0", "eslint-formatter-pretty": "5.0.0", "express": "4.19.2", - "husky": "8.0.3", + "husky": "9.0.11", "jest": "29.7.0", "jest-mock": "29.7.0", "jest-runner-eslint": "2.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0a653da..1ec0cfc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,8 +73,8 @@ importers: specifier: 4.19.2 version: 4.19.2 husky: - specifier: 8.0.3 - version: 8.0.3 + specifier: 9.0.11 + version: 9.0.11 jest: specifier: 29.7.0 version: 29.7.0(@types/node@20.11.7)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@types/node@20.11.7)(typescript@5.3.3)) @@ -2536,9 +2536,9 @@ packages: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} - 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 iconv-lite@0.4.24: @@ -7415,7 +7415,7 @@ snapshots: human-signals@5.0.0: {} - husky@8.0.3: {} + husky@9.0.11: {} iconv-lite@0.4.24: dependencies: diff --git a/scripts/postinstall.sh b/scripts/postinstall.sh index 2cb2266..2fcbf3c 100755 --- a/scripts/postinstall.sh +++ b/scripts/postinstall.sh @@ -3,4 +3,4 @@ set -e echo "Preparing development setup." -pnpm husky install +pnpm husky