From fd22aa100995c455c11f720b97eb7538073821e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:49:10 +0000 Subject: [PATCH 1/2] Bump husky from 9.0.11 to 9.1.6 Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.6. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.6) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a251ffe6f0c..6bd1b9c7ce9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "grunt-contrib-copy": "1.0.0", "grunt-shell": "4.0.0", "grunt-wp-deploy": "2.1.2", - "husky": "9.0.11", + "husky": "9.1.6", "jest-silent-reporter": "0.6.0", "lint-staged": "15.2.7", "lodash": "4.17.21", @@ -16758,12 +16758,12 @@ } }, "node_modules/husky": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", - "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", + "version": "9.1.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", + "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", "dev": true, "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 41a363a0dcf..78dc968afe8 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "grunt-contrib-copy": "1.0.0", "grunt-shell": "4.0.0", "grunt-wp-deploy": "2.1.2", - "husky": "9.0.11", + "husky": "9.1.6", "jest-silent-reporter": "0.6.0", "lint-staged": "15.2.7", "lodash": "4.17.21", From 9d402d8e1e9e7f7fd36a153d92a5a6c399ef1ddd Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Thu, 7 Nov 2024 08:57:23 -0800 Subject: [PATCH 2/2] Update pre-commit for husky v9 --- .husky/pre-commit | 3 --- 1 file changed, 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 3199e8e02a0..1fb913e3d56 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npm run lint:staged