Skip to content

Commit 07d9886

Browse files
committed
Update dependency pretty-quick to v3
1 parent 48c95e1 commit 07d9886

File tree

2 files changed

+36
-28
lines changed

2 files changed

+36
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"husky": "^4.2.3",
3030
"lint-staged": "^7.3.0",
3131
"prettier": "2.0.2",
32-
"pretty-quick": "^2.0.1",
32+
"pretty-quick": "3.1.3",
3333
"textlint": "11.6.2",
3434
"textlint-rule-ja-space-between-half-and-full-width": "2.0.1",
3535
"textlint-rule-no-todo": "2.0.1"

yarn.lock

Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
427427
strip-ansi "^3.0.0"
428428
supports-color "^2.0.0"
429429

430-
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
430+
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.1, chalk@^2.4.1:
431431
version "2.4.2"
432432
resolved "https://registry.nlark.com/chalk/download/chalk-2.4.2.tgz?cache=0&sync_timestamp=1618995384030&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fchalk%2Fdownload%2Fchalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
433433
integrity sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=
@@ -436,6 +436,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
436436
escape-string-regexp "^1.0.5"
437437
supports-color "^5.3.0"
438438

439+
chalk@^3.0.0:
440+
version "3.0.0"
441+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
442+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
443+
dependencies:
444+
ansi-styles "^4.1.0"
445+
supports-color "^7.1.0"
446+
439447
chalk@^4.0.0:
440448
version "4.1.1"
441449
resolved "https://registry.nlark.com/chalk/download/chalk-4.1.1.tgz?cache=0&sync_timestamp=1618995384030&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fchalk%2Fdownload%2Fchalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
@@ -754,18 +762,18 @@ execa@^0.9.0:
754762
signal-exit "^3.0.0"
755763
strip-eof "^1.0.0"
756764

757-
execa@^2.1.0:
758-
version "2.1.0"
759-
resolved "https://registry.nlark.com/execa/download/execa-2.1.0.tgz#e5d3ecd837d2a60ec50f3da78fd39767747bbe99"
760-
integrity sha1-5dPs2DfSpg7FDz2nj9OXZ3R7vpk=
765+
execa@^4.0.0:
766+
version "4.1.0"
767+
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
768+
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
761769
dependencies:
762770
cross-spawn "^7.0.0"
763771
get-stream "^5.0.0"
772+
human-signals "^1.1.1"
764773
is-stream "^2.0.0"
765774
merge-stream "^2.0.0"
766-
npm-run-path "^3.0.0"
775+
npm-run-path "^4.0.0"
767776
onetime "^5.1.0"
768-
p-finally "^2.0.0"
769777
signal-exit "^3.0.2"
770778
strip-final-newline "^2.0.0"
771779

@@ -1054,6 +1062,11 @@ hosted-git-info@^2.1.4:
10541062
resolved "https://registry.npm.taobao.org/hosted-git-info/download/hosted-git-info-2.8.9.tgz?cache=0&sync_timestamp=1617826545071&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhosted-git-info%2Fdownload%2Fhosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
10551063
integrity sha1-3/wL+aIcAiCQkPKqaUKeFBTa8/k=
10561064

1065+
human-signals@^1.1.1:
1066+
version "1.1.1"
1067+
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
1068+
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
1069+
10571070
husky@^4.2.3:
10581071
version "4.3.8"
10591072
resolved "https://registry.nlark.com/husky/download/husky-4.3.8.tgz#31144060be963fd6850e5cc8f019a1dfe194296d"
@@ -1711,10 +1724,10 @@ mkdirp@^0.5.0, mkdirp@^0.5.1:
17111724
dependencies:
17121725
minimist "^1.2.5"
17131726

1714-
mri@^1.1.4:
1715-
version "1.1.6"
1716-
resolved "https://registry.npm.taobao.org/mri/download/mri-1.1.6.tgz?cache=0&sync_timestamp=1610110114384&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmri%2Fdownload%2Fmri-1.1.6.tgz#49952e1044db21dbf90f6cd92bc9c9a777d415a6"
1717-
integrity sha1-SZUuEETbIdv5D2zZK8nJp3fUFaY=
1727+
mri@^1.1.5:
1728+
version "1.2.0"
1729+
resolved "https://registry.yarnpkg.com/mri/-/mri-1.2.0.tgz#6721480fec2a11a4889861115a48b6cbe7cc8f0b"
1730+
integrity sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==
17181731

17191732
ms@2.0.0:
17201733
version "2.0.0"
@@ -1783,10 +1796,10 @@ npm-run-path@^2.0.0:
17831796
dependencies:
17841797
path-key "^2.0.0"
17851798

1786-
npm-run-path@^3.0.0:
1787-
version "3.1.0"
1788-
resolved "https://registry.npm.taobao.org/npm-run-path/download/npm-run-path-3.1.0.tgz#7f91be317f6a466efed3c9f2980ad8a4ee8b0fa5"
1789-
integrity sha1-f5G+MX9qRm7+08nymArYpO6LD6U=
1799+
npm-run-path@^4.0.0:
1800+
version "4.0.1"
1801+
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
1802+
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
17901803
dependencies:
17911804
path-key "^3.0.0"
17921805

@@ -1900,11 +1913,6 @@ p-finally@^1.0.0:
19001913
resolved "https://registry.npm.taobao.org/p-finally/download/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
19011914
integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
19021915

1903-
p-finally@^2.0.0:
1904-
version "2.0.1"
1905-
resolved "https://registry.npm.taobao.org/p-finally/download/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561"
1906-
integrity sha1-vW/KqcVZoJa2gIBvTWV7Pw8kBWE=
1907-
19081916
p-limit@^1.1.0:
19091917
version "1.3.0"
19101918
resolved "https://registry.npm.taobao.org/p-limit/download/p-limit-1.3.0.tgz?cache=0&sync_timestamp=1606288370125&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fp-limit%2Fdownload%2Fp-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
@@ -2146,16 +2154,16 @@ pretty-format@^23.6.0:
21462154
ansi-regex "^3.0.0"
21472155
ansi-styles "^3.2.0"
21482156

2149-
pretty-quick@^2.0.1:
2150-
version "2.0.2"
2151-
resolved "https://registry.nlark.com/pretty-quick/download/pretty-quick-2.0.2.tgz#4e44d6489ed513ef111bee501f63688d854584e6"
2152-
integrity sha1-TkTWSJ7VE+8RG+5QH2NojYVFhOY=
2157+
pretty-quick@3.1.3:
2158+
version "3.1.3"
2159+
resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-3.1.3.tgz#15281108c0ddf446675157ca40240099157b638e"
2160+
integrity sha512-kOCi2FJabvuh1as9enxYmrnBC6tVMoVOenMaBqRfsvBHB0cbpYHjdQEpSglpASDFEXVwplpcGR4CLEaisYAFcA==
21532161
dependencies:
2154-
chalk "^2.4.2"
2155-
execa "^2.1.0"
2162+
chalk "^3.0.0"
2163+
execa "^4.0.0"
21562164
find-up "^4.1.0"
21572165
ignore "^5.1.4"
2158-
mri "^1.1.4"
2166+
mri "^1.1.5"
21592167
multimatch "^4.0.0"
21602168

21612169
process-nextick-args@~2.0.0:

0 commit comments

Comments
 (0)