Skip to content

Commit

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

"@commitlint/cli@18.4.4":
version "18.4.4"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.4.4.tgz#24bdb295f0e9e87dfe5371e9a16aacac92017c5d"
integrity sha512-Ro3wIo//fV3XiV1EkdpHog6huaEyNcUAVrSmtgKqYM5g982wOWmP4FXvEDFwRMVgz878CNBvvCc33dMZ5AQJ/g==
"@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.4.4"
"@commitlint/load" "^18.4.4"
"@commitlint/lint" "^18.5.0"
"@commitlint/load" "^18.5.0"
"@commitlint/read" "^18.4.4"
"@commitlint/types" "^18.4.4"
execa "^5.0.0"
Expand All @@ -78,10 +78,10 @@
resolve-global "1.0.0"
yargs "^17.0.0"

"@commitlint/config-conventional@18.4.4":
version "18.4.4"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.4.4.tgz#ad9a4fc19a848821f01e79089ee01dc9ba71766b"
integrity sha512-Bz3sPQSboBN+Et/KyZrR+OJ3z9PrHDw7Bls0/hv94PmuHBtMq1dCGxS9XzTGzxeMNlytCC4kxF083tbhPljl3Q==
"@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==
dependencies:
conventional-changelog-conventionalcommits "^7.0.2"

Expand Down Expand Up @@ -126,7 +126,7 @@
"@commitlint/types" "^18.6.0"
semver "7.5.4"

"@commitlint/lint@^18.4.4":
"@commitlint/lint@^18.5.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.4.4":
"@commitlint/load@^18.5.0":
version "18.6.0"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.6.0.tgz#98108294b9383aa2905781b192215df4718babb7"
integrity sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA==
Expand Down

0 comments on commit 571511e

Please sign in to comment.