Skip to content

Commit

Permalink
chore(deps): update dependency @commitlint/cli to v13.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 12, 2021
1 parent e425e2b commit f01f986
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@changesets/changelog-github": "0.4.1",
"@changesets/cli": "2.17.0",
"@commitlint/cli": "13.2.0",
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@google-cloud/bigquery": "5.9.0",
"@types/jest": "27.0.2",
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -534,14 +534,14 @@
human-id "^1.0.2"
prettier "^1.19.1"

"@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 @@ -595,10 +595,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 @@ -608,6 +608,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 @@ -6156,7 +6157,7 @@ typedoc@0.22.5:
minimatch "^3.0.4"
shiki "^0.9.11"

typescript@4.4.3:
typescript@4.4.3, 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==
Expand Down

0 comments on commit f01f986

Please sign in to comment.