diff --git a/lerna.json b/lerna.json index a8a4a6bddfaf..11fa7d590033 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,7 @@ { - "packages": ["packages/*"], + "packages": [ + "packages/*" + ], "npmClient": "yarn", - "version": "28.0.0-alpha.3" + "version": "28.0.0-alpha.4" } diff --git a/packages/babel-jest/package.json b/packages/babel-jest/package.json index d8f9289aaefa..004c8d3d81c3 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": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -18,17 +18,17 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/transform": "^28.0.0-alpha.3", + "@jest/transform": "^28.0.0-alpha.4", "@types/babel__core": "^7.1.14", "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^28.0.0-alpha.3", + "babel-preset-jest": "^28.0.0-alpha.4", "chalk": "^4.0.0", "graceful-fs": "^4.2.9", "slash": "^3.0.0" }, "devDependencies": { "@babel/core": "^7.8.0", - "@jest/test-utils": "^28.0.0-alpha.3", + "@jest/test-utils": "^28.0.0-alpha.4", "@types/graceful-fs": "^4.1.3" }, "peerDependencies": { diff --git a/packages/babel-plugin-jest-hoist/package.json b/packages/babel-plugin-jest-hoist/package.json index fd57da3764aa..d8d98c7a6c63 100644 --- a/packages/babel-plugin-jest-hoist/package.json +++ b/packages/babel-plugin-jest-hoist/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-jest-hoist", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/babel-preset-jest/package.json b/packages/babel-preset-jest/package.json index 1977433e50ed..d23b9884a14c 100644 --- a/packages/babel-preset-jest/package.json +++ b/packages/babel-preset-jest/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-jest", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -13,7 +13,7 @@ "./package.json": "./package.json" }, "dependencies": { - "babel-plugin-jest-hoist": "^28.0.0-alpha.3", + "babel-plugin-jest-hoist": "^28.0.0-alpha.4", "babel-preset-current-node-syntax": "^1.0.0" }, "peerDependencies": { diff --git a/packages/diff-sequences/package.json b/packages/diff-sequences/package.json index 01cc68918984..b17186fdf2d1 100644 --- a/packages/diff-sequences/package.json +++ b/packages/diff-sequences/package.json @@ -1,6 +1,6 @@ { "name": "diff-sequences", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/expect-utils/package.json b/packages/expect-utils/package.json index fdf24bf43e8a..236e2356d355 100644 --- a/packages/expect-utils/package.json +++ b/packages/expect-utils/package.json @@ -1,6 +1,6 @@ { "name": "@jest/expect-utils", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -20,7 +20,7 @@ "jest-get-type": "^28.0.0-alpha.3" }, "devDependencies": { - "jest-matcher-utils": "^28.0.0-alpha.3" + "jest-matcher-utils": "^28.0.0-alpha.4" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0" diff --git a/packages/expect/package.json b/packages/expect/package.json index af9a70a9cc5a..9c9156d80ea9 100644 --- a/packages/expect/package.json +++ b/packages/expect/package.json @@ -1,6 +1,6 @@ { "name": "expect", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -18,13 +18,13 @@ "./build/matchers": "./build/matchers.js" }, "dependencies": { - "@jest/expect-utils": "^28.0.0-alpha.3", + "@jest/expect-utils": "^28.0.0-alpha.4", "jest-get-type": "^28.0.0-alpha.3", - "jest-matcher-utils": "^28.0.0-alpha.3", - "jest-message-util": "^28.0.0-alpha.3" + "jest-matcher-utils": "^28.0.0-alpha.4", + "jest-message-util": "^28.0.0-alpha.4" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.3", + "@jest/test-utils": "^28.0.0-alpha.4", "@tsd/typescript": "~4.5.5", "chalk": "^4.0.0", "fast-check": "^2.0.0", diff --git a/packages/jest-circus/package.json b/packages/jest-circus/package.json index 8a9ad9260932..79ada19783bf 100644 --- a/packages/jest-circus/package.json +++ b/packages/jest-circus/package.json @@ -1,6 +1,6 @@ { "name": "jest-circus", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -18,22 +18,22 @@ "./runner": "./runner.js" }, "dependencies": { - "@jest/environment": "^28.0.0-alpha.3", - "@jest/expect": "^28.0.0-alpha.3", - "@jest/test-result": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3", + "@jest/environment": "^28.0.0-alpha.4", + "@jest/expect": "^28.0.0-alpha.4", + "@jest/test-result": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4", "@types/node": "*", "chalk": "^4.0.0", "co": "^4.6.0", "dedent": "^0.7.0", "is-generator-fn": "^2.0.0", - "jest-each": "^28.0.0-alpha.3", - "jest-matcher-utils": "^28.0.0-alpha.3", - "jest-message-util": "^28.0.0-alpha.3", - "jest-runtime": "^28.0.0-alpha.3", - "jest-snapshot": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3", - "pretty-format": "^28.0.0-alpha.3", + "jest-each": "^28.0.0-alpha.4", + "jest-matcher-utils": "^28.0.0-alpha.4", + "jest-message-util": "^28.0.0-alpha.4", + "jest-runtime": "^28.0.0-alpha.4", + "jest-snapshot": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.4", + "pretty-format": "^28.0.0-alpha.4", "slash": "^3.0.0", "stack-utils": "^2.0.3", "throat": "^6.0.1" diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index 18082b80bb0d..c993cd1f3bb9 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -1,7 +1,7 @@ { "name": "jest-cli", "description": "Delightful JavaScript Testing.", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { @@ -13,16 +13,16 @@ "./bin/jest": "./bin/jest.js" }, "dependencies": { - "@jest/core": "^28.0.0-alpha.3", - "@jest/test-result": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3", + "@jest/core": "^28.0.0-alpha.4", + "@jest/test-result": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4", "chalk": "^4.0.0", "exit": "^0.1.2", "graceful-fs": "^4.2.9", "import-local": "^3.0.2", - "jest-config": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3", - "jest-validate": "^28.0.0-alpha.3", + "jest-config": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.4", + "jest-validate": "^28.0.0-alpha.4", "prompts": "^2.0.1", "yargs": "^17.3.1" }, diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index 23b4f951d28f..fbb34f2e8127 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "jest-config", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -30,25 +30,25 @@ }, "dependencies": { "@babel/core": "^7.8.0", - "@jest/test-sequencer": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3", - "babel-jest": "^28.0.0-alpha.3", + "@jest/test-sequencer": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4", + "babel-jest": "^28.0.0-alpha.4", "chalk": "^4.0.0", "ci-info": "^3.2.0", "deepmerge": "^4.2.2", "glob": "^7.1.1", "graceful-fs": "^4.2.9", - "jest-circus": "^28.0.0-alpha.3", - "jest-environment-node": "^28.0.0-alpha.3", + "jest-circus": "^28.0.0-alpha.4", + "jest-environment-node": "^28.0.0-alpha.4", "jest-get-type": "^28.0.0-alpha.3", "jest-regex-util": "^28.0.0-alpha.3", - "jest-resolve": "^28.0.0-alpha.3", - "jest-runner": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3", - "jest-validate": "^28.0.0-alpha.3", + "jest-resolve": "^28.0.0-alpha.4", + "jest-runner": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.4", + "jest-validate": "^28.0.0-alpha.4", "micromatch": "^4.0.4", "parse-json": "^5.2.0", - "pretty-format": "^28.0.0-alpha.3", + "pretty-format": "^28.0.0-alpha.4", "slash": "^3.0.0", "strip-json-comments": "^3.1.1" }, diff --git a/packages/jest-console/package.json b/packages/jest-console/package.json index 5370d1d69208..3121c0cf0299 100644 --- a/packages/jest-console/package.json +++ b/packages/jest-console/package.json @@ -1,6 +1,6 @@ { "name": "@jest/console", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,15 +17,15 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/types": "^28.0.0-alpha.3", + "@jest/types": "^28.0.0-alpha.4", "@types/node": "*", "chalk": "^4.0.0", - "jest-message-util": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3", + "jest-message-util": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.4", "slash": "^3.0.0" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.3", + "@jest/test-utils": "^28.0.0-alpha.4", "@types/node": "*" }, "engines": { diff --git a/packages/jest-core/package.json b/packages/jest-core/package.json index 89ada7628806..3450a52820b7 100644 --- a/packages/jest-core/package.json +++ b/packages/jest-core/package.json @@ -1,7 +1,7 @@ { "name": "@jest/core", "description": "Delightful JavaScript Testing.", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { @@ -12,11 +12,11 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/console": "^28.0.0-alpha.3", - "@jest/reporters": "^28.0.0-alpha.3", - "@jest/test-result": "^28.0.0-alpha.3", - "@jest/transform": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3", + "@jest/console": "^28.0.0-alpha.4", + "@jest/reporters": "^28.0.0-alpha.4", + "@jest/test-result": "^28.0.0-alpha.4", + "@jest/transform": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", @@ -24,27 +24,27 @@ "exit": "^0.1.2", "graceful-fs": "^4.2.9", "jest-changed-files": "^28.0.0-alpha.3", - "jest-config": "^28.0.0-alpha.3", - "jest-haste-map": "^28.0.0-alpha.3", - "jest-message-util": "^28.0.0-alpha.3", + "jest-config": "^28.0.0-alpha.4", + "jest-haste-map": "^28.0.0-alpha.4", + "jest-message-util": "^28.0.0-alpha.4", "jest-regex-util": "^28.0.0-alpha.3", - "jest-resolve": "^28.0.0-alpha.3", - "jest-resolve-dependencies": "^28.0.0-alpha.3", - "jest-runner": "^28.0.0-alpha.3", - "jest-runtime": "^28.0.0-alpha.3", - "jest-snapshot": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3", - "jest-validate": "^28.0.0-alpha.3", - "jest-watcher": "^28.0.0-alpha.3", + "jest-resolve": "^28.0.0-alpha.4", + "jest-resolve-dependencies": "^28.0.0-alpha.4", + "jest-runner": "^28.0.0-alpha.4", + "jest-runtime": "^28.0.0-alpha.4", + "jest-snapshot": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.4", + "jest-validate": "^28.0.0-alpha.4", + "jest-watcher": "^28.0.0-alpha.4", "micromatch": "^4.0.4", - "pretty-format": "^28.0.0-alpha.3", + "pretty-format": "^28.0.0-alpha.4", "rimraf": "^3.0.0", "slash": "^3.0.0", "strip-ansi": "^6.0.0" }, "devDependencies": { - "@jest/test-sequencer": "^28.0.0-alpha.3", - "@jest/test-utils": "^28.0.0-alpha.3", + "@jest/test-sequencer": "^28.0.0-alpha.4", + "@jest/test-utils": "^28.0.0-alpha.4", "@types/exit": "^0.1.30", "@types/graceful-fs": "^4.1.2", "@types/micromatch": "^4.0.1", diff --git a/packages/jest-create-cache-key-function/package.json b/packages/jest-create-cache-key-function/package.json index 2a56b58b1511..0e053494ee2b 100644 --- a/packages/jest-create-cache-key-function/package.json +++ b/packages/jest-create-cache-key-function/package.json @@ -1,17 +1,17 @@ { "name": "@jest/create-cache-key-function", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", "directory": "packages/jest-create-cache-key-function" }, "dependencies": { - "@jest/types": "^28.0.0-alpha.3" + "@jest/types": "^28.0.0-alpha.4" }, "devDependencies": { "@types/node": "*", - "jest-util": "^28.0.0-alpha.3" + "jest-util": "^28.0.0-alpha.4" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0" diff --git a/packages/jest-diff/package.json b/packages/jest-diff/package.json index bb7e0b0113c0..470e67f92f2b 100644 --- a/packages/jest-diff/package.json +++ b/packages/jest-diff/package.json @@ -1,6 +1,6 @@ { "name": "jest-diff", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -18,12 +18,12 @@ }, "dependencies": { "chalk": "^4.0.0", - "diff-sequences": "^28.0.0-alpha.3", + "diff-sequences": "^28.0.0-alpha.4", "jest-get-type": "^28.0.0-alpha.3", - "pretty-format": "^28.0.0-alpha.3" + "pretty-format": "^28.0.0-alpha.4" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.3", + "@jest/test-utils": "^28.0.0-alpha.4", "strip-ansi": "^6.0.0" }, "engines": { diff --git a/packages/jest-each/package.json b/packages/jest-each/package.json index f3425ed57ac7..10d0e1c22684 100644 --- a/packages/jest-each/package.json +++ b/packages/jest-each/package.json @@ -1,6 +1,6 @@ { "name": "jest-each", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "description": "Parameterised tests for Jest", "main": "./build/index.js", "types": "./build/index.d.ts", @@ -25,11 +25,11 @@ "author": "Matt Phillips (mattphillips)", "license": "MIT", "dependencies": { - "@jest/types": "^28.0.0-alpha.3", + "@jest/types": "^28.0.0-alpha.4", "chalk": "^4.0.0", "jest-get-type": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3", - "pretty-format": "^28.0.0-alpha.3" + "jest-util": "^28.0.0-alpha.4", + "pretty-format": "^28.0.0-alpha.4" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0" diff --git a/packages/jest-environment-jsdom/package.json b/packages/jest-environment-jsdom/package.json index 3cf2d268906e..84b768a53e99 100644 --- a/packages/jest-environment-jsdom/package.json +++ b/packages/jest-environment-jsdom/package.json @@ -1,6 +1,6 @@ { "name": "jest-environment-jsdom", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,17 +17,17 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/environment": "^28.0.0-alpha.3", - "@jest/fake-timers": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3", + "@jest/environment": "^28.0.0-alpha.4", + "@jest/fake-timers": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4", "@types/jsdom": "^16.2.4", "@types/node": "*", - "jest-mock": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3", + "jest-mock": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.4", "jsdom": "^19.0.0" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.3" + "@jest/test-utils": "^28.0.0-alpha.4" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0" diff --git a/packages/jest-environment-node/package.json b/packages/jest-environment-node/package.json index ce71d3782cce..6ab0416f7b37 100644 --- a/packages/jest-environment-node/package.json +++ b/packages/jest-environment-node/package.json @@ -1,6 +1,6 @@ { "name": "jest-environment-node", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,15 +17,15 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/environment": "^28.0.0-alpha.3", - "@jest/fake-timers": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3", + "@jest/environment": "^28.0.0-alpha.4", + "@jest/fake-timers": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4", "@types/node": "*", - "jest-mock": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3" + "jest-mock": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.4" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.3" + "@jest/test-utils": "^28.0.0-alpha.4" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0" diff --git a/packages/jest-environment/package.json b/packages/jest-environment/package.json index feee27a514a4..116b036a5328 100644 --- a/packages/jest-environment/package.json +++ b/packages/jest-environment/package.json @@ -1,6 +1,6 @@ { "name": "@jest/environment", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,10 +17,10 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/fake-timers": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3", + "@jest/fake-timers": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4", "@types/node": "*", - "jest-mock": "^28.0.0-alpha.3" + "jest-mock": "^28.0.0-alpha.4" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0" diff --git a/packages/jest-expect/package.json b/packages/jest-expect/package.json index 1523577cac63..d384fe81991a 100644 --- a/packages/jest-expect/package.json +++ b/packages/jest-expect/package.json @@ -1,6 +1,6 @@ { "name": "@jest/expect", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,8 +17,8 @@ "./package.json": "./package.json" }, "dependencies": { - "expect": "^28.0.0-alpha.3", - "jest-snapshot": "^28.0.0-alpha.3" + "expect": "^28.0.0-alpha.4", + "jest-snapshot": "^28.0.0-alpha.4" }, "devDependencies": { "@tsd/typescript": "~4.5.5", diff --git a/packages/jest-fake-timers/package.json b/packages/jest-fake-timers/package.json index 75d20f8c03dd..b07e8a4f7f21 100644 --- a/packages/jest-fake-timers/package.json +++ b/packages/jest-fake-timers/package.json @@ -1,6 +1,6 @@ { "name": "@jest/fake-timers", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,12 +17,12 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/types": "^28.0.0-alpha.3", + "@jest/types": "^28.0.0-alpha.4", "@sinonjs/fake-timers": "^9.1.0", "@types/node": "*", - "jest-message-util": "^28.0.0-alpha.3", - "jest-mock": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3" + "jest-message-util": "^28.0.0-alpha.4", + "jest-mock": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.4" }, "devDependencies": { "@types/sinonjs__fake-timers": "^8.1.1" diff --git a/packages/jest-globals/package.json b/packages/jest-globals/package.json index 9c6274afc237..d6657bcc9034 100644 --- a/packages/jest-globals/package.json +++ b/packages/jest-globals/package.json @@ -1,6 +1,6 @@ { "name": "@jest/globals", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -20,9 +20,9 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/environment": "^28.0.0-alpha.3", - "@jest/expect": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3" + "@jest/environment": "^28.0.0-alpha.4", + "@jest/expect": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4" }, "publishConfig": { "access": "public" diff --git a/packages/jest-haste-map/package.json b/packages/jest-haste-map/package.json index feca6f2746ea..dc44cfd81513 100644 --- a/packages/jest-haste-map/package.json +++ b/packages/jest-haste-map/package.json @@ -1,6 +1,6 @@ { "name": "jest-haste-map", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,20 +17,20 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/types": "^28.0.0-alpha.3", + "@jest/types": "^28.0.0-alpha.4", "@types/graceful-fs": "^4.1.2", "@types/node": "*", "anymatch": "^3.0.3", "fb-watchman": "^2.0.0", "graceful-fs": "^4.2.9", "jest-regex-util": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3", - "jest-worker": "^28.0.0-alpha.3", + "jest-util": "^28.0.0-alpha.4", + "jest-worker": "^28.0.0-alpha.4", "micromatch": "^4.0.4", "walker": "^1.0.7" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.3", + "@jest/test-utils": "^28.0.0-alpha.4", "@types/fb-watchman": "^2.0.0", "@types/micromatch": "^4.0.1", "slash": "^3.0.0" diff --git a/packages/jest-jasmine2/package.json b/packages/jest-jasmine2/package.json index 01354573e37b..24423b7c1d64 100644 --- a/packages/jest-jasmine2/package.json +++ b/packages/jest-jasmine2/package.json @@ -1,6 +1,6 @@ { "name": "jest-jasmine2", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,22 +17,22 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/environment": "^28.0.0-alpha.3", - "@jest/expect": "^28.0.0-alpha.3", + "@jest/environment": "^28.0.0-alpha.4", + "@jest/expect": "^28.0.0-alpha.4", "@jest/source-map": "^28.0.0-alpha.3", - "@jest/test-result": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3", + "@jest/test-result": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4", "@types/node": "*", "chalk": "^4.0.0", "co": "^4.6.0", "is-generator-fn": "^2.0.0", - "jest-each": "^28.0.0-alpha.3", - "jest-matcher-utils": "^28.0.0-alpha.3", - "jest-message-util": "^28.0.0-alpha.3", - "jest-runtime": "^28.0.0-alpha.3", - "jest-snapshot": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3", - "pretty-format": "^28.0.0-alpha.3", + "jest-each": "^28.0.0-alpha.4", + "jest-matcher-utils": "^28.0.0-alpha.4", + "jest-message-util": "^28.0.0-alpha.4", + "jest-runtime": "^28.0.0-alpha.4", + "jest-snapshot": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.4", + "pretty-format": "^28.0.0-alpha.4", "throat": "^6.0.1" }, "devDependencies": { diff --git a/packages/jest-leak-detector/package.json b/packages/jest-leak-detector/package.json index 1e87c7c34de1..cf568b992c79 100644 --- a/packages/jest-leak-detector/package.json +++ b/packages/jest-leak-detector/package.json @@ -1,6 +1,6 @@ { "name": "jest-leak-detector", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -18,7 +18,7 @@ }, "dependencies": { "jest-get-type": "^28.0.0-alpha.3", - "pretty-format": "^28.0.0-alpha.3" + "pretty-format": "^28.0.0-alpha.4" }, "devDependencies": { "@types/weak-napi": "^2.0.0", diff --git a/packages/jest-matcher-utils/package.json b/packages/jest-matcher-utils/package.json index 896043d0905e..8a4db906384f 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": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -22,12 +22,12 @@ }, "dependencies": { "chalk": "^4.0.0", - "jest-diff": "^28.0.0-alpha.3", + "jest-diff": "^28.0.0-alpha.4", "jest-get-type": "^28.0.0-alpha.3", - "pretty-format": "^28.0.0-alpha.3" + "pretty-format": "^28.0.0-alpha.4" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.3", + "@jest/test-utils": "^28.0.0-alpha.4", "@types/node": "*" }, "publishConfig": { diff --git a/packages/jest-message-util/package.json b/packages/jest-message-util/package.json index bed78923f685..3b6d412453ca 100644 --- a/packages/jest-message-util/package.json +++ b/packages/jest-message-util/package.json @@ -1,6 +1,6 @@ { "name": "jest-message-util", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -21,12 +21,12 @@ }, "dependencies": { "@babel/code-frame": "^7.12.13", - "@jest/types": "^28.0.0-alpha.3", + "@jest/types": "^28.0.0-alpha.4", "@types/stack-utils": "^2.0.0", "chalk": "^4.0.0", "graceful-fs": "^4.2.9", "micromatch": "^4.0.4", - "pretty-format": "^28.0.0-alpha.3", + "pretty-format": "^28.0.0-alpha.4", "slash": "^3.0.0", "stack-utils": "^2.0.3" }, diff --git a/packages/jest-mock/package.json b/packages/jest-mock/package.json index 9aa49d2d8195..729724533417 100644 --- a/packages/jest-mock/package.json +++ b/packages/jest-mock/package.json @@ -1,6 +1,6 @@ { "name": "jest-mock", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -10,7 +10,7 @@ "node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0" }, "dependencies": { - "@jest/types": "^28.0.0-alpha.3", + "@jest/types": "^28.0.0-alpha.4", "@types/node": "*" }, "license": "MIT", diff --git a/packages/jest-phabricator/package.json b/packages/jest-phabricator/package.json index bbf70377b844..18f12297e5bc 100644 --- a/packages/jest-phabricator/package.json +++ b/packages/jest-phabricator/package.json @@ -1,6 +1,6 @@ { "name": "jest-phabricator", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -15,7 +15,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/test-result": "^28.0.0-alpha.3" + "@jest/test-result": "^28.0.0-alpha.4" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0" diff --git a/packages/jest-repl/package.json b/packages/jest-repl/package.json index 0593d01aa5b9..89e438810e5c 100644 --- a/packages/jest-repl/package.json +++ b/packages/jest-repl/package.json @@ -1,6 +1,6 @@ { "name": "jest-repl", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -19,15 +19,15 @@ "./bin/jest-runtime-cli": "./bin/jest-runtime-cli.js" }, "dependencies": { - "@jest/console": "^28.0.0-alpha.3", - "@jest/environment": "^28.0.0-alpha.3", - "@jest/transform": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3", + "@jest/console": "^28.0.0-alpha.4", + "@jest/environment": "^28.0.0-alpha.4", + "@jest/transform": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4", "chalk": "^4.0.0", - "jest-config": "^28.0.0-alpha.3", - "jest-runtime": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3", - "jest-validate": "^28.0.0-alpha.3", + "jest-config": "^28.0.0-alpha.4", + "jest-runtime": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.4", + "jest-validate": "^28.0.0-alpha.4", "repl": "^0.1.3", "yargs": "^17.3.1" }, diff --git a/packages/jest-reporters/package.json b/packages/jest-reporters/package.json index 544e9efb8e8d..fb760b4e3831 100644 --- a/packages/jest-reporters/package.json +++ b/packages/jest-reporters/package.json @@ -1,7 +1,7 @@ { "name": "@jest/reporters", "description": "Jest's reporters", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { @@ -13,10 +13,10 @@ }, "dependencies": { "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^28.0.0-alpha.3", - "@jest/test-result": "^28.0.0-alpha.3", - "@jest/transform": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3", + "@jest/console": "^28.0.0-alpha.4", + "@jest/test-result": "^28.0.0-alpha.4", + "@jest/transform": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4", "@types/node": "*", "chalk": "^4.0.0", "collect-v8-coverage": "^1.0.0", @@ -28,10 +28,10 @@ "istanbul-lib-report": "^3.0.0", "istanbul-lib-source-maps": "^4.0.0", "istanbul-reports": "^3.1.3", - "jest-haste-map": "^28.0.0-alpha.3", - "jest-resolve": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3", - "jest-worker": "^28.0.0-alpha.3", + "jest-haste-map": "^28.0.0-alpha.4", + "jest-resolve": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.4", + "jest-worker": "^28.0.0-alpha.4", "slash": "^3.0.0", "source-map": "^0.6.0", "string-length": "^4.0.1", @@ -39,7 +39,7 @@ "v8-to-istanbul": "^8.1.0" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.3", + "@jest/test-utils": "^28.0.0-alpha.4", "@types/exit": "^0.1.30", "@types/glob": "^7.1.1", "@types/graceful-fs": "^4.1.3", diff --git a/packages/jest-resolve-dependencies/package.json b/packages/jest-resolve-dependencies/package.json index bb9844d35657..27aff78eb2d0 100644 --- a/packages/jest-resolve-dependencies/package.json +++ b/packages/jest-resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "jest-resolve-dependencies", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -18,14 +18,14 @@ }, "dependencies": { "jest-regex-util": "^28.0.0-alpha.3", - "jest-snapshot": "^28.0.0-alpha.3" + "jest-snapshot": "^28.0.0-alpha.4" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3", - "jest-haste-map": "^28.0.0-alpha.3", - "jest-resolve": "^28.0.0-alpha.3", - "jest-runtime": "^28.0.0-alpha.3" + "@jest/test-utils": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4", + "jest-haste-map": "^28.0.0-alpha.4", + "jest-resolve": "^28.0.0-alpha.4", + "jest-runtime": "^28.0.0-alpha.4" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0" diff --git a/packages/jest-resolve/package.json b/packages/jest-resolve/package.json index c6a652699bf6..2a4dbda97e55 100644 --- a/packages/jest-resolve/package.json +++ b/packages/jest-resolve/package.json @@ -1,6 +1,6 @@ { "name": "jest-resolve", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -19,10 +19,10 @@ "dependencies": { "chalk": "^4.0.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.0.0-alpha.3", + "jest-haste-map": "^28.0.0-alpha.4", "jest-pnp-resolver": "^1.2.2", - "jest-util": "^28.0.0-alpha.3", - "jest-validate": "^28.0.0-alpha.3", + "jest-util": "^28.0.0-alpha.4", + "jest-validate": "^28.0.0-alpha.4", "resolve": "^1.20.0", "resolve.exports": "^1.1.0", "slash": "^3.0.0" diff --git a/packages/jest-runner/package.json b/packages/jest-runner/package.json index 36fc50bb350d..c3d4d84fee45 100644 --- a/packages/jest-runner/package.json +++ b/packages/jest-runner/package.json @@ -1,6 +1,6 @@ { "name": "jest-runner", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,24 +17,24 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/console": "^28.0.0-alpha.3", - "@jest/environment": "^28.0.0-alpha.3", - "@jest/test-result": "^28.0.0-alpha.3", - "@jest/transform": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3", + "@jest/console": "^28.0.0-alpha.4", + "@jest/environment": "^28.0.0-alpha.4", + "@jest/test-result": "^28.0.0-alpha.4", + "@jest/transform": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4", "@types/node": "*", "chalk": "^4.0.0", "emittery": "^0.8.1", "graceful-fs": "^4.2.9", "jest-docblock": "^28.0.0-alpha.3", - "jest-environment-node": "^28.0.0-alpha.3", - "jest-haste-map": "^28.0.0-alpha.3", - "jest-leak-detector": "^28.0.0-alpha.3", - "jest-message-util": "^28.0.0-alpha.3", - "jest-resolve": "^28.0.0-alpha.3", - "jest-runtime": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3", - "jest-worker": "^28.0.0-alpha.3", + "jest-environment-node": "^28.0.0-alpha.4", + "jest-haste-map": "^28.0.0-alpha.4", + "jest-leak-detector": "^28.0.0-alpha.4", + "jest-message-util": "^28.0.0-alpha.4", + "jest-resolve": "^28.0.0-alpha.4", + "jest-runtime": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.4", + "jest-worker": "^28.0.0-alpha.4", "source-map-support": "^0.5.6", "throat": "^6.0.1" }, @@ -42,7 +42,7 @@ "@types/exit": "^0.1.30", "@types/graceful-fs": "^4.1.2", "@types/source-map-support": "^0.5.0", - "jest-jasmine2": "^28.0.0-alpha.3" + "jest-jasmine2": "^28.0.0-alpha.4" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0" diff --git a/packages/jest-runtime/package.json b/packages/jest-runtime/package.json index c4c9b5d790cd..017aff6288ca 100644 --- a/packages/jest-runtime/package.json +++ b/packages/jest-runtime/package.json @@ -1,6 +1,6 @@ { "name": "jest-runtime", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,35 +17,35 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/environment": "^28.0.0-alpha.3", - "@jest/fake-timers": "^28.0.0-alpha.3", - "@jest/globals": "^28.0.0-alpha.3", + "@jest/environment": "^28.0.0-alpha.4", + "@jest/fake-timers": "^28.0.0-alpha.4", + "@jest/globals": "^28.0.0-alpha.4", "@jest/source-map": "^28.0.0-alpha.3", - "@jest/test-result": "^28.0.0-alpha.3", - "@jest/transform": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3", + "@jest/test-result": "^28.0.0-alpha.4", + "@jest/transform": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4", "chalk": "^4.0.0", "cjs-module-lexer": "^1.0.0", "collect-v8-coverage": "^1.0.0", "execa": "^5.0.0", "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.0.0-alpha.3", - "jest-message-util": "^28.0.0-alpha.3", - "jest-mock": "^28.0.0-alpha.3", + "jest-haste-map": "^28.0.0-alpha.4", + "jest-message-util": "^28.0.0-alpha.4", + "jest-mock": "^28.0.0-alpha.4", "jest-regex-util": "^28.0.0-alpha.3", - "jest-resolve": "^28.0.0-alpha.3", - "jest-snapshot": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3", + "jest-resolve": "^28.0.0-alpha.4", + "jest-snapshot": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.4", "slash": "^3.0.0", "strip-bom": "^4.0.0" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.3", + "@jest/test-utils": "^28.0.0-alpha.4", "@types/glob": "^7.1.1", "@types/graceful-fs": "^4.1.2", "@types/node": "^14.0.27", - "jest-environment-node": "^28.0.0-alpha.3" + "jest-environment-node": "^28.0.0-alpha.4" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0" diff --git a/packages/jest-snapshot/package.json b/packages/jest-snapshot/package.json index d9bf2aa96c2c..4edc9a988ea2 100644 --- a/packages/jest-snapshot/package.json +++ b/packages/jest-snapshot/package.json @@ -1,6 +1,6 @@ { "name": "jest-snapshot", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -22,29 +22,29 @@ "@babel/plugin-syntax-typescript": "^7.7.2", "@babel/traverse": "^7.7.2", "@babel/types": "^7.0.0", - "@jest/expect-utils": "^28.0.0-alpha.3", - "@jest/transform": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3", + "@jest/expect-utils": "^28.0.0-alpha.4", + "@jest/transform": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4", "@types/babel__traverse": "^7.0.4", "@types/prettier": "^2.1.5", "babel-preset-current-node-syntax": "^1.0.0", "chalk": "^4.0.0", - "expect": "^28.0.0-alpha.3", + "expect": "^28.0.0-alpha.4", "graceful-fs": "^4.2.9", - "jest-diff": "^28.0.0-alpha.3", + "jest-diff": "^28.0.0-alpha.4", "jest-get-type": "^28.0.0-alpha.3", - "jest-haste-map": "^28.0.0-alpha.3", - "jest-matcher-utils": "^28.0.0-alpha.3", - "jest-message-util": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3", + "jest-haste-map": "^28.0.0-alpha.4", + "jest-matcher-utils": "^28.0.0-alpha.4", + "jest-message-util": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.4", "natural-compare": "^1.4.0", - "pretty-format": "^28.0.0-alpha.3", + "pretty-format": "^28.0.0-alpha.4", "semver": "^7.3.2" }, "devDependencies": { "@babel/preset-flow": "^7.7.2", "@babel/preset-react": "^7.7.2", - "@jest/test-utils": "^28.0.0-alpha.3", + "@jest/test-utils": "^28.0.0-alpha.4", "@types/graceful-fs": "^4.1.3", "@types/natural-compare": "^1.4.0", "@types/semver": "^7.1.0", diff --git a/packages/jest-test-result/package.json b/packages/jest-test-result/package.json index e142f5a36def..125a597a50ef 100644 --- a/packages/jest-test-result/package.json +++ b/packages/jest-test-result/package.json @@ -1,6 +1,6 @@ { "name": "@jest/test-result", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,8 +17,8 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/console": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3", + "@jest/console": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4", "@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 2f08467769f8..1dff2986dd96 100644 --- a/packages/jest-test-sequencer/package.json +++ b/packages/jest-test-sequencer/package.json @@ -1,6 +1,6 @@ { "name": "@jest/test-sequencer", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,10 +17,10 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/test-result": "^28.0.0-alpha.3", + "@jest/test-result": "^28.0.0-alpha.4", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.0.0-alpha.3", - "jest-runtime": "^28.0.0-alpha.3" + "jest-haste-map": "^28.0.0-alpha.4", + "jest-runtime": "^28.0.0-alpha.4" }, "devDependencies": { "@types/graceful-fs": "^4.1.3" diff --git a/packages/jest-transform/package.json b/packages/jest-transform/package.json index a154cd6f62eb..42a0bf542d36 100644 --- a/packages/jest-transform/package.json +++ b/packages/jest-transform/package.json @@ -1,6 +1,6 @@ { "name": "@jest/transform", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -18,15 +18,15 @@ }, "dependencies": { "@babel/core": "^7.1.0", - "@jest/types": "^28.0.0-alpha.3", + "@jest/types": "^28.0.0-alpha.4", "babel-plugin-istanbul": "^6.1.1", "chalk": "^4.0.0", "convert-source-map": "^1.4.0", "fast-json-stable-stringify": "^2.0.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.0.0-alpha.3", + "jest-haste-map": "^28.0.0-alpha.4", "jest-regex-util": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.3", + "jest-util": "^28.0.0-alpha.4", "micromatch": "^4.0.4", "pirates": "^4.0.4", "slash": "^3.0.0", @@ -34,7 +34,7 @@ "write-file-atomic": "^4.0.1" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.3", + "@jest/test-utils": "^28.0.0-alpha.4", "@types/babel__core": "^7.1.0", "@types/convert-source-map": "^1.5.1", "@types/fast-json-stable-stringify": "^2.0.0", diff --git a/packages/jest-types/package.json b/packages/jest-types/package.json index d092f9a627d8..dad3a6119cda 100644 --- a/packages/jest-types/package.json +++ b/packages/jest-types/package.json @@ -1,6 +1,6 @@ { "name": "@jest/types", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "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 1ad468f38c24..608b4d82b90a 100644 --- a/packages/jest-util/package.json +++ b/packages/jest-util/package.json @@ -1,6 +1,6 @@ { "name": "jest-util", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,7 +17,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/types": "^28.0.0-alpha.3", + "@jest/types": "^28.0.0-alpha.4", "@types/node": "*", "chalk": "^4.0.0", "ci-info": "^3.2.0", diff --git a/packages/jest-validate/package.json b/packages/jest-validate/package.json index 00a01ea0620a..ad32c19e7ac2 100644 --- a/packages/jest-validate/package.json +++ b/packages/jest-validate/package.json @@ -1,6 +1,6 @@ { "name": "jest-validate", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,12 +17,12 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/types": "^28.0.0-alpha.3", + "@jest/types": "^28.0.0-alpha.4", "camelcase": "^6.2.0", "chalk": "^4.0.0", "jest-get-type": "^28.0.0-alpha.3", "leven": "^3.1.0", - "pretty-format": "^28.0.0-alpha.3" + "pretty-format": "^28.0.0-alpha.4" }, "devDependencies": { "@types/yargs": "^17.0.8" diff --git a/packages/jest-watcher/package.json b/packages/jest-watcher/package.json index 2183a03579d7..d0fb5d198cb4 100644 --- a/packages/jest-watcher/package.json +++ b/packages/jest-watcher/package.json @@ -1,7 +1,7 @@ { "name": "jest-watcher", "description": "Delightful JavaScript Testing.", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { @@ -12,12 +12,12 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/test-result": "^28.0.0-alpha.3", - "@jest/types": "^28.0.0-alpha.3", + "@jest/test-result": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.4", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", - "jest-util": "^28.0.0-alpha.3", + "jest-util": "^28.0.0-alpha.4", "string-length": "^4.0.1" }, "repository": { diff --git a/packages/jest-worker/package.json b/packages/jest-worker/package.json index aacd8ab1d603..2580b93c4b3b 100644 --- a/packages/jest-worker/package.json +++ b/packages/jest-worker/package.json @@ -1,6 +1,6 @@ { "name": "jest-worker", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -25,7 +25,7 @@ "@types/merge-stream": "^1.1.2", "@types/supports-color": "^8.1.0", "get-stream": "^6.0.0", - "jest-leak-detector": "^28.0.0-alpha.3", + "jest-leak-detector": "^28.0.0-alpha.4", "worker-farm": "^1.6.0" }, "engines": { diff --git a/packages/jest/package.json b/packages/jest/package.json index f96031b0a3ac..b0c79446ae4e 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,7 +1,7 @@ { "name": "jest", "description": "Delightful JavaScript Testing.", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { @@ -13,9 +13,9 @@ "./bin/jest": "./bin/jest.js" }, "dependencies": { - "@jest/core": "^28.0.0-alpha.3", + "@jest/core": "^28.0.0-alpha.4", "import-local": "^3.0.2", - "jest-cli": "^28.0.0-alpha.3" + "jest-cli": "^28.0.0-alpha.4" }, "peerDependencies": { "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" diff --git a/packages/pretty-format/package.json b/packages/pretty-format/package.json index 5aa36da82688..aacb1ba82c83 100644 --- a/packages/pretty-format/package.json +++ b/packages/pretty-format/package.json @@ -1,6 +1,6 @@ { "name": "pretty-format", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -30,7 +30,7 @@ "@types/react-is": "^17.0.0", "@types/react-test-renderer": "*", "immutable": "^4.0.0", - "jest-util": "^28.0.0-alpha.3", + "jest-util": "^28.0.0-alpha.4", "react": "*", "react-dom": "*", "react-test-renderer": "*" diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 6523d761e948..f66385635dee 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@jest/test-utils", - "version": "28.0.0-alpha.3", + "version": "28.0.0-alpha.4", "private": true, "license": "MIT", "main": "./build/index.js", @@ -13,11 +13,11 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/types": "^28.0.0-alpha.3", + "@jest/types": "^28.0.0-alpha.4", "@types/node": "*", "ansi-regex": "^5.0.1", "ansi-styles": "^5.0.0", - "pretty-format": "^28.0.0-alpha.3", + "pretty-format": "^28.0.0-alpha.4", "semver": "^7.3.2" }, "devDependencies": {