Skip to content

Commit

Permalink
v29.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 4, 2022
1 parent 3d161c2 commit 10f1e7f
Show file tree
Hide file tree
Showing 40 changed files with 188 additions and 188 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "29.0.0-alpha.0"
"version": "29.0.0-alpha.1"
}
6 changes: 3 additions & 3 deletions packages/babel-jest/package.json
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "29.0.0-alpha.0",
"version": "29.0.0-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,7 +18,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/transform": "^29.0.0-alpha.0",
"@jest/transform": "^29.0.0-alpha.1",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.1.1",
"babel-preset-jest": "^29.0.0-alpha.0",
Expand All @@ -28,7 +28,7 @@
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@jest/test-utils": "^29.0.0-alpha.0",
"@jest/test-utils": "^29.0.0-alpha.1",
"@types/graceful-fs": "^4.1.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/expect-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/expect-utils",
"version": "29.0.0-alpha.0",
"version": "29.0.0-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"immutable": "^4.0.0",
"jest-matcher-utils": "^29.0.0-alpha.0"
"jest-matcher-utils": "^29.0.0-alpha.1"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/expect/package.json
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "29.0.0-alpha.0",
"version": "29.0.0-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,14 +18,14 @@
"./build/matchers": "./build/matchers.js"
},
"dependencies": {
"@jest/expect-utils": "^29.0.0-alpha.0",
"@jest/expect-utils": "^29.0.0-alpha.1",
"jest-get-type": "^29.0.0-alpha.0",
"jest-matcher-utils": "^29.0.0-alpha.0",
"jest-message-util": "^29.0.0-alpha.0",
"jest-matcher-utils": "^29.0.0-alpha.1",
"jest-message-util": "^29.0.0-alpha.1",
"jest-util": "^29.0.0-alpha.0"
},
"devDependencies": {
"@jest/test-utils": "^29.0.0-alpha.0",
"@jest/test-utils": "^29.0.0-alpha.1",
"@tsd/typescript": "~4.7.4",
"chalk": "^4.0.0",
"fast-check": "^3.0.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "29.0.0-alpha.0",
"version": "29.0.0-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,23 +18,23 @@
"./runner": "./runner.js"
},
"dependencies": {
"@jest/environment": "^29.0.0-alpha.0",
"@jest/expect": "^29.0.0-alpha.0",
"@jest/test-result": "^29.0.0-alpha.0",
"@jest/environment": "^29.0.0-alpha.1",
"@jest/expect": "^29.0.0-alpha.1",
"@jest/test-result": "^29.0.0-alpha.1",
"@jest/types": "^29.0.0-alpha.0",
"@types/node": "*",
"chalk": "^4.0.0",
"co": "^4.6.0",
"dedent": "^0.7.0",
"is-generator-fn": "^2.0.0",
"jest-each": "^29.0.0-alpha.0",
"jest-matcher-utils": "^29.0.0-alpha.0",
"jest-message-util": "^29.0.0-alpha.0",
"jest-runtime": "^29.0.0-alpha.0",
"jest-snapshot": "^29.0.0-alpha.0",
"jest-each": "^29.0.0-alpha.1",
"jest-matcher-utils": "^29.0.0-alpha.1",
"jest-message-util": "^29.0.0-alpha.1",
"jest-runtime": "^29.0.0-alpha.1",
"jest-snapshot": "^29.0.0-alpha.1",
"jest-util": "^29.0.0-alpha.0",
"p-limit": "^3.1.0",
"pretty-format": "^29.0.0-alpha.0",
"pretty-format": "^29.0.0-alpha.1",
"slash": "^3.0.0",
"stack-utils": "^2.0.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "29.0.0-alpha.0",
"version": "29.0.0-alpha.1",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand All @@ -13,16 +13,16 @@
"./bin/jest": "./bin/jest.js"
},
"dependencies": {
"@jest/core": "^29.0.0-alpha.0",
"@jest/test-result": "^29.0.0-alpha.0",
"@jest/core": "^29.0.0-alpha.1",
"@jest/test-result": "^29.0.0-alpha.1",
"@jest/types": "^29.0.0-alpha.0",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.9",
"import-local": "^3.0.2",
"jest-config": "^29.0.0-alpha.0",
"jest-config": "^29.0.0-alpha.1",
"jest-util": "^29.0.0-alpha.0",
"jest-validate": "^29.0.0-alpha.0",
"jest-validate": "^29.0.0-alpha.1",
"prompts": "^2.0.1",
"yargs": "^17.3.1"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "29.0.0-alpha.0",
"version": "29.0.0-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down Expand Up @@ -30,25 +30,25 @@
},
"dependencies": {
"@babel/core": "^7.11.6",
"@jest/test-sequencer": "^29.0.0-alpha.0",
"@jest/test-sequencer": "^29.0.0-alpha.1",
"@jest/types": "^29.0.0-alpha.0",
"babel-jest": "^29.0.0-alpha.0",
"babel-jest": "^29.0.0-alpha.1",
"chalk": "^4.0.0",
"ci-info": "^3.2.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.3",
"graceful-fs": "^4.2.9",
"jest-circus": "^29.0.0-alpha.0",
"jest-environment-node": "^29.0.0-alpha.0",
"jest-circus": "^29.0.0-alpha.1",
"jest-environment-node": "^29.0.0-alpha.1",
"jest-get-type": "^29.0.0-alpha.0",
"jest-regex-util": "^29.0.0-alpha.0",
"jest-resolve": "^29.0.0-alpha.0",
"jest-runner": "^29.0.0-alpha.0",
"jest-resolve": "^29.0.0-alpha.1",
"jest-runner": "^29.0.0-alpha.1",
"jest-util": "^29.0.0-alpha.0",
"jest-validate": "^29.0.0-alpha.0",
"jest-validate": "^29.0.0-alpha.1",
"micromatch": "^4.0.4",
"parse-json": "^5.2.0",
"pretty-format": "^29.0.0-alpha.0",
"pretty-format": "^29.0.0-alpha.1",
"slash": "^3.0.0",
"strip-json-comments": "^3.1.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-console/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/console",
"version": "29.0.0-alpha.0",
"version": "29.0.0-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -20,12 +20,12 @@
"@jest/types": "^29.0.0-alpha.0",
"@types/node": "*",
"chalk": "^4.0.0",
"jest-message-util": "^29.0.0-alpha.0",
"jest-message-util": "^29.0.0-alpha.1",
"jest-util": "^29.0.0-alpha.0",
"slash": "^3.0.0"
},
"devDependencies": {
"@jest/test-utils": "^29.0.0-alpha.0"
"@jest/test-utils": "^29.0.0-alpha.1"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
Expand Down
36 changes: 18 additions & 18 deletions packages/jest-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "29.0.0-alpha.0",
"version": "29.0.0-alpha.1",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand All @@ -12,10 +12,10 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/console": "^29.0.0-alpha.0",
"@jest/reporters": "^29.0.0-alpha.0",
"@jest/test-result": "^29.0.0-alpha.0",
"@jest/transform": "^29.0.0-alpha.0",
"@jest/console": "^29.0.0-alpha.1",
"@jest/reporters": "^29.0.0-alpha.1",
"@jest/test-result": "^29.0.0-alpha.1",
"@jest/transform": "^29.0.0-alpha.1",
"@jest/types": "^29.0.0-alpha.0",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
Expand All @@ -24,27 +24,27 @@
"exit": "^0.1.2",
"graceful-fs": "^4.2.9",
"jest-changed-files": "^29.0.0-alpha.0",
"jest-config": "^29.0.0-alpha.0",
"jest-haste-map": "^29.0.0-alpha.0",
"jest-message-util": "^29.0.0-alpha.0",
"jest-config": "^29.0.0-alpha.1",
"jest-haste-map": "^29.0.0-alpha.1",
"jest-message-util": "^29.0.0-alpha.1",
"jest-regex-util": "^29.0.0-alpha.0",
"jest-resolve": "^29.0.0-alpha.0",
"jest-resolve-dependencies": "^29.0.0-alpha.0",
"jest-runner": "^29.0.0-alpha.0",
"jest-runtime": "^29.0.0-alpha.0",
"jest-snapshot": "^29.0.0-alpha.0",
"jest-resolve": "^29.0.0-alpha.1",
"jest-resolve-dependencies": "^29.0.0-alpha.1",
"jest-runner": "^29.0.0-alpha.1",
"jest-runtime": "^29.0.0-alpha.1",
"jest-snapshot": "^29.0.0-alpha.1",
"jest-util": "^29.0.0-alpha.0",
"jest-validate": "^29.0.0-alpha.0",
"jest-watcher": "^29.0.0-alpha.0",
"jest-validate": "^29.0.0-alpha.1",
"jest-watcher": "^29.0.0-alpha.1",
"micromatch": "^4.0.4",
"pretty-format": "^29.0.0-alpha.0",
"pretty-format": "^29.0.0-alpha.1",
"rimraf": "^3.0.0",
"slash": "^3.0.0",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^29.0.0-alpha.0",
"@jest/test-utils": "^29.0.0-alpha.0",
"@jest/test-sequencer": "^29.0.0-alpha.1",
"@jest/test-utils": "^29.0.0-alpha.1",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.3",
"@types/micromatch": "^4.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-diff/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "29.0.0-alpha.0",
"version": "29.0.0-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -20,10 +20,10 @@
"chalk": "^4.0.0",
"diff-sequences": "^29.0.0-alpha.0",
"jest-get-type": "^29.0.0-alpha.0",
"pretty-format": "^29.0.0-alpha.0"
"pretty-format": "^29.0.0-alpha.1"
},
"devDependencies": {
"@jest/test-utils": "^29.0.0-alpha.0",
"@jest/test-utils": "^29.0.0-alpha.1",
"strip-ansi": "^6.0.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-each/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-each",
"version": "29.0.0-alpha.0",
"version": "29.0.0-alpha.1",
"description": "Parameterised tests for Jest",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"chalk": "^4.0.0",
"jest-get-type": "^29.0.0-alpha.0",
"jest-util": "^29.0.0-alpha.0",
"pretty-format": "^29.0.0-alpha.0"
"pretty-format": "^29.0.0-alpha.1"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-environment-jsdom/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "29.0.0-alpha.0",
"version": "29.0.0-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,8 +17,8 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/environment": "^29.0.0-alpha.0",
"@jest/fake-timers": "^29.0.0-alpha.0",
"@jest/environment": "^29.0.0-alpha.1",
"@jest/fake-timers": "^29.0.0-alpha.1",
"@jest/types": "^29.0.0-alpha.0",
"@types/jsdom": "^20.0.0",
"@types/node": "*",
Expand All @@ -27,7 +27,7 @@
"jsdom": "^20.0.0"
},
"devDependencies": {
"@jest/test-utils": "^29.0.0-alpha.0"
"@jest/test-utils": "^29.0.0-alpha.1"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-environment-node/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-node",
"version": "29.0.0-alpha.0",
"version": "29.0.0-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,15 +17,15 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/environment": "^29.0.0-alpha.0",
"@jest/fake-timers": "^29.0.0-alpha.0",
"@jest/environment": "^29.0.0-alpha.1",
"@jest/fake-timers": "^29.0.0-alpha.1",
"@jest/types": "^29.0.0-alpha.0",
"@types/node": "*",
"jest-mock": "^29.0.0-alpha.0",
"jest-util": "^29.0.0-alpha.0"
},
"devDependencies": {
"@jest/test-utils": "^29.0.0-alpha.0"
"@jest/test-utils": "^29.0.0-alpha.1"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-environment/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/environment",
"version": "29.0.0-alpha.0",
"version": "29.0.0-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,7 +17,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/fake-timers": "^29.0.0-alpha.0",
"@jest/fake-timers": "^29.0.0-alpha.1",
"@jest/types": "^29.0.0-alpha.0",
"@types/node": "*",
"jest-mock": "^29.0.0-alpha.0"
Expand Down

0 comments on commit 10f1e7f

Please sign in to comment.