Skip to content

Commit

Permalink
⬆️ deps: Upgrade dependency @commitlint/cli to v13.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 9, 2021
1 parent 60e561e commit 02eadc9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/register": "7.15.3",
"@commitlint/cli": "13.2.0",
"@commitlint/cli": "13.2.1",
"@iterable-iterator/range": "2.1.0",
"@iterable-iterator/slice": "1.0.1",
"@iterable-iterator/sorted": "1.0.0",
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1720,14 +1720,14 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@commitlint/cli@13.2.0":
version "13.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-13.2.0.tgz#9e85756b0d0ee06c34b5635d7ef42d7a6c72bd6f"
integrity sha512-RqG0cxxiwaL9OgQbA2ZEfZaVIRJmbtsZgnj5G07AjN7///s/40grSN4/kDl8YjUgvAZskPfJRoGGYNvHJ4zHWA==
"@commitlint/cli@13.2.1":
version "13.2.1"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-13.2.1.tgz#80ebd46beef6ceed3bb0c0842bcda8d02a3c91de"
integrity sha512-JGzYk2ay5JkRS5w+FLQzr0u/Kih52ds4HPpa3vnwVOQN8Q+S1VYr8Nk/6kRm6uNYsAcC1nejtuDxRdLcLh/9TA==
dependencies:
"@commitlint/format" "^13.2.0"
"@commitlint/lint" "^13.2.0"
"@commitlint/load" "^13.2.0"
"@commitlint/load" "^13.2.1"
"@commitlint/read" "^13.2.0"
"@commitlint/types" "^13.2.0"
lodash "^4.17.19"
Expand Down Expand Up @@ -1774,10 +1774,10 @@
"@commitlint/rules" "^13.2.0"
"@commitlint/types" "^13.2.0"

"@commitlint/load@^13.2.0":
version "13.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-13.2.0.tgz#6bd90b803f7fd102766731dad207cca075b67a4a"
integrity sha512-Nhkv+hwWCCxWGjmE9jd1U8kfGGCkZVpwzlTtdKxpY+Aj2VCFg3BjY+qA81pMF3oAsIpxchSaZG5llb8kduVjYg==
"@commitlint/load@^13.2.1":
version "13.2.1"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-13.2.1.tgz#d5d926dbd05021c02837c438ff1057025b28b745"
integrity sha512-qlaJkj0hfa9gtWRfCfbgFBTK3GYQRmjZhba4l9mUu4wV9lEZ4ICFlrLtd/8kaLXf/8xbrPhkAPkVFOAqM0YwUQ==
dependencies:
"@commitlint/execute-rule" "^13.2.0"
"@commitlint/resolve-extends" "^13.2.0"
Expand All @@ -1787,6 +1787,7 @@
cosmiconfig "^7.0.0"
lodash "^4.17.19"
resolve-from "^5.0.0"
typescript "^4.4.3"

"@commitlint/message@^13.2.0":
version "13.2.0"
Expand Down Expand Up @@ -10662,6 +10663,11 @@ typescript@^4.2.4:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==

typescript@^4.4.3:
version "4.4.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==

unbox-primitive@^1.0.0, unbox-primitive@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
Expand Down

0 comments on commit 02eadc9

Please sign in to comment.