Skip to content

Commit b5bcc8f

Browse files
dependabot[bot]jrolfs
authored andcommitted
feat(deps): bump jest-watch-typeahead from 0.6.0 to 0.6.1
Bumps [jest-watch-typeahead](https://github.com/jest-community/jest-watch-typeahead) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/jest-community/jest-watch-typeahead/releases) - [Changelog](https://github.com/jest-community/jest-watch-typeahead/blob/master/CHANGELOG.md) - [Commits](jest-community/jest-watch-typeahead@v0.6.0...v0.6.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2cc0b68 commit b5bcc8f

File tree

2 files changed

+7
-65
lines changed

2 files changed

+7
-65
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"husky": "^4.3.0",
100100
"is-ci": "^2.0.0",
101101
"jest": "^26.4.2",
102-
"jest-watch-typeahead": "^0.6.0",
102+
"jest-watch-typeahead": "^0.6.1",
103103
"lint-staged": "^10.4.0",
104104
"lodash.camelcase": "^4.3.0",
105105
"lodash.has": "^4.5.2",

yarn.lock

+6-64
Original file line numberDiff line numberDiff line change
@@ -1198,17 +1198,6 @@
11981198
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
11991199
integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==
12001200

1201-
"@jest/console@^26.1.0":
1202-
version "26.1.0"
1203-
resolved "https://registry.yarnpkg.com/@jest/console/-/console-26.1.0.tgz#f67c89e4f4d04dbcf7b052aed5ab9c74f915b954"
1204-
integrity sha512-+0lpTHMd/8pJp+Nd4lyip+/Iyf2dZJvcCqrlkeZQoQid+JlThA4M9vxHtheyrQ99jJTMQam+es4BcvZ5W5cC3A==
1205-
dependencies:
1206-
"@jest/types" "^26.1.0"
1207-
chalk "^4.0.0"
1208-
jest-message-util "^26.1.0"
1209-
jest-util "^26.1.0"
1210-
slash "^3.0.0"
1211-
12121201
"@jest/console@^26.3.0":
12131202
version "26.3.0"
12141203
resolved "https://registry.yarnpkg.com/@jest/console/-/console-26.3.0.tgz#ed04063efb280c88ba87388b6f16427c0a85c856"
@@ -1327,16 +1316,6 @@
13271316
graceful-fs "^4.2.4"
13281317
source-map "^0.6.0"
13291318

1330-
"@jest/test-result@^26.1.0":
1331-
version "26.1.0"
1332-
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-26.1.0.tgz#a93fa15b21ad3c7ceb21c2b4c35be2e407d8e971"
1333-
integrity sha512-Xz44mhXph93EYMA8aYDz+75mFbarTV/d/x0yMdI3tfSRs/vh4CqSxgzVmCps1fPkHDCtn0tU8IH9iCKgGeGpfw==
1334-
dependencies:
1335-
"@jest/console" "^26.1.0"
1336-
"@jest/types" "^26.1.0"
1337-
"@types/istanbul-lib-coverage" "^2.0.0"
1338-
collect-v8-coverage "^1.0.0"
1339-
13401319
"@jest/test-result@^26.3.0":
13411320
version "26.3.0"
13421321
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-26.3.0.tgz#46cde01fa10c0aaeb7431bf71e4a20d885bc7fdb"
@@ -1389,7 +1368,7 @@
13891368
"@types/yargs" "^15.0.0"
13901369
chalk "^3.0.0"
13911370

1392-
"@jest/types@^26.1.0", "@jest/types@^26.3.0":
1371+
"@jest/types@^26.3.0":
13931372
version "26.3.0"
13941373
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.3.0.tgz#97627bf4bdb72c55346eef98e3b3f7ddc4941f71"
13951374
integrity sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ==
@@ -5778,20 +5757,6 @@ jest-matcher-utils@^26.4.2:
57785757
jest-get-type "^26.3.0"
57795758
pretty-format "^26.4.2"
57805759

5781-
jest-message-util@^26.1.0:
5782-
version "26.1.0"
5783-
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.1.0.tgz#52573fbb8f5cea443c4d1747804d7a238a3e233c"
5784-
integrity sha512-dY0+UlldiAJwNDJ08SF0HdF32g9PkbF2NRK/+2iMPU40O6q+iSn1lgog/u0UH8ksWoPv0+gNq8cjhYO2MFtT0g==
5785-
dependencies:
5786-
"@babel/code-frame" "^7.0.0"
5787-
"@jest/types" "^26.1.0"
5788-
"@types/stack-utils" "^1.0.1"
5789-
chalk "^4.0.0"
5790-
graceful-fs "^4.2.4"
5791-
micromatch "^4.0.2"
5792-
slash "^3.0.0"
5793-
stack-utils "^2.0.2"
5794-
57955760
jest-message-util@^26.3.0:
57965761
version "26.3.0"
57975762
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.3.0.tgz#3bdb538af27bb417f2d4d16557606fd082d5841a"
@@ -5934,17 +5899,6 @@ jest-snapshot@^26.4.2:
59345899
pretty-format "^26.4.2"
59355900
semver "^7.3.2"
59365901

5937-
jest-util@^26.1.0:
5938-
version "26.1.0"
5939-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.1.0.tgz#80e85d4ba820decacf41a691c2042d5276e5d8d8"
5940-
integrity sha512-rNMOwFQevljfNGvbzNQAxdmXQ+NawW/J72dmddsK0E8vgxXCMtwQ/EH0BiWEIxh0hhMcTsxwAxINt7Lh46Uzbg==
5941-
dependencies:
5942-
"@jest/types" "^26.1.0"
5943-
chalk "^4.0.0"
5944-
graceful-fs "^4.2.4"
5945-
is-ci "^2.0.0"
5946-
micromatch "^4.0.2"
5947-
59485902
jest-util@^26.3.0:
59495903
version "26.3.0"
59505904
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.3.0.tgz#a8974b191df30e2bf523ebbfdbaeb8efca535b3e"
@@ -5969,31 +5923,19 @@ jest-validate@^26.4.2:
59695923
leven "^3.1.0"
59705924
pretty-format "^26.4.2"
59715925

5972-
jest-watch-typeahead@^0.6.0:
5973-
version "0.6.0"
5974-
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.6.0.tgz#cb4a2d14def3fb64950fec22edb912f93246b24f"
5975-
integrity sha512-mY0u5D1U/mEzeO/tpcDWnWaakuQiBp8gZY1K0HxduMeKSYm4WvbBVfU15a/hWMMs4J9FrXaYjAWs5XGlOpx5IQ==
5926+
jest-watch-typeahead@^0.6.1:
5927+
version "0.6.1"
5928+
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.6.1.tgz#45221b86bb6710b7e97baaa1640ae24a07785e63"
5929+
integrity sha512-ITVnHhj3Jd/QkqQcTqZfRgjfyRhDFM/auzgVo2RKvSwi18YMvh0WvXDJFoFED6c7jd/5jxtu4kSOb9PTu2cPVg==
59765930
dependencies:
59775931
ansi-escapes "^4.3.1"
59785932
chalk "^4.0.0"
59795933
jest-regex-util "^26.0.0"
5980-
jest-watcher "^26.0.0"
5934+
jest-watcher "^26.3.0"
59815935
slash "^3.0.0"
59825936
string-length "^4.0.1"
59835937
strip-ansi "^6.0.0"
59845938

5985-
jest-watcher@^26.0.0:
5986-
version "26.1.0"
5987-
resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-26.1.0.tgz#99812a0cd931f0cb3d153180426135ab83e4d8f2"
5988-
integrity sha512-ffEOhJl2EvAIki613oPsSG11usqnGUzIiK7MMX6hE4422aXOcVEG3ySCTDFLn1+LZNXGPE8tuJxhp8OBJ1pgzQ==
5989-
dependencies:
5990-
"@jest/test-result" "^26.1.0"
5991-
"@jest/types" "^26.1.0"
5992-
ansi-escapes "^4.2.1"
5993-
chalk "^4.0.0"
5994-
jest-util "^26.1.0"
5995-
string-length "^4.0.1"
5996-
59975939
jest-watcher@^26.3.0:
59985940
version "26.3.0"
59995941
resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-26.3.0.tgz#f8ef3068ddb8af160ef868400318dc4a898eed08"

0 commit comments

Comments
 (0)