Skip to content

Commit

Permalink
v26.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 4, 2020
1 parent d30a586 commit 68b65af
Show file tree
Hide file tree
Showing 39 changed files with 211 additions and 211 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "26.0.0-alpha.1",
"version": "26.0.0-alpha.2",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
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": "26.0.0-alpha.1",
"version": "26.0.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,8 +11,8 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/transform": "^26.0.0-alpha.1",
"@jest/types": "^26.0.0-alpha.1",
"@jest/transform": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0-alpha.2",
"@types/babel__core": "^7.1.7",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^26.0.0-alpha.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/expect/package.json
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "26.0.0-alpha.1",
"version": "26.0.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,11 +10,11 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/types": "^26.0.0-alpha.1",
"@jest/types": "^26.0.0-alpha.2",
"ansi-styles": "^4.0.0",
"jest-get-type": "^26.0.0-alpha.0",
"jest-matcher-utils": "^26.0.0-alpha.1",
"jest-message-util": "^26.0.0-alpha.1",
"jest-matcher-utils": "^26.0.0-alpha.2",
"jest-message-util": "^26.0.0-alpha.2",
"jest-regex-util": "^26.0.0-alpha.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-changed-files/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-changed-files",
"version": "26.0.0-alpha.1",
"version": "26.0.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,7 +10,7 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/types": "^26.0.0-alpha.1",
"@jest/types": "^26.0.0-alpha.2",
"execa": "^4.0.0",
"throat": "^5.0.0"
},
Expand Down
24 changes: 12 additions & 12 deletions packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "26.0.0-alpha.1",
"version": "26.0.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,21 +11,21 @@
"types": "build/index.d.ts",
"dependencies": {
"@babel/traverse": "^7.1.0",
"@jest/environment": "^26.0.0-alpha.1",
"@jest/test-result": "^26.0.0-alpha.1",
"@jest/types": "^26.0.0-alpha.1",
"@jest/environment": "^26.0.0-alpha.2",
"@jest/test-result": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0-alpha.2",
"chalk": "^4.0.0",
"co": "^4.6.0",
"dedent": "^0.7.0",
"expect": "^26.0.0-alpha.1",
"expect": "^26.0.0-alpha.2",
"is-generator-fn": "^2.0.0",
"jest-each": "^26.0.0-alpha.1",
"jest-matcher-utils": "^26.0.0-alpha.1",
"jest-message-util": "^26.0.0-alpha.1",
"jest-runtime": "^26.0.0-alpha.1",
"jest-snapshot": "^26.0.0-alpha.1",
"jest-util": "^26.0.0-alpha.1",
"pretty-format": "^26.0.0-alpha.1",
"jest-each": "^26.0.0-alpha.2",
"jest-matcher-utils": "^26.0.0-alpha.2",
"jest-message-util": "^26.0.0-alpha.2",
"jest-runtime": "^26.0.0-alpha.2",
"jest-snapshot": "^26.0.0-alpha.2",
"jest-util": "^26.0.0-alpha.2",
"pretty-format": "^26.0.0-alpha.2",
"stack-utils": "^2.0.2",
"throat": "^5.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/jest-cli/package.json
@@ -1,21 +1,21 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "26.0.0-alpha.1",
"version": "26.0.0-alpha.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/core": "^26.0.0-alpha.1",
"@jest/test-result": "^26.0.0-alpha.1",
"@jest/types": "^26.0.0-alpha.1",
"@jest/core": "^26.0.0-alpha.2",
"@jest/test-result": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0-alpha.2",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"import-local": "^3.0.2",
"is-ci": "^2.0.0",
"jest-config": "^26.0.0-alpha.1",
"jest-util": "^26.0.0-alpha.1",
"jest-validate": "^26.0.0-alpha.1",
"jest-config": "^26.0.0-alpha.2",
"jest-util": "^26.0.0-alpha.2",
"jest-validate": "^26.0.0-alpha.2",
"prompts": "^2.0.1",
"yargs": "^15.3.1"
},
Expand Down
22 changes: 11 additions & 11 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "26.0.0-alpha.1",
"version": "26.0.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,23 +11,23 @@
"types": "build/index.d.ts",
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^26.0.0-alpha.1",
"@jest/types": "^26.0.0-alpha.1",
"babel-jest": "^26.0.0-alpha.1",
"@jest/test-sequencer": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0-alpha.2",
"babel-jest": "^26.0.0-alpha.2",
"chalk": "^4.0.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.1",
"graceful-fs": "^4.2.4",
"jest-environment-jsdom": "^26.0.0-alpha.1",
"jest-environment-node": "^26.0.0-alpha.1",
"jest-environment-jsdom": "^26.0.0-alpha.2",
"jest-environment-node": "^26.0.0-alpha.2",
"jest-get-type": "^26.0.0-alpha.0",
"jest-jasmine2": "^26.0.0-alpha.1",
"jest-jasmine2": "^26.0.0-alpha.2",
"jest-regex-util": "^26.0.0-alpha.1",
"jest-resolve": "^26.0.0-alpha.1",
"jest-util": "^26.0.0-alpha.1",
"jest-validate": "^26.0.0-alpha.1",
"jest-resolve": "^26.0.0-alpha.2",
"jest-util": "^26.0.0-alpha.2",
"jest-validate": "^26.0.0-alpha.2",
"micromatch": "^4.0.2",
"pretty-format": "^26.0.0-alpha.1"
"pretty-format": "^26.0.0-alpha.2"
},
"devDependencies": {
"@types/babel__core": "^7.0.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-console/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/console",
"version": "26.0.0-alpha.1",
"version": "26.0.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,10 +10,10 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/types": "^26.0.0-alpha.1",
"@jest/types": "^26.0.0-alpha.2",
"chalk": "^4.0.0",
"jest-message-util": "^26.0.0-alpha.1",
"jest-util": "^26.0.0-alpha.1",
"jest-message-util": "^26.0.0-alpha.2",
"jest-util": "^26.0.0-alpha.2",
"slash": "^3.0.0"
},
"devDependencies": {
Expand Down
38 changes: 19 additions & 19 deletions packages/jest-core/package.json
@@ -1,40 +1,40 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "26.0.0-alpha.1",
"version": "26.0.0-alpha.2",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"dependencies": {
"@jest/console": "^26.0.0-alpha.1",
"@jest/reporters": "^26.0.0-alpha.1",
"@jest/test-result": "^26.0.0-alpha.1",
"@jest/transform": "^26.0.0-alpha.1",
"@jest/types": "^26.0.0-alpha.1",
"@jest/console": "^26.0.0-alpha.2",
"@jest/reporters": "^26.0.0-alpha.2",
"@jest/test-result": "^26.0.0-alpha.2",
"@jest/transform": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0-alpha.2",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^26.0.0-alpha.1",
"jest-config": "^26.0.0-alpha.1",
"jest-haste-map": "^26.0.0-alpha.1",
"jest-message-util": "^26.0.0-alpha.1",
"jest-changed-files": "^26.0.0-alpha.2",
"jest-config": "^26.0.0-alpha.2",
"jest-haste-map": "^26.0.0-alpha.2",
"jest-message-util": "^26.0.0-alpha.2",
"jest-regex-util": "^26.0.0-alpha.1",
"jest-resolve": "^26.0.0-alpha.1",
"jest-resolve-dependencies": "^26.0.0-alpha.1",
"jest-runner": "^26.0.0-alpha.1",
"jest-runtime": "^26.0.0-alpha.1",
"jest-snapshot": "^26.0.0-alpha.1",
"jest-util": "^26.0.0-alpha.1",
"jest-validate": "^26.0.0-alpha.1",
"jest-watcher": "^26.0.0-alpha.1",
"jest-resolve": "^26.0.0-alpha.2",
"jest-resolve-dependencies": "^26.0.0-alpha.2",
"jest-runner": "^26.0.0-alpha.2",
"jest-runtime": "^26.0.0-alpha.2",
"jest-snapshot": "^26.0.0-alpha.2",
"jest-util": "^26.0.0-alpha.2",
"jest-validate": "^26.0.0-alpha.2",
"jest-watcher": "^26.0.0-alpha.2",
"micromatch": "^4.0.2",
"p-each-series": "^2.1.0",
"rimraf": "^3.0.0",
"slash": "^3.0.0",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^26.0.0-alpha.1",
"@jest/test-sequencer": "^26.0.0-alpha.2",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/micromatch": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-diff/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "26.0.0-alpha.1",
"version": "26.0.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -13,7 +13,7 @@
"chalk": "^4.0.0",
"diff-sequences": "^26.0.0-alpha.0",
"jest-get-type": "^26.0.0-alpha.0",
"pretty-format": "^26.0.0-alpha.1"
"pretty-format": "^26.0.0-alpha.2"
},
"devDependencies": {
"@jest/test-utils": "^26.0.0-alpha.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-each/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-each",
"version": "26.0.0-alpha.1",
"version": "26.0.0-alpha.2",
"description": "Parameterised tests for Jest",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -18,11 +18,11 @@
"author": "Matt Phillips (mattphillips)",
"license": "MIT",
"dependencies": {
"@jest/types": "^26.0.0-alpha.1",
"@jest/types": "^26.0.0-alpha.2",
"chalk": "^4.0.0",
"jest-get-type": "^26.0.0-alpha.0",
"jest-util": "^26.0.0-alpha.1",
"pretty-format": "^26.0.0-alpha.1"
"jest-util": "^26.0.0-alpha.2",
"pretty-format": "^26.0.0-alpha.2"
},
"engines": {
"node": ">= 10.14.2"
Expand Down
12 changes: 6 additions & 6 deletions packages/jest-environment-jsdom/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "26.0.0-alpha.1",
"version": "26.0.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,11 +10,11 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/environment": "^26.0.0-alpha.1",
"@jest/fake-timers": "^26.0.0-alpha.1",
"@jest/types": "^26.0.0-alpha.1",
"jest-mock": "^26.0.0-alpha.1",
"jest-util": "^26.0.0-alpha.1",
"@jest/environment": "^26.0.0-alpha.2",
"@jest/fake-timers": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0-alpha.2",
"jest-mock": "^26.0.0-alpha.2",
"jest-util": "^26.0.0-alpha.2",
"jsdom": "^16.2.2"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/jest-environment-node/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-node",
"version": "26.0.0-alpha.1",
"version": "26.0.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,11 +10,11 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/environment": "^26.0.0-alpha.1",
"@jest/fake-timers": "^26.0.0-alpha.1",
"@jest/types": "^26.0.0-alpha.1",
"jest-mock": "^26.0.0-alpha.1",
"jest-util": "^26.0.0-alpha.1"
"@jest/environment": "^26.0.0-alpha.2",
"@jest/fake-timers": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0-alpha.2",
"jest-mock": "^26.0.0-alpha.2",
"jest-util": "^26.0.0-alpha.2"
},
"engines": {
"node": ">= 10.14.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-environment/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/environment",
"version": "26.0.0-alpha.1",
"version": "26.0.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,9 +10,9 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/fake-timers": "^26.0.0-alpha.1",
"@jest/types": "^26.0.0-alpha.1",
"jest-mock": "^26.0.0-alpha.1"
"@jest/fake-timers": "^26.0.0-alpha.2",
"@jest/types": "^26.0.0-alpha.2",
"jest-mock": "^26.0.0-alpha.2"
},
"devDependencies": {
"@types/node": "*"
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-fake-timers/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/fake-timers",
"version": "26.0.0-alpha.1",
"version": "26.0.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,11 +10,11 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/types": "^26.0.0-alpha.1",
"@jest/types": "^26.0.0-alpha.2",
"@sinonjs/fake-timers": "^6.0.1",
"jest-message-util": "^26.0.0-alpha.1",
"jest-mock": "^26.0.0-alpha.1",
"jest-util": "^26.0.0-alpha.1"
"jest-message-util": "^26.0.0-alpha.2",
"jest-mock": "^26.0.0-alpha.2",
"jest-util": "^26.0.0-alpha.2"
},
"devDependencies": {
"@types/node": "*",
Expand Down

0 comments on commit 68b65af

Please sign in to comment.