From 46fb19b2628bd87676c10730ba19592c30b05478 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 24 Feb 2022 21:57:10 +0100 Subject: [PATCH] v28.0.0-alpha.5 --- lerna.json | 2 +- packages/babel-jest/package.json | 6 +-- packages/expect-utils/package.json | 4 +- packages/expect/package.json | 10 ++--- packages/jest-circus/package.json | 24 +++++------ packages/jest-cli/package.json | 14 +++---- packages/jest-config/package.json | 22 +++++----- packages/jest-console/package.json | 10 ++--- packages/jest-core/package.json | 40 +++++++++---------- .../package.json | 6 +-- packages/jest-diff/package.json | 6 +-- packages/jest-each/package.json | 8 ++-- packages/jest-environment-jsdom/package.json | 14 +++---- packages/jest-environment-node/package.json | 14 +++---- packages/jest-environment/package.json | 8 ++-- packages/jest-expect/package.json | 6 +-- packages/jest-fake-timers/package.json | 10 ++--- packages/jest-globals/package.json | 8 ++-- packages/jest-haste-map/package.json | 10 ++--- packages/jest-jasmine2/package.json | 24 +++++------ packages/jest-leak-detector/package.json | 4 +- packages/jest-matcher-utils/package.json | 8 ++-- packages/jest-message-util/package.json | 6 +-- packages/jest-mock/package.json | 4 +- packages/jest-phabricator/package.json | 4 +- packages/jest-repl/package.json | 18 ++++----- packages/jest-reporters/package.json | 20 +++++----- .../jest-resolve-dependencies/package.json | 14 +++---- packages/jest-resolve/package.json | 8 ++-- packages/jest-runner/package.json | 30 +++++++------- packages/jest-runtime/package.json | 30 +++++++------- packages/jest-snapshot/package.json | 24 +++++------ packages/jest-test-result/package.json | 6 +-- packages/jest-test-sequencer/package.json | 8 ++-- packages/jest-transform/package.json | 10 ++--- packages/jest-types/package.json | 2 +- packages/jest-util/package.json | 4 +- packages/jest-validate/package.json | 6 +-- packages/jest-watcher/package.json | 8 ++-- packages/jest-worker/package.json | 4 +- packages/jest/package.json | 6 +-- packages/pretty-format/package.json | 4 +- packages/test-utils/package.json | 6 +-- 43 files changed, 240 insertions(+), 240 deletions(-) diff --git a/lerna.json b/lerna.json index 11fa7d590033..bc3aa4186672 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages/*" ], "npmClient": "yarn", - "version": "28.0.0-alpha.4" + "version": "28.0.0-alpha.5" } diff --git a/packages/babel-jest/package.json b/packages/babel-jest/package.json index 004c8d3d81c3..2c50bbe78c09 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.4", + "version": "28.0.0-alpha.5", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -18,7 +18,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/transform": "^28.0.0-alpha.4", + "@jest/transform": "^28.0.0-alpha.5", "@types/babel__core": "^7.1.14", "babel-plugin-istanbul": "^6.1.1", "babel-preset-jest": "^28.0.0-alpha.4", @@ -28,7 +28,7 @@ }, "devDependencies": { "@babel/core": "^7.8.0", - "@jest/test-utils": "^28.0.0-alpha.4", + "@jest/test-utils": "^28.0.0-alpha.5", "@types/graceful-fs": "^4.1.3" }, "peerDependencies": { diff --git a/packages/expect-utils/package.json b/packages/expect-utils/package.json index 236e2356d355..9eac25c03047 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.4", + "version": "28.0.0-alpha.5", "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.4" + "jest-matcher-utils": "^28.0.0-alpha.5" }, "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 9c9156d80ea9..ca929b7bd4df 100644 --- a/packages/expect/package.json +++ b/packages/expect/package.json @@ -1,6 +1,6 @@ { "name": "expect", - "version": "28.0.0-alpha.4", + "version": "28.0.0-alpha.5", "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.4", + "@jest/expect-utils": "^28.0.0-alpha.5", "jest-get-type": "^28.0.0-alpha.3", - "jest-matcher-utils": "^28.0.0-alpha.4", - "jest-message-util": "^28.0.0-alpha.4" + "jest-matcher-utils": "^28.0.0-alpha.5", + "jest-message-util": "^28.0.0-alpha.5" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.4", + "@jest/test-utils": "^28.0.0-alpha.5", "@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 79ada19783bf..c876e8a16432 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.4", + "version": "28.0.0-alpha.5", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -18,22 +18,22 @@ "./runner": "./runner.js" }, "dependencies": { - "@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", + "@jest/environment": "^28.0.0-alpha.5", + "@jest/expect": "^28.0.0-alpha.5", + "@jest/test-result": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5", "@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.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", + "jest-each": "^28.0.0-alpha.5", + "jest-matcher-utils": "^28.0.0-alpha.5", + "jest-message-util": "^28.0.0-alpha.5", + "jest-runtime": "^28.0.0-alpha.5", + "jest-snapshot": "^28.0.0-alpha.5", + "jest-util": "^28.0.0-alpha.5", + "pretty-format": "^28.0.0-alpha.5", "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 c993cd1f3bb9..efab5e7c5c59 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.4", + "version": "28.0.0-alpha.5", "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.4", - "@jest/test-result": "^28.0.0-alpha.4", - "@jest/types": "^28.0.0-alpha.4", + "@jest/core": "^28.0.0-alpha.5", + "@jest/test-result": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5", "chalk": "^4.0.0", "exit": "^0.1.2", "graceful-fs": "^4.2.9", "import-local": "^3.0.2", - "jest-config": "^28.0.0-alpha.4", - "jest-util": "^28.0.0-alpha.4", - "jest-validate": "^28.0.0-alpha.4", + "jest-config": "^28.0.0-alpha.5", + "jest-util": "^28.0.0-alpha.5", + "jest-validate": "^28.0.0-alpha.5", "prompts": "^2.0.1", "yargs": "^17.3.1" }, diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index fbb34f2e8127..cc6f5676ac81 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.4", + "version": "28.0.0-alpha.5", "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.4", - "@jest/types": "^28.0.0-alpha.4", - "babel-jest": "^28.0.0-alpha.4", + "@jest/test-sequencer": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5", + "babel-jest": "^28.0.0-alpha.5", "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.4", - "jest-environment-node": "^28.0.0-alpha.4", + "jest-circus": "^28.0.0-alpha.5", + "jest-environment-node": "^28.0.0-alpha.5", "jest-get-type": "^28.0.0-alpha.3", "jest-regex-util": "^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", + "jest-resolve": "^28.0.0-alpha.5", + "jest-runner": "^28.0.0-alpha.5", + "jest-util": "^28.0.0-alpha.5", + "jest-validate": "^28.0.0-alpha.5", "micromatch": "^4.0.4", "parse-json": "^5.2.0", - "pretty-format": "^28.0.0-alpha.4", + "pretty-format": "^28.0.0-alpha.5", "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 3121c0cf0299..9f37f013487d 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.4", + "version": "28.0.0-alpha.5", "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.4", + "@jest/types": "^28.0.0-alpha.5", "@types/node": "*", "chalk": "^4.0.0", - "jest-message-util": "^28.0.0-alpha.4", - "jest-util": "^28.0.0-alpha.4", + "jest-message-util": "^28.0.0-alpha.5", + "jest-util": "^28.0.0-alpha.5", "slash": "^3.0.0" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.4", + "@jest/test-utils": "^28.0.0-alpha.5", "@types/node": "*" }, "engines": { diff --git a/packages/jest-core/package.json b/packages/jest-core/package.json index 3450a52820b7..3cbaf8335064 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.4", + "version": "28.0.0-alpha.5", "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.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", + "@jest/console": "^28.0.0-alpha.5", + "@jest/reporters": "^28.0.0-alpha.5", + "@jest/test-result": "^28.0.0-alpha.5", + "@jest/transform": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5", "@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.4", - "jest-haste-map": "^28.0.0-alpha.4", - "jest-message-util": "^28.0.0-alpha.4", + "jest-config": "^28.0.0-alpha.5", + "jest-haste-map": "^28.0.0-alpha.5", + "jest-message-util": "^28.0.0-alpha.5", "jest-regex-util": "^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", + "jest-resolve": "^28.0.0-alpha.5", + "jest-resolve-dependencies": "^28.0.0-alpha.5", + "jest-runner": "^28.0.0-alpha.5", + "jest-runtime": "^28.0.0-alpha.5", + "jest-snapshot": "^28.0.0-alpha.5", + "jest-util": "^28.0.0-alpha.5", + "jest-validate": "^28.0.0-alpha.5", + "jest-watcher": "^28.0.0-alpha.5", "micromatch": "^4.0.4", - "pretty-format": "^28.0.0-alpha.4", + "pretty-format": "^28.0.0-alpha.5", "rimraf": "^3.0.0", "slash": "^3.0.0", "strip-ansi": "^6.0.0" }, "devDependencies": { - "@jest/test-sequencer": "^28.0.0-alpha.4", - "@jest/test-utils": "^28.0.0-alpha.4", + "@jest/test-sequencer": "^28.0.0-alpha.5", + "@jest/test-utils": "^28.0.0-alpha.5", "@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 0e053494ee2b..9d9ab3768121 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.4", + "version": "28.0.0-alpha.5", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", "directory": "packages/jest-create-cache-key-function" }, "dependencies": { - "@jest/types": "^28.0.0-alpha.4" + "@jest/types": "^28.0.0-alpha.5" }, "devDependencies": { "@types/node": "*", - "jest-util": "^28.0.0-alpha.4" + "jest-util": "^28.0.0-alpha.5" }, "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 470e67f92f2b..a40fe1a71e63 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.4", + "version": "28.0.0-alpha.5", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -20,10 +20,10 @@ "chalk": "^4.0.0", "diff-sequences": "^28.0.0-alpha.4", "jest-get-type": "^28.0.0-alpha.3", - "pretty-format": "^28.0.0-alpha.4" + "pretty-format": "^28.0.0-alpha.5" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.4", + "@jest/test-utils": "^28.0.0-alpha.5", "strip-ansi": "^6.0.0" }, "engines": { diff --git a/packages/jest-each/package.json b/packages/jest-each/package.json index 10d0e1c22684..f1160c290f94 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.4", + "version": "28.0.0-alpha.5", "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.4", + "@jest/types": "^28.0.0-alpha.5", "chalk": "^4.0.0", "jest-get-type": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.4", - "pretty-format": "^28.0.0-alpha.4" + "jest-util": "^28.0.0-alpha.5", + "pretty-format": "^28.0.0-alpha.5" }, "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 84b768a53e99..10e272926ba5 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.4", + "version": "28.0.0-alpha.5", "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.4", - "@jest/fake-timers": "^28.0.0-alpha.4", - "@jest/types": "^28.0.0-alpha.4", + "@jest/environment": "^28.0.0-alpha.5", + "@jest/fake-timers": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5", "@types/jsdom": "^16.2.4", "@types/node": "*", - "jest-mock": "^28.0.0-alpha.4", - "jest-util": "^28.0.0-alpha.4", + "jest-mock": "^28.0.0-alpha.5", + "jest-util": "^28.0.0-alpha.5", "jsdom": "^19.0.0" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.4" + "@jest/test-utils": "^28.0.0-alpha.5" }, "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 6ab0416f7b37..4cd11e69de9f 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.4", + "version": "28.0.0-alpha.5", "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.4", - "@jest/fake-timers": "^28.0.0-alpha.4", - "@jest/types": "^28.0.0-alpha.4", + "@jest/environment": "^28.0.0-alpha.5", + "@jest/fake-timers": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5", "@types/node": "*", - "jest-mock": "^28.0.0-alpha.4", - "jest-util": "^28.0.0-alpha.4" + "jest-mock": "^28.0.0-alpha.5", + "jest-util": "^28.0.0-alpha.5" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.4" + "@jest/test-utils": "^28.0.0-alpha.5" }, "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 116b036a5328..eacade4078a1 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.4", + "version": "28.0.0-alpha.5", "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.4", - "@jest/types": "^28.0.0-alpha.4", + "@jest/fake-timers": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5", "@types/node": "*", - "jest-mock": "^28.0.0-alpha.4" + "jest-mock": "^28.0.0-alpha.5" }, "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 d384fe81991a..2278019bad09 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.4", + "version": "28.0.0-alpha.5", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", @@ -17,8 +17,8 @@ "./package.json": "./package.json" }, "dependencies": { - "expect": "^28.0.0-alpha.4", - "jest-snapshot": "^28.0.0-alpha.4" + "expect": "^28.0.0-alpha.5", + "jest-snapshot": "^28.0.0-alpha.5" }, "devDependencies": { "@tsd/typescript": "~4.5.5", diff --git a/packages/jest-fake-timers/package.json b/packages/jest-fake-timers/package.json index b07e8a4f7f21..7c2d4965f096 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.4", + "version": "28.0.0-alpha.5", "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.4", + "@jest/types": "^28.0.0-alpha.5", "@sinonjs/fake-timers": "^9.1.0", "@types/node": "*", - "jest-message-util": "^28.0.0-alpha.4", - "jest-mock": "^28.0.0-alpha.4", - "jest-util": "^28.0.0-alpha.4" + "jest-message-util": "^28.0.0-alpha.5", + "jest-mock": "^28.0.0-alpha.5", + "jest-util": "^28.0.0-alpha.5" }, "devDependencies": { "@types/sinonjs__fake-timers": "^8.1.1" diff --git a/packages/jest-globals/package.json b/packages/jest-globals/package.json index d6657bcc9034..f2bc7faf3c22 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.4", + "version": "28.0.0-alpha.5", "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.4", - "@jest/expect": "^28.0.0-alpha.4", - "@jest/types": "^28.0.0-alpha.4" + "@jest/environment": "^28.0.0-alpha.5", + "@jest/expect": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5" }, "publishConfig": { "access": "public" diff --git a/packages/jest-haste-map/package.json b/packages/jest-haste-map/package.json index dc44cfd81513..08d559616804 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.4", + "version": "28.0.0-alpha.5", "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.4", + "@jest/types": "^28.0.0-alpha.5", "@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.4", - "jest-worker": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.5", + "jest-worker": "^28.0.0-alpha.5", "micromatch": "^4.0.4", "walker": "^1.0.7" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.4", + "@jest/test-utils": "^28.0.0-alpha.5", "@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 24423b7c1d64..22cc99c540fd 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.4", + "version": "28.0.0-alpha.5", "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.4", - "@jest/expect": "^28.0.0-alpha.4", + "@jest/environment": "^28.0.0-alpha.5", + "@jest/expect": "^28.0.0-alpha.5", "@jest/source-map": "^28.0.0-alpha.3", - "@jest/test-result": "^28.0.0-alpha.4", - "@jest/types": "^28.0.0-alpha.4", + "@jest/test-result": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5", "@types/node": "*", "chalk": "^4.0.0", "co": "^4.6.0", "is-generator-fn": "^2.0.0", - "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", + "jest-each": "^28.0.0-alpha.5", + "jest-matcher-utils": "^28.0.0-alpha.5", + "jest-message-util": "^28.0.0-alpha.5", + "jest-runtime": "^28.0.0-alpha.5", + "jest-snapshot": "^28.0.0-alpha.5", + "jest-util": "^28.0.0-alpha.5", + "pretty-format": "^28.0.0-alpha.5", "throat": "^6.0.1" }, "devDependencies": { diff --git a/packages/jest-leak-detector/package.json b/packages/jest-leak-detector/package.json index cf568b992c79..2ac32ee23e42 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.4", + "version": "28.0.0-alpha.5", "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.4" + "pretty-format": "^28.0.0-alpha.5" }, "devDependencies": { "@types/weak-napi": "^2.0.0", diff --git a/packages/jest-matcher-utils/package.json b/packages/jest-matcher-utils/package.json index 8a4db906384f..25c33a813a0b 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.4", + "version": "28.0.0-alpha.5", "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.4", + "jest-diff": "^28.0.0-alpha.5", "jest-get-type": "^28.0.0-alpha.3", - "pretty-format": "^28.0.0-alpha.4" + "pretty-format": "^28.0.0-alpha.5" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.4", + "@jest/test-utils": "^28.0.0-alpha.5", "@types/node": "*" }, "publishConfig": { diff --git a/packages/jest-message-util/package.json b/packages/jest-message-util/package.json index 3b6d412453ca..a11f38cb3e2e 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.4", + "version": "28.0.0-alpha.5", "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.4", + "@jest/types": "^28.0.0-alpha.5", "@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.4", + "pretty-format": "^28.0.0-alpha.5", "slash": "^3.0.0", "stack-utils": "^2.0.3" }, diff --git a/packages/jest-mock/package.json b/packages/jest-mock/package.json index 52d3a6c90f37..f90b919a6cde 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.4", + "version": "28.0.0-alpha.5", "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.4", + "@jest/types": "^28.0.0-alpha.5", "@types/node": "*" }, "devDependencies": { diff --git a/packages/jest-phabricator/package.json b/packages/jest-phabricator/package.json index 18f12297e5bc..f75349fbb613 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.4", + "version": "28.0.0-alpha.5", "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.4" + "@jest/test-result": "^28.0.0-alpha.5" }, "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 89e438810e5c..f29d00bdee26 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.4", + "version": "28.0.0-alpha.5", "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.4", - "@jest/environment": "^28.0.0-alpha.4", - "@jest/transform": "^28.0.0-alpha.4", - "@jest/types": "^28.0.0-alpha.4", + "@jest/console": "^28.0.0-alpha.5", + "@jest/environment": "^28.0.0-alpha.5", + "@jest/transform": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5", "chalk": "^4.0.0", - "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", + "jest-config": "^28.0.0-alpha.5", + "jest-runtime": "^28.0.0-alpha.5", + "jest-util": "^28.0.0-alpha.5", + "jest-validate": "^28.0.0-alpha.5", "repl": "^0.1.3", "yargs": "^17.3.1" }, diff --git a/packages/jest-reporters/package.json b/packages/jest-reporters/package.json index fb760b4e3831..0b07c2734776 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.4", + "version": "28.0.0-alpha.5", "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.4", - "@jest/test-result": "^28.0.0-alpha.4", - "@jest/transform": "^28.0.0-alpha.4", - "@jest/types": "^28.0.0-alpha.4", + "@jest/console": "^28.0.0-alpha.5", + "@jest/test-result": "^28.0.0-alpha.5", + "@jest/transform": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5", "@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.4", - "jest-resolve": "^28.0.0-alpha.4", - "jest-util": "^28.0.0-alpha.4", - "jest-worker": "^28.0.0-alpha.4", + "jest-haste-map": "^28.0.0-alpha.5", + "jest-resolve": "^28.0.0-alpha.5", + "jest-util": "^28.0.0-alpha.5", + "jest-worker": "^28.0.0-alpha.5", "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.4", + "@jest/test-utils": "^28.0.0-alpha.5", "@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 27aff78eb2d0..d25ddd9bfdc1 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.4", + "version": "28.0.0-alpha.5", "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.4" + "jest-snapshot": "^28.0.0-alpha.5" }, "devDependencies": { - "@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" + "@jest/test-utils": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5", + "jest-haste-map": "^28.0.0-alpha.5", + "jest-resolve": "^28.0.0-alpha.5", + "jest-runtime": "^28.0.0-alpha.5" }, "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 2a4dbda97e55..f9c971131ed6 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.4", + "version": "28.0.0-alpha.5", "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.4", + "jest-haste-map": "^28.0.0-alpha.5", "jest-pnp-resolver": "^1.2.2", - "jest-util": "^28.0.0-alpha.4", - "jest-validate": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.5", + "jest-validate": "^28.0.0-alpha.5", "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 c3d4d84fee45..1f7e20f7432e 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.4", + "version": "28.0.0-alpha.5", "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.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", + "@jest/console": "^28.0.0-alpha.5", + "@jest/environment": "^28.0.0-alpha.5", + "@jest/test-result": "^28.0.0-alpha.5", + "@jest/transform": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5", "@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.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", + "jest-environment-node": "^28.0.0-alpha.5", + "jest-haste-map": "^28.0.0-alpha.5", + "jest-leak-detector": "^28.0.0-alpha.5", + "jest-message-util": "^28.0.0-alpha.5", + "jest-resolve": "^28.0.0-alpha.5", + "jest-runtime": "^28.0.0-alpha.5", + "jest-util": "^28.0.0-alpha.5", + "jest-worker": "^28.0.0-alpha.5", "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.4" + "jest-jasmine2": "^28.0.0-alpha.5" }, "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 017aff6288ca..962183f5a610 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.4", + "version": "28.0.0-alpha.5", "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.4", - "@jest/fake-timers": "^28.0.0-alpha.4", - "@jest/globals": "^28.0.0-alpha.4", + "@jest/environment": "^28.0.0-alpha.5", + "@jest/fake-timers": "^28.0.0-alpha.5", + "@jest/globals": "^28.0.0-alpha.5", "@jest/source-map": "^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", + "@jest/test-result": "^28.0.0-alpha.5", + "@jest/transform": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5", "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.4", - "jest-message-util": "^28.0.0-alpha.4", - "jest-mock": "^28.0.0-alpha.4", + "jest-haste-map": "^28.0.0-alpha.5", + "jest-message-util": "^28.0.0-alpha.5", + "jest-mock": "^28.0.0-alpha.5", "jest-regex-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", + "jest-resolve": "^28.0.0-alpha.5", + "jest-snapshot": "^28.0.0-alpha.5", + "jest-util": "^28.0.0-alpha.5", "slash": "^3.0.0", "strip-bom": "^4.0.0" }, "devDependencies": { - "@jest/test-utils": "^28.0.0-alpha.4", + "@jest/test-utils": "^28.0.0-alpha.5", "@types/glob": "^7.1.1", "@types/graceful-fs": "^4.1.2", "@types/node": "^14.0.27", - "jest-environment-node": "^28.0.0-alpha.4" + "jest-environment-node": "^28.0.0-alpha.5" }, "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 4edc9a988ea2..171e2a250078 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.4", + "version": "28.0.0-alpha.5", "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.4", - "@jest/transform": "^28.0.0-alpha.4", - "@jest/types": "^28.0.0-alpha.4", + "@jest/expect-utils": "^28.0.0-alpha.5", + "@jest/transform": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5", "@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.4", + "expect": "^28.0.0-alpha.5", "graceful-fs": "^4.2.9", - "jest-diff": "^28.0.0-alpha.4", + "jest-diff": "^28.0.0-alpha.5", "jest-get-type": "^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", + "jest-haste-map": "^28.0.0-alpha.5", + "jest-matcher-utils": "^28.0.0-alpha.5", + "jest-message-util": "^28.0.0-alpha.5", + "jest-util": "^28.0.0-alpha.5", "natural-compare": "^1.4.0", - "pretty-format": "^28.0.0-alpha.4", + "pretty-format": "^28.0.0-alpha.5", "semver": "^7.3.2" }, "devDependencies": { "@babel/preset-flow": "^7.7.2", "@babel/preset-react": "^7.7.2", - "@jest/test-utils": "^28.0.0-alpha.4", + "@jest/test-utils": "^28.0.0-alpha.5", "@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 125a597a50ef..2c435615c3c3 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.4", + "version": "28.0.0-alpha.5", "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.4", - "@jest/types": "^28.0.0-alpha.4", + "@jest/console": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5", "@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 1dff2986dd96..025d39c7046c 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.4", + "version": "28.0.0-alpha.5", "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.4", + "@jest/test-result": "^28.0.0-alpha.5", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.0.0-alpha.4", - "jest-runtime": "^28.0.0-alpha.4" + "jest-haste-map": "^28.0.0-alpha.5", + "jest-runtime": "^28.0.0-alpha.5" }, "devDependencies": { "@types/graceful-fs": "^4.1.3" diff --git a/packages/jest-transform/package.json b/packages/jest-transform/package.json index 42a0bf542d36..898725e34842 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.4", + "version": "28.0.0-alpha.5", "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.4", + "@jest/types": "^28.0.0-alpha.5", "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.4", + "jest-haste-map": "^28.0.0-alpha.5", "jest-regex-util": "^28.0.0-alpha.3", - "jest-util": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.5", "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.4", + "@jest/test-utils": "^28.0.0-alpha.5", "@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 dad3a6119cda..c5aa72a2f72a 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.4", + "version": "28.0.0-alpha.5", "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 608b4d82b90a..63d234357a18 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.4", + "version": "28.0.0-alpha.5", "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.4", + "@jest/types": "^28.0.0-alpha.5", "@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 ad32c19e7ac2..8781b9955002 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.4", + "version": "28.0.0-alpha.5", "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.4", + "@jest/types": "^28.0.0-alpha.5", "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.4" + "pretty-format": "^28.0.0-alpha.5" }, "devDependencies": { "@types/yargs": "^17.0.8" diff --git a/packages/jest-watcher/package.json b/packages/jest-watcher/package.json index d0fb5d198cb4..9be2c842d6d0 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.4", + "version": "28.0.0-alpha.5", "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.4", - "@jest/types": "^28.0.0-alpha.4", + "@jest/test-result": "^28.0.0-alpha.5", + "@jest/types": "^28.0.0-alpha.5", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", - "jest-util": "^28.0.0-alpha.4", + "jest-util": "^28.0.0-alpha.5", "string-length": "^4.0.1" }, "repository": { diff --git a/packages/jest-worker/package.json b/packages/jest-worker/package.json index 2580b93c4b3b..a2eaab7a72ce 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.4", + "version": "28.0.0-alpha.5", "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.4", + "jest-leak-detector": "^28.0.0-alpha.5", "worker-farm": "^1.6.0" }, "engines": { diff --git a/packages/jest/package.json b/packages/jest/package.json index b0c79446ae4e..af201b473743 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.4", + "version": "28.0.0-alpha.5", "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.4", + "@jest/core": "^28.0.0-alpha.5", "import-local": "^3.0.2", - "jest-cli": "^28.0.0-alpha.4" + "jest-cli": "^28.0.0-alpha.5" }, "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 aacb1ba82c83..8c258d144d7f 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.4", + "version": "28.0.0-alpha.5", "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.4", + "jest-util": "^28.0.0-alpha.5", "react": "*", "react-dom": "*", "react-test-renderer": "*" diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index f66385635dee..f19d75076222 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.4", + "version": "28.0.0-alpha.5", "private": true, "license": "MIT", "main": "./build/index.js", @@ -13,11 +13,11 @@ "./package.json": "./package.json" }, "dependencies": { - "@jest/types": "^28.0.0-alpha.4", + "@jest/types": "^28.0.0-alpha.5", "@types/node": "*", "ansi-regex": "^5.0.1", "ansi-styles": "^5.0.0", - "pretty-format": "^28.0.0-alpha.4", + "pretty-format": "^28.0.0-alpha.5", "semver": "^7.3.2" }, "devDependencies": {