Skip to content

Commit

Permalink
Release 24.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthovestadt committed May 5, 2019
1 parent 845728f commit 1404933
Show file tree
Hide file tree
Showing 39 changed files with 250 additions and 240 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@

### Features

### Fixes

### Chore & Maintenance

### Performance

## 24.8.0

### Features

- `[jest-circus]` Bind to Circus events via an optional event handler on any custom env ([#8344](https://github.com/facebook/jest/pull/8344)
- `[expect]` Improve report when matcher fails, part 15 ([#8281](https://github.com/facebook/jest/pull/8281))
- `[jest-cli]` Update `--forceExit` and "did not exit for one second" message colors ([#8329](https://github.com/facebook/jest/pull/8329))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "3.13.1",
"version": "24.7.1",
"version": "24.8.0",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-jest/package.json
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "24.7.1",
"version": "24.8.0",
"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": "^24.7.1",
"@jest/types": "^24.7.0",
"@jest/transform": "^24.8.0",
"@jest/types": "^24.8.0",
"@types/babel__core": "^7.1.0",
"babel-plugin-istanbul": "^5.1.0",
"babel-preset-jest": "^24.6.0",
Expand All @@ -32,5 +32,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
}
12 changes: 6 additions & 6 deletions packages/expect/package.json
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "24.7.1",
"version": "24.8.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,11 +11,11 @@
"types": "build/index.d.ts",
"browser": "build-es5/index.js",
"dependencies": {
"@jest/types": "^24.7.0",
"@jest/types": "^24.8.0",
"ansi-styles": "^3.2.0",
"jest-get-type": "^24.3.0",
"jest-matcher-utils": "^24.7.0",
"jest-message-util": "^24.7.1",
"jest-get-type": "^24.8.0",
"jest-matcher-utils": "^24.8.0",
"jest-message-util": "^24.8.0",
"jest-regex-util": "^24.3.0"
},
"devDependencies": {
Expand All @@ -28,5 +28,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
}
6 changes: 3 additions & 3 deletions packages/jest-changed-files/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-changed-files",
"version": "24.7.0",
"version": "24.8.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.7.0",
"@jest/types": "^24.8.0",
"execa": "^1.0.0",
"throat": "^4.0.0"
},
Expand All @@ -23,5 +23,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "eb0413622542bc0f70c32950d9daeeab9f6802ac"
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
}
26 changes: 13 additions & 13 deletions packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "24.7.1",
"version": "24.8.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,19 +11,19 @@
"types": "build/index.d.ts",
"dependencies": {
"@babel/traverse": "^7.1.0",
"@jest/environment": "^24.7.1",
"@jest/test-result": "^24.7.1",
"@jest/types": "^24.7.0",
"@jest/environment": "^24.8.0",
"@jest/test-result": "^24.8.0",
"@jest/types": "^24.8.0",
"chalk": "^2.0.1",
"co": "^4.6.0",
"expect": "^24.7.1",
"expect": "^24.8.0",
"is-generator-fn": "^2.0.0",
"jest-each": "^24.7.1",
"jest-matcher-utils": "^24.7.0",
"jest-message-util": "^24.7.1",
"jest-snapshot": "^24.7.1",
"jest-util": "^24.7.1",
"pretty-format": "^24.7.0",
"jest-each": "^24.8.0",
"jest-matcher-utils": "^24.8.0",
"jest-message-util": "^24.8.0",
"jest-snapshot": "^24.8.0",
"jest-util": "^24.8.0",
"pretty-format": "^24.8.0",
"stack-utils": "^1.0.1",
"throat": "^4.0.0"
},
Expand All @@ -33,13 +33,13 @@
"@types/co": "^4.6.0",
"@types/stack-utils": "^1.0.1",
"execa": "^1.0.0",
"jest-runtime": "^24.7.1"
"jest-runtime": "^24.8.0"
},
"engines": {
"node": ">= 6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
}
16 changes: 8 additions & 8 deletions packages/jest-cli/package.json
@@ -1,20 +1,20 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "24.7.1",
"version": "24.8.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/core": "^24.7.1",
"@jest/test-result": "^24.7.1",
"@jest/types": "^24.7.0",
"@jest/core": "^24.8.0",
"@jest/test-result": "^24.8.0",
"@jest/types": "^24.8.0",
"chalk": "^2.0.1",
"exit": "^0.1.2",
"import-local": "^2.0.0",
"is-ci": "^2.0.0",
"jest-config": "^24.7.1",
"jest-util": "^24.7.1",
"jest-validate": "^24.7.0",
"jest-config": "^24.8.0",
"jest-util": "^24.8.0",
"jest-validate": "^24.8.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": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
}
26 changes: 13 additions & 13 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "24.7.1",
"version": "24.8.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,21 +11,21 @@
"types": "build/index.d.ts",
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^24.7.1",
"@jest/types": "^24.7.0",
"babel-jest": "^24.7.1",
"@jest/test-sequencer": "^24.8.0",
"@jest/types": "^24.8.0",
"babel-jest": "^24.8.0",
"chalk": "^2.0.1",
"glob": "^7.1.1",
"jest-environment-jsdom": "^24.7.1",
"jest-environment-node": "^24.7.1",
"jest-get-type": "^24.3.0",
"jest-jasmine2": "^24.7.1",
"jest-environment-jsdom": "^24.8.0",
"jest-environment-node": "^24.8.0",
"jest-get-type": "^24.8.0",
"jest-jasmine2": "^24.8.0",
"jest-regex-util": "^24.3.0",
"jest-resolve": "^24.7.1",
"jest-util": "^24.7.1",
"jest-validate": "^24.7.0",
"jest-resolve": "^24.8.0",
"jest-util": "^24.8.0",
"jest-validate": "^24.8.0",
"micromatch": "^3.1.10",
"pretty-format": "^24.7.0",
"pretty-format": "^24.8.0",
"realpath-native": "^1.1.0"
},
"devDependencies": {
Expand All @@ -39,5 +39,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
}
36 changes: 18 additions & 18 deletions packages/jest-core/package.json
@@ -1,31 +1,31 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "24.7.1",
"version": "24.8.0",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"dependencies": {
"@jest/console": "^24.7.1",
"@jest/reporters": "^24.7.1",
"@jest/test-result": "^24.7.1",
"@jest/transform": "^24.7.1",
"@jest/types": "^24.7.0",
"@jest/reporters": "^24.8.0",
"@jest/test-result": "^24.8.0",
"@jest/transform": "^24.8.0",
"@jest/types": "^24.8.0",
"ansi-escapes": "^3.0.0",
"chalk": "^2.0.1",
"exit": "^0.1.2",
"graceful-fs": "^4.1.15",
"jest-changed-files": "^24.7.0",
"jest-config": "^24.7.1",
"jest-haste-map": "^24.7.1",
"jest-message-util": "^24.7.1",
"jest-changed-files": "^24.8.0",
"jest-config": "^24.8.0",
"jest-haste-map": "^24.8.0",
"jest-message-util": "^24.8.0",
"jest-regex-util": "^24.3.0",
"jest-resolve-dependencies": "^24.7.1",
"jest-runner": "^24.7.1",
"jest-runtime": "^24.7.1",
"jest-snapshot": "^24.7.1",
"jest-util": "^24.7.1",
"jest-validate": "^24.7.0",
"jest-watcher": "^24.7.1",
"jest-resolve-dependencies": "^24.8.0",
"jest-runner": "^24.8.0",
"jest-runtime": "^24.8.0",
"jest-snapshot": "^24.8.0",
"jest-util": "^24.8.0",
"jest-validate": "^24.8.0",
"jest-watcher": "^24.8.0",
"micromatch": "^3.1.10",
"p-each-series": "^1.0.0",
"pirates": "^4.0.1",
Expand All @@ -34,7 +34,7 @@
"strip-ansi": "^5.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^24.7.1",
"@jest/test-sequencer": "^24.8.0",
"@types/ansi-escapes": "^3.0.1",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
Expand Down Expand Up @@ -85,5 +85,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
}
8 changes: 4 additions & 4 deletions packages/jest-diff/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "24.7.0",
"version": "24.8.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -12,8 +12,8 @@
"dependencies": {
"chalk": "^2.0.1",
"diff-sequences": "^24.3.0",
"jest-get-type": "^24.3.0",
"pretty-format": "^24.7.0"
"jest-get-type": "^24.8.0",
"pretty-format": "^24.8.0"
},
"devDependencies": {
"@types/strip-ansi": "^3.0.0",
Expand All @@ -25,5 +25,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "eb0413622542bc0f70c32950d9daeeab9f6802ac"
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
}
12 changes: 6 additions & 6 deletions packages/jest-each/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-each",
"version": "24.7.1",
"version": "24.8.0",
"description": "Parameterised tests for Jest",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -18,17 +18,17 @@
"author": "Matt Phillips (mattphillips)",
"license": "MIT",
"dependencies": {
"@jest/types": "^24.7.0",
"@jest/types": "^24.8.0",
"chalk": "^2.0.1",
"jest-get-type": "^24.3.0",
"jest-util": "^24.7.1",
"pretty-format": "^24.7.0"
"jest-get-type": "^24.8.0",
"jest-util": "^24.8.0",
"pretty-format": "^24.8.0"
},
"engines": {
"node": ">= 6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
}
14 changes: 7 additions & 7 deletions packages/jest-environment-jsdom/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "24.7.1",
"version": "24.8.0",
"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": "^24.7.1",
"@jest/fake-timers": "^24.7.1",
"@jest/types": "^24.7.0",
"jest-mock": "^24.7.0",
"jest-util": "^24.7.1",
"@jest/environment": "^24.8.0",
"@jest/fake-timers": "^24.8.0",
"@jest/types": "^24.8.0",
"jest-mock": "^24.8.0",
"jest-util": "^24.8.0",
"jsdom": "^11.5.1"
},
"devDependencies": {
Expand All @@ -26,5 +26,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
}

0 comments on commit 1404933

Please sign in to comment.