From b18486923e121b82cf79cde275890686d2c65260 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 08:08:45 +0900 Subject: [PATCH] chore(deps): update dependency husky to v9.0.10 (#258) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://github.com/typicode/husky) | [`9.0.7` -> `9.0.10`](https://renovatebot.com/diffs/npm/husky/9.0.7/9.0.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/husky/9.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/husky/9.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/husky/9.0.7/9.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/husky/9.0.7/9.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | @coderabbitai: ignore --- ### Release Notes
typicode/husky (husky) ### [`v9.0.10`](https://github.com/typicode/husky/releases/tag/v9.0.10) [Compare Source](https://github.com/typicode/husky/compare/v9.0.9...v9.0.10) - fix: rename index.d.ts to index.d.mts by [@​mrkjdy](https://github.com/mrkjdy) in [https://github.com/typicode/husky/pull/1379](https://github.com/typicode/husky/pull/1379) ### [`v9.0.9`](https://github.com/typicode/husky/releases/tag/v9.0.9) [Compare Source](https://github.com/typicode/husky/compare/v9.0.8...v9.0.9) - refactor: rename files by [@​typicode](https://github.com/typicode) in [https://github.com/typicode/husky/pull/1378](https://github.com/typicode/husky/pull/1378) ### [`v9.0.8`](https://github.com/typicode/husky/releases/tag/v9.0.8) [Compare Source](https://github.com/typicode/husky/compare/v9.0.7...v9.0.8) - docs: update index.md by [@​khaledYS](https://github.com/khaledYS) in [https://github.com/typicode/husky/pull/1369](https://github.com/typicode/husky/pull/1369) - Fix tab detection on install command by [@​glensc](https://github.com/glensc) in [https://github.com/typicode/husky/pull/1376](https://github.com/typicode/husky/pull/1376) - refactor: reduce file size by [@​typicode](https://github.com/typicode) in [https://github.com/typicode/husky/pull/1377](https://github.com/typicode/husky/pull/1377)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cuculus-dev/cuculus). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 a848ef02..93099529 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "eslint-import-resolver-typescript": "3.6.1", "eslint-plugin-storybook": "0.6.15", "http-proxy-middleware": "2.0.6", - "husky": "9.0.7", + "husky": "9.0.10", "lint-staged": "15.2.1", "prettier": "3.2.4", "sst": "2.40.1", @@ -20955,12 +20955,12 @@ } }, "node_modules/husky": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz", - "integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==", + "version": "9.0.10", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.10.tgz", + "integrity": "sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==", "dev": true, "bin": { - "husky": "bin.js" + "husky": "bin.mjs" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 083be63d..19159489 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint-import-resolver-typescript": "3.6.1", "eslint-plugin-storybook": "0.6.15", "http-proxy-middleware": "2.0.6", - "husky": "9.0.7", + "husky": "9.0.10", "lint-staged": "15.2.1", "prettier": "3.2.4", "sst": "2.40.1",