From 874a30ecb0b4e9dda05e2e19576eed86007da5d6 Mon Sep 17 00:00:00 2001 From: "balvajs-renovate[bot]" <147611899+balvajs-renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:17:55 +0000 Subject: [PATCH] chore(deps): update dependency husky to v9.0.10 (#319) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [husky](https://togithub.com/typicode/husky) | devDependencies | patch | [`9.0.9` -> `9.0.10`](https://renovatebot.com/diffs/npm/husky/9.0.9/9.0.10) | --- ### Release Notes
typicode/husky (husky) ### [`v9.0.10`](https://togithub.com/typicode/husky/releases/tag/v9.0.10) [Compare Source](https://togithub.com/typicode/husky/compare/v9.0.9...v9.0.10) - fix: rename index.d.ts to index.d.mts by [@​mrkjdy](https://togithub.com/mrkjdy) in [https://github.com/typicode/husky/pull/1379](https://togithub.com/typicode/husky/pull/1379)
--- ### 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 [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: Balvajs Renovate Bot <406530+balvajs-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 38f746e..aa07e4d 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", "graphql": "16.8.1", - "husky": "9.0.9", + "husky": "9.0.10", "jest": "29.7.0", "lint-staged": "15.2.1", "minimatch": "9.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9b8350b..72d301b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -120,8 +120,8 @@ devDependencies: specifier: 16.8.1 version: 16.8.1 husky: - specifier: 9.0.9 - version: 9.0.9 + specifier: 9.0.10 + version: 9.0.10 jest: specifier: 29.7.0 version: 29.7.0(@types/node@20.11.15)(ts-node@10.9.2) @@ -5588,8 +5588,8 @@ packages: engines: {node: '>=16.17.0'} dev: true - /husky@9.0.9: - resolution: {integrity: sha512-eW92PRr1XPKDWd7/iM2JvAl9gEKK3TF69yvbllQtKSYBw+Wtoi+P38NqH1Z7++sSd80FBkFagBFJkoQvMhCnGw==} + /husky@9.0.10: + resolution: {integrity: sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==} engines: {node: '>=18'} hasBin: true dev: true