Skip to content

Commit

Permalink
chore(deps-dev): bump @commitlint/cli from 19.0.3 to 19.3.0 (#388)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump @commitlint/cli from 19.0.3 to 19.3.0

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.0.3 to 19.3.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: update Commitlint config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ned Zimmerman <[email protected]>
  • Loading branch information
dependabot[bot] and greatislander authored May 6, 2024
1 parent 5ecb410 commit 9a81b8c
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 66 deletions.
5 changes: 1 addition & 4 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 -- commitlint --edit "$1"
npx --no -- commitlint --config commitlint.config.mjs --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 --no lint-staged
5 changes: 0 additions & 5 deletions commitlint.config.js

This file was deleted.

1 change: 1 addition & 0 deletions commitlint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default {extends: ['@commitlint/config-conventional']};
103 changes: 52 additions & 51 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint:yml": "eslint \"**/*.yml\"",
"start": "npm-run-all -l clean -p start:*",
"start:eleventy": "run-p dev cms",
"prepare": "husky install"
"prepare": "husky"
},
"repository": {
"type": "git",
Expand All @@ -46,7 +46,7 @@
"react": "16.14.0"
},
"devDependencies": {
"@commitlint/cli": "19.0.3",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.0.3",
"backstopjs": "6.3.22",
"cross-env": "7.0.3",
Expand All @@ -57,7 +57,7 @@
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-markdown": "4.0.1",
"eslint-plugin-yml": "1.12.2",
"husky": "8.0.3",
"husky": "9.0.11",
"linkedom": "0.15.2",
"lint-staged": "15.2.2",
"markdownlint-cli2": "0.11.0",
Expand Down

0 comments on commit 9a81b8c

Please sign in to comment.