diff --git a/lerna.json b/lerna.json
index e21772fafa37..23ea308570fa 100644
--- a/lerna.json
+++ b/lerna.json
@@ -3,5 +3,5 @@
     "packages/*"
   ],
   "npmClient": "yarn",
-  "version": "28.0.0-alpha.8"
+  "version": "28.0.0-alpha.9"
 }
diff --git a/packages/babel-jest/package.json b/packages/babel-jest/package.json
index 9569215554fc..2b7c26f25ad8 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
+    "@jest/transform": "^28.0.0-alpha.9",
     "@types/babel__core": "^7.1.14",
     "babel-plugin-istanbul": "^6.1.1",
-    "babel-preset-jest": "^28.0.0-alpha.6",
+    "babel-preset-jest": "^28.0.0-alpha.9",
     "chalk": "^4.0.0",
     "graceful-fs": "^4.2.9",
     "slash": "^3.0.0"
   },
   "devDependencies": {
     "@babel/core": "^7.11.6",
-    "@jest/test-utils": "^28.0.0-alpha.8",
+    "@jest/test-utils": "^28.0.0-alpha.9",
     "@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 4d098a389a54..2edd9e59a955 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.6",
+  "version": "28.0.0-alpha.9",
   "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 93db3751fa04..67abf64ea156 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.6",
+  "version": "28.0.0-alpha.9",
   "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.6",
+    "babel-plugin-jest-hoist": "^28.0.0-alpha.9",
     "babel-preset-current-node-syntax": "^1.0.0"
   },
   "peerDependencies": {
diff --git a/packages/diff-sequences/package.json b/packages/diff-sequences/package.json
index 813282810b5b..35b29a321400 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.6",
+  "version": "28.0.0-alpha.9",
   "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 5d27746dbdac..dbe7893f3c7f 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8"
+    "jest-matcher-utils": "^28.0.0-alpha.9"
   },
   "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 d2c688d7b5cc..a46e3f021fe2 100644
--- a/packages/expect/package.json
+++ b/packages/expect/package.json
@@ -1,6 +1,6 @@
 {
   "name": "expect",
-  "version": "28.0.0-alpha.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
+    "@jest/expect-utils": "^28.0.0-alpha.9",
     "jest-get-type": "^28.0.0-alpha.3",
-    "jest-matcher-utils": "^28.0.0-alpha.8",
-    "jest-message-util": "^28.0.0-alpha.8"
+    "jest-matcher-utils": "^28.0.0-alpha.9",
+    "jest-message-util": "^28.0.0-alpha.9"
   },
   "devDependencies": {
-    "@jest/test-utils": "^28.0.0-alpha.8",
+    "@jest/test-utils": "^28.0.0-alpha.9",
     "@tsd/typescript": "~4.6.2",
     "chalk": "^4.0.0",
     "fast-check": "^2.0.0",
diff --git a/packages/jest-circus/package.json b/packages/jest-circus/package.json
index e16e8e5df6ef..c84ffcad737b 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.8",
+  "version": "28.0.0-alpha.9",
   "repository": {
     "type": "git",
     "url": "https://github.com/facebook/jest.git",
@@ -18,22 +18,22 @@
     "./runner": "./runner.js"
   },
   "dependencies": {
-    "@jest/environment": "^28.0.0-alpha.8",
-    "@jest/expect": "^28.0.0-alpha.8",
-    "@jest/test-result": "^28.0.0-alpha.8",
-    "@jest/types": "^28.0.0-alpha.8",
+    "@jest/environment": "^28.0.0-alpha.9",
+    "@jest/expect": "^28.0.0-alpha.9",
+    "@jest/test-result": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9",
     "@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.8",
-    "jest-matcher-utils": "^28.0.0-alpha.8",
-    "jest-message-util": "^28.0.0-alpha.8",
-    "jest-runtime": "^28.0.0-alpha.8",
-    "jest-snapshot": "^28.0.0-alpha.8",
-    "jest-util": "^28.0.0-alpha.8",
-    "pretty-format": "^28.0.0-alpha.8",
+    "jest-each": "^28.0.0-alpha.9",
+    "jest-matcher-utils": "^28.0.0-alpha.9",
+    "jest-message-util": "^28.0.0-alpha.9",
+    "jest-runtime": "^28.0.0-alpha.9",
+    "jest-snapshot": "^28.0.0-alpha.9",
+    "jest-util": "^28.0.0-alpha.9",
+    "pretty-format": "^28.0.0-alpha.9",
     "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 ebc5fc2fa94d..27150b8f2ce1 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
-    "@jest/test-result": "^28.0.0-alpha.8",
-    "@jest/types": "^28.0.0-alpha.8",
+    "@jest/core": "^28.0.0-alpha.9",
+    "@jest/test-result": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9",
     "chalk": "^4.0.0",
     "exit": "^0.1.2",
     "graceful-fs": "^4.2.9",
     "import-local": "^3.0.2",
-    "jest-config": "^28.0.0-alpha.8",
-    "jest-util": "^28.0.0-alpha.8",
-    "jest-validate": "^28.0.0-alpha.8",
+    "jest-config": "^28.0.0-alpha.9",
+    "jest-util": "^28.0.0-alpha.9",
+    "jest-validate": "^28.0.0-alpha.9",
     "prompts": "^2.0.1",
     "yargs": "^17.3.1"
   },
diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json
index 611a9c064e1f..b2912d9d80dd 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.8",
+  "version": "28.0.0-alpha.9",
   "repository": {
     "type": "git",
     "url": "https://github.com/facebook/jest.git",
@@ -30,25 +30,25 @@
   },
   "dependencies": {
     "@babel/core": "^7.11.6",
-    "@jest/test-sequencer": "^28.0.0-alpha.8",
-    "@jest/types": "^28.0.0-alpha.8",
-    "babel-jest": "^28.0.0-alpha.8",
+    "@jest/test-sequencer": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9",
+    "babel-jest": "^28.0.0-alpha.9",
     "chalk": "^4.0.0",
     "ci-info": "^3.2.0",
     "deepmerge": "^4.2.2",
     "glob": "^7.1.3",
     "graceful-fs": "^4.2.9",
-    "jest-circus": "^28.0.0-alpha.8",
-    "jest-environment-node": "^28.0.0-alpha.8",
+    "jest-circus": "^28.0.0-alpha.9",
+    "jest-environment-node": "^28.0.0-alpha.9",
     "jest-get-type": "^28.0.0-alpha.3",
     "jest-regex-util": "^28.0.0-alpha.6",
-    "jest-resolve": "^28.0.0-alpha.8",
-    "jest-runner": "^28.0.0-alpha.8",
-    "jest-util": "^28.0.0-alpha.8",
-    "jest-validate": "^28.0.0-alpha.8",
+    "jest-resolve": "^28.0.0-alpha.9",
+    "jest-runner": "^28.0.0-alpha.9",
+    "jest-util": "^28.0.0-alpha.9",
+    "jest-validate": "^28.0.0-alpha.9",
     "micromatch": "^4.0.4",
     "parse-json": "^5.2.0",
-    "pretty-format": "^28.0.0-alpha.8",
+    "pretty-format": "^28.0.0-alpha.9",
     "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 dbedb42b36d8..0a9de65eebee 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
+    "@jest/types": "^28.0.0-alpha.9",
     "@types/node": "*",
     "chalk": "^4.0.0",
-    "jest-message-util": "^28.0.0-alpha.8",
-    "jest-util": "^28.0.0-alpha.8",
+    "jest-message-util": "^28.0.0-alpha.9",
+    "jest-util": "^28.0.0-alpha.9",
     "slash": "^3.0.0"
   },
   "devDependencies": {
-    "@jest/test-utils": "^28.0.0-alpha.8"
+    "@jest/test-utils": "^28.0.0-alpha.9"
   },
   "engines": {
     "node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
diff --git a/packages/jest-core/package.json b/packages/jest-core/package.json
index fc2f73eff86d..b77f728a9b3f 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
-    "@jest/reporters": "^28.0.0-alpha.8",
-    "@jest/test-result": "^28.0.0-alpha.8",
-    "@jest/transform": "^28.0.0-alpha.8",
-    "@jest/types": "^28.0.0-alpha.8",
+    "@jest/console": "^28.0.0-alpha.9",
+    "@jest/reporters": "^28.0.0-alpha.9",
+    "@jest/test-result": "^28.0.0-alpha.9",
+    "@jest/transform": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9",
     "@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.8",
-    "jest-haste-map": "^28.0.0-alpha.8",
-    "jest-message-util": "^28.0.0-alpha.8",
+    "jest-config": "^28.0.0-alpha.9",
+    "jest-haste-map": "^28.0.0-alpha.9",
+    "jest-message-util": "^28.0.0-alpha.9",
     "jest-regex-util": "^28.0.0-alpha.6",
-    "jest-resolve": "^28.0.0-alpha.8",
-    "jest-resolve-dependencies": "^28.0.0-alpha.8",
-    "jest-runner": "^28.0.0-alpha.8",
-    "jest-runtime": "^28.0.0-alpha.8",
-    "jest-snapshot": "^28.0.0-alpha.8",
-    "jest-util": "^28.0.0-alpha.8",
-    "jest-validate": "^28.0.0-alpha.8",
-    "jest-watcher": "^28.0.0-alpha.8",
+    "jest-resolve": "^28.0.0-alpha.9",
+    "jest-resolve-dependencies": "^28.0.0-alpha.9",
+    "jest-runner": "^28.0.0-alpha.9",
+    "jest-runtime": "^28.0.0-alpha.9",
+    "jest-snapshot": "^28.0.0-alpha.9",
+    "jest-util": "^28.0.0-alpha.9",
+    "jest-validate": "^28.0.0-alpha.9",
+    "jest-watcher": "^28.0.0-alpha.9",
     "micromatch": "^4.0.4",
-    "pretty-format": "^28.0.0-alpha.8",
+    "pretty-format": "^28.0.0-alpha.9",
     "rimraf": "^3.0.0",
     "slash": "^3.0.0",
     "strip-ansi": "^6.0.0"
   },
   "devDependencies": {
-    "@jest/test-sequencer": "^28.0.0-alpha.8",
-    "@jest/test-utils": "^28.0.0-alpha.8",
+    "@jest/test-sequencer": "^28.0.0-alpha.9",
+    "@jest/test-utils": "^28.0.0-alpha.9",
     "@types/exit": "^0.1.30",
     "@types/graceful-fs": "^4.1.3",
     "@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 cd16da4ab3cc..d4803daa6a0a 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.8",
+  "version": "28.0.0-alpha.9",
   "repository": {
     "type": "git",
     "url": "https://github.com/facebook/jest.git",
     "directory": "packages/jest-create-cache-key-function"
   },
   "dependencies": {
-    "@jest/types": "^28.0.0-alpha.8"
+    "@jest/types": "^28.0.0-alpha.9"
   },
   "devDependencies": {
     "@types/node": "*",
-    "jest-util": "^28.0.0-alpha.8"
+    "jest-util": "^28.0.0-alpha.9"
   },
   "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 cf94c5f0a8fa..f1db6618e238 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.8",
+  "version": "28.0.0-alpha.9",
   "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.6",
+    "diff-sequences": "^28.0.0-alpha.9",
     "jest-get-type": "^28.0.0-alpha.3",
-    "pretty-format": "^28.0.0-alpha.8"
+    "pretty-format": "^28.0.0-alpha.9"
   },
   "devDependencies": {
-    "@jest/test-utils": "^28.0.0-alpha.8",
+    "@jest/test-utils": "^28.0.0-alpha.9",
     "strip-ansi": "^6.0.0"
   },
   "engines": {
diff --git a/packages/jest-each/package.json b/packages/jest-each/package.json
index 8dae4cabb5d1..e34ce3c604e4 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
+    "@jest/types": "^28.0.0-alpha.9",
     "chalk": "^4.0.0",
     "jest-get-type": "^28.0.0-alpha.3",
-    "jest-util": "^28.0.0-alpha.8",
-    "pretty-format": "^28.0.0-alpha.8"
+    "jest-util": "^28.0.0-alpha.9",
+    "pretty-format": "^28.0.0-alpha.9"
   },
   "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 d5e29636b9db..d53cba5498f3 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
-    "@jest/fake-timers": "^28.0.0-alpha.8",
-    "@jest/types": "^28.0.0-alpha.8",
+    "@jest/environment": "^28.0.0-alpha.9",
+    "@jest/fake-timers": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9",
     "@types/jsdom": "^16.2.4",
     "@types/node": "*",
-    "jest-mock": "^28.0.0-alpha.8",
-    "jest-util": "^28.0.0-alpha.8",
+    "jest-mock": "^28.0.0-alpha.9",
+    "jest-util": "^28.0.0-alpha.9",
     "jsdom": "^19.0.0"
   },
   "devDependencies": {
-    "@jest/test-utils": "^28.0.0-alpha.8"
+    "@jest/test-utils": "^28.0.0-alpha.9"
   },
   "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 90d155384481..bbd63ed3c379 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
-    "@jest/fake-timers": "^28.0.0-alpha.8",
-    "@jest/types": "^28.0.0-alpha.8",
+    "@jest/environment": "^28.0.0-alpha.9",
+    "@jest/fake-timers": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9",
     "@types/node": "*",
-    "jest-mock": "^28.0.0-alpha.8",
-    "jest-util": "^28.0.0-alpha.8"
+    "jest-mock": "^28.0.0-alpha.9",
+    "jest-util": "^28.0.0-alpha.9"
   },
   "devDependencies": {
-    "@jest/test-utils": "^28.0.0-alpha.8"
+    "@jest/test-utils": "^28.0.0-alpha.9"
   },
   "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 78158980bae5..4bdfe739d583 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
-    "@jest/types": "^28.0.0-alpha.8",
+    "@jest/fake-timers": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9",
     "@types/node": "*",
-    "jest-mock": "^28.0.0-alpha.8"
+    "jest-mock": "^28.0.0-alpha.9"
   },
   "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 79e909ed9d9c..422c49d767ed 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.8",
+  "version": "28.0.0-alpha.9",
   "repository": {
     "type": "git",
     "url": "https://github.com/facebook/jest.git",
@@ -17,8 +17,8 @@
     "./package.json": "./package.json"
   },
   "dependencies": {
-    "expect": "^28.0.0-alpha.8",
-    "jest-snapshot": "^28.0.0-alpha.8"
+    "expect": "^28.0.0-alpha.9",
+    "jest-snapshot": "^28.0.0-alpha.9"
   },
   "devDependencies": {
     "@tsd/typescript": "~4.6.2",
diff --git a/packages/jest-fake-timers/package.json b/packages/jest-fake-timers/package.json
index 1f2c80dec533..ea8ad0b0cfba 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
+    "@jest/types": "^28.0.0-alpha.9",
     "@sinonjs/fake-timers": "^9.1.1",
     "@types/node": "*",
-    "jest-message-util": "^28.0.0-alpha.8",
-    "jest-mock": "^28.0.0-alpha.8",
-    "jest-util": "^28.0.0-alpha.8"
+    "jest-message-util": "^28.0.0-alpha.9",
+    "jest-mock": "^28.0.0-alpha.9",
+    "jest-util": "^28.0.0-alpha.9"
   },
   "devDependencies": {
-    "@jest/test-utils": "^28.0.0-alpha.8",
+    "@jest/test-utils": "^28.0.0-alpha.9",
     "@types/sinonjs__fake-timers": "^8.1.2"
   },
   "engines": {
diff --git a/packages/jest-globals/package.json b/packages/jest-globals/package.json
index 7cf73b85cc3d..effeab2924fb 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
-    "@jest/expect": "^28.0.0-alpha.8",
-    "@jest/types": "^28.0.0-alpha.8"
+    "@jest/environment": "^28.0.0-alpha.9",
+    "@jest/expect": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9"
   },
   "publishConfig": {
     "access": "public"
diff --git a/packages/jest-haste-map/package.json b/packages/jest-haste-map/package.json
index b3d7dfc72f66..4230c2bdbacf 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
+    "@jest/types": "^28.0.0-alpha.9",
     "@types/graceful-fs": "^4.1.3",
     "@types/node": "*",
     "anymatch": "^3.0.3",
     "fb-watchman": "^2.0.0",
     "graceful-fs": "^4.2.9",
     "jest-regex-util": "^28.0.0-alpha.6",
-    "jest-util": "^28.0.0-alpha.8",
-    "jest-worker": "^28.0.0-alpha.8",
+    "jest-util": "^28.0.0-alpha.9",
+    "jest-worker": "^28.0.0-alpha.9",
     "micromatch": "^4.0.4",
     "walker": "^1.0.7"
   },
   "devDependencies": {
-    "@jest/test-utils": "^28.0.0-alpha.8",
+    "@jest/test-utils": "^28.0.0-alpha.9",
     "@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 24ae48e171fd..a156dd5f9e4e 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
-    "@jest/expect": "^28.0.0-alpha.8",
-    "@jest/source-map": "^28.0.0-alpha.6",
-    "@jest/test-result": "^28.0.0-alpha.8",
-    "@jest/types": "^28.0.0-alpha.8",
+    "@jest/environment": "^28.0.0-alpha.9",
+    "@jest/expect": "^28.0.0-alpha.9",
+    "@jest/source-map": "^28.0.0-alpha.9",
+    "@jest/test-result": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9",
     "@types/node": "*",
     "chalk": "^4.0.0",
     "co": "^4.6.0",
     "is-generator-fn": "^2.0.0",
-    "jest-each": "^28.0.0-alpha.8",
-    "jest-matcher-utils": "^28.0.0-alpha.8",
-    "jest-message-util": "^28.0.0-alpha.8",
-    "jest-runtime": "^28.0.0-alpha.8",
-    "jest-snapshot": "^28.0.0-alpha.8",
-    "jest-util": "^28.0.0-alpha.8",
-    "pretty-format": "^28.0.0-alpha.8",
+    "jest-each": "^28.0.0-alpha.9",
+    "jest-matcher-utils": "^28.0.0-alpha.9",
+    "jest-message-util": "^28.0.0-alpha.9",
+    "jest-runtime": "^28.0.0-alpha.9",
+    "jest-snapshot": "^28.0.0-alpha.9",
+    "jest-util": "^28.0.0-alpha.9",
+    "pretty-format": "^28.0.0-alpha.9",
     "throat": "^6.0.1"
   },
   "devDependencies": {
diff --git a/packages/jest-leak-detector/package.json b/packages/jest-leak-detector/package.json
index 8763a0ceb5af..7e2cb596c652 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8"
+    "pretty-format": "^28.0.0-alpha.9"
   },
   "devDependencies": {
     "@types/weak-napi": "^2.0.0",
diff --git a/packages/jest-matcher-utils/package.json b/packages/jest-matcher-utils/package.json
index ff34ef3bd8a2..8b888b11dc73 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
+    "jest-diff": "^28.0.0-alpha.9",
     "jest-get-type": "^28.0.0-alpha.3",
-    "pretty-format": "^28.0.0-alpha.8"
+    "pretty-format": "^28.0.0-alpha.9"
   },
   "devDependencies": {
-    "@jest/test-utils": "^28.0.0-alpha.8",
+    "@jest/test-utils": "^28.0.0-alpha.9",
     "@types/node": "*"
   },
   "publishConfig": {
diff --git a/packages/jest-message-util/package.json b/packages/jest-message-util/package.json
index 4ba9f7f236cd..74113fa9cbc9 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
+    "@jest/types": "^28.0.0-alpha.9",
     "@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.8",
+    "pretty-format": "^28.0.0-alpha.9",
     "slash": "^3.0.0",
     "stack-utils": "^2.0.3"
   },
diff --git a/packages/jest-mock/package.json b/packages/jest-mock/package.json
index bdb0c0afcf6f..388dfe478cc6 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
+    "@jest/types": "^28.0.0-alpha.9",
     "@types/node": "*"
   },
   "devDependencies": {
diff --git a/packages/jest-phabricator/package.json b/packages/jest-phabricator/package.json
index 231a1893a5b0..6309c48a944c 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8"
+    "@jest/test-result": "^28.0.0-alpha.9"
   },
   "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 c223965d108a..9e17f9a70a5b 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
-    "@jest/environment": "^28.0.0-alpha.8",
-    "@jest/transform": "^28.0.0-alpha.8",
-    "@jest/types": "^28.0.0-alpha.8",
+    "@jest/console": "^28.0.0-alpha.9",
+    "@jest/environment": "^28.0.0-alpha.9",
+    "@jest/transform": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9",
     "chalk": "^4.0.0",
-    "jest-config": "^28.0.0-alpha.8",
-    "jest-runtime": "^28.0.0-alpha.8",
-    "jest-util": "^28.0.0-alpha.8",
-    "jest-validate": "^28.0.0-alpha.8",
+    "jest-config": "^28.0.0-alpha.9",
+    "jest-runtime": "^28.0.0-alpha.9",
+    "jest-util": "^28.0.0-alpha.9",
+    "jest-validate": "^28.0.0-alpha.9",
     "repl": "^0.1.3",
     "yargs": "^17.3.1"
   },
diff --git a/packages/jest-reporters/package.json b/packages/jest-reporters/package.json
index c5dcc7464083..a79b91382150 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
-    "@jest/test-result": "^28.0.0-alpha.8",
-    "@jest/transform": "^28.0.0-alpha.8",
-    "@jest/types": "^28.0.0-alpha.8",
+    "@jest/console": "^28.0.0-alpha.9",
+    "@jest/test-result": "^28.0.0-alpha.9",
+    "@jest/transform": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9",
     "@types/node": "*",
     "chalk": "^4.0.0",
     "collect-v8-coverage": "^1.0.0",
@@ -28,8 +28,8 @@
     "istanbul-lib-report": "^3.0.0",
     "istanbul-lib-source-maps": "^4.0.0",
     "istanbul-reports": "^3.1.3",
-    "jest-util": "^28.0.0-alpha.8",
-    "jest-worker": "^28.0.0-alpha.8",
+    "jest-util": "^28.0.0-alpha.9",
+    "jest-worker": "^28.0.0-alpha.9",
     "slash": "^3.0.0",
     "source-map": "^0.6.1",
     "string-length": "^4.0.1",
@@ -37,7 +37,7 @@
     "v8-to-istanbul": "^8.1.0"
   },
   "devDependencies": {
-    "@jest/test-utils": "^28.0.0-alpha.8",
+    "@jest/test-utils": "^28.0.0-alpha.9",
     "@types/exit": "^0.1.30",
     "@types/glob": "^7.1.1",
     "@types/graceful-fs": "^4.1.3",
@@ -47,7 +47,7 @@
     "@types/istanbul-lib-source-maps": "^4.0.0",
     "@types/istanbul-reports": "^3.0.0",
     "@types/node-notifier": "^8.0.0",
-    "jest-resolve": "^28.0.0-alpha.8",
+    "jest-resolve": "^28.0.0-alpha.9",
     "mock-fs": "^5.1.2",
     "strip-ansi": "^6.0.0"
   },
diff --git a/packages/jest-resolve-dependencies/package.json b/packages/jest-resolve-dependencies/package.json
index b17dd116adfc..d1fb54158692 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.8",
+  "version": "28.0.0-alpha.9",
   "repository": {
     "type": "git",
     "url": "https://github.com/facebook/jest.git",
@@ -18,14 +18,14 @@
   },
   "dependencies": {
     "jest-regex-util": "^28.0.0-alpha.6",
-    "jest-snapshot": "^28.0.0-alpha.8"
+    "jest-snapshot": "^28.0.0-alpha.9"
   },
   "devDependencies": {
-    "@jest/test-utils": "^28.0.0-alpha.8",
-    "@jest/types": "^28.0.0-alpha.8",
-    "jest-haste-map": "^28.0.0-alpha.8",
-    "jest-resolve": "^28.0.0-alpha.8",
-    "jest-runtime": "^28.0.0-alpha.8"
+    "@jest/test-utils": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9",
+    "jest-haste-map": "^28.0.0-alpha.9",
+    "jest-resolve": "^28.0.0-alpha.9",
+    "jest-runtime": "^28.0.0-alpha.9"
   },
   "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 2affa9109365..0f4dae47588c 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
+    "jest-haste-map": "^28.0.0-alpha.9",
     "jest-pnp-resolver": "^1.2.2",
-    "jest-util": "^28.0.0-alpha.8",
-    "jest-validate": "^28.0.0-alpha.8",
+    "jest-util": "^28.0.0-alpha.9",
+    "jest-validate": "^28.0.0-alpha.9",
     "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 e3de29991744..b0f7a269641b 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.8",
+  "version": "28.0.0-alpha.9",
   "repository": {
     "type": "git",
     "url": "https://github.com/facebook/jest.git",
@@ -17,25 +17,25 @@
     "./package.json": "./package.json"
   },
   "dependencies": {
-    "@jest/console": "^28.0.0-alpha.8",
-    "@jest/environment": "^28.0.0-alpha.8",
-    "@jest/test-result": "^28.0.0-alpha.8",
-    "@jest/transform": "^28.0.0-alpha.8",
-    "@jest/types": "^28.0.0-alpha.8",
+    "@jest/console": "^28.0.0-alpha.9",
+    "@jest/environment": "^28.0.0-alpha.9",
+    "@jest/test-result": "^28.0.0-alpha.9",
+    "@jest/transform": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9",
     "@types/node": "*",
     "chalk": "^4.0.0",
     "emittery": "^0.10.2",
     "graceful-fs": "^4.2.9",
     "jest-docblock": "^28.0.0-alpha.6",
-    "jest-environment-node": "^28.0.0-alpha.8",
-    "jest-haste-map": "^28.0.0-alpha.8",
-    "jest-leak-detector": "^28.0.0-alpha.8",
-    "jest-message-util": "^28.0.0-alpha.8",
-    "jest-resolve": "^28.0.0-alpha.8",
-    "jest-runtime": "^28.0.0-alpha.8",
-    "jest-util": "^28.0.0-alpha.8",
-    "jest-watcher": "^28.0.0-alpha.8",
-    "jest-worker": "^28.0.0-alpha.8",
+    "jest-environment-node": "^28.0.0-alpha.9",
+    "jest-haste-map": "^28.0.0-alpha.9",
+    "jest-leak-detector": "^28.0.0-alpha.9",
+    "jest-message-util": "^28.0.0-alpha.9",
+    "jest-resolve": "^28.0.0-alpha.9",
+    "jest-runtime": "^28.0.0-alpha.9",
+    "jest-util": "^28.0.0-alpha.9",
+    "jest-watcher": "^28.0.0-alpha.9",
+    "jest-worker": "^28.0.0-alpha.9",
     "source-map-support": "^0.5.6",
     "throat": "^6.0.1"
   },
@@ -44,7 +44,7 @@
     "@types/exit": "^0.1.30",
     "@types/graceful-fs": "^4.1.3",
     "@types/source-map-support": "^0.5.0",
-    "jest-jasmine2": "^28.0.0-alpha.8",
+    "jest-jasmine2": "^28.0.0-alpha.9",
     "tsd-lite": "^0.5.1"
   },
   "engines": {
diff --git a/packages/jest-runtime/package.json b/packages/jest-runtime/package.json
index ddf360901263..3f062fc2accc 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
-    "@jest/fake-timers": "^28.0.0-alpha.8",
-    "@jest/globals": "^28.0.0-alpha.8",
-    "@jest/source-map": "^28.0.0-alpha.6",
-    "@jest/test-result": "^28.0.0-alpha.8",
-    "@jest/transform": "^28.0.0-alpha.8",
-    "@jest/types": "^28.0.0-alpha.8",
+    "@jest/environment": "^28.0.0-alpha.9",
+    "@jest/fake-timers": "^28.0.0-alpha.9",
+    "@jest/globals": "^28.0.0-alpha.9",
+    "@jest/source-map": "^28.0.0-alpha.9",
+    "@jest/test-result": "^28.0.0-alpha.9",
+    "@jest/transform": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9",
     "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.8",
-    "jest-message-util": "^28.0.0-alpha.8",
-    "jest-mock": "^28.0.0-alpha.8",
+    "jest-haste-map": "^28.0.0-alpha.9",
+    "jest-message-util": "^28.0.0-alpha.9",
+    "jest-mock": "^28.0.0-alpha.9",
     "jest-regex-util": "^28.0.0-alpha.6",
-    "jest-resolve": "^28.0.0-alpha.8",
-    "jest-snapshot": "^28.0.0-alpha.8",
-    "jest-util": "^28.0.0-alpha.8",
+    "jest-resolve": "^28.0.0-alpha.9",
+    "jest-snapshot": "^28.0.0-alpha.9",
+    "jest-util": "^28.0.0-alpha.9",
     "slash": "^3.0.0",
     "strip-bom": "^4.0.0"
   },
   "devDependencies": {
-    "@jest/test-utils": "^28.0.0-alpha.8",
+    "@jest/test-utils": "^28.0.0-alpha.9",
     "@types/glob": "^7.1.1",
     "@types/graceful-fs": "^4.1.3",
     "@types/node": "*",
-    "jest-environment-node": "^28.0.0-alpha.8"
+    "jest-environment-node": "^28.0.0-alpha.9"
   },
   "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 e7a723585dc8..de10164f7079 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.8",
+  "version": "28.0.0-alpha.9",
   "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.3.3",
-    "@jest/expect-utils": "^28.0.0-alpha.8",
-    "@jest/transform": "^28.0.0-alpha.8",
-    "@jest/types": "^28.0.0-alpha.8",
+    "@jest/expect-utils": "^28.0.0-alpha.9",
+    "@jest/transform": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9",
     "@types/babel__traverse": "^7.0.6",
     "@types/prettier": "^2.1.5",
     "babel-preset-current-node-syntax": "^1.0.0",
     "chalk": "^4.0.0",
-    "expect": "^28.0.0-alpha.8",
+    "expect": "^28.0.0-alpha.9",
     "graceful-fs": "^4.2.9",
-    "jest-diff": "^28.0.0-alpha.8",
+    "jest-diff": "^28.0.0-alpha.9",
     "jest-get-type": "^28.0.0-alpha.3",
-    "jest-haste-map": "^28.0.0-alpha.8",
-    "jest-matcher-utils": "^28.0.0-alpha.8",
-    "jest-message-util": "^28.0.0-alpha.8",
-    "jest-util": "^28.0.0-alpha.8",
+    "jest-haste-map": "^28.0.0-alpha.9",
+    "jest-matcher-utils": "^28.0.0-alpha.9",
+    "jest-message-util": "^28.0.0-alpha.9",
+    "jest-util": "^28.0.0-alpha.9",
     "natural-compare": "^1.4.0",
-    "pretty-format": "^28.0.0-alpha.8",
+    "pretty-format": "^28.0.0-alpha.9",
     "semver": "^7.3.5"
   },
   "devDependencies": {
     "@babel/preset-flow": "^7.7.2",
     "@babel/preset-react": "^7.12.1",
-    "@jest/test-utils": "^28.0.0-alpha.8",
+    "@jest/test-utils": "^28.0.0-alpha.9",
     "@types/graceful-fs": "^4.1.3",
     "@types/natural-compare": "^1.4.0",
     "@types/semver": "^7.1.0",
diff --git a/packages/jest-source-map/package.json b/packages/jest-source-map/package.json
index f26f1d26ad40..b57ea028f33b 100644
--- a/packages/jest-source-map/package.json
+++ b/packages/jest-source-map/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@jest/source-map",
-  "version": "28.0.0-alpha.6",
+  "version": "28.0.0-alpha.9",
   "repository": {
     "type": "git",
     "url": "https://github.com/facebook/jest.git",
diff --git a/packages/jest-test-result/package.json b/packages/jest-test-result/package.json
index ed707e86e1ca..6648d6353b02 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
-    "@jest/types": "^28.0.0-alpha.8",
+    "@jest/console": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9",
     "@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 468c5360f8a0..cdac32b85ff9 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.8",
+  "version": "28.0.0-alpha.9",
   "repository": {
     "type": "git",
     "url": "https://github.com/facebook/jest.git",
@@ -17,13 +17,13 @@
     "./package.json": "./package.json"
   },
   "dependencies": {
-    "@jest/test-result": "^28.0.0-alpha.8",
+    "@jest/test-result": "^28.0.0-alpha.9",
     "graceful-fs": "^4.2.9",
-    "jest-haste-map": "^28.0.0-alpha.8",
+    "jest-haste-map": "^28.0.0-alpha.9",
     "slash": "^3.0.0"
   },
   "devDependencies": {
-    "@jest/test-utils": "^28.0.0-alpha.8",
+    "@jest/test-utils": "^28.0.0-alpha.9",
     "@types/graceful-fs": "^4.1.3"
   },
   "engines": {
diff --git a/packages/jest-transform/package.json b/packages/jest-transform/package.json
index 7731c6c7f242..fc42a0eabb8b 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.8",
+  "version": "28.0.0-alpha.9",
   "repository": {
     "type": "git",
     "url": "https://github.com/facebook/jest.git",
@@ -18,15 +18,15 @@
   },
   "dependencies": {
     "@babel/core": "^7.11.6",
-    "@jest/types": "^28.0.0-alpha.8",
+    "@jest/types": "^28.0.0-alpha.9",
     "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.8",
+    "jest-haste-map": "^28.0.0-alpha.9",
     "jest-regex-util": "^28.0.0-alpha.6",
-    "jest-util": "^28.0.0-alpha.8",
+    "jest-util": "^28.0.0-alpha.9",
     "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.8",
+    "@jest/test-utils": "^28.0.0-alpha.9",
     "@types/babel__core": "^7.1.14",
     "@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 ce7eb1d1fc55..7ba428dcdc1b 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.8",
+  "version": "28.0.0-alpha.9",
   "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 91e53cc5f20c..c38aa17a977e 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
+    "@jest/types": "^28.0.0-alpha.9",
     "@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 39e66e80b1bc..c3905194e398 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
+    "@jest/types": "^28.0.0-alpha.9",
     "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.8"
+    "pretty-format": "^28.0.0-alpha.9"
   },
   "devDependencies": {
     "@types/yargs": "^17.0.8"
diff --git a/packages/jest-watcher/package.json b/packages/jest-watcher/package.json
index 29dd32d11e0b..013e9d24d868 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.8",
+  "version": "28.0.0-alpha.9",
   "main": "./build/index.js",
   "types": "./build/index.d.ts",
   "exports": {
@@ -12,13 +12,13 @@
     "./package.json": "./package.json"
   },
   "dependencies": {
-    "@jest/test-result": "^28.0.0-alpha.8",
-    "@jest/types": "^28.0.0-alpha.8",
+    "@jest/test-result": "^28.0.0-alpha.9",
+    "@jest/types": "^28.0.0-alpha.9",
     "@types/node": "*",
     "ansi-escapes": "^4.2.1",
     "chalk": "^4.0.0",
     "emittery": "^0.10.2",
-    "jest-util": "^28.0.0-alpha.8",
+    "jest-util": "^28.0.0-alpha.9",
     "string-length": "^4.0.1"
   },
   "repository": {
diff --git a/packages/jest-worker/package.json b/packages/jest-worker/package.json
index 2172efdf53e9..622fa22e0171 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
+    "jest-leak-detector": "^28.0.0-alpha.9",
     "worker-farm": "^1.6.0"
   },
   "engines": {
diff --git a/packages/jest/package.json b/packages/jest/package.json
index 31b201c1b840..bf608678338d 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.8",
+  "version": "28.0.0-alpha.9",
   "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.8",
+    "@jest/core": "^28.0.0-alpha.9",
     "import-local": "^3.0.2",
-    "jest-cli": "^28.0.0-alpha.8"
+    "jest-cli": "^28.0.0-alpha.9"
   },
   "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 a118f9674cd5..cea85a9d0583 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.8",
+  "version": "28.0.0-alpha.9",
   "repository": {
     "type": "git",
     "url": "https://github.com/facebook/jest.git",
@@ -29,9 +29,9 @@
     "@types/react": "^17.0.3",
     "@types/react-is": "^17.0.0",
     "@types/react-test-renderer": "17.0.2",
-    "expect": "^28.0.0-alpha.8",
+    "expect": "^28.0.0-alpha.9",
     "immutable": "^4.0.0",
-    "jest-util": "^28.0.0-alpha.8",
+    "jest-util": "^28.0.0-alpha.9",
     "react": "17.0.2",
     "react-dom": "^17.0.1",
     "react-test-renderer": "17.0.2"
diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json
index 7b4fea7f3203..b6bb226b1492 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.8",
+  "version": "28.0.0-alpha.9",
   "private": true,
   "main": "./build/index.js",
   "types": "./build/index.d.ts",
@@ -12,11 +12,11 @@
     "./package.json": "./package.json"
   },
   "dependencies": {
-    "@jest/types": "^28.0.0-alpha.8",
+    "@jest/types": "^28.0.0-alpha.9",
     "@types/node": "*",
     "ansi-regex": "^5.0.1",
     "ansi-styles": "^5.0.0",
-    "pretty-format": "^28.0.0-alpha.8",
+    "pretty-format": "^28.0.0-alpha.9",
     "semver": "^7.3.5"
   },
   "devDependencies": {