Skip to content

Commit

Permalink
Bump @jest/test-sequencer from 26.6.3 to 27.1.1 in /integration (#3379)
Browse files Browse the repository at this point in the history
Bumps [@jest/test-sequencer](https://github.com/facebook/jest/tree/HEAD/packages/jest-test-sequencer) from 26.6.3 to 27.1.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v27.1.1/packages/jest-test-sequencer)

---
updated-dependencies:
- dependency-name: "@jest/test-sequencer"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 9, 2021
1 parent 5127b43 commit 90a8856
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 1 deletion.
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prettier": "prettier --write './**/*.{js, json}'"
},
"dependencies": {
"@jest/test-sequencer": "^26.6.3",
"@jest/test-sequencer": "^27.1.1",
"axios": "^0.21.4",
"expect-puppeteer": "^5.0.4",
"jest": "^26.6.3",
Expand Down
68 changes: 68 additions & 0 deletions integration/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,16 @@
"@types/node" "*"
jest-mock "^27.1.1"

"@jest/environment@^27.1.1":
version "27.1.1"
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.1.1.tgz#a1f7a552f7008f773988b9c0e445ede35f77bbb7"
integrity sha512-+y882/ZdxhyqF5RzxIrNIANjHj991WH7jifdcplzMDosDUOyCACFYUyVTBGbSTocbU+s1cesroRzkwi8hZ9SHg==
dependencies:
"@jest/fake-timers" "^27.1.1"
"@jest/types" "^27.1.1"
"@types/node" "*"
jest-mock "^27.1.1"

"@jest/fake-timers@^26.6.2":
version "26.6.2"
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-26.6.2.tgz#459c329bcf70cee4af4d7e3f3e67848123535aad"
Expand Down Expand Up @@ -750,6 +760,16 @@
jest-runner "^26.6.3"
jest-runtime "^26.6.3"

"@jest/test-sequencer@^27.1.1":
version "27.1.1"
resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.1.1.tgz#cea3722ec6f6330000240fd999ad3123adaf5992"
integrity sha512-l8zD3EdeixvwmLNlJoMX3hhj8iIze95okj4sqmBzOq/zW8gZLElUveH4bpKEMuR+Nweazjlwc7L6g4C26M/y6Q==
dependencies:
"@jest/test-result" "^27.1.1"
graceful-fs "^4.2.4"
jest-haste-map "^27.1.1"
jest-runtime "^27.1.1"

"@jest/transform@^26.6.2":
version "26.6.2"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.6.2.tgz#5ac57c5fa1ad17b2aae83e73e45813894dcf2e4b"
Expand Down Expand Up @@ -814,6 +834,17 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"

"@jest/types@^27.1.1":
version "27.1.1"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.1.1.tgz#77a3fc014f906c65752d12123a0134359707c0ad"
integrity sha512-yqJPDDseb0mXgKqmNqypCsb85C22K1aY5+LUxh7syIM9n/b0AsaltxNy+o6tt29VcfGDpYEve175bm3uOhcehA==
dependencies:
"@types/istanbul-lib-coverage" "^2.0.0"
"@types/istanbul-reports" "^3.0.0"
"@types/node" "*"
"@types/yargs" "^16.0.0"
chalk "^4.0.0"

"@sideway/address@^4.1.0":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.1.tgz#9e321e74310963fdf8eebfbee09c7bd69972de4d"
Expand Down Expand Up @@ -2882,6 +2913,21 @@ jest-message-util@^27.0.6, jest-message-util@^27.1.1:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-message-util@^27.1.1:
version "27.1.1"
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.1.1.tgz#980110fb72fcfa711cd9a95e8f10d335207585c6"
integrity sha512-b697BOJV93+AVGvzLRtVZ0cTVRbd59OaWnbB2D75GRaIMc4I+Z9W0wHxbfjW01JWO+TqqW4yevT0aN7Fd0XWng==
dependencies:
"@babel/code-frame" "^7.12.13"
"@jest/types" "^27.1.1"
"@types/stack-utils" "^2.0.0"
chalk "^4.0.0"
graceful-fs "^4.2.4"
micromatch "^4.0.4"
pretty-format "^27.1.1"
slash "^3.0.0"
stack-utils "^2.0.3"

jest-mock@^26.6.2:
version "26.6.2"
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-26.6.2.tgz#d6cb712b041ed47fe0d9b6fc3474bc6543feb302"
Expand Down Expand Up @@ -3152,6 +3198,18 @@ jest-util@^27.0.6, jest-util@^27.1.1:
is-ci "^3.0.0"
picomatch "^2.2.3"

jest-util@^27.1.1:
version "27.1.1"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.1.1.tgz#2b06db1391d779ec2bd406ab3690ddc56ac728b9"
integrity sha512-zf9nEbrASWn2mC/L91nNb0K+GkhFvi4MP6XJG2HqnHzHvLYcs7ou/In68xYU1i1dSkJlrWcYfWXQE8nVR+nbOA==
dependencies:
"@jest/types" "^27.1.1"
"@types/node" "*"
chalk "^4.0.0"
graceful-fs "^4.2.4"
is-ci "^3.0.0"
picomatch "^2.2.3"

jest-validate@^26.6.2:
version "26.6.2"
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.6.2.tgz#23d380971587150467342911c3d7b4ac57ab20ec"
Expand Down Expand Up @@ -3851,6 +3909,16 @@ pretty-format@^27.1.1:
ansi-styles "^5.0.0"
react-is "^17.0.1"

pretty-format@^27.1.1:
version "27.1.1"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.1.1.tgz#cbaf9ec6cd7cfc3141478b6f6293c0ccdbe968e0"
integrity sha512-zdBi/xlstKJL42UH7goQti5Hip/B415w1Mfj+WWWYMBylAYtKESnXGUtVVcMVid9ReVjypCotUV6CEevYPHv2g==
dependencies:
"@jest/types" "^27.1.1"
ansi-regex "^5.0.0"
ansi-styles "^5.0.0"
react-is "^17.0.1"

progress@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.1.tgz#c9242169342b1c29d275889c95734621b1952e31"
Expand Down

0 comments on commit 90a8856

Please sign in to comment.