Skip to content

Commit

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

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.6.0 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-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update commitlint cli config file

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: BOTREL Kilian <botrel.kilian1999@gmail.com>
  • Loading branch information
dependabot[bot] and kibotrel authored May 18, 2024
1 parent 4a40efc commit a761024
Show file tree
Hide file tree
Showing 4 changed files with 1,166 additions and 1,395 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
dist
commitlint.config.cjs
commitlint.config.ts
2 changes: 1 addition & 1 deletion commitlint.config.cjs → commitlint.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
export default {
extends: ['@commitlint/config-conventional'],
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"description": "framework for discord bots written in typescript",
"devDependencies": {
"@commitlint/cli": "18.6.0",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "18.6.0",
"@typescript-eslint/eslint-plugin": "7.0.0",
"@typescript-eslint/parser": "6.21.0",
Expand Down
Loading

0 comments on commit a761024

Please sign in to comment.