Skip to content

Commit

Permalink
v28.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 6, 2022
1 parent 9d031bd commit 06f58f8
Show file tree
Hide file tree
Showing 43 changed files with 241 additions and 241 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "28.0.0-alpha.6"
"version": "28.0.0-alpha.7"
}
6 changes: 3 additions & 3 deletions 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.6",
"version": "28.0.0-alpha.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,7 +18,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/transform": "^28.0.0-alpha.6",
"@jest/transform": "^28.0.0-alpha.7",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.1.1",
"babel-preset-jest": "^28.0.0-alpha.6",
Expand All @@ -28,7 +28,7 @@
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@jest/test-utils": "^28.0.0-alpha.6",
"@jest/test-utils": "^28.0.0-alpha.7",
"@types/graceful-fs": "^4.1.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/expect-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/expect-utils",
"version": "28.0.0-alpha.6",
"version": "28.0.0-alpha.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -20,7 +20,7 @@
"jest-get-type": "^28.0.0-alpha.3"
},
"devDependencies": {
"jest-matcher-utils": "^28.0.0-alpha.6"
"jest-matcher-utils": "^28.0.0-alpha.7"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/expect/package.json
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "28.0.0-alpha.6",
"version": "28.0.0-alpha.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,13 +18,13 @@
"./build/matchers": "./build/matchers.js"
},
"dependencies": {
"@jest/expect-utils": "^28.0.0-alpha.6",
"@jest/expect-utils": "^28.0.0-alpha.7",
"jest-get-type": "^28.0.0-alpha.3",
"jest-matcher-utils": "^28.0.0-alpha.6",
"jest-message-util": "^28.0.0-alpha.6"
"jest-matcher-utils": "^28.0.0-alpha.7",
"jest-message-util": "^28.0.0-alpha.7"
},
"devDependencies": {
"@jest/test-utils": "^28.0.0-alpha.6",
"@jest/test-utils": "^28.0.0-alpha.7",
"@tsd/typescript": "~4.6.2",
"chalk": "^4.0.0",
"fast-check": "^2.0.0",
Expand Down
24 changes: 12 additions & 12 deletions packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "28.0.0-alpha.6",
"version": "28.0.0-alpha.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -18,22 +18,22 @@
"./runner": "./runner.js"
},
"dependencies": {
"@jest/environment": "^28.0.0-alpha.6",
"@jest/expect": "^28.0.0-alpha.6",
"@jest/test-result": "^28.0.0-alpha.6",
"@jest/types": "^28.0.0-alpha.6",
"@jest/environment": "^28.0.0-alpha.7",
"@jest/expect": "^28.0.0-alpha.7",
"@jest/test-result": "^28.0.0-alpha.7",
"@jest/types": "^28.0.0-alpha.7",
"@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.6",
"jest-matcher-utils": "^28.0.0-alpha.6",
"jest-message-util": "^28.0.0-alpha.6",
"jest-runtime": "^28.0.0-alpha.6",
"jest-snapshot": "^28.0.0-alpha.6",
"jest-util": "^28.0.0-alpha.6",
"pretty-format": "^28.0.0-alpha.6",
"jest-each": "^28.0.0-alpha.7",
"jest-matcher-utils": "^28.0.0-alpha.7",
"jest-message-util": "^28.0.0-alpha.7",
"jest-runtime": "^28.0.0-alpha.7",
"jest-snapshot": "^28.0.0-alpha.7",
"jest-util": "^28.0.0-alpha.7",
"pretty-format": "^28.0.0-alpha.7",
"slash": "^3.0.0",
"stack-utils": "^2.0.3",
"throat": "^6.0.1"
Expand Down
14 changes: 7 additions & 7 deletions packages/jest-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "28.0.0-alpha.6",
"version": "28.0.0-alpha.7",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand All @@ -13,16 +13,16 @@
"./bin/jest": "./bin/jest.js"
},
"dependencies": {
"@jest/core": "^28.0.0-alpha.6",
"@jest/test-result": "^28.0.0-alpha.6",
"@jest/types": "^28.0.0-alpha.6",
"@jest/core": "^28.0.0-alpha.7",
"@jest/test-result": "^28.0.0-alpha.7",
"@jest/types": "^28.0.0-alpha.7",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.9",
"import-local": "^3.0.2",
"jest-config": "^28.0.0-alpha.6",
"jest-util": "^28.0.0-alpha.6",
"jest-validate": "^28.0.0-alpha.6",
"jest-config": "^28.0.0-alpha.7",
"jest-util": "^28.0.0-alpha.7",
"jest-validate": "^28.0.0-alpha.7",
"prompts": "^2.0.1",
"yargs": "^17.3.1"
},
Expand Down
22 changes: 11 additions & 11 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "28.0.0-alpha.6",
"version": "28.0.0-alpha.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down Expand Up @@ -30,25 +30,25 @@
},
"dependencies": {
"@babel/core": "^7.8.0",
"@jest/test-sequencer": "^28.0.0-alpha.6",
"@jest/types": "^28.0.0-alpha.6",
"babel-jest": "^28.0.0-alpha.6",
"@jest/test-sequencer": "^28.0.0-alpha.7",
"@jest/types": "^28.0.0-alpha.7",
"babel-jest": "^28.0.0-alpha.7",
"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.6",
"jest-environment-node": "^28.0.0-alpha.6",
"jest-circus": "^28.0.0-alpha.7",
"jest-environment-node": "^28.0.0-alpha.7",
"jest-get-type": "^28.0.0-alpha.3",
"jest-regex-util": "^28.0.0-alpha.6",
"jest-resolve": "^28.0.0-alpha.6",
"jest-runner": "^28.0.0-alpha.6",
"jest-util": "^28.0.0-alpha.6",
"jest-validate": "^28.0.0-alpha.6",
"jest-resolve": "^28.0.0-alpha.7",
"jest-runner": "^28.0.0-alpha.7",
"jest-util": "^28.0.0-alpha.7",
"jest-validate": "^28.0.0-alpha.7",
"micromatch": "^4.0.4",
"parse-json": "^5.2.0",
"pretty-format": "^28.0.0-alpha.6",
"pretty-format": "^28.0.0-alpha.7",
"slash": "^3.0.0",
"strip-json-comments": "^3.1.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-console/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/console",
"version": "28.0.0-alpha.6",
"version": "28.0.0-alpha.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,15 +17,15 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/types": "^28.0.0-alpha.6",
"@jest/types": "^28.0.0-alpha.7",
"@types/node": "*",
"chalk": "^4.0.0",
"jest-message-util": "^28.0.0-alpha.6",
"jest-util": "^28.0.0-alpha.6",
"jest-message-util": "^28.0.0-alpha.7",
"jest-util": "^28.0.0-alpha.7",
"slash": "^3.0.0"
},
"devDependencies": {
"@jest/test-utils": "^28.0.0-alpha.6",
"@jest/test-utils": "^28.0.0-alpha.7",
"@types/node": "*"
},
"engines": {
Expand Down
40 changes: 20 additions & 20 deletions packages/jest-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "28.0.0-alpha.6",
"version": "28.0.0-alpha.7",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
Expand All @@ -12,39 +12,39 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/console": "^28.0.0-alpha.6",
"@jest/reporters": "^28.0.0-alpha.6",
"@jest/test-result": "^28.0.0-alpha.6",
"@jest/transform": "^28.0.0-alpha.6",
"@jest/types": "^28.0.0-alpha.6",
"@jest/console": "^28.0.0-alpha.7",
"@jest/reporters": "^28.0.0-alpha.7",
"@jest/test-result": "^28.0.0-alpha.7",
"@jest/transform": "^28.0.0-alpha.7",
"@jest/types": "^28.0.0-alpha.7",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"emittery": "^0.8.1",
"exit": "^0.1.2",
"graceful-fs": "^4.2.9",
"jest-changed-files": "^28.0.0-alpha.3",
"jest-config": "^28.0.0-alpha.6",
"jest-haste-map": "^28.0.0-alpha.6",
"jest-message-util": "^28.0.0-alpha.6",
"jest-config": "^28.0.0-alpha.7",
"jest-haste-map": "^28.0.0-alpha.7",
"jest-message-util": "^28.0.0-alpha.7",
"jest-regex-util": "^28.0.0-alpha.6",
"jest-resolve": "^28.0.0-alpha.6",
"jest-resolve-dependencies": "^28.0.0-alpha.6",
"jest-runner": "^28.0.0-alpha.6",
"jest-runtime": "^28.0.0-alpha.6",
"jest-snapshot": "^28.0.0-alpha.6",
"jest-util": "^28.0.0-alpha.6",
"jest-validate": "^28.0.0-alpha.6",
"jest-watcher": "^28.0.0-alpha.6",
"jest-resolve": "^28.0.0-alpha.7",
"jest-resolve-dependencies": "^28.0.0-alpha.7",
"jest-runner": "^28.0.0-alpha.7",
"jest-runtime": "^28.0.0-alpha.7",
"jest-snapshot": "^28.0.0-alpha.7",
"jest-util": "^28.0.0-alpha.7",
"jest-validate": "^28.0.0-alpha.7",
"jest-watcher": "^28.0.0-alpha.7",
"micromatch": "^4.0.4",
"pretty-format": "^28.0.0-alpha.6",
"pretty-format": "^28.0.0-alpha.7",
"rimraf": "^3.0.0",
"slash": "^3.0.0",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^28.0.0-alpha.6",
"@jest/test-utils": "^28.0.0-alpha.6",
"@jest/test-sequencer": "^28.0.0-alpha.7",
"@jest/test-utils": "^28.0.0-alpha.7",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/micromatch": "^4.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-create-cache-key-function/package.json
@@ -1,17 +1,17 @@
{
"name": "@jest/create-cache-key-function",
"version": "28.0.0-alpha.6",
"version": "28.0.0-alpha.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-create-cache-key-function"
},
"dependencies": {
"@jest/types": "^28.0.0-alpha.6"
"@jest/types": "^28.0.0-alpha.7"
},
"devDependencies": {
"@types/node": "*",
"jest-util": "^28.0.0-alpha.6"
"jest-util": "^28.0.0-alpha.7"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-diff/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "28.0.0-alpha.6",
"version": "28.0.0-alpha.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -20,10 +20,10 @@
"chalk": "^4.0.0",
"diff-sequences": "^28.0.0-alpha.6",
"jest-get-type": "^28.0.0-alpha.3",
"pretty-format": "^28.0.0-alpha.6"
"pretty-format": "^28.0.0-alpha.7"
},
"devDependencies": {
"@jest/test-utils": "^28.0.0-alpha.6",
"@jest/test-utils": "^28.0.0-alpha.7",
"strip-ansi": "^6.0.0"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-each/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-each",
"version": "28.0.0-alpha.6",
"version": "28.0.0-alpha.7",
"description": "Parameterised tests for Jest",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -25,11 +25,11 @@
"author": "Matt Phillips (mattphillips)",
"license": "MIT",
"dependencies": {
"@jest/types": "^28.0.0-alpha.6",
"@jest/types": "^28.0.0-alpha.7",
"chalk": "^4.0.0",
"jest-get-type": "^28.0.0-alpha.3",
"jest-util": "^28.0.0-alpha.6",
"pretty-format": "^28.0.0-alpha.6"
"jest-util": "^28.0.0-alpha.7",
"pretty-format": "^28.0.0-alpha.7"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/jest-environment-jsdom/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "28.0.0-alpha.6",
"version": "28.0.0-alpha.7",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,17 +17,17 @@
"./package.json": "./package.json"
},
"dependencies": {
"@jest/environment": "^28.0.0-alpha.6",
"@jest/fake-timers": "^28.0.0-alpha.6",
"@jest/types": "^28.0.0-alpha.6",
"@jest/environment": "^28.0.0-alpha.7",
"@jest/fake-timers": "^28.0.0-alpha.7",
"@jest/types": "^28.0.0-alpha.7",
"@types/jsdom": "^16.2.4",
"@types/node": "*",
"jest-mock": "^28.0.0-alpha.6",
"jest-util": "^28.0.0-alpha.6",
"jest-mock": "^28.0.0-alpha.7",
"jest-util": "^28.0.0-alpha.7",
"jsdom": "^19.0.0"
},
"devDependencies": {
"@jest/test-utils": "^28.0.0-alpha.6"
"@jest/test-utils": "^28.0.0-alpha.7"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.13.0 || >=17.0.0"
Expand Down

0 comments on commit 06f58f8

Please sign in to comment.