From 4def94b073cad300e99de378ba900e6ba9b7032f Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Fri, 19 Aug 2022 15:57:37 +0200 Subject: [PATCH] v29.0.0-alpha.6 --- lerna.json | 2 +- packages/babel-jest/package.json | 2 +- packages/expect-utils/package.json | 2 +- packages/expect/package.json | 2 +- packages/jest-circus/package.json | 2 +- packages/jest-cli/package.json | 2 +- packages/jest-config/package.json | 2 +- packages/jest-console/package.json | 2 +- packages/jest-core/package.json | 2 +- packages/jest-create-cache-key-function/package.json | 2 +- packages/jest-diff/package.json | 2 +- packages/jest-each/package.json | 2 +- packages/jest-environment-jsdom/package.json | 2 +- packages/jest-environment-node/package.json | 2 +- packages/jest-environment/package.json | 2 +- packages/jest-expect/package.json | 2 +- packages/jest-fake-timers/package.json | 2 +- packages/jest-globals/package.json | 2 +- packages/jest-haste-map/package.json | 2 +- packages/jest-jasmine2/package.json | 2 +- packages/jest-leak-detector/package.json | 2 +- packages/jest-matcher-utils/package.json | 2 +- packages/jest-message-util/package.json | 2 +- packages/jest-mock/package.json | 2 +- packages/jest-phabricator/package.json | 2 +- packages/jest-repl/package.json | 2 +- packages/jest-reporters/package.json | 2 +- packages/jest-resolve-dependencies/package.json | 2 +- packages/jest-resolve/package.json | 2 +- packages/jest-runner/package.json | 2 +- packages/jest-runtime/package.json | 2 +- packages/jest-snapshot/package.json | 2 +- packages/jest-source-map/package.json | 2 +- packages/jest-test-result/package.json | 2 +- packages/jest-test-sequencer/package.json | 2 +- packages/jest-transform/package.json | 2 +- packages/jest-types/package.json | 2 +- packages/jest-util/package.json | 2 +- packages/jest-validate/package.json | 2 +- packages/jest-watcher/package.json | 2 +- packages/jest-worker/package.json | 2 +- packages/jest/package.json | 2 +- packages/pretty-format/package.json | 2 +- packages/test-utils/package.json | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/lerna.json b/lerna.json index 3ea7c4fa4e1b..66c943693a4f 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ "syncWorkspaceLock": true } }, - "version": "29.0.0-alpha.5" + "version": "29.0.0-alpha.6" } diff --git a/packages/babel-jest/package.json b/packages/babel-jest/package.json index 0633c58e0c72..3eb4761eb90e 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": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "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 b6d4ea00b71c..35b03d016d1c 100644 --- a/packages/expect-utils/package.json +++ b/packages/expect-utils/package.json @@ -1,6 +1,6 @@ { "name": "@jest/expect-utils", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/expect/package.json b/packages/expect/package.json index f13e69dfe499..a6f9a8b9e885 100644 --- a/packages/expect/package.json +++ b/packages/expect/package.json @@ -1,6 +1,6 @@ { "name": "expect", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-circus/package.json b/packages/jest-circus/package.json index e61f26253308..b7c9df744be6 100644 --- a/packages/jest-circus/package.json +++ b/packages/jest-circus/package.json @@ -1,6 +1,6 @@ { "name": "jest-circus", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index ba53e71f6888..688bbdeb2fb5 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": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index df8a0abc7de7..217eb976f377 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "jest-config", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-console/package.json b/packages/jest-console/package.json index 7f0d980e6c31..19beeb9f3bd3 100644 --- a/packages/jest-console/package.json +++ b/packages/jest-console/package.json @@ -1,6 +1,6 @@ { "name": "@jest/console", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-core/package.json b/packages/jest-core/package.json index cb8750159c31..f6e8cec5a430 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": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { diff --git a/packages/jest-create-cache-key-function/package.json b/packages/jest-create-cache-key-function/package.json index 7c58e6d345b8..87f33ac01878 100644 --- a/packages/jest-create-cache-key-function/package.json +++ b/packages/jest-create-cache-key-function/package.json @@ -1,6 +1,6 @@ { "name": "@jest/create-cache-key-function", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-diff/package.json b/packages/jest-diff/package.json index 86d8dca4cd51..ffff42df25e1 100644 --- a/packages/jest-diff/package.json +++ b/packages/jest-diff/package.json @@ -1,6 +1,6 @@ { "name": "jest-diff", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-each/package.json b/packages/jest-each/package.json index c147c5f8c0b1..556162bcfa2c 100644 --- a/packages/jest-each/package.json +++ b/packages/jest-each/package.json @@ -1,6 +1,6 @@ { "name": "jest-each", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "description": "Parameterised tests for Jest", "main": "./build/index.js", "types": "./build/index.d.ts", diff --git a/packages/jest-environment-jsdom/package.json b/packages/jest-environment-jsdom/package.json index e774139c25c9..393acf2ccf39 100644 --- a/packages/jest-environment-jsdom/package.json +++ b/packages/jest-environment-jsdom/package.json @@ -1,6 +1,6 @@ { "name": "jest-environment-jsdom", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-environment-node/package.json b/packages/jest-environment-node/package.json index 4fd59fc44805..bbe21e2bec34 100644 --- a/packages/jest-environment-node/package.json +++ b/packages/jest-environment-node/package.json @@ -1,6 +1,6 @@ { "name": "jest-environment-node", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-environment/package.json b/packages/jest-environment/package.json index 96702a4a0403..6a4fcd437603 100644 --- a/packages/jest-environment/package.json +++ b/packages/jest-environment/package.json @@ -1,6 +1,6 @@ { "name": "@jest/environment", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-expect/package.json b/packages/jest-expect/package.json index d262cb0f8970..fa2ee60ba91e 100644 --- a/packages/jest-expect/package.json +++ b/packages/jest-expect/package.json @@ -1,6 +1,6 @@ { "name": "@jest/expect", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-fake-timers/package.json b/packages/jest-fake-timers/package.json index 84ebdb4ff8b8..c0763058c7ac 100644 --- a/packages/jest-fake-timers/package.json +++ b/packages/jest-fake-timers/package.json @@ -1,6 +1,6 @@ { "name": "@jest/fake-timers", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-globals/package.json b/packages/jest-globals/package.json index a55ddbf2044b..d40f934a4f2b 100644 --- a/packages/jest-globals/package.json +++ b/packages/jest-globals/package.json @@ -1,6 +1,6 @@ { "name": "@jest/globals", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-haste-map/package.json b/packages/jest-haste-map/package.json index f65cf6588953..50c38029a979 100644 --- a/packages/jest-haste-map/package.json +++ b/packages/jest-haste-map/package.json @@ -1,6 +1,6 @@ { "name": "jest-haste-map", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-jasmine2/package.json b/packages/jest-jasmine2/package.json index 5ea74d4c3362..062748be2ca7 100644 --- a/packages/jest-jasmine2/package.json +++ b/packages/jest-jasmine2/package.json @@ -1,6 +1,6 @@ { "name": "jest-jasmine2", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-leak-detector/package.json b/packages/jest-leak-detector/package.json index 87d87c6833a1..15c257972d92 100644 --- a/packages/jest-leak-detector/package.json +++ b/packages/jest-leak-detector/package.json @@ -1,6 +1,6 @@ { "name": "jest-leak-detector", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-matcher-utils/package.json b/packages/jest-matcher-utils/package.json index 494a89b0a2c4..e9e1fe98bb4a 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": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-message-util/package.json b/packages/jest-message-util/package.json index 6583dddfec51..af339eeee0d3 100644 --- a/packages/jest-message-util/package.json +++ b/packages/jest-message-util/package.json @@ -1,6 +1,6 @@ { "name": "jest-message-util", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-mock/package.json b/packages/jest-mock/package.json index 2829e19a5769..dda6d2023088 100644 --- a/packages/jest-mock/package.json +++ b/packages/jest-mock/package.json @@ -1,6 +1,6 @@ { "name": "jest-mock", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-phabricator/package.json b/packages/jest-phabricator/package.json index 6790e5819f8c..dcc326469b71 100644 --- a/packages/jest-phabricator/package.json +++ b/packages/jest-phabricator/package.json @@ -1,6 +1,6 @@ { "name": "jest-phabricator", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-repl/package.json b/packages/jest-repl/package.json index 19c72c5bc4e0..71ce04f8c712 100644 --- a/packages/jest-repl/package.json +++ b/packages/jest-repl/package.json @@ -1,6 +1,6 @@ { "name": "jest-repl", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-reporters/package.json b/packages/jest-reporters/package.json index 6bcb9c3d0837..3f0e7b4fb8d9 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": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { diff --git a/packages/jest-resolve-dependencies/package.json b/packages/jest-resolve-dependencies/package.json index b7c740e78eb7..51997ae761c1 100644 --- a/packages/jest-resolve-dependencies/package.json +++ b/packages/jest-resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "jest-resolve-dependencies", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-resolve/package.json b/packages/jest-resolve/package.json index afc52002f942..464e16c6724f 100644 --- a/packages/jest-resolve/package.json +++ b/packages/jest-resolve/package.json @@ -1,6 +1,6 @@ { "name": "jest-resolve", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-runner/package.json b/packages/jest-runner/package.json index bfdfd49eb2e7..136fdaa8d8c7 100644 --- a/packages/jest-runner/package.json +++ b/packages/jest-runner/package.json @@ -1,6 +1,6 @@ { "name": "jest-runner", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-runtime/package.json b/packages/jest-runtime/package.json index 2b2eecbcf2d7..452db9dacb77 100644 --- a/packages/jest-runtime/package.json +++ b/packages/jest-runtime/package.json @@ -1,6 +1,6 @@ { "name": "jest-runtime", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-snapshot/package.json b/packages/jest-snapshot/package.json index 18feba9e57cb..a72067be0793 100644 --- a/packages/jest-snapshot/package.json +++ b/packages/jest-snapshot/package.json @@ -1,6 +1,6 @@ { "name": "jest-snapshot", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-source-map/package.json b/packages/jest-source-map/package.json index 3371634137b9..7e44baa54f00 100644 --- a/packages/jest-source-map/package.json +++ b/packages/jest-source-map/package.json @@ -1,6 +1,6 @@ { "name": "@jest/source-map", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "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 63bfe4fd8017..e653ea82a734 100644 --- a/packages/jest-test-result/package.json +++ b/packages/jest-test-result/package.json @@ -1,6 +1,6 @@ { "name": "@jest/test-result", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-test-sequencer/package.json b/packages/jest-test-sequencer/package.json index 347626ab4aa0..8f13c86b04f9 100644 --- a/packages/jest-test-sequencer/package.json +++ b/packages/jest-test-sequencer/package.json @@ -1,6 +1,6 @@ { "name": "@jest/test-sequencer", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-transform/package.json b/packages/jest-transform/package.json index 5f0dcafb4414..26367f12d638 100644 --- a/packages/jest-transform/package.json +++ b/packages/jest-transform/package.json @@ -1,6 +1,6 @@ { "name": "@jest/transform", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-types/package.json b/packages/jest-types/package.json index dd32b7bac45b..7bdc9e3530a3 100644 --- a/packages/jest-types/package.json +++ b/packages/jest-types/package.json @@ -1,6 +1,6 @@ { "name": "@jest/types", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "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 27af03b95498..fe1c36eb5ce1 100644 --- a/packages/jest-util/package.json +++ b/packages/jest-util/package.json @@ -1,6 +1,6 @@ { "name": "jest-util", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-validate/package.json b/packages/jest-validate/package.json index 93afe4422a25..959e09eedd13 100644 --- a/packages/jest-validate/package.json +++ b/packages/jest-validate/package.json @@ -1,6 +1,6 @@ { "name": "jest-validate", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest-watcher/package.json b/packages/jest-watcher/package.json index 4a857e86a300..3f93a2b9a1cd 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": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { diff --git a/packages/jest-worker/package.json b/packages/jest-worker/package.json index 287734525970..aaea8692919e 100644 --- a/packages/jest-worker/package.json +++ b/packages/jest-worker/package.json @@ -1,6 +1,6 @@ { "name": "jest-worker", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/jest/package.json b/packages/jest/package.json index c8679e60f948..9a3ea32b3e4d 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,7 +1,7 @@ { "name": "jest", "description": "Delightful JavaScript Testing.", - "version": "29.0.0-alpha.5", + "version": "29.0.0-alpha.6", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { diff --git a/packages/pretty-format/package.json b/packages/pretty-format/package.json index d6c2ecf64fd4..2c830dcb1e3f 100644 --- a/packages/pretty-format/package.json +++ b/packages/pretty-format/package.json @@ -1,6 +1,6 @@ { "name": "pretty-format", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 9946d2c3da1b..c5ef3713d46d 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@jest/test-utils", - "version": "29.0.0-alpha.4", + "version": "29.0.0-alpha.6", "private": true, "main": "./build/index.js", "types": "./build/index.d.ts",