Skip to content

Commit

Permalink
Bump babel-jest from 29.6.0 to 29.6.1
Browse files Browse the repository at this point in the history
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 29.6.0 to 29.6.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/babel-jest)

---
updated-dependencies:
- dependency-name: babel-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 7, 2023
1 parent a289134 commit 8c67889
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "2.4.0",
"@vue/vue3-jest": "^29.2.4",
"babel-jest": "^29.6.0",
"babel-jest": "^29.6.1",
"babel-loader": "^9.1.2",
"cypress": "^12.16.0",
"eslint": "^8.44.0",
Expand Down
73 changes: 57 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1554,22 +1554,22 @@
source-map "^0.6.1"
write-file-atomic "^3.0.0"

"@jest/transform@^29.6.0":
version "29.6.0"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.6.0.tgz#dcbb37e35412310073e633816fd7dbc11773596d"
integrity sha512-bhP/KxPo3e322FJ0nKAcb6WVK76ZYyQd1lWygJzoSqP8SYMSLdxHqP4wnPTI4WvbB8PKPDV30y5y7Tya4RHOBA==
"@jest/transform@^29.6.0", "@jest/transform@^29.6.1":
version "29.6.1"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.6.1.tgz#acb5606019a197cb99beda3c05404b851f441c92"
integrity sha512-URnTneIU3ZjRSaf906cvf6Hpox3hIeJXRnz3VDSw5/X93gR8ycdfSIEy19FlVx8NFmpN7fe3Gb1xF+NjXaQLWg==
dependencies:
"@babel/core" "^7.11.6"
"@jest/types" "^29.6.0"
"@jest/types" "^29.6.1"
"@jridgewell/trace-mapping" "^0.3.18"
babel-plugin-istanbul "^6.1.1"
chalk "^4.0.0"
convert-source-map "^2.0.0"
fast-json-stable-stringify "^2.1.0"
graceful-fs "^4.2.9"
jest-haste-map "^29.6.0"
jest-haste-map "^29.6.1"
jest-regex-util "^29.4.3"
jest-util "^29.6.0"
jest-util "^29.6.1"
micromatch "^4.0.4"
pirates "^4.0.4"
slash "^3.0.0"
Expand All @@ -1586,10 +1586,10 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"

"@jest/types@^29.5.0", "@jest/types@^29.6.0":
version "29.6.0"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.0.tgz#717646103c5715394d78c011a08b3cbb83d738e8"
integrity sha512-8XCgL9JhqbJTFnMRjEAO+TuW251+MoMd5BSzLiE3vvzpQ8RlBxy8NoyNkDhs3K3OL3HeVinlOl9or5p7GTeOLg==
"@jest/types@^29.5.0", "@jest/types@^29.6.0", "@jest/types@^29.6.1":
version "29.6.1"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.1.tgz#ae79080278acff0a6af5eb49d063385aaa897bf2"
integrity sha512-tPKQNMPuXgvdOn2/Lg9HNfUvjYVGolt04Hp03f5hAk878uwOLikN+JzeLY0HcVgKgFl9Hs3EIqpu3WX27XNhnw==
dependencies:
"@jest/schemas" "^29.6.0"
"@types/istanbul-lib-coverage" "^2.0.0"
Expand Down Expand Up @@ -3162,12 +3162,12 @@ babel-jest@^27.1.0, babel-jest@^27.5.1:
graceful-fs "^4.2.9"
slash "^3.0.0"

babel-jest@^29.6.0:
version "29.6.0"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.6.0.tgz#f97962732a729ca5cb26f610250c0cb4577bf3f8"
integrity sha512-Jj8Bq2yKsk11XLk06Nm8SdvYkAcecH+GuhxB8DnK5SncjHnJ88TQjSnGgE7jpajpnSvz9DZ6X8hXrDkD/6/TPQ==
babel-jest@^29.6.0, babel-jest@^29.6.1:
version "29.6.1"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.6.1.tgz#a7141ad1ed5ec50238f3cd36127636823111233a"
integrity sha512-qu+3bdPEQC6KZSPz+4Fyjbga5OODNcp49j6GKzG1EKbkfyJBxEYGVUmVGpwCSeGouG52R4EgYMLb6p9YeEEQ4A==
dependencies:
"@jest/transform" "^29.6.0"
"@jest/transform" "^29.6.1"
"@types/babel__core" "^7.1.14"
babel-plugin-istanbul "^6.1.1"
babel-preset-jest "^29.5.0"
Expand Down Expand Up @@ -6760,6 +6760,25 @@ jest-haste-map@^29.6.0:
optionalDependencies:
fsevents "^2.3.2"

jest-haste-map@^29.6.1:
version "29.6.1"
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.6.1.tgz#62655c7a1c1b349a3206441330fb2dbdb4b63803"
integrity sha512-0m7f9PZXxOCk1gRACiVgX85knUKPKLPg4oRCjLoqIm9brTHXaorMA0JpmtmVkQiT8nmXyIVoZd/nnH1cfC33ig==
dependencies:
"@jest/types" "^29.6.1"
"@types/graceful-fs" "^4.1.3"
"@types/node" "*"
anymatch "^3.0.3"
fb-watchman "^2.0.0"
graceful-fs "^4.2.9"
jest-regex-util "^29.4.3"
jest-util "^29.6.1"
jest-worker "^29.6.1"
micromatch "^4.0.4"
walker "^1.0.8"
optionalDependencies:
fsevents "^2.3.2"

jest-jasmine2@^27.5.1:
version "27.5.1"
resolved "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz#a037b0034ef49a9f3d71c4375a796f3b230d1ac4"
Expand Down Expand Up @@ -7175,6 +7194,18 @@ jest-util@^29.6.0:
graceful-fs "^4.2.9"
picomatch "^2.2.3"

jest-util@^29.6.1:
version "29.6.1"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.6.1.tgz#c9e29a87a6edbf1e39e6dee2b4689b8a146679cb"
integrity sha512-NRFCcjc+/uO3ijUVyNOQJluf8PtGCe/W6cix36+M3cTFgiYqFOOW5MgN4JOOcvbUhcKTYVd1CvHz/LWi8d16Mg==
dependencies:
"@jest/types" "^29.6.1"
"@types/node" "*"
chalk "^4.0.0"
ci-info "^3.2.0"
graceful-fs "^4.2.9"
picomatch "^2.2.3"

jest-validate@^27.5.1:
version "27.5.1"
resolved "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz#9197d54dc0bdb52260b8db40b46ae668e04df067"
Expand Down Expand Up @@ -7258,6 +7289,16 @@ jest-worker@^29.6.0:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest-worker@^29.6.1:
version "29.6.1"
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.6.1.tgz#64b015f0e985ef3a8ad049b61fe92b3db74a5319"
integrity sha512-U+Wrbca7S8ZAxAe9L6nb6g8kPdia5hj32Puu5iOqBCMTMWFHXuK6dOV2IFrpedbTV8fjMFLdWNttQTBL6u2MRA==
dependencies:
"@types/node" "*"
jest-util "^29.6.1"
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@29.6.0:
version "29.6.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.6.0.tgz#dbc8136e6d933177487e2427187e07ebf9db8ce4"
Expand Down

0 comments on commit 8c67889

Please sign in to comment.