diff options
| author | Fuwn <[email protected]> | 2021-10-09 11:03:01 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-09 11:03:01 -0700 |
| commit | d620c8ae9f14de5d43b9ad34430b5ca983413781 (patch) | |
| tree | a3c9635f2383b114cc0cfba5a13fd17f5231ce7c | |
| parent | Merge pull request #9 from fuwn/renovate/commitlint-monorepo (diff) | |
| parent | chore(deps): update dependency @commitlint/cli to v13.2.1 (diff) | |
| download | records-d620c8ae9f14de5d43b9ad34430b5ca983413781.tar.xz records-d620c8ae9f14de5d43b9ad34430b5ca983413781.zip | |
Merge pull request #10 from fuwn/renovate/commitlint-monorepo
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 24 |
2 files changed, 16 insertions, 10 deletions
diff --git a/package.json b/package.json index 2b750fa..776d822 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "commit:signed": "cz -S" }, "devDependencies": { - "@commitlint/cli": "13.2.0", + "@commitlint/cli": "13.2.1", "@commitlint/config-conventional": "13.2.0", "commitizen": "4.2.4", "cz-conventional-changelog": "3.3.0", @@ -23,14 +23,14 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@commitlint/[email protected]": - version "13.2.0" - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-13.2.0.tgz#9e85756b0d0ee06c34b5635d7ef42d7a6c72bd6f" - integrity sha512-RqG0cxxiwaL9OgQbA2ZEfZaVIRJmbtsZgnj5G07AjN7///s/40grSN4/kDl8YjUgvAZskPfJRoGGYNvHJ4zHWA== +"@commitlint/[email protected]": + 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" @@ -102,10 +102,10 @@ lodash "^4.17.19" resolve-from "^5.0.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" @@ -115,6 +115,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" @@ -2219,6 +2220,11 @@ type-fest@^0.8.1: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== +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== + union-value@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" |