Skip to content

Commit 215e921

Browse files
authored
Merge pull request #879 from hoverinc/renovate/jest-watch-typeahead-2.x
feat(deps): update dependency jest-watch-typeahead to ^2.2.2
2 parents 08f93c9 + 2e190db commit 215e921

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"jest": "^29.5.0",
8686
"jest-environment-jsdom": "^29.5.0",
8787
"jest-github-actions-reporter": "^1.0.3",
88-
"jest-watch-typeahead": "^2.2.1",
88+
"jest-watch-typeahead": "^2.2.2",
8989
"lint-staged": "^13.1.0",
9090
"lodash.has": "^4.5.2",
9191
"mkdirp": "^2.1.3",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2819,6 +2819,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
28192819
ansi-styles "^4.1.0"
28202820
supports-color "^7.1.0"
28212821

2822+
chalk@^5.2.0:
2823+
version "5.2.0"
2824+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz#249623b7d66869c673699fb66d65723e54dfcfb3"
2825+
integrity sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==
2826+
28222827
char-regex@^1.0.2:
28232828
version "1.0.2"
28242829
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
@@ -5402,13 +5407,13 @@ jest-validate@^29.5.0:
54025407
leven "^3.1.0"
54035408
pretty-format "^29.5.0"
54045409

5405-
jest-watch-typeahead@^2.2.1:
5406-
version "2.2.1"
5407-
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-2.2.1.tgz#36601520a2a30fd561788552dbda9c76bb44814a"
5408-
integrity sha512-jYpYmUnTzysmVnwq49TAxlmtOAwp8QIqvZyoofQFn8fiWhEDZj33ZXzg3JA4nGnzWFm1hbWf3ADpteUokvXgFA==
5410+
jest-watch-typeahead@^2.2.2:
5411+
version "2.2.2"
5412+
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-2.2.2.tgz#5516d3cd006485caa5cfc9bd1de40f1f8b136abf"
5413+
integrity sha512-+QgOFW4o5Xlgd6jGS5X37i08tuuXNW8X0CV9WNFi+3n8ExCIP+E1melYhvYLjv5fE6D0yyzk74vsSO8I6GqtvQ==
54095414
dependencies:
54105415
ansi-escapes "^6.0.0"
5411-
chalk "^4.0.0"
5416+
chalk "^5.2.0"
54125417
jest-regex-util "^29.0.0"
54135418
jest-watcher "^29.0.0"
54145419
slash "^5.0.0"

0 commit comments

Comments
 (0)