Skip to content

Commit

Permalink
Merge pull request #777 from scalameta/dependabot/npm_and_yarn/jest-2…
Browse files Browse the repository at this point in the history
…7.4.3

Bump jest from 27.4.2 to 27.4.3
  • Loading branch information
tgodzik committed Dec 2, 2021
2 parents a2a8bd2 + 5c494f9 commit 9fa06ce
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 54 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"jest": "^27.4.2",
"jest": "^27.4.3",
"ovsx": "0.1.0",
"prettier": "2.5.0",
"ts-jest": "^27.0.7",
Expand Down
86 changes: 33 additions & 53 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,10 @@
jest-util "^27.4.2"
slash "^3.0.0"

"@jest/core@^27.4.2":
version "27.4.2"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.4.2.tgz#24f91e4fa4ec983eb811ad518af109eac719d65a"
integrity sha512-0mPM61tDbu8yc9CMKH9bvV+g+17VUpdWQtU1x6P1gk4AKj8iywWi8zBmEIl7pTGjUtYA92CNc/LlBfKCioBOow==
"@jest/core@^27.4.3":
version "27.4.3"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.4.3.tgz#9b9b34f4e6429a633085f476402aa2e3ce707877"
integrity sha512-V9ms3zSxUHxh1E/ZLAiXF7SLejsdFnjWTFizWotMOWvjho0lW5kSjZymhQSodNW0T0ZMQRiha7f8+NcFVm3hJQ==
dependencies:
"@jest/console" "^27.4.2"
"@jest/reporters" "^27.4.2"
Expand All @@ -383,13 +383,13 @@
exit "^0.1.2"
graceful-fs "^4.2.4"
jest-changed-files "^27.4.2"
jest-config "^27.4.2"
jest-config "^27.4.3"
jest-haste-map "^27.4.2"
jest-message-util "^27.4.2"
jest-regex-util "^27.4.0"
jest-resolve "^27.4.2"
jest-resolve-dependencies "^27.4.2"
jest-runner "^27.4.2"
jest-runner "^27.4.3"
jest-runtime "^27.4.2"
jest-snapshot "^27.4.2"
jest-util "^27.4.2"
Expand Down Expand Up @@ -641,15 +641,6 @@
jest-diff "^27.0.0"
pretty-format "^27.0.0"

"@types/jsdom@^16.2.4":
version "16.2.13"
resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-16.2.13.tgz#126c8b7441b159d6234610a48de77b6066f1823f"
integrity sha512-8JQCjdeAidptSsOcRWk2iTm9wCcwn9l+kRG6k5bzUacrnm1ezV4forq0kWjUih/tumAeoG+OspOvQEbbRucBTw==
dependencies:
"@types/node" "*"
"@types/parse5" "*"
"@types/tough-cookie" "*"

"@types/json-schema@^7.0.7":
version "7.0.9"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
Expand All @@ -660,11 +651,6 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.11.tgz#6ea7342dfb379ea1210835bada87b3c512120234"
integrity sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw==

"@types/parse5@*":
version "6.0.3"
resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-6.0.3.tgz#705bb349e789efa06f43f128cef51240753424cb"
integrity sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==

"@types/prettier@^2.1.5":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.3.0.tgz#2e8332cc7363f887d32ec5496b207d26ba8052bb"
Expand All @@ -680,11 +666,6 @@
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==

"@types/tough-cookie@*":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.1.tgz#8f80dd965ad81f3e1bc26d6f5c727e132721ff40"
integrity sha512-Y0K95ThC3esLEYD6ZuqNek29lNX2EM1qxV8y2FTLUB0ff5wWrk7az+mLrnNFUnaXcgKye22+sFBRXOgpPILZNg==

"@types/vscode@1.59.0":
version "1.59.0"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.59.0.tgz#11c93f5016926126bf30b47b9ece3bd617eeef31"
Expand Down Expand Up @@ -2201,28 +2182,28 @@ jest-circus@^27.4.2:
stack-utils "^2.0.3"
throat "^6.0.1"

jest-cli@^27.4.2:
version "27.4.2"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.4.2.tgz#9187777a2d01bf87fb4216ea98f94dc43ea32aff"
integrity sha512-Ex2WhCj4s0XFntTKTnyLgV/CZKgQaZBYrKz02XOZ4nUjFD+26Fji/M1SgHm+2IWEIsQqoipNRx9RJH56p8d7MQ==
jest-cli@^27.4.3:
version "27.4.3"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.4.3.tgz#89acba683b9f91c7a5e342e2ea13aa5414836a0d"
integrity sha512-zZSJBXNC/i8UnJPwcKWsqnhGgIF3uoTYP7th32Zej7KNQJdxzOMj+wCfy2Ox3kU7nXErJ36DtYyXDhfiqaiDRw==
dependencies:
"@jest/core" "^27.4.2"
"@jest/core" "^27.4.3"
"@jest/test-result" "^27.4.2"
"@jest/types" "^27.4.2"
chalk "^4.0.0"
exit "^0.1.2"
graceful-fs "^4.2.4"
import-local "^3.0.2"
jest-config "^27.4.2"
jest-config "^27.4.3"
jest-util "^27.4.2"
jest-validate "^27.4.2"
prompts "^2.0.1"
yargs "^16.2.0"

jest-config@^27.4.2:
version "27.4.2"
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.4.2.tgz#1440d99101659608c7995e85e29cfde13aa73f63"
integrity sha512-2vKqelsfHPnIzrPTpE9hImqxZLp5l9Vszpci19RdVB2i5OwoM+OkPExZMQb8aGrpEGXoKtlzvdqCL1GObiz8JQ==
jest-config@^27.4.3:
version "27.4.3"
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.4.3.tgz#7820e08f7526fa3f725423e2f0fa7888ee0ef9c9"
integrity sha512-DQ10HTSqYtC2pO7s9j2jw+li4xUnm2wLYWH2o7K1ftB8NyvToHsXoLlXxtsGh3AW9gUQR6KY/4B7G+T/NswJBw==
dependencies:
"@babel/core" "^7.1.0"
"@jest/test-sequencer" "^27.4.2"
Expand All @@ -2234,13 +2215,13 @@ jest-config@^27.4.2:
glob "^7.1.1"
graceful-fs "^4.2.4"
jest-circus "^27.4.2"
jest-environment-jsdom "^27.4.2"
jest-environment-jsdom "^27.4.3"
jest-environment-node "^27.4.2"
jest-get-type "^27.4.0"
jest-jasmine2 "^27.4.2"
jest-regex-util "^27.4.0"
jest-resolve "^27.4.2"
jest-runner "^27.4.2"
jest-runner "^27.4.3"
jest-util "^27.4.2"
jest-validate "^27.4.2"
micromatch "^4.0.4"
Expand Down Expand Up @@ -2285,15 +2266,14 @@ jest-each@^27.4.2:
jest-util "^27.4.2"
pretty-format "^27.4.2"

jest-environment-jsdom@^27.4.2:
version "27.4.2"
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.4.2.tgz#176c8b3529bec1561bb07b48f2b9a5a656927908"
integrity sha512-L0dV4oq4+Ll7hZ8QCGvSELn8uOr938/QKOg6o70kMHiZOpWOjAqSf7fMVAtGhG/BVSvk1GTzhGJNOWsxtH5KbQ==
jest-environment-jsdom@^27.4.3:
version "27.4.3"
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.4.3.tgz#74198285f6284888ca9c7486c4e5e67add75aa53"
integrity sha512-x1AUVz3G14LpEJs7KIFUaTINT2n0unOUmvdAby3s/sldUpJJetOJifHo1O/EUQC5fNBowggwJbVulko18y6OWw==
dependencies:
"@jest/environment" "^27.4.2"
"@jest/fake-timers" "^27.4.2"
"@jest/types" "^27.4.2"
"@types/jsdom" "^16.2.4"
"@types/node" "*"
jest-mock "^27.4.2"
jest-util "^27.4.2"
Expand Down Expand Up @@ -2441,10 +2421,10 @@ jest-resolve@^27.4.2:
resolve.exports "^1.1.0"
slash "^3.0.0"

jest-runner@^27.4.2:
version "27.4.2"
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.4.2.tgz#924a64440c639c47b1155a41f8b3728471a101a6"
integrity sha512-YsgbYKk8V7J5BQPINXhdzNLoqIwUWrJkV9h6/ccsn6fbmC3n3ax1K5cDWzAU9qXyaQhetwFqPpHmAHIACscRKQ==
jest-runner@^27.4.3:
version "27.4.3"
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.4.3.tgz#9f05d4733829787778e8a143ade913834d0828dc"
integrity sha512-JgR6Om/j22Fd6ZUUIGTWNcCtuZVYbNrecb4k89W4UyFJoRtHpo2zMKWkmFFFJoqwWGrfrcPLnVBIgkJiTV3cyA==
dependencies:
"@jest/console" "^27.4.2"
"@jest/environment" "^27.4.2"
Expand All @@ -2457,7 +2437,7 @@ jest-runner@^27.4.2:
exit "^0.1.2"
graceful-fs "^4.2.4"
jest-docblock "^27.4.0"
jest-environment-jsdom "^27.4.2"
jest-environment-jsdom "^27.4.3"
jest-environment-node "^27.4.2"
jest-haste-map "^27.4.2"
jest-leak-detector "^27.4.2"
Expand Down Expand Up @@ -2597,14 +2577,14 @@ jest-worker@^27.4.2:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@^27.4.2:
version "27.4.2"
resolved "https://registry.yarnpkg.com/jest/-/jest-27.4.2.tgz#4fb1211ad0b9955ef09a11b96684180a90638985"
integrity sha512-TAReynFYCfHNcrL+8Z74WPGafLFLF++bGkrpcsk6cO5G9S2VuJGhu2c44YFForMgF0GlYmtbpmeznkvZpNgTxg==
jest@^27.4.3:
version "27.4.3"
resolved "https://registry.yarnpkg.com/jest/-/jest-27.4.3.tgz#cf7d1876a84c70efece2e01e4f9dfc2e464d9cbb"
integrity sha512-jwsfVABBzuN3Atm+6h6vIEpTs9+VApODLt4dk2qv1WMOpb1weI1IIZfuwpMiWZ62qvWj78MvdvMHIYdUfqrFaA==
dependencies:
"@jest/core" "^27.4.2"
"@jest/core" "^27.4.3"
import-local "^3.0.2"
jest-cli "^27.4.2"
jest-cli "^27.4.3"

js-tokens@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 9fa06ce

Please sign in to comment.