Skip to content

Commit

Permalink
⬆️ Update jest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent 307344a commit 0b8da7b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 54 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@octokit/types": "11.1.0",
"@types/jest": "29.5.3",
"@types/jest": "29.5.4",
"@types/node": "16.18.48",
"@types/semver": "7.5.1",
"@types/uuid": "9.0.2",
Expand All @@ -46,8 +46,8 @@
"eslint-plugin-github": "4.9.2",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "5.0.0",
"jest": "29.6.2",
"jest-circus": "29.6.2",
"jest": "29.6.4",
"jest-circus": "29.6.4",
"js-yaml": "4.1.0",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
Expand Down
76 changes: 25 additions & 51 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
jest-util "^29.6.3"
slash "^3.0.0"

"@jest/core@^29.6.2", "@jest/core@^29.6.4":
"@jest/core@^29.6.4":
version "29.6.4"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.6.4.tgz#265ebee05ec1ff3567757e7a327155c8d6bdb126"
integrity sha512-U/vq5ccNTSVgYH7mHnodHmCffGWHJnz/E1BEWlLuK5pM4FZmGfBn/nrJGLjUsSmyx3otCeqc1T31F4y08AMDLg==
Expand Down Expand Up @@ -476,7 +476,7 @@
slash "^3.0.0"
strip-ansi "^6.0.0"

"@jest/environment@^29.6.2", "@jest/environment@^29.6.4":
"@jest/environment@^29.6.4":
version "29.6.4"
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.6.4.tgz#78ec2c9f8c8829a37616934ff4fea0c028c79f4f"
integrity sha512-sQ0SULEjA1XUTHmkBRl7A1dyITM9yb1yb3ZNKPX3KlTd6IG7mWUe3e2yfExtC2Zz1Q+mMckOLHmL/qLiuQJrBQ==
Expand All @@ -493,7 +493,7 @@
dependencies:
jest-get-type "^29.6.3"

"@jest/expect@^29.6.2", "@jest/expect@^29.6.4":
"@jest/expect@^29.6.4":
version "29.6.4"
resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-29.6.4.tgz#1d6ae17dc68d906776198389427ab7ce6179dba6"
integrity sha512-Warhsa7d23+3X5bLbrbYvaehcgX5TLYhI03JKoedTiI8uJU4IhqYBWF7OSSgUyz4IgLpUYPkK0AehA5/fRclAA==
Expand Down Expand Up @@ -569,7 +569,7 @@
callsites "^3.0.0"
graceful-fs "^4.2.9"

"@jest/test-result@^29.6.2", "@jest/test-result@^29.6.4":
"@jest/test-result@^29.6.4":
version "29.6.4"
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-29.6.4.tgz#adf5c79f6e1fb7405ad13d67d9e2b6ff54b54c6b"
integrity sha512-uQ1C0AUEN90/dsyEirgMLlouROgSY+Wc/JanVVk0OiUKa5UFh7sJpMEM3aoUBAz2BRNvUJ8j3d294WFuRxSyOQ==
Expand Down Expand Up @@ -610,7 +610,7 @@
slash "^3.0.0"
write-file-atomic "^4.0.2"

"@jest/types@^29.6.1", "@jest/types@^29.6.3":
"@jest/types@^29.6.3":
version "29.6.3"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59"
integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==
Expand Down Expand Up @@ -892,10 +892,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@29.5.3":
version "29.5.3"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.3.tgz#7a35dc0044ffb8b56325c6802a4781a626b05777"
integrity sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==
"@types/jest@29.5.4":
version "29.5.4"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.4.tgz#9d0a16edaa009a71e6a71a999acd582514dab566"
integrity sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==
dependencies:
expect "^29.0.0"
pretty-format "^29.0.0"
Expand Down Expand Up @@ -2844,33 +2844,7 @@ jest-changed-files@^29.6.3:
jest-util "^29.6.3"
p-limit "^3.1.0"

jest-circus@29.6.2:
version "29.6.2"
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-29.6.2.tgz#1e6ffca60151ac66cad63fce34f443f6b5bb4258"
integrity sha512-G9mN+KOYIUe2sB9kpJkO9Bk18J4dTDArNFPwoZ7WKHKel55eKIS/u2bLthxgojwlf9NLCVQfgzM/WsOVvoC6Fw==
dependencies:
"@jest/environment" "^29.6.2"
"@jest/expect" "^29.6.2"
"@jest/test-result" "^29.6.2"
"@jest/types" "^29.6.1"
"@types/node" "*"
chalk "^4.0.0"
co "^4.6.0"
dedent "^1.0.0"
is-generator-fn "^2.0.0"
jest-each "^29.6.2"
jest-matcher-utils "^29.6.2"
jest-message-util "^29.6.2"
jest-runtime "^29.6.2"
jest-snapshot "^29.6.2"
jest-util "^29.6.2"
p-limit "^3.1.0"
pretty-format "^29.6.2"
pure-rand "^6.0.0"
slash "^3.0.0"
stack-utils "^2.0.3"

jest-circus@^29.6.4:
jest-circus@29.6.4, jest-circus@^29.6.4:
version "29.6.4"
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-29.6.4.tgz#f074c8d795e0cc0f2ebf0705086b1be6a9a8722f"
integrity sha512-YXNrRyntVUgDfZbjXWBMPslX1mQ8MrSG0oM/Y06j9EYubODIyHWP8hMUbjbZ19M3M+zamqEur7O80HODwACoJw==
Expand All @@ -2896,7 +2870,7 @@ jest-circus@^29.6.4:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-cli@^29.6.2:
jest-cli@^29.6.4:
version "29.6.4"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.6.4.tgz#ad52f2dfa1b0291de7ec7f8d7c81ac435521ede0"
integrity sha512-+uMCQ7oizMmh8ZwRfZzKIEszFY9ksjjEQnTEMTaL7fYiL3Kw4XhqT9bYh+A4DQKUb67hZn2KbtEnDuHvcgK4pQ==
Expand Down Expand Up @@ -2959,7 +2933,7 @@ jest-docblock@^29.6.3:
dependencies:
detect-newline "^3.0.0"

jest-each@^29.6.2, jest-each@^29.6.3:
jest-each@^29.6.3:
version "29.6.3"
resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-29.6.3.tgz#1956f14f5f0cb8ae0b2e7cabc10bb03ec817c142"
integrity sha512-KoXfJ42k8cqbkfshW7sSHcdfnv5agDdHCPA87ZBdmHP+zJstTJc0ttQaJ/x7zK6noAL76hOuTIJ6ZkQRS5dcyg==
Expand Down Expand Up @@ -3014,7 +2988,7 @@ jest-leak-detector@^29.6.3:
jest-get-type "^29.6.3"
pretty-format "^29.6.3"

jest-matcher-utils@^29.6.2, jest-matcher-utils@^29.6.4:
jest-matcher-utils@^29.6.4:
version "29.6.4"
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.6.4.tgz#327db7ababea49455df3b23e5d6109fe0c709d24"
integrity sha512-KSzwyzGvK4HcfnserYqJHYi7sZVqdREJ9DMPAKVbS98JsIAvumihaNUbjrWw0St7p9IY7A9UskCW5MYlGmBQFQ==
Expand All @@ -3024,7 +2998,7 @@ jest-matcher-utils@^29.6.2, jest-matcher-utils@^29.6.4:
jest-get-type "^29.6.3"
pretty-format "^29.6.3"

jest-message-util@^29.6.2, jest-message-util@^29.6.3:
jest-message-util@^29.6.3:
version "29.6.3"
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.6.3.tgz#bce16050d86801b165f20cfde34dc01d3cf85fbf"
integrity sha512-FtzaEEHzjDpQp51HX4UMkPZjy46ati4T5pEMyM6Ik48ztu4T9LQplZ6OsimHx7EuM9dfEh5HJa6D3trEftu3dA==
Expand Down Expand Up @@ -3108,7 +3082,7 @@ jest-runner@^29.6.4:
p-limit "^3.1.0"
source-map-support "0.5.13"

jest-runtime@^29.6.2, jest-runtime@^29.6.4:
jest-runtime@^29.6.4:
version "29.6.4"
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-29.6.4.tgz#b0bc495c9b6b12a0a7042ac34ca9bb85f8cd0ded"
integrity sha512-s/QxMBLvmwLdchKEjcLfwzP7h+jsHvNEtxGP5P+Fl1FMaJX2jMiIqe4rJw4tFprzCwuSvVUo9bn0uj4gNRXsbA==
Expand Down Expand Up @@ -3136,7 +3110,7 @@ jest-runtime@^29.6.2, jest-runtime@^29.6.4:
slash "^3.0.0"
strip-bom "^4.0.0"

jest-snapshot@^29.6.2, jest-snapshot@^29.6.4:
jest-snapshot@^29.6.4:
version "29.6.4"
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-29.6.4.tgz#9833eb6b66ff1541c7fd8ceaa42d541f407b4876"
integrity sha512-VC1N8ED7+4uboUKGIDsbvNAZb6LakgIPgAF4RSpF13dN6YaMokfRqO+BaqK4zIh6X3JffgwbzuGqDEjHm/MrvA==
Expand All @@ -3162,7 +3136,7 @@ jest-snapshot@^29.6.2, jest-snapshot@^29.6.4:
pretty-format "^29.6.3"
semver "^7.5.3"

jest-util@^29.0.0, jest-util@^29.6.2, jest-util@^29.6.3:
jest-util@^29.0.0, jest-util@^29.6.3:
version "29.6.3"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.6.3.tgz#e15c3eac8716440d1ed076f09bc63ace1aebca63"
integrity sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==
Expand Down Expand Up @@ -3219,15 +3193,15 @@ jest-worker@^29.6.4:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@29.6.2:
version "29.6.2"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.6.2.tgz#3bd55b9fd46a161b2edbdf5f1d1bd0d1eab76c42"
integrity sha512-8eQg2mqFbaP7CwfsTpCxQ+sHzw1WuNWL5UUvjnWP4hx2riGz9fPSzYOaU5q8/GqWn1TfgZIVTqYJygbGbWAANg==
jest@29.6.4:
version "29.6.4"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.6.4.tgz#7c48e67a445ba264b778253b5d78d4ebc9d0a622"
integrity sha512-tEFhVQFF/bzoYV1YuGyzLPZ6vlPrdfvDmmAxudA1dLEuiztqg2Rkx20vkKY32xiDROcD2KXlgZ7Cu8RPeEHRKw==
dependencies:
"@jest/core" "^29.6.2"
"@jest/types" "^29.6.1"
"@jest/core" "^29.6.4"
"@jest/types" "^29.6.3"
import-local "^3.0.2"
jest-cli "^29.6.2"
jest-cli "^29.6.4"

js-tokens@^4.0.0:
version "4.0.0"
Expand Down Expand Up @@ -3747,7 +3721,7 @@ prettier@3.0.3, prettier@^3.0.0:
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==

pretty-format@^29.0.0, pretty-format@^29.6.2, pretty-format@^29.6.3:
pretty-format@^29.0.0, pretty-format@^29.6.3:
version "29.6.3"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.6.3.tgz#d432bb4f1ca6f9463410c3fb25a0ba88e594ace7"
integrity sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==
Expand Down

0 comments on commit 0b8da7b

Please sign in to comment.