Skip to content

Commit

Permalink
chore(deps): update commitlint monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 24, 2024
1 parent dd3e75c commit 55a0c1e
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 146 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@c4605/toolconfs": "^5.2.2",
"@types/node": "^20.4.0",
"commitlint": "^18.0.0",
"commitlint": "^19.0.0",
"identity-obj-proxy": "^3.0.0",
"lerna": "^8.0.0",
"lint-staged": "^15.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/toolconfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test": "exit 0"
},
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/experimental-utils": "^5.61.0",
"@typescript-eslint/parser": "^7.0.0",
Expand All @@ -26,8 +26,8 @@
"prettier": "^3.0.0"
},
"peerDependencies": {
"@commitlint/cli": "^17.6.6 || ^18.0.0",
"@commitlint/config-conventional": "^17.6.6 || ^18.0.0",
"@commitlint/cli": "^17.6.6 || ^18.0.0 || ^19.0.0",
"@commitlint/config-conventional": "^17.6.6 || ^18.0.0 || ^19.0.0",
"@typescript-eslint/eslint-plugin": "^5.61.0 || ^6.0.0 || ^7.0.0",
"@typescript-eslint/experimental-utils": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0 || ^6.0.0 || ^7.0.0",
Expand Down
Loading

0 comments on commit 55a0c1e

Please sign in to comment.