Skip to content

Commit 62e0716

Browse files
committed
v0.2.0-x
1 parent c7a6aaa commit 62e0716

File tree

2 files changed

+46
-38
lines changed

2 files changed

+46
-38
lines changed

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-clean-console-reporter",
3-
"version": "0.1.1",
3+
"version": "0.2.0-1",
44
"description": "Jest reporter for grouping and filtering intrusive console warnings",
55
"main": "lib/index.js",
66
"repository": "https://github.com/jevakallio/jest-clean-console-reporter",
@@ -9,11 +9,12 @@
99
"scripts": {
1010
"prepare": "npm-install-peers"
1111
},
12-
"peerDependencies": {
13-
"@jest/console": ">=25.1.0",
14-
"@jest/reporters": ">=25.1.0",
12+
"dependencies": {
1513
"chalk": ">=3.0.0"
1614
},
15+
"peerDependencies": {
16+
"jest": ">=25.1.0"
17+
},
1718
"devDependencies": {
1819
"npm-install-peers": "^1.2.1"
1920
}

yarn.lock

+41-34
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
8989
dependencies:
9090
color-convert "^1.9.0"
9191

92+
ansi-styles@^4.1.0:
93+
version "4.3.0"
94+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
95+
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
96+
dependencies:
97+
color-convert "^2.0.1"
98+
9299
ansicolors@~0.3.2:
93100
version "0.3.2"
94101
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
@@ -278,6 +285,14 @@ caseless@~0.12.0:
278285
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
279286
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
280287

288+
chalk@>=3.0.0:
289+
version "4.1.0"
290+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
291+
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
292+
dependencies:
293+
ansi-styles "^4.1.0"
294+
supports-color "^7.1.0"
295+
281296
chalk@^1.1.3:
282297
version "1.1.3"
283298
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -386,11 +401,23 @@ color-convert@^1.9.0:
386401
dependencies:
387402
color-name "1.1.3"
388403

404+
color-convert@^2.0.1:
405+
version "2.0.1"
406+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
407+
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
408+
dependencies:
409+
color-name "~1.1.4"
410+
389411
390412
version "1.1.3"
391413
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
392414
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
393415

416+
color-name@~1.1.4:
417+
version "1.1.4"
418+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
419+
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
420+
394421
colors@^1.1.2:
395422
version "1.4.0"
396423
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
@@ -515,7 +542,7 @@ debug@^3.1.0:
515542
dependencies:
516543
ms "^2.1.1"
517544

518-
debuglog@*, debuglog@^1.0.1:
545+
debuglog@^1.0.1:
519546
version "1.0.1"
520547
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
521548
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -982,6 +1009,11 @@ has-flag@^3.0.0:
9821009
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
9831010
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
9841011

1012+
has-flag@^4.0.0:
1013+
version "4.0.0"
1014+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
1015+
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
1016+
9851017
has-symbols@^1.0.1:
9861018
version "1.0.1"
9871019
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
@@ -1070,7 +1102,7 @@ import-lazy@^2.1.0:
10701102
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
10711103
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=
10721104

1073-
imurmurhash@*, imurmurhash@^0.1.4:
1105+
imurmurhash@^0.1.4:
10741106
version "0.1.4"
10751107
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
10761108
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -1499,11 +1531,6 @@ lockfile@^1.0.4:
14991531
dependencies:
15001532
signal-exit "^3.0.2"
15011533

1502-
lodash._baseindexof@*:
1503-
version "3.1.0"
1504-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
1505-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
1506-
15071534
lodash._baseuniq@~4.6.0:
15081535
version "4.6.0"
15091536
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -1512,33 +1539,11 @@ lodash._baseuniq@~4.6.0:
15121539
lodash._createset "~4.0.0"
15131540
lodash._root "~3.0.0"
15141541

1515-
lodash._bindcallback@*:
1516-
version "3.0.1"
1517-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
1518-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
1519-
1520-
lodash._cacheindexof@*:
1521-
version "3.0.2"
1522-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
1523-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
1524-
1525-
lodash._createcache@*:
1526-
version "3.1.2"
1527-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
1528-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
1529-
dependencies:
1530-
lodash._getnative "^3.0.0"
1531-
15321542
lodash._createset@~4.0.0:
15331543
version "4.0.3"
15341544
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
15351545
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
15361546

1537-
lodash._getnative@*, lodash._getnative@^3.0.0:
1538-
version "3.9.1"
1539-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
1540-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
1541-
15421547
lodash._root@~3.0.0:
15431548
version "3.0.1"
15441549
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
@@ -1549,11 +1554,6 @@ lodash.clonedeep@^4.5.0, lodash.clonedeep@~4.5.0:
15491554
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
15501555
integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
15511556

1552-
lodash.restparam@*:
1553-
version "3.6.1"
1554-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
1555-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
1556-
15571557
lodash.union@~4.6.0:
15581558
version "4.6.0"
15591559
resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88"
@@ -2858,6 +2858,13 @@ supports-color@^5.3.0:
28582858
dependencies:
28592859
has-flag "^3.0.0"
28602860

2861+
supports-color@^7.1.0:
2862+
version "7.2.0"
2863+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
2864+
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
2865+
dependencies:
2866+
has-flag "^4.0.0"
2867+
28612868
tar@^4.4.10, tar@^4.4.12, tar@^4.4.13:
28622869
version "4.4.13"
28632870
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525"

0 commit comments

Comments
 (0)