Skip to content

Commit f1e174b

Browse files
authored
Merge pull request #1066 from chantouchsek/dependabot/npm_and_yarn/husky-9.0.11
chore(deps-dev): bump husky from 8.0.3 to 9.0.11
2 parents 3791b49 + d6cc229 commit f1e174b

File tree

6 files changed

+6
-17
lines changed

6 files changed

+6
-17
lines changed

.husky/commit-msg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
. "$(dirname "$0")/common.sh"
4-
51
npx --no-install commitlint --edit ""

.husky/common.sh

Whitespace-only changes.

.husky/post-merge

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
yarn install

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
. "$(dirname "$0")/common.sh"
4-
51
npx lint-staged

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"start": "nodemon",
1414
"release": "standard-version && git push --follow-tags origin main && yarn publish",
1515
"clean": "rimraf dist",
16-
"prepare": "husky install",
16+
"prepare": "husky",
1717
"lint:js": "eslint --ext \".js,.ts\" --ignore-path .gitignore .",
1818
"lint:prettier": "prettier --check .",
1919
"lint": "yarn lint:js && yarn lint:prettier",
@@ -63,7 +63,7 @@
6363
"eslint-plugin-import": "^2.29.1",
6464
"eslint-plugin-prettier": "^4.2.1",
6565
"eslint-plugin-promise": "^6.1.1",
66-
"husky": "^8.0.3",
66+
"husky": "^9.0.11",
6767
"jsdom": "^22.1.0",
6868
"lint-staged": ">=15.2.2",
6969
"nodemon": "^3.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7041,10 +7041,10 @@ human-signals@^5.0.0:
70417041
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
70427042
integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
70437043

7044-
husky@^8.0.3:
7045-
version "8.0.3"
7046-
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
7047-
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==
7044+
husky@^9.0.11:
7045+
version "9.0.11"
7046+
resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.11.tgz#fc91df4c756050de41b3e478b2158b87c1e79af9"
7047+
integrity sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==
70487048

70497049
70507050
version "0.6.3"

0 commit comments

Comments
 (0)