From cf8aa07261e72a88b558b37d92617b0a38c315ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 01:42:24 +0000 Subject: [PATCH 1/2] chore(deps): update dependency 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 2b774c4..2a014ad 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-plugin-tester": "^11.0.4", "eslint": "^8.57.0", "eslint-config-rakko": "^1.1.2", - "husky": "^8.0.3", + "husky": "^9.0.11", "jest": "^29.7.0", "lint-staged": "^15.2.2", "ts-jest": "^29.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 55934b4..cf9f63c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,8 +41,8 @@ devDependencies: specifier: ^1.1.2 version: 1.1.2(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.4.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.26) @@ -3139,9 +3139,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.11: + resolution: {integrity: sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==} + engines: {node: '>=18'} hasBin: true dev: true From b13f52c8ea1a90e6d8746669620dd5d3c7c35692 Mon Sep 17 00:00:00 2001 From: suiyun39 Date: Wed, 13 Mar 2024 09:54:04 +0800 Subject: [PATCH 2/2] =?UTF-8?q?build:=20=E8=B0=83=E6=95=B4=20husky=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BB=A5=E9=80=82=E9=85=8D=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/pre-commit | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 58b1861..5ee7abd 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - pnpm exec lint-staged diff --git a/package.json b/package.json index 2a014ad..67843ae 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build": "tsc && tsup", "lint": "eslint .", "test": "jest", - "prepare": "husky install" + "prepare": "husky" }, "exports": { ".": {