diff --git a/lerna.json b/lerna.json index 0dde82b4d497..11d1f82275fa 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/babel-jest/package.json b/packages/babel-jest/package.json index 10f3ec3e9dae..1d0a23791548 100644 --- a/packages/babel-jest/package.json +++ b/packages/babel-jest/package.json @@ -1,7 +1,7 @@ { "name": "babel-jest", "description": "Jest plugin to use babel for transformation.", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,8 +11,8 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/transform": "^26.0.0-alpha.1", - "@jest/types": "^26.0.0-alpha.1", + "@jest/transform": "^26.0.0-alpha.2", + "@jest/types": "^26.0.0-alpha.2", "@types/babel__core": "^7.1.7", "babel-plugin-istanbul": "^6.0.0", "babel-preset-jest": "^26.0.0-alpha.0", diff --git a/packages/expect/package.json b/packages/expect/package.json index 380ec29d1485..70dac1e52c0a 100644 --- a/packages/expect/package.json +++ b/packages/expect/package.json @@ -1,6 +1,6 @@ { "name": "expect", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.2", "ansi-styles": "^4.0.0", "jest-get-type": "^26.0.0-alpha.0", - "jest-matcher-utils": "^26.0.0-alpha.1", - "jest-message-util": "^26.0.0-alpha.1", + "jest-matcher-utils": "^26.0.0-alpha.2", + "jest-message-util": "^26.0.0-alpha.2", "jest-regex-util": "^26.0.0-alpha.1" }, "devDependencies": { diff --git a/packages/jest-changed-files/package.json b/packages/jest-changed-files/package.json index 39cfa7d0c26c..10369ed9cf62 100644 --- a/packages/jest-changed-files/package.json +++ b/packages/jest-changed-files/package.json @@ -1,6 +1,6 @@ { "name": "jest-changed-files", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,7 +10,7 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.2", "execa": "^4.0.0", "throat": "^5.0.0" }, diff --git a/packages/jest-circus/package.json b/packages/jest-circus/package.json index 6f1d99d62c08..df0dbf246d21 100644 --- a/packages/jest-circus/package.json +++ b/packages/jest-circus/package.json @@ -1,6 +1,6 @@ { "name": "jest-circus", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,21 +11,21 @@ "types": "build/index.d.ts", "dependencies": { "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.0.0-alpha.1", - "@jest/test-result": "^26.0.0-alpha.1", - "@jest/types": "^26.0.0-alpha.1", + "@jest/environment": "^26.0.0-alpha.2", + "@jest/test-result": "^26.0.0-alpha.2", + "@jest/types": "^26.0.0-alpha.2", "chalk": "^4.0.0", "co": "^4.6.0", "dedent": "^0.7.0", - "expect": "^26.0.0-alpha.1", + "expect": "^26.0.0-alpha.2", "is-generator-fn": "^2.0.0", - "jest-each": "^26.0.0-alpha.1", - "jest-matcher-utils": "^26.0.0-alpha.1", - "jest-message-util": "^26.0.0-alpha.1", - "jest-runtime": "^26.0.0-alpha.1", - "jest-snapshot": "^26.0.0-alpha.1", - "jest-util": "^26.0.0-alpha.1", - "pretty-format": "^26.0.0-alpha.1", + "jest-each": "^26.0.0-alpha.2", + "jest-matcher-utils": "^26.0.0-alpha.2", + "jest-message-util": "^26.0.0-alpha.2", + "jest-runtime": "^26.0.0-alpha.2", + "jest-snapshot": "^26.0.0-alpha.2", + "jest-util": "^26.0.0-alpha.2", + "pretty-format": "^26.0.0-alpha.2", "stack-utils": "^2.0.2", "throat": "^5.0.0" }, diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index e97ac7a81992..c77b62229427 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -1,21 +1,21 @@ { "name": "jest-cli", "description": "Delightful JavaScript Testing.", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/core": "^26.0.0-alpha.1", - "@jest/test-result": "^26.0.0-alpha.1", - "@jest/types": "^26.0.0-alpha.1", + "@jest/core": "^26.0.0-alpha.2", + "@jest/test-result": "^26.0.0-alpha.2", + "@jest/types": "^26.0.0-alpha.2", "chalk": "^4.0.0", "exit": "^0.1.2", "graceful-fs": "^4.2.4", "import-local": "^3.0.2", "is-ci": "^2.0.0", - "jest-config": "^26.0.0-alpha.1", - "jest-util": "^26.0.0-alpha.1", - "jest-validate": "^26.0.0-alpha.1", + "jest-config": "^26.0.0-alpha.2", + "jest-util": "^26.0.0-alpha.2", + "jest-validate": "^26.0.0-alpha.2", "prompts": "^2.0.1", "yargs": "^15.3.1" }, diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index 056319b4345b..0e2227910c61 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "jest-config", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,23 +11,23 @@ "types": "build/index.d.ts", "dependencies": { "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.0.0-alpha.1", - "@jest/types": "^26.0.0-alpha.1", - "babel-jest": "^26.0.0-alpha.1", + "@jest/test-sequencer": "^26.0.0-alpha.2", + "@jest/types": "^26.0.0-alpha.2", + "babel-jest": "^26.0.0-alpha.2", "chalk": "^4.0.0", "deepmerge": "^4.2.2", "glob": "^7.1.1", "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.0.0-alpha.1", - "jest-environment-node": "^26.0.0-alpha.1", + "jest-environment-jsdom": "^26.0.0-alpha.2", + "jest-environment-node": "^26.0.0-alpha.2", "jest-get-type": "^26.0.0-alpha.0", - "jest-jasmine2": "^26.0.0-alpha.1", + "jest-jasmine2": "^26.0.0-alpha.2", "jest-regex-util": "^26.0.0-alpha.1", - "jest-resolve": "^26.0.0-alpha.1", - "jest-util": "^26.0.0-alpha.1", - "jest-validate": "^26.0.0-alpha.1", + "jest-resolve": "^26.0.0-alpha.2", + "jest-util": "^26.0.0-alpha.2", + "jest-validate": "^26.0.0-alpha.2", "micromatch": "^4.0.2", - "pretty-format": "^26.0.0-alpha.1" + "pretty-format": "^26.0.0-alpha.2" }, "devDependencies": { "@types/babel__core": "^7.0.4", diff --git a/packages/jest-console/package.json b/packages/jest-console/package.json index 0742af28a7f3..78f2305c53ea 100644 --- a/packages/jest-console/package.json +++ b/packages/jest-console/package.json @@ -1,6 +1,6 @@ { "name": "@jest/console", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,10 +10,10 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.2", "chalk": "^4.0.0", - "jest-message-util": "^26.0.0-alpha.1", - "jest-util": "^26.0.0-alpha.1", + "jest-message-util": "^26.0.0-alpha.2", + "jest-util": "^26.0.0-alpha.2", "slash": "^3.0.0" }, "devDependencies": { diff --git a/packages/jest-core/package.json b/packages/jest-core/package.json index a9073fd2132e..bce135c92439 100644 --- a/packages/jest-core/package.json +++ b/packages/jest-core/package.json @@ -1,32 +1,32 @@ { "name": "@jest/core", "description": "Delightful JavaScript Testing.", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "main": "build/jest.js", "types": "build/jest.d.ts", "dependencies": { - "@jest/console": "^26.0.0-alpha.1", - "@jest/reporters": "^26.0.0-alpha.1", - "@jest/test-result": "^26.0.0-alpha.1", - "@jest/transform": "^26.0.0-alpha.1", - "@jest/types": "^26.0.0-alpha.1", + "@jest/console": "^26.0.0-alpha.2", + "@jest/reporters": "^26.0.0-alpha.2", + "@jest/test-result": "^26.0.0-alpha.2", + "@jest/transform": "^26.0.0-alpha.2", + "@jest/types": "^26.0.0-alpha.2", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", "exit": "^0.1.2", "graceful-fs": "^4.2.4", - "jest-changed-files": "^26.0.0-alpha.1", - "jest-config": "^26.0.0-alpha.1", - "jest-haste-map": "^26.0.0-alpha.1", - "jest-message-util": "^26.0.0-alpha.1", + "jest-changed-files": "^26.0.0-alpha.2", + "jest-config": "^26.0.0-alpha.2", + "jest-haste-map": "^26.0.0-alpha.2", + "jest-message-util": "^26.0.0-alpha.2", "jest-regex-util": "^26.0.0-alpha.1", - "jest-resolve": "^26.0.0-alpha.1", - "jest-resolve-dependencies": "^26.0.0-alpha.1", - "jest-runner": "^26.0.0-alpha.1", - "jest-runtime": "^26.0.0-alpha.1", - "jest-snapshot": "^26.0.0-alpha.1", - "jest-util": "^26.0.0-alpha.1", - "jest-validate": "^26.0.0-alpha.1", - "jest-watcher": "^26.0.0-alpha.1", + "jest-resolve": "^26.0.0-alpha.2", + "jest-resolve-dependencies": "^26.0.0-alpha.2", + "jest-runner": "^26.0.0-alpha.2", + "jest-runtime": "^26.0.0-alpha.2", + "jest-snapshot": "^26.0.0-alpha.2", + "jest-util": "^26.0.0-alpha.2", + "jest-validate": "^26.0.0-alpha.2", + "jest-watcher": "^26.0.0-alpha.2", "micromatch": "^4.0.2", "p-each-series": "^2.1.0", "rimraf": "^3.0.0", @@ -34,7 +34,7 @@ "strip-ansi": "^6.0.0" }, "devDependencies": { - "@jest/test-sequencer": "^26.0.0-alpha.1", + "@jest/test-sequencer": "^26.0.0-alpha.2", "@types/exit": "^0.1.30", "@types/graceful-fs": "^4.1.2", "@types/micromatch": "^4.0.0", diff --git a/packages/jest-diff/package.json b/packages/jest-diff/package.json index 509a36ed5a70..502c0015c06b 100644 --- a/packages/jest-diff/package.json +++ b/packages/jest-diff/package.json @@ -1,6 +1,6 @@ { "name": "jest-diff", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -13,7 +13,7 @@ "chalk": "^4.0.0", "diff-sequences": "^26.0.0-alpha.0", "jest-get-type": "^26.0.0-alpha.0", - "pretty-format": "^26.0.0-alpha.1" + "pretty-format": "^26.0.0-alpha.2" }, "devDependencies": { "@jest/test-utils": "^26.0.0-alpha.1", diff --git a/packages/jest-each/package.json b/packages/jest-each/package.json index 49cdcc13760a..0be5fa1fcbe1 100644 --- a/packages/jest-each/package.json +++ b/packages/jest-each/package.json @@ -1,6 +1,6 @@ { "name": "jest-each", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "description": "Parameterised tests for Jest", "main": "build/index.js", "types": "build/index.d.ts", @@ -18,11 +18,11 @@ "author": "Matt Phillips (mattphillips)", "license": "MIT", "dependencies": { - "@jest/types": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.2", "chalk": "^4.0.0", "jest-get-type": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.1", - "pretty-format": "^26.0.0-alpha.1" + "jest-util": "^26.0.0-alpha.2", + "pretty-format": "^26.0.0-alpha.2" }, "engines": { "node": ">= 10.14.2" diff --git a/packages/jest-environment-jsdom/package.json b/packages/jest-environment-jsdom/package.json index 2dfb6696c614..411bbfbdbe6f 100644 --- a/packages/jest-environment-jsdom/package.json +++ b/packages/jest-environment-jsdom/package.json @@ -1,6 +1,6 @@ { "name": "jest-environment-jsdom", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/environment": "^26.0.0-alpha.1", - "@jest/fake-timers": "^26.0.0-alpha.1", - "@jest/types": "^26.0.0-alpha.1", - "jest-mock": "^26.0.0-alpha.1", - "jest-util": "^26.0.0-alpha.1", + "@jest/environment": "^26.0.0-alpha.2", + "@jest/fake-timers": "^26.0.0-alpha.2", + "@jest/types": "^26.0.0-alpha.2", + "jest-mock": "^26.0.0-alpha.2", + "jest-util": "^26.0.0-alpha.2", "jsdom": "^16.2.2" }, "devDependencies": { diff --git a/packages/jest-environment-node/package.json b/packages/jest-environment-node/package.json index cc763770dd86..1b4ba69c159d 100644 --- a/packages/jest-environment-node/package.json +++ b/packages/jest-environment-node/package.json @@ -1,6 +1,6 @@ { "name": "jest-environment-node", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/environment": "^26.0.0-alpha.1", - "@jest/fake-timers": "^26.0.0-alpha.1", - "@jest/types": "^26.0.0-alpha.1", - "jest-mock": "^26.0.0-alpha.1", - "jest-util": "^26.0.0-alpha.1" + "@jest/environment": "^26.0.0-alpha.2", + "@jest/fake-timers": "^26.0.0-alpha.2", + "@jest/types": "^26.0.0-alpha.2", + "jest-mock": "^26.0.0-alpha.2", + "jest-util": "^26.0.0-alpha.2" }, "engines": { "node": ">= 10.14.2" diff --git a/packages/jest-environment/package.json b/packages/jest-environment/package.json index 38ab97940389..5ac8c7bcbdc8 100644 --- a/packages/jest-environment/package.json +++ b/packages/jest-environment/package.json @@ -1,6 +1,6 @@ { "name": "@jest/environment", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,9 +10,9 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/fake-timers": "^26.0.0-alpha.1", - "@jest/types": "^26.0.0-alpha.1", - "jest-mock": "^26.0.0-alpha.1" + "@jest/fake-timers": "^26.0.0-alpha.2", + "@jest/types": "^26.0.0-alpha.2", + "jest-mock": "^26.0.0-alpha.2" }, "devDependencies": { "@types/node": "*" diff --git a/packages/jest-fake-timers/package.json b/packages/jest-fake-timers/package.json index 4d37f8c61e26..4b44efb7bc69 100644 --- a/packages/jest-fake-timers/package.json +++ b/packages/jest-fake-timers/package.json @@ -1,6 +1,6 @@ { "name": "@jest/fake-timers", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.2", "@sinonjs/fake-timers": "^6.0.1", - "jest-message-util": "^26.0.0-alpha.1", - "jest-mock": "^26.0.0-alpha.1", - "jest-util": "^26.0.0-alpha.1" + "jest-message-util": "^26.0.0-alpha.2", + "jest-mock": "^26.0.0-alpha.2", + "jest-util": "^26.0.0-alpha.2" }, "devDependencies": { "@types/node": "*", diff --git a/packages/jest-globals/package.json b/packages/jest-globals/package.json index b52eb97b8cda..ccd3b5ac355c 100644 --- a/packages/jest-globals/package.json +++ b/packages/jest-globals/package.json @@ -1,6 +1,6 @@ { "name": "@jest/globals", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -13,9 +13,9 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/environment": "^26.0.0-alpha.1", - "@jest/types": "^26.0.0-alpha.1", - "expect": "^26.0.0-alpha.1" + "@jest/environment": "^26.0.0-alpha.2", + "@jest/types": "^26.0.0-alpha.2", + "expect": "^26.0.0-alpha.2" }, "publishConfig": { "access": "public" diff --git a/packages/jest-haste-map/package.json b/packages/jest-haste-map/package.json index e5759aa9f6af..f71cb76c2025 100644 --- a/packages/jest-haste-map/package.json +++ b/packages/jest-haste-map/package.json @@ -1,6 +1,6 @@ { "name": "jest-haste-map", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,13 +10,13 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.2", "@types/graceful-fs": "^4.1.2", "anymatch": "^3.0.3", "fb-watchman": "^2.0.0", "graceful-fs": "^4.2.4", "jest-serializer": "^26.0.0-alpha.0", - "jest-util": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.2", "jest-worker": "^26.0.0-alpha.0", "micromatch": "^4.0.2", "sane": "^4.0.3", diff --git a/packages/jest-jasmine2/package.json b/packages/jest-jasmine2/package.json index f83ab7b33344..bdd96b952c9c 100644 --- a/packages/jest-jasmine2/package.json +++ b/packages/jest-jasmine2/package.json @@ -1,6 +1,6 @@ { "name": "jest-jasmine2", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,21 +11,21 @@ "types": "build/index.d.ts", "dependencies": { "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.0.0-alpha.1", + "@jest/environment": "^26.0.0-alpha.2", "@jest/source-map": "^26.0.0-alpha.1", - "@jest/test-result": "^26.0.0-alpha.1", - "@jest/types": "^26.0.0-alpha.1", + "@jest/test-result": "^26.0.0-alpha.2", + "@jest/types": "^26.0.0-alpha.2", "chalk": "^4.0.0", "co": "^4.6.0", - "expect": "^26.0.0-alpha.1", + "expect": "^26.0.0-alpha.2", "is-generator-fn": "^2.0.0", - "jest-each": "^26.0.0-alpha.1", - "jest-matcher-utils": "^26.0.0-alpha.1", - "jest-message-util": "^26.0.0-alpha.1", - "jest-runtime": "^26.0.0-alpha.1", - "jest-snapshot": "^26.0.0-alpha.1", - "jest-util": "^26.0.0-alpha.1", - "pretty-format": "^26.0.0-alpha.1", + "jest-each": "^26.0.0-alpha.2", + "jest-matcher-utils": "^26.0.0-alpha.2", + "jest-message-util": "^26.0.0-alpha.2", + "jest-runtime": "^26.0.0-alpha.2", + "jest-snapshot": "^26.0.0-alpha.2", + "jest-util": "^26.0.0-alpha.2", + "pretty-format": "^26.0.0-alpha.2", "throat": "^5.0.0" }, "devDependencies": { diff --git a/packages/jest-leak-detector/package.json b/packages/jest-leak-detector/package.json index de6d1f8f90ce..73ebdec92817 100644 --- a/packages/jest-leak-detector/package.json +++ b/packages/jest-leak-detector/package.json @@ -1,6 +1,6 @@ { "name": "jest-leak-detector", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,7 +11,7 @@ "types": "build/index.d.ts", "dependencies": { "jest-get-type": "^26.0.0-alpha.0", - "pretty-format": "^26.0.0-alpha.1" + "pretty-format": "^26.0.0-alpha.2" }, "devDependencies": { "@types/weak-napi": "^1.0.0", diff --git a/packages/jest-matcher-utils/package.json b/packages/jest-matcher-utils/package.json index f6bb49e8fdac..da577526507b 100644 --- a/packages/jest-matcher-utils/package.json +++ b/packages/jest-matcher-utils/package.json @@ -1,7 +1,7 @@ { "name": "jest-matcher-utils", "description": "A set of utility functions for expect and related packages", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -15,9 +15,9 @@ "types": "build/index.d.ts", "dependencies": { "chalk": "^4.0.0", - "jest-diff": "^26.0.0-alpha.1", + "jest-diff": "^26.0.0-alpha.2", "jest-get-type": "^26.0.0-alpha.0", - "pretty-format": "^26.0.0-alpha.1" + "pretty-format": "^26.0.0-alpha.2" }, "devDependencies": { "@jest/test-utils": "^26.0.0-alpha.1", diff --git a/packages/jest-message-util/package.json b/packages/jest-message-util/package.json index ed2bd0331cd3..fc396992b475 100644 --- a/packages/jest-message-util/package.json +++ b/packages/jest-message-util/package.json @@ -1,6 +1,6 @@ { "name": "jest-message-util", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -14,7 +14,7 @@ "types": "build/index.d.ts", "dependencies": { "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.2", "@types/stack-utils": "^1.0.1", "chalk": "^4.0.0", "graceful-fs": "^4.2.4", diff --git a/packages/jest-mock/package.json b/packages/jest-mock/package.json index fecdb1cab5ed..c18f9a4db92c 100644 --- a/packages/jest-mock/package.json +++ b/packages/jest-mock/package.json @@ -1,6 +1,6 @@ { "name": "jest-mock", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,7 +10,7 @@ "node": ">= 10.14.2" }, "dependencies": { - "@jest/types": "^26.0.0-alpha.1" + "@jest/types": "^26.0.0-alpha.2" }, "devDependencies": { "@types/node": "*" diff --git a/packages/jest-phabricator/package.json b/packages/jest-phabricator/package.json index 9d179fa38db7..d94728f4b8d9 100644 --- a/packages/jest-phabricator/package.json +++ b/packages/jest-phabricator/package.json @@ -1,6 +1,6 @@ { "name": "jest-phabricator", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -8,7 +8,7 @@ }, "types": "build/index.d.ts", "dependencies": { - "@jest/test-result": "^26.0.0-alpha.1" + "@jest/test-result": "^26.0.0-alpha.2" }, "engines": { "node": ">= 10.14.2" diff --git a/packages/jest-repl/package.json b/packages/jest-repl/package.json index b01ccbdbaadf..95d566e241ae 100644 --- a/packages/jest-repl/package.json +++ b/packages/jest-repl/package.json @@ -1,6 +1,6 @@ { "name": "jest-repl", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/transform": "^26.0.0-alpha.1", - "@jest/types": "^26.0.0-alpha.1", - "jest-config": "^26.0.0-alpha.1", - "jest-runtime": "^26.0.0-alpha.1", - "jest-validate": "^26.0.0-alpha.1", + "@jest/transform": "^26.0.0-alpha.2", + "@jest/types": "^26.0.0-alpha.2", + "jest-config": "^26.0.0-alpha.2", + "jest-runtime": "^26.0.0-alpha.2", + "jest-validate": "^26.0.0-alpha.2", "repl": "^0.1.3", "yargs": "^15.3.1" }, diff --git a/packages/jest-reporters/package.json b/packages/jest-reporters/package.json index 16d24fa167ef..62e84b8b2232 100644 --- a/packages/jest-reporters/package.json +++ b/packages/jest-reporters/package.json @@ -1,15 +1,15 @@ { "name": "@jest/reporters", "description": "Jest's reporters", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^26.0.0-alpha.1", - "@jest/test-result": "^26.0.0-alpha.1", - "@jest/transform": "^26.0.0-alpha.1", - "@jest/types": "^26.0.0-alpha.1", + "@jest/console": "^26.0.0-alpha.2", + "@jest/test-result": "^26.0.0-alpha.2", + "@jest/transform": "^26.0.0-alpha.2", + "@jest/types": "^26.0.0-alpha.2", "chalk": "^4.0.0", "collect-v8-coverage": "^1.0.0", "exit": "^0.1.2", @@ -20,9 +20,9 @@ "istanbul-lib-report": "^3.0.0", "istanbul-lib-source-maps": "^4.0.0", "istanbul-reports": "^3.0.2", - "jest-haste-map": "^26.0.0-alpha.1", - "jest-resolve": "^26.0.0-alpha.1", - "jest-util": "^26.0.0-alpha.1", + "jest-haste-map": "^26.0.0-alpha.2", + "jest-resolve": "^26.0.0-alpha.2", + "jest-util": "^26.0.0-alpha.2", "jest-worker": "^26.0.0-alpha.0", "slash": "^3.0.0", "source-map": "^0.6.0", diff --git a/packages/jest-resolve-dependencies/package.json b/packages/jest-resolve-dependencies/package.json index 16d816dc27c2..adc8c0b660f9 100644 --- a/packages/jest-resolve-dependencies/package.json +++ b/packages/jest-resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "jest-resolve-dependencies", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,14 +10,14 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.2", "jest-regex-util": "^26.0.0-alpha.1", - "jest-snapshot": "^26.0.0-alpha.1" + "jest-snapshot": "^26.0.0-alpha.2" }, "devDependencies": { - "jest-haste-map": "^26.0.0-alpha.1", - "jest-resolve": "^26.0.0-alpha.1", - "jest-runtime": "^26.0.0-alpha.1" + "jest-haste-map": "^26.0.0-alpha.2", + "jest-resolve": "^26.0.0-alpha.2", + "jest-runtime": "^26.0.0-alpha.2" }, "engines": { "node": ">= 10.14.2" diff --git a/packages/jest-resolve/package.json b/packages/jest-resolve/package.json index 58aaf35d89b6..cc3565da1810 100644 --- a/packages/jest-resolve/package.json +++ b/packages/jest-resolve/package.json @@ -1,6 +1,6 @@ { "name": "jest-resolve", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.2", "chalk": "^4.0.0", "graceful-fs": "^4.2.4", "jest-pnp-resolver": "^1.2.1", - "jest-util": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.2", "read-pkg-up": "^7.0.1", "resolve": "^1.17.0", "slash": "^3.0.0" @@ -22,7 +22,7 @@ "devDependencies": { "@types/graceful-fs": "^4.1.3", "@types/resolve": "^1.14.0", - "jest-haste-map": "^26.0.0-alpha.1" + "jest-haste-map": "^26.0.0-alpha.2" }, "engines": { "node": ">= 10.14.2" diff --git a/packages/jest-runner/package.json b/packages/jest-runner/package.json index e6824e7a49cc..bd204c529ce1 100644 --- a/packages/jest-runner/package.json +++ b/packages/jest-runner/package.json @@ -1,6 +1,6 @@ { "name": "jest-runner", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,22 +10,22 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/console": "^26.0.0-alpha.1", - "@jest/environment": "^26.0.0-alpha.1", - "@jest/test-result": "^26.0.0-alpha.1", - "@jest/types": "^26.0.0-alpha.1", + "@jest/console": "^26.0.0-alpha.2", + "@jest/environment": "^26.0.0-alpha.2", + "@jest/test-result": "^26.0.0-alpha.2", + "@jest/types": "^26.0.0-alpha.2", "chalk": "^4.0.0", "exit": "^0.1.2", "graceful-fs": "^4.2.4", - "jest-config": "^26.0.0-alpha.1", + "jest-config": "^26.0.0-alpha.2", "jest-docblock": "^26.0.0-alpha.0", - "jest-haste-map": "^26.0.0-alpha.1", - "jest-jasmine2": "^26.0.0-alpha.1", - "jest-leak-detector": "^26.0.0-alpha.1", - "jest-message-util": "^26.0.0-alpha.1", - "jest-resolve": "^26.0.0-alpha.1", - "jest-runtime": "^26.0.0-alpha.1", - "jest-util": "^26.0.0-alpha.1", + "jest-haste-map": "^26.0.0-alpha.2", + "jest-jasmine2": "^26.0.0-alpha.2", + "jest-leak-detector": "^26.0.0-alpha.2", + "jest-message-util": "^26.0.0-alpha.2", + "jest-resolve": "^26.0.0-alpha.2", + "jest-runtime": "^26.0.0-alpha.2", + "jest-util": "^26.0.0-alpha.2", "jest-worker": "^26.0.0-alpha.0", "source-map-support": "^0.5.6", "throat": "^5.0.0" @@ -35,7 +35,7 @@ "@types/graceful-fs": "^4.1.2", "@types/node": "*", "@types/source-map-support": "^0.5.0", - "jest-circus": "^26.0.0-alpha.1" + "jest-circus": "^26.0.0-alpha.2" }, "engines": { "node": ">= 10.14.2" diff --git a/packages/jest-runtime/package.json b/packages/jest-runtime/package.json index a7d82c95801f..cf453823b761 100644 --- a/packages/jest-runtime/package.json +++ b/packages/jest-runtime/package.json @@ -1,6 +1,6 @@ { "name": "jest-runtime", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,29 +10,29 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/console": "^26.0.0-alpha.1", - "@jest/environment": "^26.0.0-alpha.1", - "@jest/fake-timers": "^26.0.0-alpha.1", - "@jest/globals": "^26.0.0-alpha.1", + "@jest/console": "^26.0.0-alpha.2", + "@jest/environment": "^26.0.0-alpha.2", + "@jest/fake-timers": "^26.0.0-alpha.2", + "@jest/globals": "^26.0.0-alpha.2", "@jest/source-map": "^26.0.0-alpha.1", - "@jest/test-result": "^26.0.0-alpha.1", - "@jest/transform": "^26.0.0-alpha.1", - "@jest/types": "^26.0.0-alpha.1", + "@jest/test-result": "^26.0.0-alpha.2", + "@jest/transform": "^26.0.0-alpha.2", + "@jest/types": "^26.0.0-alpha.2", "@types/yargs": "^15.0.0", "chalk": "^4.0.0", "collect-v8-coverage": "^1.0.0", "exit": "^0.1.2", "glob": "^7.1.3", "graceful-fs": "^4.2.4", - "jest-config": "^26.0.0-alpha.1", - "jest-haste-map": "^26.0.0-alpha.1", - "jest-message-util": "^26.0.0-alpha.1", - "jest-mock": "^26.0.0-alpha.1", + "jest-config": "^26.0.0-alpha.2", + "jest-haste-map": "^26.0.0-alpha.2", + "jest-message-util": "^26.0.0-alpha.2", + "jest-mock": "^26.0.0-alpha.2", "jest-regex-util": "^26.0.0-alpha.1", - "jest-resolve": "^26.0.0-alpha.1", - "jest-snapshot": "^26.0.0-alpha.1", - "jest-util": "^26.0.0-alpha.1", - "jest-validate": "^26.0.0-alpha.1", + "jest-resolve": "^26.0.0-alpha.2", + "jest-snapshot": "^26.0.0-alpha.2", + "jest-util": "^26.0.0-alpha.2", + "jest-validate": "^26.0.0-alpha.2", "slash": "^3.0.0", "strip-bom": "^4.0.0", "yargs": "^15.3.1" @@ -43,7 +43,7 @@ "@types/glob": "^7.1.1", "@types/graceful-fs": "^4.1.2", "execa": "^4.0.0", - "jest-environment-node": "^26.0.0-alpha.1", + "jest-environment-node": "^26.0.0-alpha.2", "jest-snapshot-serializer-raw": "^1.1.0" }, "bin": "./bin/jest-runtime.js", diff --git a/packages/jest-snapshot/package.json b/packages/jest-snapshot/package.json index cf9fa8eccb4d..88eac9d47f79 100644 --- a/packages/jest-snapshot/package.json +++ b/packages/jest-snapshot/package.json @@ -1,6 +1,6 @@ { "name": "jest-snapshot", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,19 +11,19 @@ "types": "build/index.d.ts", "dependencies": { "@babel/types": "^7.0.0", - "@jest/types": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.2", "@types/prettier": "^2.0.0", "chalk": "^4.0.0", - "expect": "^26.0.0-alpha.1", + "expect": "^26.0.0-alpha.2", "graceful-fs": "^4.2.4", - "jest-diff": "^26.0.0-alpha.1", + "jest-diff": "^26.0.0-alpha.2", "jest-get-type": "^26.0.0-alpha.0", - "jest-matcher-utils": "^26.0.0-alpha.1", - "jest-message-util": "^26.0.0-alpha.1", - "jest-resolve": "^26.0.0-alpha.1", + "jest-matcher-utils": "^26.0.0-alpha.2", + "jest-message-util": "^26.0.0-alpha.2", + "jest-resolve": "^26.0.0-alpha.2", "make-dir": "^3.0.0", "natural-compare": "^1.4.0", - "pretty-format": "^26.0.0-alpha.1", + "pretty-format": "^26.0.0-alpha.2", "semver": "^7.3.2" }, "devDependencies": { @@ -33,7 +33,7 @@ "@types/semver": "^7.1.0", "ansi-regex": "^5.0.0", "ansi-styles": "^4.2.0", - "jest-haste-map": "^26.0.0-alpha.1", + "jest-haste-map": "^26.0.0-alpha.2", "prettier": "^1.19.1" }, "engines": { diff --git a/packages/jest-test-result/package.json b/packages/jest-test-result/package.json index 3653fcbacda3..093da8add640 100644 --- a/packages/jest-test-result/package.json +++ b/packages/jest-test-result/package.json @@ -1,6 +1,6 @@ { "name": "@jest/test-result", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,8 +10,8 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/console": "^26.0.0-alpha.1", - "@jest/types": "^26.0.0-alpha.1", + "@jest/console": "^26.0.0-alpha.2", + "@jest/types": "^26.0.0-alpha.2", "@types/istanbul-lib-coverage": "^2.0.0", "collect-v8-coverage": "^1.0.0" }, diff --git a/packages/jest-test-sequencer/package.json b/packages/jest-test-sequencer/package.json index e2c9baed9063..c9b27c2fa5f0 100644 --- a/packages/jest-test-sequencer/package.json +++ b/packages/jest-test-sequencer/package.json @@ -1,6 +1,6 @@ { "name": "@jest/test-sequencer", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,11 +10,11 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/test-result": "^26.0.0-alpha.1", + "@jest/test-result": "^26.0.0-alpha.2", "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.0.0-alpha.1", - "jest-runner": "^26.0.0-alpha.1", - "jest-runtime": "^26.0.0-alpha.1" + "jest-haste-map": "^26.0.0-alpha.2", + "jest-runner": "^26.0.0-alpha.2", + "jest-runtime": "^26.0.0-alpha.2" }, "devDependencies": { "@types/graceful-fs": "^4.1.3" diff --git a/packages/jest-transform/package.json b/packages/jest-transform/package.json index 4733a1d38a38..7f4fdfb354fd 100644 --- a/packages/jest-transform/package.json +++ b/packages/jest-transform/package.json @@ -1,6 +1,6 @@ { "name": "@jest/transform", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -11,15 +11,15 @@ "types": "build/index.d.ts", "dependencies": { "@babel/core": "^7.1.0", - "@jest/types": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.2", "babel-plugin-istanbul": "^6.0.0", "chalk": "^4.0.0", "convert-source-map": "^1.4.0", "fast-json-stable-stringify": "^2.0.0", "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.0.0-alpha.1", + "jest-haste-map": "^26.0.0-alpha.2", "jest-regex-util": "^26.0.0-alpha.1", - "jest-util": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.2", "micromatch": "^4.0.2", "pirates": "^4.0.1", "slash": "^3.0.0", diff --git a/packages/jest-types/package.json b/packages/jest-types/package.json index 5889870c038c..f55f677ae736 100644 --- a/packages/jest-types/package.json +++ b/packages/jest-types/package.json @@ -1,6 +1,6 @@ { "name": "@jest/types", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-util/package.json b/packages/jest-util/package.json index de209beec385..a0f8fb15a3a9 100644 --- a/packages/jest-util/package.json +++ b/packages/jest-util/package.json @@ -1,6 +1,6 @@ { "name": "jest-util", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,7 +10,7 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.2", "chalk": "^4.0.0", "graceful-fs": "^4.2.4", "is-ci": "^2.0.0", diff --git a/packages/jest-validate/package.json b/packages/jest-validate/package.json index 5b65cdda73bc..978b53bd2574 100644 --- a/packages/jest-validate/package.json +++ b/packages/jest-validate/package.json @@ -1,6 +1,6 @@ { "name": "jest-validate", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,12 +10,12 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/types": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.2", "camelcase": "^6.0.0", "chalk": "^4.0.0", "jest-get-type": "^26.0.0-alpha.0", "leven": "^3.1.0", - "pretty-format": "^26.0.0-alpha.1" + "pretty-format": "^26.0.0-alpha.2" }, "devDependencies": { "@types/yargs": "^15.0.3" diff --git a/packages/jest-watcher/package.json b/packages/jest-watcher/package.json index 882897c4f850..3147a547d153 100644 --- a/packages/jest-watcher/package.json +++ b/packages/jest-watcher/package.json @@ -1,15 +1,15 @@ { "name": "jest-watcher", "description": "Delightful JavaScript Testing.", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/test-result": "^26.0.0-alpha.1", - "@jest/types": "^26.0.0-alpha.1", + "@jest/test-result": "^26.0.0-alpha.2", + "@jest/types": "^26.0.0-alpha.2", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", - "jest-util": "^26.0.0-alpha.1", + "jest-util": "^26.0.0-alpha.2", "string-length": "^4.0.1" }, "devDependencies": { diff --git a/packages/jest/package.json b/packages/jest/package.json index 88122e96726c..1db3b7d54cae 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,13 +1,13 @@ { "name": "jest", "description": "Delightful JavaScript Testing.", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "main": "build/jest.js", "types": "build/jest.d.ts", "dependencies": { - "@jest/core": "^26.0.0-alpha.1", + "@jest/core": "^26.0.0-alpha.2", "import-local": "^3.0.2", - "jest-cli": "^26.0.0-alpha.1" + "jest-cli": "^26.0.0-alpha.2" }, "bin": "./bin/jest.js", "engines": { diff --git a/packages/pretty-format/package.json b/packages/pretty-format/package.json index c904b401c97c..d531959f2ff7 100644 --- a/packages/pretty-format/package.json +++ b/packages/pretty-format/package.json @@ -1,6 +1,6 @@ { "name": "pretty-format", - "version": "26.0.0-alpha.1", + "version": "26.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -12,7 +12,7 @@ "types": "build/index.d.ts", "author": "James Kyle ", "dependencies": { - "@jest/types": "^26.0.0-alpha.1", + "@jest/types": "^26.0.0-alpha.2", "ansi-regex": "^5.0.0", "ansi-styles": "^4.0.0", "react-is": "^16.12.0"