Skip to content

Commit 237afc3

Browse files
committed
chore(deps): update commitlint monorepo to v8.1.0
1 parent c46d936 commit 237afc3

File tree

2 files changed

+19
-24
lines changed

2 files changed

+19
-24
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
},
4848
"homepage": "https://github.com/fengzilong/nut#readme",
4949
"devDependencies": {
50-
"@commitlint/cli": "8.0.0",
51-
"@commitlint/config-conventional": "8.0.0",
50+
"@commitlint/cli": "8.1.0",
51+
"@commitlint/config-conventional": "8.1.0",
5252
"babel-eslint": "^10.0.2",
5353
"eslint": "6.0.1",
5454
"eslint-config-mo": "0.5.2",

yarn.lock

+17-22
Original file line numberDiff line numberDiff line change
@@ -728,27 +728,27 @@
728728
lodash "^4.17.13"
729729
to-fast-properties "^2.0.0"
730730

731-
"@commitlint/cli@8.0.0":
732-
version "8.0.0"
733-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-8.0.0.tgz#1be7aa14fecbcf71317a8187fbb5210760d4ca61"
734-
integrity sha512-wFu+g9v73I2rMRTv27ItIbcrhWqge0ZpUNUIJ9fw8TF7XpmhaUFvGqa2kU6st1F0TyEOrq5ZMzwI8kQZNVLuXg==
731+
"@commitlint/cli@8.1.0":
732+
version "8.1.0"
733+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-8.1.0.tgz#a3d4236c0ac961d7026a53d728b179c696d6a045"
734+
integrity sha512-83K5C2nIAgoZlzMegf0/MEBjX+ampUyc/u79RxgX9ZYjzos+RQtNyO7I43dztVxPXSwAnX9XRgoOfkGWA4nbig==
735735
dependencies:
736-
"@commitlint/format" "^8.0.0"
737-
"@commitlint/lint" "^8.0.0"
738-
"@commitlint/load" "^8.0.0"
739-
"@commitlint/read" "^8.0.0"
736+
"@commitlint/format" "^8.1.0"
737+
"@commitlint/lint" "^8.1.0"
738+
"@commitlint/load" "^8.1.0"
739+
"@commitlint/read" "^8.1.0"
740740
babel-polyfill "6.26.0"
741741
chalk "2.3.1"
742742
get-stdin "7.0.0"
743-
lodash "4.17.11"
743+
lodash "4.17.14"
744744
meow "5.0.0"
745745
resolve-from "5.0.0"
746746
resolve-global "1.0.0"
747747

748-
"@commitlint/config-conventional@8.0.0":
749-
version "8.0.0"
750-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-8.0.0.tgz#f45349cab9dcfc08a30fbcf2b6317506e17bc8e6"
751-
integrity sha512-umg1irroowOV+x8oZPBw8woCogZO5MFKUYQq+fRZvhowoSwDHXYILP3ETcdHUgvytw/K/a8Xvu7iCypK6oZQ+g==
748+
"@commitlint/config-conventional@8.1.0":
749+
version "8.1.0"
750+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-8.1.0.tgz#ba61fbf0ad4df52da2b5ee3034470371a2cbf039"
751+
integrity sha512-/JY+FNBnrT91qzDVIoV1Buiigvj7Le7ezFw+oRqu0nYREX03k7xnaG/7t7rUSvm7hM6dnLSOlaUsevjgMI9AEw==
752752

753753
"@commitlint/ensure@^8.1.0":
754754
version "8.1.0"
@@ -762,7 +762,7 @@
762762
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-8.1.0.tgz#e8386bd0836b3dcdd41ebb9d5904bbeb447e4715"
763763
integrity sha512-+vpH3RFuO6ypuCqhP2rSqTjFTQ7ClzXtUvXphpROv9v9+7zH4L+Ex+wZLVkL8Xj2cxefSLn/5Kcqa9XyJTn3kg==
764764

765-
"@commitlint/format@^8.0.0":
765+
"@commitlint/format@^8.1.0":
766766
version "8.1.0"
767767
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-8.1.0.tgz#c3f3ca78bb74cbc1cce1368c0974b0cb8f31b98e"
768768
integrity sha512-D0cmabUTQIKdABgt08d9JAvO9+lMRAmkcsZx8TMScY502R67HCw77JhzRDcw1RmqX5rN8JO6ZjDHO92Pbwlt+Q==
@@ -777,7 +777,7 @@
777777
"@types/semver" "^6.0.1"
778778
semver "6.1.1"
779779

780-
"@commitlint/lint@^8.0.0":
780+
"@commitlint/lint@^8.1.0":
781781
version "8.1.0"
782782
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-8.1.0.tgz#ad10f4885c06f14c71de11dcd6bf2ca54a395141"
783783
integrity sha512-WYjbUgtqvnlVH3S3XPZMAa+N7KO0yQ+GuUG20Qra+EtER6SRYawykmEs4wAyrmY8VcFXUnKgSlIQUsqmGKwNZQ==
@@ -788,7 +788,7 @@
788788
babel-runtime "^6.23.0"
789789
lodash "4.17.14"
790790

791-
"@commitlint/load@^8.0.0":
791+
"@commitlint/load@^8.1.0":
792792
version "8.1.0"
793793
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-8.1.0.tgz#63b72ae5bb9152b8fa5b17c5428053032a9a49c8"
794794
integrity sha512-ra02Dvmd7Gp1+uFLzTY3yGOpHjPzl5T9wYg/xrtPJNiOWXvQ0Mw7THw+ucd1M5iLUWjvdavv2N87YDRc428wHg==
@@ -815,7 +815,7 @@
815815
conventional-commits-parser "^2.1.0"
816816
lodash "^4.17.11"
817817

818-
"@commitlint/read@^8.0.0":
818+
"@commitlint/read@^8.1.0":
819819
version "8.1.0"
820820
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-8.1.0.tgz#effe07c965ba1735a5f7f8b7b19ac4d98c887507"
821821
integrity sha512-PKsGMQFEr2sX/+orI71b82iyi8xFqb7F4cTvsLxzB5x6/QutxPVM3rg+tEVdi6rBKIDuqRIp2puDZQuREZs3vg==
@@ -6225,11 +6225,6 @@ lodash.uniq@^4.5.0:
62256225
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
62266226
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
62276227

6228-
6229-
version "4.17.11"
6230-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
6231-
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
6232-
62336228
62346229
version "4.17.14"
62356230
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"

0 commit comments

Comments
 (0)