Skip to content

Commit d5eda7f

Browse files
committed
v28.0.0-alpha.10
1 parent 4d5e58a commit d5eda7f

File tree

19 files changed

+60
-60
lines changed

19 files changed

+60
-60
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "28.0.0-alpha.9"
6+
"version": "28.0.0-alpha.10"
77
}

packages/babel-jest/package.json

+2-2
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": "28.0.0-alpha.9",
4+
"version": "28.0.0-alpha.10",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/jest.git",
@@ -18,7 +18,7 @@
1818
"./package.json": "./package.json"
1919
},
2020
"dependencies": {
21-
"@jest/transform": "^28.0.0-alpha.9",
21+
"@jest/transform": "^28.0.0-alpha.10",
2222
"@types/babel__core": "^7.1.14",
2323
"babel-plugin-istanbul": "^6.1.1",
2424
"babel-preset-jest": "^28.0.0-alpha.9",

packages/jest-circus/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-circus",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.10",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@jest/environment": "^28.0.0-alpha.9",
22-
"@jest/expect": "^28.0.0-alpha.9",
22+
"@jest/expect": "^28.0.0-alpha.10",
2323
"@jest/test-result": "^28.0.0-alpha.9",
2424
"@jest/types": "^28.0.0-alpha.9",
2525
"@types/node": "*",
@@ -30,8 +30,8 @@
3030
"jest-each": "^28.0.0-alpha.9",
3131
"jest-matcher-utils": "^28.0.0-alpha.9",
3232
"jest-message-util": "^28.0.0-alpha.9",
33-
"jest-runtime": "^28.0.0-alpha.9",
34-
"jest-snapshot": "^28.0.0-alpha.9",
33+
"jest-runtime": "^28.0.0-alpha.10",
34+
"jest-snapshot": "^28.0.0-alpha.10",
3535
"jest-util": "^28.0.0-alpha.9",
3636
"pretty-format": "^28.0.0-alpha.9",
3737
"slash": "^3.0.0",

packages/jest-cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-cli",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "28.0.0-alpha.9",
4+
"version": "28.0.0-alpha.10",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"exports": {
@@ -13,14 +13,14 @@
1313
"./bin/jest": "./bin/jest.js"
1414
},
1515
"dependencies": {
16-
"@jest/core": "^28.0.0-alpha.9",
16+
"@jest/core": "^28.0.0-alpha.10",
1717
"@jest/test-result": "^28.0.0-alpha.9",
1818
"@jest/types": "^28.0.0-alpha.9",
1919
"chalk": "^4.0.0",
2020
"exit": "^0.1.2",
2121
"graceful-fs": "^4.2.9",
2222
"import-local": "^3.0.2",
23-
"jest-config": "^28.0.0-alpha.9",
23+
"jest-config": "^28.0.0-alpha.10",
2424
"jest-util": "^28.0.0-alpha.9",
2525
"jest-validate": "^28.0.0-alpha.9",
2626
"prompts": "^2.0.1",

packages/jest-config/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-config",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.10",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -32,18 +32,18 @@
3232
"@babel/core": "^7.11.6",
3333
"@jest/test-sequencer": "^28.0.0-alpha.9",
3434
"@jest/types": "^28.0.0-alpha.9",
35-
"babel-jest": "^28.0.0-alpha.9",
35+
"babel-jest": "^28.0.0-alpha.10",
3636
"chalk": "^4.0.0",
3737
"ci-info": "^3.2.0",
3838
"deepmerge": "^4.2.2",
3939
"glob": "^7.1.3",
4040
"graceful-fs": "^4.2.9",
41-
"jest-circus": "^28.0.0-alpha.9",
42-
"jest-environment-node": "^28.0.0-alpha.9",
41+
"jest-circus": "^28.0.0-alpha.10",
42+
"jest-environment-node": "^28.0.0-alpha.10",
4343
"jest-get-type": "^28.0.0-alpha.3",
4444
"jest-regex-util": "^28.0.0-alpha.6",
4545
"jest-resolve": "^28.0.0-alpha.9",
46-
"jest-runner": "^28.0.0-alpha.9",
46+
"jest-runner": "^28.0.0-alpha.10",
4747
"jest-util": "^28.0.0-alpha.9",
4848
"jest-validate": "^28.0.0-alpha.9",
4949
"micromatch": "^4.0.4",

packages/jest-core/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jest/core",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "28.0.0-alpha.9",
4+
"version": "28.0.0-alpha.10",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"exports": {
@@ -13,9 +13,9 @@
1313
},
1414
"dependencies": {
1515
"@jest/console": "^28.0.0-alpha.9",
16-
"@jest/reporters": "^28.0.0-alpha.9",
16+
"@jest/reporters": "^28.0.0-alpha.10",
1717
"@jest/test-result": "^28.0.0-alpha.9",
18-
"@jest/transform": "^28.0.0-alpha.9",
18+
"@jest/transform": "^28.0.0-alpha.10",
1919
"@jest/types": "^28.0.0-alpha.9",
2020
"@types/node": "*",
2121
"ansi-escapes": "^4.2.1",
@@ -24,15 +24,15 @@
2424
"exit": "^0.1.2",
2525
"graceful-fs": "^4.2.9",
2626
"jest-changed-files": "^28.0.0-alpha.3",
27-
"jest-config": "^28.0.0-alpha.9",
27+
"jest-config": "^28.0.0-alpha.10",
2828
"jest-haste-map": "^28.0.0-alpha.9",
2929
"jest-message-util": "^28.0.0-alpha.9",
3030
"jest-regex-util": "^28.0.0-alpha.6",
3131
"jest-resolve": "^28.0.0-alpha.9",
32-
"jest-resolve-dependencies": "^28.0.0-alpha.9",
33-
"jest-runner": "^28.0.0-alpha.9",
34-
"jest-runtime": "^28.0.0-alpha.9",
35-
"jest-snapshot": "^28.0.0-alpha.9",
32+
"jest-resolve-dependencies": "^28.0.0-alpha.10",
33+
"jest-runner": "^28.0.0-alpha.10",
34+
"jest-runtime": "^28.0.0-alpha.10",
35+
"jest-snapshot": "^28.0.0-alpha.10",
3636
"jest-util": "^28.0.0-alpha.9",
3737
"jest-validate": "^28.0.0-alpha.9",
3838
"jest-watcher": "^28.0.0-alpha.9",

packages/jest-environment-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-environment-node",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.10",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",

packages/jest-expect/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jest/expect",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.10",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"expect": "^28.0.0-alpha.9",
21-
"jest-snapshot": "^28.0.0-alpha.9"
21+
"jest-snapshot": "^28.0.0-alpha.10"
2222
},
2323
"devDependencies": {
2424
"@tsd/typescript": "~4.6.2",

packages/jest-globals/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jest/globals",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.10",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@jest/environment": "^28.0.0-alpha.9",
24-
"@jest/expect": "^28.0.0-alpha.9",
24+
"@jest/expect": "^28.0.0-alpha.10",
2525
"@jest/types": "^28.0.0-alpha.9"
2626
},
2727
"publishConfig": {

packages/jest-jasmine2/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-jasmine2",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.10",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -18,8 +18,8 @@
1818
},
1919
"dependencies": {
2020
"@jest/environment": "^28.0.0-alpha.9",
21-
"@jest/expect": "^28.0.0-alpha.9",
22-
"@jest/source-map": "^28.0.0-alpha.9",
21+
"@jest/expect": "^28.0.0-alpha.10",
22+
"@jest/source-map": "^28.0.0-alpha.10",
2323
"@jest/test-result": "^28.0.0-alpha.9",
2424
"@jest/types": "^28.0.0-alpha.9",
2525
"@types/node": "*",
@@ -29,8 +29,8 @@
2929
"jest-each": "^28.0.0-alpha.9",
3030
"jest-matcher-utils": "^28.0.0-alpha.9",
3131
"jest-message-util": "^28.0.0-alpha.9",
32-
"jest-runtime": "^28.0.0-alpha.9",
33-
"jest-snapshot": "^28.0.0-alpha.9",
32+
"jest-runtime": "^28.0.0-alpha.10",
33+
"jest-snapshot": "^28.0.0-alpha.10",
3434
"jest-util": "^28.0.0-alpha.9",
3535
"pretty-format": "^28.0.0-alpha.9",
3636
"throat": "^6.0.1"

packages/jest-repl/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-repl",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.10",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -21,11 +21,11 @@
2121
"dependencies": {
2222
"@jest/console": "^28.0.0-alpha.9",
2323
"@jest/environment": "^28.0.0-alpha.9",
24-
"@jest/transform": "^28.0.0-alpha.9",
24+
"@jest/transform": "^28.0.0-alpha.10",
2525
"@jest/types": "^28.0.0-alpha.9",
2626
"chalk": "^4.0.0",
27-
"jest-config": "^28.0.0-alpha.9",
28-
"jest-runtime": "^28.0.0-alpha.9",
27+
"jest-config": "^28.0.0-alpha.10",
28+
"jest-runtime": "^28.0.0-alpha.10",
2929
"jest-util": "^28.0.0-alpha.9",
3030
"jest-validate": "^28.0.0-alpha.9",
3131
"repl": "^0.1.3",

packages/jest-reporters/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jest/reporters",
33
"description": "Jest's reporters",
4-
"version": "28.0.0-alpha.9",
4+
"version": "28.0.0-alpha.10",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"exports": {
@@ -15,7 +15,7 @@
1515
"@bcoe/v8-coverage": "^0.2.3",
1616
"@jest/console": "^28.0.0-alpha.9",
1717
"@jest/test-result": "^28.0.0-alpha.9",
18-
"@jest/transform": "^28.0.0-alpha.9",
18+
"@jest/transform": "^28.0.0-alpha.10",
1919
"@jest/types": "^28.0.0-alpha.9",
2020
"@jridgewell/trace-mapping": "^0.3.4",
2121
"@types/node": "*",

packages/jest-resolve-dependencies/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-resolve-dependencies",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.10",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -18,14 +18,14 @@
1818
},
1919
"dependencies": {
2020
"jest-regex-util": "^28.0.0-alpha.6",
21-
"jest-snapshot": "^28.0.0-alpha.9"
21+
"jest-snapshot": "^28.0.0-alpha.10"
2222
},
2323
"devDependencies": {
2424
"@jest/test-utils": "^28.0.0-alpha.9",
2525
"@jest/types": "^28.0.0-alpha.9",
2626
"jest-haste-map": "^28.0.0-alpha.9",
2727
"jest-resolve": "^28.0.0-alpha.9",
28-
"jest-runtime": "^28.0.0-alpha.9"
28+
"jest-runtime": "^28.0.0-alpha.10"
2929
},
3030
"engines": {
3131
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"

packages/jest-runner/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-runner",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.10",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -20,19 +20,19 @@
2020
"@jest/console": "^28.0.0-alpha.9",
2121
"@jest/environment": "^28.0.0-alpha.9",
2222
"@jest/test-result": "^28.0.0-alpha.9",
23-
"@jest/transform": "^28.0.0-alpha.9",
23+
"@jest/transform": "^28.0.0-alpha.10",
2424
"@jest/types": "^28.0.0-alpha.9",
2525
"@types/node": "*",
2626
"chalk": "^4.0.0",
2727
"emittery": "^0.10.2",
2828
"graceful-fs": "^4.2.9",
2929
"jest-docblock": "^28.0.0-alpha.6",
30-
"jest-environment-node": "^28.0.0-alpha.9",
30+
"jest-environment-node": "^28.0.0-alpha.10",
3131
"jest-haste-map": "^28.0.0-alpha.9",
3232
"jest-leak-detector": "^28.0.0-alpha.9",
3333
"jest-message-util": "^28.0.0-alpha.9",
3434
"jest-resolve": "^28.0.0-alpha.9",
35-
"jest-runtime": "^28.0.0-alpha.9",
35+
"jest-runtime": "^28.0.0-alpha.10",
3636
"jest-util": "^28.0.0-alpha.9",
3737
"jest-watcher": "^28.0.0-alpha.9",
3838
"jest-worker": "^28.0.0-alpha.9",
@@ -44,7 +44,7 @@
4444
"@types/exit": "^0.1.30",
4545
"@types/graceful-fs": "^4.1.3",
4646
"@types/source-map-support": "^0.5.0",
47-
"jest-jasmine2": "^28.0.0-alpha.9",
47+
"jest-jasmine2": "^28.0.0-alpha.10",
4848
"tsd-lite": "^0.5.1"
4949
},
5050
"engines": {

packages/jest-runtime/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-runtime",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.10",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -19,10 +19,10 @@
1919
"dependencies": {
2020
"@jest/environment": "^28.0.0-alpha.9",
2121
"@jest/fake-timers": "^28.0.0-alpha.9",
22-
"@jest/globals": "^28.0.0-alpha.9",
23-
"@jest/source-map": "^28.0.0-alpha.9",
22+
"@jest/globals": "^28.0.0-alpha.10",
23+
"@jest/source-map": "^28.0.0-alpha.10",
2424
"@jest/test-result": "^28.0.0-alpha.9",
25-
"@jest/transform": "^28.0.0-alpha.9",
25+
"@jest/transform": "^28.0.0-alpha.10",
2626
"@jest/types": "^28.0.0-alpha.9",
2727
"chalk": "^4.0.0",
2828
"cjs-module-lexer": "^1.0.0",
@@ -35,7 +35,7 @@
3535
"jest-mock": "^28.0.0-alpha.9",
3636
"jest-regex-util": "^28.0.0-alpha.6",
3737
"jest-resolve": "^28.0.0-alpha.9",
38-
"jest-snapshot": "^28.0.0-alpha.9",
38+
"jest-snapshot": "^28.0.0-alpha.10",
3939
"jest-util": "^28.0.0-alpha.9",
4040
"slash": "^3.0.0",
4141
"strip-bom": "^4.0.0"
@@ -45,7 +45,7 @@
4545
"@types/glob": "^7.1.1",
4646
"@types/graceful-fs": "^4.1.3",
4747
"@types/node": "*",
48-
"jest-environment-node": "^28.0.0-alpha.9"
48+
"jest-environment-node": "^28.0.0-alpha.10"
4949
},
5050
"engines": {
5151
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"

packages/jest-snapshot/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-snapshot",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.10",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -23,7 +23,7 @@
2323
"@babel/traverse": "^7.7.2",
2424
"@babel/types": "^7.3.3",
2525
"@jest/expect-utils": "^28.0.0-alpha.9",
26-
"@jest/transform": "^28.0.0-alpha.9",
26+
"@jest/transform": "^28.0.0-alpha.10",
2727
"@jest/types": "^28.0.0-alpha.9",
2828
"@types/babel__traverse": "^7.0.6",
2929
"@types/prettier": "^2.1.5",

packages/jest-source-map/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jest/source-map",
3-
"version": "28.0.0-alpha.9",
3+
"version": "28.0.0-alpha.10",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",

0 commit comments

Comments
 (0)