Skip to content

Commit

Permalink
Merge pull request #62 from dargstack/renovate/husky-9.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency husky to v9
  • Loading branch information
dargmuesli authored Jan 26, 2024
2 parents 1b66fea + 4d99b34 commit 6d6a0bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
4 changes: 0 additions & 4 deletions .husky/commit-msg
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
#!/bin/sh
# shellcheck source=./_/husky.sh
. "$(dirname "$0")/_/husky.sh"

pnpm commitlint --config .commitlintrc.cjs --edit "$1"
4 changes: 0 additions & 4 deletions .husky/pre-commit
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
#!/bin/sh
# shellcheck source=./_/husky.sh
. "$(dirname "$0")/_/husky.sh"

pnpm dargstack_rgen --validate
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"packageManager": "[email protected]",
"scripts": {
"prepare": "husky install"
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"dargstack": "2.2.1",
"dargstack_rgen": "0.9.25",
"husky": "8.0.3"
"husky": "9.0.6"
}
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 6d6a0bd

Please sign in to comment.