From c4e85da1acfaacadeff9a4cba6ebef1ceeff1da9 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Fri, 12 Jul 2024 00:45:37 +0200 Subject: [PATCH] chore(deps): update husky --- .husky/commit-msg | 1 - .husky/pre-push | 1 - package-lock.json | 12 ++++++------ package.json | 4 ++-- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index c0c967e..6eb889f 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,3 @@ #!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" npx --no validate-conventional-commit < .git/COMMIT_EDITMSG diff --git a/.husky/pre-push b/.husky/pre-push index 449fcde..b41801e 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1,3 @@ #!/bin/sh -. "$(dirname "$0")/_/husky.sh" npm test diff --git a/package-lock.json b/package-lock.json index 00e53da..0f53de5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@voxpelli/tsconfig": "^12.0.1", "compare-eslint-configs": "^2.1.0", "eslint": "^9.6.0", - "husky": "^8.0.3", + "husky": "^9.0.11", "installed-check": "^9.3.0", "knip": "^5.25.2", "list-dependents-cli": "^2.4.0", @@ -3147,16 +3147,16 @@ } }, "node_modules/husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.0.11", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", + "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "dev": true, "license": "MIT", "bin": { - "husky": "lib/bin.js" + "husky": "bin.mjs" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/package.json b/package.json index 4855a0d..7af376c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependents-filter": "cd dependents-data/ && list-dependents filter --min-downloads 0 --sort-download --repository-prefix=https://github.com/voxpelli/ --repository-prefix=https://github.com/yikesable/ -i voxpelli__eslint-config.ndjson | jq -s '[.[].repositoryUrl | sub(\"https://github.com/\";\"\";\"i\")] | unique | sort' > filtered.json", "dependents-refresh": "cd dependents-data/ && list-dependents refresh -n @voxpelli/eslint-config --field engines", "dependents-update": "cd dependents-data/ && list-dependents list -n @voxpelli/eslint-config --field engines --min-downloads 0", - "prepare": "husky install", + "prepare": "husky", "prepublishOnly": "run-s build", "test": "run-s check" }, @@ -52,7 +52,7 @@ "@voxpelli/tsconfig": "^12.0.1", "compare-eslint-configs": "^2.1.0", "eslint": "^9.6.0", - "husky": "^8.0.3", + "husky": "^9.0.11", "installed-check": "^9.3.0", "knip": "^5.25.2", "list-dependents-cli": "^2.4.0",