Skip to content

Commit a5d8fa1

Browse files
renovate[bot]renovate-bot
andauthoredJun 15, 2020
fix: update dependency chalk to v4 (#1275)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 4bafaac commit a5d8fa1

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed
 

‎@commitlint/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@commitlint/lint": "^9.0.1",
6363
"@commitlint/load": "^9.0.1",
6464
"@commitlint/read": "^9.0.1",
65-
"chalk": "3.0.0",
65+
"chalk": "4.1.0",
6666
"core-js": "^3.6.1",
6767
"get-stdin": "7.0.0",
6868
"lodash": "^4.17.15",

‎@commitlint/format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@commitlint/utils": "^9.0.1"
3838
},
3939
"dependencies": {
40-
"chalk": "^3.0.0"
40+
"chalk": "^4.0.0"
4141
},
4242
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
4343
}

‎@commitlint/load/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@commitlint/execute-rule": "^9.0.1",
4444
"@commitlint/resolve-extends": "^9.0.1",
4545
"@commitlint/types": "^9.0.1",
46-
"chalk": "3.0.0",
46+
"chalk": "4.1.0",
4747
"cosmiconfig": "^6.0.0",
4848
"lodash": "^4.17.15",
4949
"resolve-from": "^5.0.0"

‎@commitlint/prompt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"dependencies": {
5959
"@babel/runtime": "^7.9.6",
6060
"@commitlint/load": "^9.0.1",
61-
"chalk": "^3.0.0",
61+
"chalk": "^4.0.0",
6262
"lodash": "^4.17.15",
6363
"throat": "^5.0.0",
6464
"vorpal": "^1.12.0"

‎yarn.lock

+12-4
Original file line numberDiff line numberDiff line change
@@ -3343,10 +3343,10 @@ caseless@~0.12.0:
33433343
resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
33443344
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
33453345

3346-
chalk@3.0.0, chalk@^3.0.0:
3347-
version "3.0.0"
3348-
resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3349-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3346+
chalk@4.1.0:
3347+
version "4.1.0"
3348+
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
3349+
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
33503350
dependencies:
33513351
ansi-styles "^4.1.0"
33523352
supports-color "^7.1.0"
@@ -3371,6 +3371,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4
33713371
escape-string-regexp "^1.0.5"
33723372
supports-color "^5.3.0"
33733373

3374+
chalk@^3.0.0:
3375+
version "3.0.0"
3376+
resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3377+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3378+
dependencies:
3379+
ansi-styles "^4.1.0"
3380+
supports-color "^7.1.0"
3381+
33743382
chalk@^4.0.0:
33753383
version "4.0.0"
33763384
resolved "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"

0 commit comments

Comments
 (0)
Please sign in to comment.