Skip to content

Commit

Permalink
chore(deps): bump conventional-changelog-conventionalcommits to v8.0.0
Browse files Browse the repository at this point in the history
semantic-release/release-notes-generator#657

Update deprecated husky commands
  • Loading branch information
Th3S4mur41 authored Sep 2, 2024
1 parent 3f9d9b2 commit 021e32b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
9 changes: 5 additions & 4 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"build:docker": "docker build --tag hw2energyid .",
"lint": "biome ci . && prettier --check --ignore-unknown .",
"lint:fix": "biome check --apply . && prettier --write --ignore-unknown .",
"prepare": "husky install",
"prepare": "husky",
"release": "semantic-release",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -46,5 +46,8 @@
"dependencies": {
"node-cron": "^3.0.2",
"yargs": "^17.7.1"
},
"overrides": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
}
}

0 comments on commit 021e32b

Please sign in to comment.