From ab15b88a835fb40269d24a2c03f8318b00c03b15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:23:11 +0000 Subject: [PATCH 1/2] chore(deps): update devdependency husky to v9 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2b074e0..6d68a3a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "commitizen": "4.3.0", "concurrently": "8.2.2", "eslint": "8.53.0", - "husky": "8.0.3", + "husky": "9.0.7", "prettier": "3.0.3", "prettier-plugin-packagejson": "2.4.6", "typescript": "5.2.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3f41073..92a5a07 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -53,8 +53,8 @@ devDependencies: specifier: 8.53.0 version: 8.53.0 husky: - specifier: 8.0.3 - version: 8.0.3 + specifier: 9.0.7 + version: 9.0.7 prettier: specifier: 3.0.3 version: 3.0.3 @@ -2558,9 +2558,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.7: + resolution: {integrity: sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==} + engines: {node: '>=18'} hasBin: true dev: true From 1aaa7d293a0ba3a13b58d51415b9473a7b0114bb Mon Sep 17 00:00:00 2001 From: Jiahao Guo Date: Wed, 31 Jan 2024 10:18:05 +0800 Subject: [PATCH 2/2] chore: migrate to husky v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d68a3a..7d16a6c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint": "concurrently 'npm:lint:*'", "lint:eslint": "eslint --max-warnings=0 .", "lint:prettier": "prettier --check .", - "prepare": "husky install", + "prepare": "husky", "test": "vitest" }, "config": {