Skip to content

Commit

Permalink
Merge branch 'master' into pretty-format/jestjs#7895
Browse files Browse the repository at this point in the history
  • Loading branch information
mishra-prabhakar committed Mar 7, 2019
2 parents 09ffcce + 36484b5 commit 6192fda
Show file tree
Hide file tree
Showing 50 changed files with 358 additions and 334 deletions.
136 changes: 79 additions & 57 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.13.1",
"version": "24.1.0",
"version": "24.3.0",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "24.1.0",
"version": "24.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,11 +11,11 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/transform": "^24.1.0",
"@jest/types": "^24.1.0",
"@jest/transform": "^24.3.0",
"@jest/types": "^24.3.0",
"@types/babel__core": "^7.1.0",
"babel-plugin-istanbul": "^5.1.0",
"babel-preset-jest": "^24.1.0",
"babel-preset-jest": "^24.3.0",
"chalk": "^2.4.2",
"slash": "^2.0.0"
},
Expand All @@ -32,5 +32,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-jest-hoist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-jest-hoist",
"version": "24.1.0",
"version": "24.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -21,5 +21,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
}
6 changes: 3 additions & 3 deletions packages/babel-preset-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-jest",
"version": "24.1.0",
"version": "24.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,7 +10,7 @@
"main": "index.js",
"dependencies": {
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"babel-plugin-jest-hoist": "^24.1.0"
"babel-plugin-jest-hoist": "^24.3.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand All @@ -21,5 +21,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
}
4 changes: 2 additions & 2 deletions packages/diff-sequences/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diff-sequences",
"version": "24.0.0",
"version": "24.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down Expand Up @@ -30,5 +30,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
}
4 changes: 2 additions & 2 deletions packages/eslint-config-fb-strict/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-fb-strict",
"version": "24.0.0",
"version": "24.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -26,5 +26,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
}
14 changes: 7 additions & 7 deletions packages/expect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "24.1.0",
"version": "24.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,12 +11,12 @@
"types": "build/index.d.ts",
"browser": "build-es5/index.js",
"dependencies": {
"@jest/types": "^24.1.0",
"@jest/types": "^24.3.0",
"ansi-styles": "^3.2.0",
"jest-get-type": "^24.0.0",
"jest-matcher-utils": "^24.0.0",
"jest-message-util": "^24.0.0",
"jest-regex-util": "^24.0.0"
"jest-get-type": "^24.3.0",
"jest-matcher-utils": "^24.3.0",
"jest-message-util": "^24.3.0",
"jest-regex-util": "^24.3.0"
},
"devDependencies": {
"@types/ansi-styles": "^3.2.1"
Expand All @@ -27,5 +27,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
}
6 changes: 3 additions & 3 deletions packages/jest-changed-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-changed-files",
"version": "24.0.0",
"version": "24.3.0",
"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": "^24.1.0",
"@jest/types": "^24.3.0",
"execa": "^1.0.0",
"throat": "^4.0.0"
},
Expand All @@ -23,5 +23,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
}
2 changes: 1 addition & 1 deletion packages/jest-changed-files/src/hg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const adapter: SCMAdapter = {

const args = ['status', '-amnu'];
if (options && options.withAncestor) {
args.push('--rev', `min(!public() & ::.)^`);
args.push('--rev', `min((!public() & ::.)+.)^`);
} else if (options && options.changedSince) {
args.push('--rev', `ancestor(., ${options.changedSince})`);
} else if (options && options.lastCommit === true) {
Expand Down
28 changes: 14 additions & 14 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "24.1.0",
"version": "24.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,36 +11,36 @@
"types": "build/index.d.ts",
"dependencies": {
"@babel/traverse": "^7.1.0",
"@jest/environment": "^24.1.0",
"@jest/test-result": "^24.1.0",
"@jest/types": "^24.1.0",
"@jest/environment": "^24.3.0",
"@jest/test-result": "^24.3.0",
"@jest/types": "^24.3.0",
"@types/node": "*",
"chalk": "^2.0.1",
"co": "^4.6.0",
"expect": "^24.1.0",
"expect": "^24.3.0",
"is-generator-fn": "^2.0.0",
"jest-each": "^24.0.0",
"jest-matcher-utils": "^24.0.0",
"jest-message-util": "^24.0.0",
"jest-snapshot": "^24.1.0",
"jest-util": "^24.0.0",
"pretty-format": "^24.0.0",
"jest-each": "^24.3.0",
"jest-matcher-utils": "^24.3.0",
"jest-message-util": "^24.3.0",
"jest-snapshot": "^24.3.0",
"jest-util": "^24.3.0",
"pretty-format": "^24.3.0",
"stack-utils": "^1.0.1",
"throat": "^4.0.0"
},
"devDependencies": {
"@jest/test-utils": "0.0.0",
"@jest/test-utils": "^24.3.0",
"@types/babel__traverse": "^7.0.4",
"@types/co": "^4.6.0",
"@types/stack-utils": "^1.0.1",
"execa": "^1.0.0",
"jest-runtime": "^24.1.0"
"jest-runtime": "^24.3.0"
},
"engines": {
"node": ">= 6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
}
16 changes: 8 additions & 8 deletions packages/jest-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "24.1.0",
"version": "24.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/core": "^24.1.0",
"@jest/test-result": "^24.1.0",
"@jest/types": "^24.1.0",
"@jest/core": "^24.3.0",
"@jest/test-result": "^24.3.0",
"@jest/types": "^24.3.0",
"chalk": "^2.0.1",
"exit": "^0.1.2",
"import-local": "^2.0.0",
"is-ci": "^2.0.0",
"jest-config": "^24.1.0",
"jest-util": "^24.0.0",
"jest-validate": "^24.0.0",
"jest-config": "^24.3.0",
"jest-util": "^24.3.0",
"jest-validate": "^24.3.0",
"prompts": "^2.0.1",
"realpath-native": "^1.1.0",
"yargs": "^12.0.2"
Expand Down Expand Up @@ -70,5 +70,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
}
26 changes: 13 additions & 13 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "24.1.0",
"version": "24.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,20 +11,20 @@
"types": "build/index.d.ts",
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/types": "^24.1.0",
"babel-jest": "^24.1.0",
"@jest/types": "^24.3.0",
"babel-jest": "^24.3.0",
"chalk": "^2.0.1",
"glob": "^7.1.1",
"jest-environment-jsdom": "^24.0.0",
"jest-environment-node": "^24.0.0",
"jest-get-type": "^24.0.0",
"jest-jasmine2": "^24.1.0",
"jest-regex-util": "^24.0.0",
"jest-resolve": "^24.1.0",
"jest-util": "^24.0.0",
"jest-validate": "^24.0.0",
"jest-environment-jsdom": "^24.3.0",
"jest-environment-node": "^24.3.0",
"jest-get-type": "^24.3.0",
"jest-jasmine2": "^24.3.0",
"jest-regex-util": "^24.3.0",
"jest-resolve": "^24.3.0",
"jest-util": "^24.3.0",
"jest-validate": "^24.3.0",
"micromatch": "^3.1.10",
"pretty-format": "^24.0.0",
"pretty-format": "^24.3.0",
"realpath-native": "^1.1.0"
},
"devDependencies": {
Expand All @@ -38,5 +38,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
}
6 changes: 3 additions & 3 deletions packages/jest-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jest/console",
"version": "24.1.0",
"version": "24.3.0",
"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/source-map": "^24.1.0",
"@jest/source-map": "^24.3.0",
"@types/node": "*",
"chalk": "^2.0.1",
"slash": "^2.0.0"
Expand All @@ -24,5 +24,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
}
39 changes: 20 additions & 19 deletions packages/jest-core/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "24.1.0",
"version": "24.3.0",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"dependencies": {
"@jest/console": "^24.1.0",
"@jest/types": "^24.1.0",
"@jest/reporters": "^24.1.0",
"@jest/test-result": "^24.1.0",
"@jest/transform": "^24.1.0",
"@jest/console": "^24.3.0",
"@jest/reporters": "^24.3.0",
"@jest/test-result": "^24.3.0",
"@jest/transform": "^24.3.0",
"@jest/types": "^24.3.0",
"ansi-escapes": "^3.0.0",
"chalk": "^2.0.1",
"exit": "^0.1.2",
"graceful-fs": "^4.1.15",
"jest-changed-files": "^24.0.0",
"jest-config": "^24.1.0",
"jest-haste-map": "^24.0.0",
"jest-message-util": "^24.0.0",
"jest-regex-util": "^24.0.0",
"jest-resolve-dependencies": "^24.1.0",
"jest-runner": "^24.1.0",
"jest-runtime": "^24.1.0",
"jest-snapshot": "^24.1.0",
"jest-util": "^24.0.0",
"jest-validate": "^24.0.0",
"jest-watcher": "^24.0.0",
"jest-changed-files": "^24.3.0",
"jest-config": "^24.3.0",
"jest-haste-map": "^24.3.0",
"jest-message-util": "^24.3.0",
"jest-regex-util": "^24.3.0",
"jest-resolve-dependencies": "^24.3.0",
"jest-runner": "^24.3.0",
"jest-runtime": "^24.3.0",
"jest-snapshot": "^24.3.0",
"jest-util": "^24.3.0",
"jest-validate": "^24.3.0",
"jest-watcher": "^24.3.0",
"micromatch": "^3.1.10",
"p-each-series": "^1.0.0",
"pirates": "^4.0.1",
Expand Down Expand Up @@ -83,5 +83,6 @@
],
"publishConfig": {
"access": "public"
}
},
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
}
Loading

0 comments on commit 6192fda

Please sign in to comment.