Skip to content

Commit 80dec40

Browse files
committed
feat(deps): upgrade jest-watch-typeahead (fixes Jest peer warning)
1 parent 3cd071a commit 80dec40

File tree

2 files changed

+9
-66
lines changed

2 files changed

+9
-66
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"glob": "^7.1.7",
7777
"is-ci": "^3.0.0",
7878
"jest": "^27.0.4",
79-
"jest-watch-typeahead": "^0.6.3",
79+
"jest-watch-typeahead": "^0.6.4",
8080
"lint-staged": "^11.0.0",
8181
"lodash.has": "^4.5.2",
8282
"mkdirp": "^1.0.3",

yarn.lock

Lines changed: 8 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,18 +1200,6 @@
12001200
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
12011201
integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==
12021202

1203-
"@jest/console@^26.6.2":
1204-
version "26.6.2"
1205-
resolved "https://registry.yarnpkg.com/@jest/console/-/console-26.6.2.tgz#4e04bc464014358b03ab4937805ee36a0aeb98f2"
1206-
integrity sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==
1207-
dependencies:
1208-
"@jest/types" "^26.6.2"
1209-
"@types/node" "*"
1210-
chalk "^4.0.0"
1211-
jest-message-util "^26.6.2"
1212-
jest-util "^26.6.2"
1213-
slash "^3.0.0"
1214-
12151203
"@jest/console@^27.0.2":
12161204
version "27.0.2"
12171205
resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.0.2.tgz#b8eeff8f21ac51d224c851e1729d2630c18631e6"
@@ -1329,16 +1317,6 @@
13291317
graceful-fs "^4.2.4"
13301318
source-map "^0.6.0"
13311319

1332-
"@jest/test-result@^26.6.2":
1333-
version "26.6.2"
1334-
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-26.6.2.tgz#55da58b62df134576cc95476efa5f7949e3f5f18"
1335-
integrity sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==
1336-
dependencies:
1337-
"@jest/console" "^26.6.2"
1338-
"@jest/types" "^26.6.2"
1339-
"@types/istanbul-lib-coverage" "^2.0.0"
1340-
collect-v8-coverage "^1.0.0"
1341-
13421320
"@jest/test-result@^27.0.2":
13431321
version "27.0.2"
13441322
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.0.2.tgz#0451049e32ceb609b636004ccc27c8fa22263f10"
@@ -5505,21 +5483,6 @@ jest-matcher-utils@^27.0.2:
55055483
jest-get-type "^27.0.1"
55065484
pretty-format "^27.0.2"
55075485

5508-
jest-message-util@^26.6.2:
5509-
version "26.6.2"
5510-
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.6.2.tgz#58173744ad6fc0506b5d21150b9be56ef001ca07"
5511-
integrity sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==
5512-
dependencies:
5513-
"@babel/code-frame" "^7.0.0"
5514-
"@jest/types" "^26.6.2"
5515-
"@types/stack-utils" "^2.0.0"
5516-
chalk "^4.0.0"
5517-
graceful-fs "^4.2.4"
5518-
micromatch "^4.0.2"
5519-
pretty-format "^26.6.2"
5520-
slash "^3.0.0"
5521-
stack-utils "^2.0.2"
5522-
55235486
jest-message-util@^27.0.2:
55245487
version "27.0.2"
55255488
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.0.2.tgz#181c9b67dff504d8f4ad15cba10d8b80f272048c"
@@ -5553,7 +5516,7 @@ jest-regex-util@^26.0.0:
55535516
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28"
55545517
integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==
55555518

5556-
jest-regex-util@^27.0.1:
5519+
jest-regex-util@^27.0.0, jest-regex-util@^27.0.1:
55575520
version "27.0.1"
55585521
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.0.1.tgz#69d4b1bf5b690faa3490113c47486ed85dd45b68"
55595522
integrity sha512-6nY6QVcpTgEKQy1L41P4pr3aOddneK17kn3HJw6SdwGiKfgCGTvH02hVXL0GU8GEKtPH83eD2DIDgxHXOxVohQ==
@@ -5736,33 +5699,20 @@ jest-validate@^27.0.2:
57365699
leven "^3.1.0"
57375700
pretty-format "^27.0.2"
57385701

5739-
jest-watch-typeahead@^0.6.3:
5740-
version "0.6.3"
5741-
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.6.3.tgz#26efa37da39a46d8ff417b9e4badc8176a698016"
5742-
integrity sha512-rM+2m2U/7o4VeXxA3rcEWbbKq8K/aGjAwCgmqsthPV1AqLb5NNACzS+tDCD11bdQ8MrN+H3uN61Y9qFiJgtZPw==
5702+
jest-watch-typeahead@^0.6.4:
5703+
version "0.6.4"
5704+
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.6.4.tgz#ea70bf1bec34bd4f55b5b72d471b02d997899c3e"
5705+
integrity sha512-tGxriteVJqonyrDj/xZHa0E2glKMiglMLQqISLCjxLUfeueRBh9VoRF2FKQyYO2xOqrWDTg7781zUejx411ZXA==
57435706
dependencies:
57445707
ansi-escapes "^4.3.1"
57455708
chalk "^4.0.0"
5746-
jest-regex-util "^26.0.0"
5747-
jest-watcher "^26.3.0"
5709+
jest-regex-util "^27.0.0"
5710+
jest-watcher "^27.0.0"
57485711
slash "^3.0.0"
57495712
string-length "^4.0.1"
57505713
strip-ansi "^6.0.0"
57515714

5752-
jest-watcher@^26.3.0:
5753-
version "26.6.2"
5754-
resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-26.6.2.tgz#a5b683b8f9d68dbcb1d7dae32172d2cca0592975"
5755-
integrity sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==
5756-
dependencies:
5757-
"@jest/test-result" "^26.6.2"
5758-
"@jest/types" "^26.6.2"
5759-
"@types/node" "*"
5760-
ansi-escapes "^4.2.1"
5761-
chalk "^4.0.0"
5762-
jest-util "^26.6.2"
5763-
string-length "^4.0.1"
5764-
5765-
jest-watcher@^27.0.2:
5715+
jest-watcher@^27.0.0, jest-watcher@^27.0.2:
57665716
version "27.0.2"
57675717
resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.0.2.tgz#dab5f9443e2d7f52597186480731a8c6335c5deb"
57685718
integrity sha512-8nuf0PGuTxWj/Ytfw5fyvNn/R80iXY8QhIT0ofyImUvdnoaBdT6kob0GmhXR+wO+ALYVnh8bQxN4Tjfez0JgkA==
@@ -7861,13 +7811,6 @@ sprintf-js@~1.0.2:
78617811
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
78627812
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
78637813

7864-
stack-utils@^2.0.2:
7865-
version "2.0.2"
7866-
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.2.tgz#5cf48b4557becb4638d0bc4f21d23f5d19586593"
7867-
integrity sha512-0H7QK2ECz3fyZMzQ8rH0j2ykpfbnd20BFtfg/SqVC2+sCTtcw0aDTGB7dk+de4U4uUeuz6nOtJcrkFFLG1B0Rg==
7868-
dependencies:
7869-
escape-string-regexp "^2.0.0"
7870-
78717814
stack-utils@^2.0.3:
78727815
version "2.0.3"
78737816
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.3.tgz#cd5f030126ff116b78ccb3c027fe302713b61277"

0 commit comments

Comments
 (0)