Skip to content

Commit 8b1ff7f

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @commitlint/cli to v13.2.1
1 parent 221e536 commit 8b1ff7f

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@babel/preset-env": "7.15.8",
6868
"@babel/register": "7.15.3",
6969
"@combinatorics/factorial": "0.0.2",
70-
"@commitlint/cli": "13.2.0",
70+
"@commitlint/cli": "13.2.1",
7171
"@comparison-sorting/is-sorted": "0.0.1",
7272
"@functional-abstraction/functools": "3.0.2",
7373
"@iterable-iterator/chain": "2.0.1",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,14 +1466,14 @@
14661466
dependencies:
14671467
"@failure-abstraction/error" "^6.0.1"
14681468

1469-
"@commitlint/cli@13.2.0":
1470-
version "13.2.0"
1471-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-13.2.0.tgz#9e85756b0d0ee06c34b5635d7ef42d7a6c72bd6f"
1472-
integrity sha512-RqG0cxxiwaL9OgQbA2ZEfZaVIRJmbtsZgnj5G07AjN7///s/40grSN4/kDl8YjUgvAZskPfJRoGGYNvHJ4zHWA==
1469+
"@commitlint/cli@13.2.1":
1470+
version "13.2.1"
1471+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-13.2.1.tgz#80ebd46beef6ceed3bb0c0842bcda8d02a3c91de"
1472+
integrity sha512-JGzYk2ay5JkRS5w+FLQzr0u/Kih52ds4HPpa3vnwVOQN8Q+S1VYr8Nk/6kRm6uNYsAcC1nejtuDxRdLcLh/9TA==
14731473
dependencies:
14741474
"@commitlint/format" "^13.2.0"
14751475
"@commitlint/lint" "^13.2.0"
1476-
"@commitlint/load" "^13.2.0"
1476+
"@commitlint/load" "^13.2.1"
14771477
"@commitlint/read" "^13.2.0"
14781478
"@commitlint/types" "^13.2.0"
14791479
lodash "^4.17.19"
@@ -1520,10 +1520,10 @@
15201520
"@commitlint/rules" "^13.2.0"
15211521
"@commitlint/types" "^13.2.0"
15221522

1523-
"@commitlint/load@^13.2.0":
1524-
version "13.2.0"
1525-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-13.2.0.tgz#6bd90b803f7fd102766731dad207cca075b67a4a"
1526-
integrity sha512-Nhkv+hwWCCxWGjmE9jd1U8kfGGCkZVpwzlTtdKxpY+Aj2VCFg3BjY+qA81pMF3oAsIpxchSaZG5llb8kduVjYg==
1523+
"@commitlint/load@^13.2.1":
1524+
version "13.2.1"
1525+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-13.2.1.tgz#d5d926dbd05021c02837c438ff1057025b28b745"
1526+
integrity sha512-qlaJkj0hfa9gtWRfCfbgFBTK3GYQRmjZhba4l9mUu4wV9lEZ4ICFlrLtd/8kaLXf/8xbrPhkAPkVFOAqM0YwUQ==
15271527
dependencies:
15281528
"@commitlint/execute-rule" "^13.2.0"
15291529
"@commitlint/resolve-extends" "^13.2.0"
@@ -1533,6 +1533,7 @@
15331533
cosmiconfig "^7.0.0"
15341534
lodash "^4.17.19"
15351535
resolve-from "^5.0.0"
1536+
typescript "^4.4.3"
15361537

15371538
"@commitlint/message@^13.2.0":
15381539
version "13.2.0"
@@ -9789,6 +9790,11 @@ typescript@^4.1.3, typescript@^4.2.4:
97899790
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
97909791
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
97919792

9793+
typescript@^4.4.3:
9794+
version "4.4.3"
9795+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
9796+
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==
9797+
97929798
unbox-primitive@^1.0.1:
97939799
version "1.0.1"
97949800
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"

0 commit comments

Comments
 (0)