Skip to content

Commit d257d1c

Browse files
committed
v27.0.6
1 parent 48cda77 commit d257d1c

File tree

50 files changed

+278
-278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+278
-278
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "27.0.5",
2+
"version": "27.0.6",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*"

packages/babel-jest/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-jest",
33
"description": "Jest plugin to use babel for transformation.",
4-
"version": "27.0.5",
4+
"version": "27.0.6",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/jest.git",
@@ -15,18 +15,18 @@
1515
"./package.json": "./package.json"
1616
},
1717
"dependencies": {
18-
"@jest/transform": "^27.0.5",
19-
"@jest/types": "^27.0.2",
18+
"@jest/transform": "^27.0.6",
19+
"@jest/types": "^27.0.6",
2020
"@types/babel__core": "^7.1.14",
2121
"babel-plugin-istanbul": "^6.0.0",
22-
"babel-preset-jest": "^27.0.1",
22+
"babel-preset-jest": "^27.0.6",
2323
"chalk": "^4.0.0",
2424
"graceful-fs": "^4.2.4",
2525
"slash": "^3.0.0"
2626
},
2727
"devDependencies": {
2828
"@babel/core": "^7.1.0",
29-
"@jest/test-utils": "^27.0.2",
29+
"@jest/test-utils": "^27.0.6",
3030
"@types/graceful-fs": "^4.1.3"
3131
},
3232
"peerDependencies": {

packages/babel-plugin-jest-hoist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-jest-hoist",
3-
"version": "27.0.1",
3+
"version": "27.0.6",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",

packages/babel-preset-jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-jest",
3-
"version": "27.0.1",
3+
"version": "27.0.6",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -13,7 +13,7 @@
1313
"./package.json": "./package.json"
1414
},
1515
"dependencies": {
16-
"babel-plugin-jest-hoist": "^27.0.1",
16+
"babel-plugin-jest-hoist": "^27.0.6",
1717
"babel-preset-current-node-syntax": "^1.0.0"
1818
},
1919
"peerDependencies": {

packages/diff-sequences/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff-sequences",
3-
"version": "27.0.1",
3+
"version": "27.0.6",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",

packages/expect/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expect",
3-
"version": "27.0.2",
3+
"version": "27.0.6",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -15,15 +15,15 @@
1515
"./build/utils": "./build/utils.js"
1616
},
1717
"dependencies": {
18-
"@jest/types": "^27.0.2",
18+
"@jest/types": "^27.0.6",
1919
"ansi-styles": "^5.0.0",
20-
"jest-get-type": "^27.0.1",
21-
"jest-matcher-utils": "^27.0.2",
22-
"jest-message-util": "^27.0.2",
23-
"jest-regex-util": "^27.0.1"
20+
"jest-get-type": "^27.0.6",
21+
"jest-matcher-utils": "^27.0.6",
22+
"jest-message-util": "^27.0.6",
23+
"jest-regex-util": "^27.0.6"
2424
},
2525
"devDependencies": {
26-
"@jest/test-utils": "^27.0.2",
26+
"@jest/test-utils": "^27.0.6",
2727
"chalk": "^4.0.0",
2828
"fast-check": "^2.0.0",
2929
"immutable": "^4.0.0-rc.12"

packages/jest-changed-files/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-changed-files",
3-
"version": "27.0.2",
3+
"version": "27.0.6",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -14,7 +14,7 @@
1414
"./package.json": "./package.json"
1515
},
1616
"dependencies": {
17-
"@jest/types": "^27.0.2",
17+
"@jest/types": "^27.0.6",
1818
"execa": "^5.0.0",
1919
"throat": "^6.0.1"
2020
},

packages/jest-circus/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-circus",
3-
"version": "27.0.5",
3+
"version": "27.0.6",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -15,30 +15,30 @@
1515
"./runner": "./runner.js"
1616
},
1717
"dependencies": {
18-
"@jest/environment": "^27.0.5",
19-
"@jest/test-result": "^27.0.2",
20-
"@jest/types": "^27.0.2",
18+
"@jest/environment": "^27.0.6",
19+
"@jest/test-result": "^27.0.6",
20+
"@jest/types": "^27.0.6",
2121
"@types/node": "*",
2222
"chalk": "^4.0.0",
2323
"co": "^4.6.0",
2424
"dedent": "^0.7.0",
25-
"expect": "^27.0.2",
25+
"expect": "^27.0.6",
2626
"is-generator-fn": "^2.0.0",
27-
"jest-each": "^27.0.2",
28-
"jest-matcher-utils": "^27.0.2",
29-
"jest-message-util": "^27.0.2",
30-
"jest-runtime": "^27.0.5",
31-
"jest-snapshot": "^27.0.5",
32-
"jest-util": "^27.0.2",
33-
"pretty-format": "^27.0.2",
27+
"jest-each": "^27.0.6",
28+
"jest-matcher-utils": "^27.0.6",
29+
"jest-message-util": "^27.0.6",
30+
"jest-runtime": "^27.0.6",
31+
"jest-snapshot": "^27.0.6",
32+
"jest-util": "^27.0.6",
33+
"pretty-format": "^27.0.6",
3434
"slash": "^3.0.0",
3535
"stack-utils": "^2.0.3",
3636
"throat": "^6.0.1"
3737
},
3838
"devDependencies": {
3939
"@babel/core": "^7.1.0",
4040
"@babel/register": "^7.0.0",
41-
"@jest/test-utils": "^27.0.2",
41+
"@jest/test-utils": "^27.0.6",
4242
"@types/co": "^4.6.0",
4343
"@types/dedent": "^0.7.0",
4444
"@types/graceful-fs": "^4.1.3",

packages/jest-cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-cli",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "27.0.5",
4+
"version": "27.0.6",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"exports": {
@@ -10,21 +10,21 @@
1010
"./bin/jest": "./bin/jest.js"
1111
},
1212
"dependencies": {
13-
"@jest/core": "^27.0.5",
14-
"@jest/test-result": "^27.0.2",
15-
"@jest/types": "^27.0.2",
13+
"@jest/core": "^27.0.6",
14+
"@jest/test-result": "^27.0.6",
15+
"@jest/types": "^27.0.6",
1616
"chalk": "^4.0.0",
1717
"exit": "^0.1.2",
1818
"graceful-fs": "^4.2.4",
1919
"import-local": "^3.0.2",
20-
"jest-config": "^27.0.5",
21-
"jest-util": "^27.0.2",
22-
"jest-validate": "^27.0.2",
20+
"jest-config": "^27.0.6",
21+
"jest-util": "^27.0.6",
22+
"jest-validate": "^27.0.6",
2323
"prompts": "^2.0.1",
2424
"yargs": "^16.0.3"
2525
},
2626
"devDependencies": {
27-
"@jest/test-utils": "^27.0.2",
27+
"@jest/test-utils": "^27.0.6",
2828
"@types/exit": "^0.1.30",
2929
"@types/graceful-fs": "^4.1.3",
3030
"@types/prompts": "^2.0.1",

packages/jest-config/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-config",
3-
"version": "27.0.5",
3+
"version": "27.0.6",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -23,26 +23,26 @@
2323
},
2424
"dependencies": {
2525
"@babel/core": "^7.1.0",
26-
"@jest/test-sequencer": "^27.0.5",
27-
"@jest/types": "^27.0.2",
28-
"babel-jest": "^27.0.5",
26+
"@jest/test-sequencer": "^27.0.6",
27+
"@jest/types": "^27.0.6",
28+
"babel-jest": "^27.0.6",
2929
"chalk": "^4.0.0",
3030
"deepmerge": "^4.2.2",
3131
"glob": "^7.1.1",
3232
"graceful-fs": "^4.2.4",
3333
"is-ci": "^3.0.0",
34-
"jest-circus": "^27.0.5",
35-
"jest-environment-jsdom": "^27.0.5",
36-
"jest-environment-node": "^27.0.5",
37-
"jest-get-type": "^27.0.1",
38-
"jest-jasmine2": "^27.0.5",
39-
"jest-regex-util": "^27.0.1",
40-
"jest-resolve": "^27.0.5",
41-
"jest-runner": "^27.0.5",
42-
"jest-util": "^27.0.2",
43-
"jest-validate": "^27.0.2",
34+
"jest-circus": "^27.0.6",
35+
"jest-environment-jsdom": "^27.0.6",
36+
"jest-environment-node": "^27.0.6",
37+
"jest-get-type": "^27.0.6",
38+
"jest-jasmine2": "^27.0.6",
39+
"jest-regex-util": "^27.0.6",
40+
"jest-resolve": "^27.0.6",
41+
"jest-runner": "^27.0.6",
42+
"jest-util": "^27.0.6",
43+
"jest-validate": "^27.0.6",
4444
"micromatch": "^4.0.4",
45-
"pretty-format": "^27.0.2"
45+
"pretty-format": "^27.0.6"
4646
},
4747
"devDependencies": {
4848
"@types/babel__core": "^7.0.4",

0 commit comments

Comments
 (0)