Skip to content

Commit

Permalink
Merge pull request #2882 from db-ui/dependabot-npm_and_yarn-husky-9.1.0
Browse files Browse the repository at this point in the history
chore(deps-dev): bump husky from 9.0.11 to 9.1.0
  • Loading branch information
mfranzke authored Jul 18, 2024
2 parents 000559c + 511f7cf commit 8018633
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx --no -- commitlint --edit "$1"
commitlint --edit "$1"
6 changes: 4 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
npx validate-branch-name
validate-branch-name
node scripts/check-commit-mail.js
npx --no -- lint-staged --config ./.lintstagedrc.js
lint-staged --config ./.lintstagedrc.js
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again
npm run lint:jscpd
3 changes: 1 addition & 2 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export default {
'*.md': 'markdownlint -c .markdown-lint.yml',
'*.{css,scss}': 'stylelint --fix --allow-empty-input',
'*.{js,ts,tsx,jsx,mjs,cjs}': ['prettier --write', 'xo --fix'],
'!*.{js,ts,tsx,jsx,mjs,cjs}': 'prettier --write --ignore-unknown'
'*.{js,ts,tsx,jsx,mjs,cjs}': ['xo --fix']
};
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"http-server": "14.1.1",
"husky": "9.0.11",
"husky": "9.1.0",
"jscpd": "^4.0.5",
"lint-staged": "^15.2.7",
"markdownlint-cli": "^0.41.0",
Expand Down

0 comments on commit 8018633

Please sign in to comment.