Skip to content

Commit

Permalink
chore(deps): update commitlint monorepo to v18.6.0
Browse files Browse the repository at this point in the history
| datasource | package                         | from   | to     |
| ---------- | ------------------------------- | ------ | ------ |
| npm        | @commitlint/cli                 | 18.5.0 | 18.6.0 |
| npm        | @commitlint/config-conventional | 18.5.0 | 18.6.0 |
  • Loading branch information
renovate[bot] committed Feb 1, 2024
1 parent 892eff1 commit 20b1652
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -40,8 +40,8 @@
"@actions/exec": "1.1.1"
},
"devDependencies": {
"@commitlint/cli": "18.5.0",
"@commitlint/config-conventional": "18.5.0",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.6",
"@semantic-release/npm": "11.0.2",
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Expand Up @@ -62,26 +62,26 @@
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==

"@commitlint/cli@18.5.0":
version "18.5.0"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.5.0.tgz#e485c29d51b66890cd93a4c7f3f1e5ed15101db2"
integrity sha512-g/N0mJBrHcTdiccUpJknS6/ru45eIEAZyhEy9sL2ILjzK2IVNrpzlAPtxEr8bZCZLGwPBUrQ5UCIIu4uebhImw==
dependencies:
"@commitlint/format" "^18.4.4"
"@commitlint/lint" "^18.5.0"
"@commitlint/load" "^18.5.0"
"@commitlint/read" "^18.4.4"
"@commitlint/types" "^18.4.4"
"@commitlint/cli@18.6.0":
version "18.6.0"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.6.0.tgz#f065e0514f3870b6dc9a3c608a78820806b46527"
integrity sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w==
dependencies:
"@commitlint/format" "^18.6.0"
"@commitlint/lint" "^18.6.0"
"@commitlint/load" "^18.6.0"
"@commitlint/read" "^18.6.0"
"@commitlint/types" "^18.6.0"
execa "^5.0.0"
lodash.isfunction "^3.0.9"
resolve-from "5.0.0"
resolve-global "1.0.0"
yargs "^17.0.0"

"@commitlint/config-conventional@18.5.0":
version "18.5.0"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.5.0.tgz#b50b317dfef81f34ff46ef581a5a4a11dafcae59"
integrity sha512-XGmU4u3Z7bCn0H0nTEG9LUn6hMDUIPP4P6dun7PKFhtnt/wwiKAqmPj+QRmFiqWjkOWcmrh7w7xRiDL32cWS5g==
"@commitlint/config-conventional@18.6.0":
version "18.6.0"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.6.0.tgz#88da3e34e2bfcd8a5d46bcc472553e7f63f35323"
integrity sha512-CDCOf2eJz9D/TL44IBks0stM9TmdLCNE2B48owIU3YCadwzts/bobXPScagIgPQF6hhKYMEdj5zpUDlmbwuqwQ==
dependencies:
conventional-changelog-conventionalcommits "^7.0.2"

Expand Down Expand Up @@ -110,7 +110,7 @@
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.4.4.tgz#ade986742c1944c8162a54288747e54a8c6146b5"
integrity sha512-a37Nd3bDQydtg9PCLLWM9ZC+GO7X5i4zJvrggJv5jBhaHsXeQ9ZWdO6ODYR+f0LxBXXNYK3geYXJrCWUCP8JEg==

"@commitlint/format@^18.4.4":
"@commitlint/format@^18.6.0":
version "18.6.0"
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.6.0.tgz#e13ef8419cd8eb37be5825a2e84e73cabbfb56ad"
integrity sha512-8UNWfs2slPPSQiiVpLGJTnPHv7Jkd5KYxfbNXbmLL583bjom4RrylvyrCVnmZReA8nNad7pPXq6mDH4FNVj6xg==
Expand All @@ -126,7 +126,7 @@
"@commitlint/types" "^18.6.0"
semver "7.5.4"

"@commitlint/lint@^18.5.0":
"@commitlint/lint@^18.6.0":
version "18.6.0"
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.6.0.tgz#f54c856840a6238e0c2972588c2dc986317f1b7b"
integrity sha512-ycbuDWfyykPmslgiHzhz8dL6F0BJYltXLVfc+M49z0c+FNITM0v+r0Vd2+Tdtq06VTc894p2+YSmZhulY8Jn3Q==
Expand All @@ -136,7 +136,7 @@
"@commitlint/rules" "^18.6.0"
"@commitlint/types" "^18.6.0"

"@commitlint/load@^18.5.0":
"@commitlint/load@^18.6.0":
version "18.6.0"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.6.0.tgz#98108294b9383aa2905781b192215df4718babb7"
integrity sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA==
Expand Down Expand Up @@ -167,7 +167,7 @@
conventional-changelog-angular "^7.0.0"
conventional-commits-parser "^5.0.0"

"@commitlint/read@^18.4.4":
"@commitlint/read@^18.6.0":
version "18.6.0"
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.6.0.tgz#324ea1fa625f88427780df23fffe4a92d383d665"
integrity sha512-w39ji8VfWhPKRquPhRHB3Yd8XIHwaNHgOh28YI1QEmZ59qVpuVUQo6h/NsVb+uoC6LbXZiofTZv2iFR084jKEA==
Expand Down Expand Up @@ -212,7 +212,7 @@
dependencies:
find-up "^5.0.0"

"@commitlint/types@^18.4.4", "@commitlint/types@^18.6.0":
"@commitlint/types@^18.6.0":
version "18.6.0"
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.6.0.tgz#3d3493cb5910f60f3749a8eb56aca47dc2e1b662"
integrity sha512-oavoKLML/eJa2rJeyYSbyGAYzTxQ6voG5oeX3OrxpfrkRWhJfm4ACnhoRf5tgiybx2MZ+EVFqC1Lw3W8/uwpZA==
Expand Down

0 comments on commit 20b1652

Please sign in to comment.