Skip to content

Commit 10f1e7f

Browse files
committed
v29.0.0-alpha.1
1 parent 3d161c2 commit 10f1e7f

File tree

40 files changed

+188
-188
lines changed

40 files changed

+188
-188
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": "29.0.0-alpha.0"
6+
"version": "29.0.0-alpha.1"
77
}

packages/babel-jest/package.json

+3-3
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": "29.0.0-alpha.0",
4+
"version": "29.0.0-alpha.1",
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": "^29.0.0-alpha.0",
21+
"@jest/transform": "^29.0.0-alpha.1",
2222
"@types/babel__core": "^7.1.14",
2323
"babel-plugin-istanbul": "^6.1.1",
2424
"babel-preset-jest": "^29.0.0-alpha.0",
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@babel/core": "^7.11.6",
31-
"@jest/test-utils": "^29.0.0-alpha.0",
31+
"@jest/test-utils": "^29.0.0-alpha.1",
3232
"@types/graceful-fs": "^4.1.3"
3333
},
3434
"peerDependencies": {

packages/expect-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jest/expect-utils",
3-
"version": "29.0.0-alpha.0",
3+
"version": "29.0.0-alpha.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"immutable": "^4.0.0",
24-
"jest-matcher-utils": "^29.0.0-alpha.0"
24+
"jest-matcher-utils": "^29.0.0-alpha.1"
2525
},
2626
"engines": {
2727
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"

packages/expect/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expect",
3-
"version": "29.0.0-alpha.0",
3+
"version": "29.0.0-alpha.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -18,14 +18,14 @@
1818
"./build/matchers": "./build/matchers.js"
1919
},
2020
"dependencies": {
21-
"@jest/expect-utils": "^29.0.0-alpha.0",
21+
"@jest/expect-utils": "^29.0.0-alpha.1",
2222
"jest-get-type": "^29.0.0-alpha.0",
23-
"jest-matcher-utils": "^29.0.0-alpha.0",
24-
"jest-message-util": "^29.0.0-alpha.0",
23+
"jest-matcher-utils": "^29.0.0-alpha.1",
24+
"jest-message-util": "^29.0.0-alpha.1",
2525
"jest-util": "^29.0.0-alpha.0"
2626
},
2727
"devDependencies": {
28-
"@jest/test-utils": "^29.0.0-alpha.0",
28+
"@jest/test-utils": "^29.0.0-alpha.1",
2929
"@tsd/typescript": "~4.7.4",
3030
"chalk": "^4.0.0",
3131
"fast-check": "^3.0.0",

packages/jest-circus/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-circus",
3-
"version": "29.0.0-alpha.0",
3+
"version": "29.0.0-alpha.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -18,23 +18,23 @@
1818
"./runner": "./runner.js"
1919
},
2020
"dependencies": {
21-
"@jest/environment": "^29.0.0-alpha.0",
22-
"@jest/expect": "^29.0.0-alpha.0",
23-
"@jest/test-result": "^29.0.0-alpha.0",
21+
"@jest/environment": "^29.0.0-alpha.1",
22+
"@jest/expect": "^29.0.0-alpha.1",
23+
"@jest/test-result": "^29.0.0-alpha.1",
2424
"@jest/types": "^29.0.0-alpha.0",
2525
"@types/node": "*",
2626
"chalk": "^4.0.0",
2727
"co": "^4.6.0",
2828
"dedent": "^0.7.0",
2929
"is-generator-fn": "^2.0.0",
30-
"jest-each": "^29.0.0-alpha.0",
31-
"jest-matcher-utils": "^29.0.0-alpha.0",
32-
"jest-message-util": "^29.0.0-alpha.0",
33-
"jest-runtime": "^29.0.0-alpha.0",
34-
"jest-snapshot": "^29.0.0-alpha.0",
30+
"jest-each": "^29.0.0-alpha.1",
31+
"jest-matcher-utils": "^29.0.0-alpha.1",
32+
"jest-message-util": "^29.0.0-alpha.1",
33+
"jest-runtime": "^29.0.0-alpha.1",
34+
"jest-snapshot": "^29.0.0-alpha.1",
3535
"jest-util": "^29.0.0-alpha.0",
3636
"p-limit": "^3.1.0",
37-
"pretty-format": "^29.0.0-alpha.0",
37+
"pretty-format": "^29.0.0-alpha.1",
3838
"slash": "^3.0.0",
3939
"stack-utils": "^2.0.3"
4040
},

packages/jest-cli/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-cli",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "29.0.0-alpha.0",
4+
"version": "29.0.0-alpha.1",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"exports": {
@@ -13,16 +13,16 @@
1313
"./bin/jest": "./bin/jest.js"
1414
},
1515
"dependencies": {
16-
"@jest/core": "^29.0.0-alpha.0",
17-
"@jest/test-result": "^29.0.0-alpha.0",
16+
"@jest/core": "^29.0.0-alpha.1",
17+
"@jest/test-result": "^29.0.0-alpha.1",
1818
"@jest/types": "^29.0.0-alpha.0",
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": "^29.0.0-alpha.0",
23+
"jest-config": "^29.0.0-alpha.1",
2424
"jest-util": "^29.0.0-alpha.0",
25-
"jest-validate": "^29.0.0-alpha.0",
25+
"jest-validate": "^29.0.0-alpha.1",
2626
"prompts": "^2.0.1",
2727
"yargs": "^17.3.1"
2828
},

packages/jest-config/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-config",
3-
"version": "29.0.0-alpha.0",
3+
"version": "29.0.0-alpha.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -30,25 +30,25 @@
3030
},
3131
"dependencies": {
3232
"@babel/core": "^7.11.6",
33-
"@jest/test-sequencer": "^29.0.0-alpha.0",
33+
"@jest/test-sequencer": "^29.0.0-alpha.1",
3434
"@jest/types": "^29.0.0-alpha.0",
35-
"babel-jest": "^29.0.0-alpha.0",
35+
"babel-jest": "^29.0.0-alpha.1",
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": "^29.0.0-alpha.0",
42-
"jest-environment-node": "^29.0.0-alpha.0",
41+
"jest-circus": "^29.0.0-alpha.1",
42+
"jest-environment-node": "^29.0.0-alpha.1",
4343
"jest-get-type": "^29.0.0-alpha.0",
4444
"jest-regex-util": "^29.0.0-alpha.0",
45-
"jest-resolve": "^29.0.0-alpha.0",
46-
"jest-runner": "^29.0.0-alpha.0",
45+
"jest-resolve": "^29.0.0-alpha.1",
46+
"jest-runner": "^29.0.0-alpha.1",
4747
"jest-util": "^29.0.0-alpha.0",
48-
"jest-validate": "^29.0.0-alpha.0",
48+
"jest-validate": "^29.0.0-alpha.1",
4949
"micromatch": "^4.0.4",
5050
"parse-json": "^5.2.0",
51-
"pretty-format": "^29.0.0-alpha.0",
51+
"pretty-format": "^29.0.0-alpha.1",
5252
"slash": "^3.0.0",
5353
"strip-json-comments": "^3.1.1"
5454
},

packages/jest-console/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jest/console",
3-
"version": "29.0.0-alpha.0",
3+
"version": "29.0.0-alpha.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -20,12 +20,12 @@
2020
"@jest/types": "^29.0.0-alpha.0",
2121
"@types/node": "*",
2222
"chalk": "^4.0.0",
23-
"jest-message-util": "^29.0.0-alpha.0",
23+
"jest-message-util": "^29.0.0-alpha.1",
2424
"jest-util": "^29.0.0-alpha.0",
2525
"slash": "^3.0.0"
2626
},
2727
"devDependencies": {
28-
"@jest/test-utils": "^29.0.0-alpha.0"
28+
"@jest/test-utils": "^29.0.0-alpha.1"
2929
},
3030
"engines": {
3131
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"

packages/jest-core/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jest/core",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "29.0.0-alpha.0",
4+
"version": "29.0.0-alpha.1",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"exports": {
@@ -12,10 +12,10 @@
1212
"./package.json": "./package.json"
1313
},
1414
"dependencies": {
15-
"@jest/console": "^29.0.0-alpha.0",
16-
"@jest/reporters": "^29.0.0-alpha.0",
17-
"@jest/test-result": "^29.0.0-alpha.0",
18-
"@jest/transform": "^29.0.0-alpha.0",
15+
"@jest/console": "^29.0.0-alpha.1",
16+
"@jest/reporters": "^29.0.0-alpha.1",
17+
"@jest/test-result": "^29.0.0-alpha.1",
18+
"@jest/transform": "^29.0.0-alpha.1",
1919
"@jest/types": "^29.0.0-alpha.0",
2020
"@types/node": "*",
2121
"ansi-escapes": "^4.2.1",
@@ -24,27 +24,27 @@
2424
"exit": "^0.1.2",
2525
"graceful-fs": "^4.2.9",
2626
"jest-changed-files": "^29.0.0-alpha.0",
27-
"jest-config": "^29.0.0-alpha.0",
28-
"jest-haste-map": "^29.0.0-alpha.0",
29-
"jest-message-util": "^29.0.0-alpha.0",
27+
"jest-config": "^29.0.0-alpha.1",
28+
"jest-haste-map": "^29.0.0-alpha.1",
29+
"jest-message-util": "^29.0.0-alpha.1",
3030
"jest-regex-util": "^29.0.0-alpha.0",
31-
"jest-resolve": "^29.0.0-alpha.0",
32-
"jest-resolve-dependencies": "^29.0.0-alpha.0",
33-
"jest-runner": "^29.0.0-alpha.0",
34-
"jest-runtime": "^29.0.0-alpha.0",
35-
"jest-snapshot": "^29.0.0-alpha.0",
31+
"jest-resolve": "^29.0.0-alpha.1",
32+
"jest-resolve-dependencies": "^29.0.0-alpha.1",
33+
"jest-runner": "^29.0.0-alpha.1",
34+
"jest-runtime": "^29.0.0-alpha.1",
35+
"jest-snapshot": "^29.0.0-alpha.1",
3636
"jest-util": "^29.0.0-alpha.0",
37-
"jest-validate": "^29.0.0-alpha.0",
38-
"jest-watcher": "^29.0.0-alpha.0",
37+
"jest-validate": "^29.0.0-alpha.1",
38+
"jest-watcher": "^29.0.0-alpha.1",
3939
"micromatch": "^4.0.4",
40-
"pretty-format": "^29.0.0-alpha.0",
40+
"pretty-format": "^29.0.0-alpha.1",
4141
"rimraf": "^3.0.0",
4242
"slash": "^3.0.0",
4343
"strip-ansi": "^6.0.0"
4444
},
4545
"devDependencies": {
46-
"@jest/test-sequencer": "^29.0.0-alpha.0",
47-
"@jest/test-utils": "^29.0.0-alpha.0",
46+
"@jest/test-sequencer": "^29.0.0-alpha.1",
47+
"@jest/test-utils": "^29.0.0-alpha.1",
4848
"@types/exit": "^0.1.30",
4949
"@types/graceful-fs": "^4.1.3",
5050
"@types/micromatch": "^4.0.1",

packages/jest-diff/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-diff",
3-
"version": "29.0.0-alpha.0",
3+
"version": "29.0.0-alpha.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -20,10 +20,10 @@
2020
"chalk": "^4.0.0",
2121
"diff-sequences": "^29.0.0-alpha.0",
2222
"jest-get-type": "^29.0.0-alpha.0",
23-
"pretty-format": "^29.0.0-alpha.0"
23+
"pretty-format": "^29.0.0-alpha.1"
2424
},
2525
"devDependencies": {
26-
"@jest/test-utils": "^29.0.0-alpha.0",
26+
"@jest/test-utils": "^29.0.0-alpha.1",
2727
"strip-ansi": "^6.0.0"
2828
},
2929
"engines": {

packages/jest-each/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-each",
3-
"version": "29.0.0-alpha.0",
3+
"version": "29.0.0-alpha.1",
44
"description": "Parameterised tests for Jest",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
@@ -29,7 +29,7 @@
2929
"chalk": "^4.0.0",
3030
"jest-get-type": "^29.0.0-alpha.0",
3131
"jest-util": "^29.0.0-alpha.0",
32-
"pretty-format": "^29.0.0-alpha.0"
32+
"pretty-format": "^29.0.0-alpha.1"
3333
},
3434
"engines": {
3535
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"

packages/jest-environment-jsdom/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-environment-jsdom",
3-
"version": "29.0.0-alpha.0",
3+
"version": "29.0.0-alpha.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -17,8 +17,8 @@
1717
"./package.json": "./package.json"
1818
},
1919
"dependencies": {
20-
"@jest/environment": "^29.0.0-alpha.0",
21-
"@jest/fake-timers": "^29.0.0-alpha.0",
20+
"@jest/environment": "^29.0.0-alpha.1",
21+
"@jest/fake-timers": "^29.0.0-alpha.1",
2222
"@jest/types": "^29.0.0-alpha.0",
2323
"@types/jsdom": "^20.0.0",
2424
"@types/node": "*",
@@ -27,7 +27,7 @@
2727
"jsdom": "^20.0.0"
2828
},
2929
"devDependencies": {
30-
"@jest/test-utils": "^29.0.0-alpha.0"
30+
"@jest/test-utils": "^29.0.0-alpha.1"
3131
},
3232
"engines": {
3333
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"

packages/jest-environment-node/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-environment-node",
3-
"version": "29.0.0-alpha.0",
3+
"version": "29.0.0-alpha.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -17,15 +17,15 @@
1717
"./package.json": "./package.json"
1818
},
1919
"dependencies": {
20-
"@jest/environment": "^29.0.0-alpha.0",
21-
"@jest/fake-timers": "^29.0.0-alpha.0",
20+
"@jest/environment": "^29.0.0-alpha.1",
21+
"@jest/fake-timers": "^29.0.0-alpha.1",
2222
"@jest/types": "^29.0.0-alpha.0",
2323
"@types/node": "*",
2424
"jest-mock": "^29.0.0-alpha.0",
2525
"jest-util": "^29.0.0-alpha.0"
2626
},
2727
"devDependencies": {
28-
"@jest/test-utils": "^29.0.0-alpha.0"
28+
"@jest/test-utils": "^29.0.0-alpha.1"
2929
},
3030
"engines": {
3131
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"

packages/jest-environment/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jest/environment",
3-
"version": "29.0.0-alpha.0",
3+
"version": "29.0.0-alpha.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -17,7 +17,7 @@
1717
"./package.json": "./package.json"
1818
},
1919
"dependencies": {
20-
"@jest/fake-timers": "^29.0.0-alpha.0",
20+
"@jest/fake-timers": "^29.0.0-alpha.1",
2121
"@jest/types": "^29.0.0-alpha.0",
2222
"@types/node": "*",
2323
"jest-mock": "^29.0.0-alpha.0"

0 commit comments

Comments
 (0)