From a6af102e0650cfc1f857552b09c82fe8c494bdfa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 22:49:48 +0800 Subject: [PATCH] bump(deps): update dependency husky to ^8.0.3 (#70) 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://typicode.github.io/husky) ([source](https://togithub.com/typicode/husky)) | [`^8.0.2` -> `^8.0.3`](https://renovatebot.com/diffs/npm/husky/8.0.2/8.0.3) | [![age](https://badges.renovateapi.com/packages/npm/husky/8.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/husky/8.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/husky/8.0.3/compatibility-slim/8.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/husky/8.0.3/confidence-slim/8.0.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
typicode/husky ### [`v8.0.3`](https://togithub.com/typicode/husky/releases/tag/v8.0.3) [Compare Source](https://togithub.com/typicode/husky/compare/v8.0.2...v8.0.3) - fix: add git not installed message [#​1208](https://togithub.com/typicode/husky/issues/1208)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://app.renovatebot.com/dashboard#github/BirthdayResearch/sticky). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/sticky-prettier/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/sticky-prettier/package.json b/packages/sticky-prettier/package.json index 6cd37f0..340f72a 100644 --- a/packages/sticky-prettier/package.json +++ b/packages/sticky-prettier/package.json @@ -6,7 +6,7 @@ "index.js" ], "dependencies": { - "husky": "^8.0.2", + "husky": "^8.0.3", "lint-staged": "^13.1.0", "prettier": "^2.8.1", "prettier-plugin-tailwindcss": "^0.2.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5e290c3..3b96fce 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,12 +58,12 @@ importers: packages/sticky-prettier: specifiers: - husky: ^8.0.2 + husky: ^8.0.3 lint-staged: ^13.1.0 prettier: ^2.8.1 prettier-plugin-tailwindcss: ^0.2.1 dependencies: - husky: 8.0.2 + husky: 8.0.3 lint-staged: 13.1.0 prettier: 2.8.1 prettier-plugin-tailwindcss: 0.2.1_prettier@2.8.1 @@ -2719,8 +2719,8 @@ packages: engines: {node: '>=12.20.0'} dev: false - /husky/8.0.2: - resolution: {integrity: sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==} + /husky/8.0.3: + resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} engines: {node: '>=14'} hasBin: true dev: false