Skip to content

Commit edd4fb6

Browse files
build(deps-dev): bump husky from 9.0.11 to 9.1.2 (#2683)
* build(deps-dev): bump husky from 9.0.11 to 9.1.2 Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v9.0.11...v9.1.2) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update commit-msg * Update pre-commit * Update pre-commit * Update .lintstagedrc --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>
1 parent 0895706 commit edd4fb6

File tree

5 files changed

+13
-18
lines changed

5 files changed

+13
-18
lines changed

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx --no -- commitlint --edit "$1"
1+
commitlint --edit "$1"

.husky/pre-commit

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1+
echo "### npm run general lintings ###"
2+
concurrently "node ./scripts/check-commit-mail.js" "node ./scripts/cypress/component-check.js" "node ./scripts/angular-module-component-check.js" "npx validate-branch-name"
13
echo "### lint staged files ###"
2-
npx --no -- lint-staged
3-
echo "### npm run lint ###"
4-
npx --no -- concurrently "node ./scripts/check-commit-mail.js" "node ./scripts/cypress/component-check.js" "node ./scripts/angular-module-component-check.js" "npm run lint:eslint" "npx validate-branch-name"
5-
6-
7-
8-
9-
10-
11-
4+
lint-staged
5+
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
6+
git update-index --again

.lintstagedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"*.md": "markdownlint -c .markdown-lint.yml",
33
"*.{css,scss}": "stylelint --fix",
4-
"*": "prettier --write --ignore-unknown"
4+
"*.{js,ts,tsx}": "eslint --fix "
55
}

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-plugin-storybook": "0.8.0",
4444
"eslint-plugin-vue": "^9.24.0",
4545
"find-versions-cli": "^5.0.0",
46-
"husky": "9.0.11",
46+
"husky": "9.1.2",
4747
"iframe-resizer": "4.4.5",
4848
"jest-config": "29.7.0",
4949
"lint-staged": "^15.2.2",

0 commit comments

Comments
 (0)