Skip to content

Commit 1404933

Browse files
Release 24.8.0
1 parent 845728f commit 1404933

File tree

39 files changed

+250
-240
lines changed

39 files changed

+250
-240
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
### Features
44

5+
### Fixes
6+
7+
### Chore & Maintenance
8+
9+
### Performance
10+
11+
## 24.8.0
12+
13+
### Features
14+
515
- `[jest-circus]` Bind to Circus events via an optional event handler on any custom env ([#8344](https://github.com/facebook/jest/pull/8344)
616
- `[expect]` Improve report when matcher fails, part 15 ([#8281](https://github.com/facebook/jest/pull/8281))
717
- `[jest-cli]` Update `--forceExit` and "did not exit for one second" message colors ([#8329](https://github.com/facebook/jest/pull/8329))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.13.1",
3-
"version": "24.7.1",
3+
"version": "24.8.0",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"

packages/babel-jest/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-jest",
33
"description": "Jest plugin to use babel for transformation.",
4-
"version": "24.7.1",
4+
"version": "24.8.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/jest.git",
@@ -11,8 +11,8 @@
1111
"main": "build/index.js",
1212
"types": "build/index.d.ts",
1313
"dependencies": {
14-
"@jest/transform": "^24.7.1",
15-
"@jest/types": "^24.7.0",
14+
"@jest/transform": "^24.8.0",
15+
"@jest/types": "^24.8.0",
1616
"@types/babel__core": "^7.1.0",
1717
"babel-plugin-istanbul": "^5.1.0",
1818
"babel-preset-jest": "^24.6.0",
@@ -32,5 +32,5 @@
3232
"publishConfig": {
3333
"access": "public"
3434
},
35-
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
35+
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
3636
}

packages/expect/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expect",
3-
"version": "24.7.1",
3+
"version": "24.8.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -11,11 +11,11 @@
1111
"types": "build/index.d.ts",
1212
"browser": "build-es5/index.js",
1313
"dependencies": {
14-
"@jest/types": "^24.7.0",
14+
"@jest/types": "^24.8.0",
1515
"ansi-styles": "^3.2.0",
16-
"jest-get-type": "^24.3.0",
17-
"jest-matcher-utils": "^24.7.0",
18-
"jest-message-util": "^24.7.1",
16+
"jest-get-type": "^24.8.0",
17+
"jest-matcher-utils": "^24.8.0",
18+
"jest-message-util": "^24.8.0",
1919
"jest-regex-util": "^24.3.0"
2020
},
2121
"devDependencies": {
@@ -28,5 +28,5 @@
2828
"publishConfig": {
2929
"access": "public"
3030
},
31-
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
31+
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
3232
}

packages/jest-changed-files/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-changed-files",
3-
"version": "24.7.0",
3+
"version": "24.8.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -10,7 +10,7 @@
1010
"main": "build/index.js",
1111
"types": "build/index.d.ts",
1212
"dependencies": {
13-
"@jest/types": "^24.7.0",
13+
"@jest/types": "^24.8.0",
1414
"execa": "^1.0.0",
1515
"throat": "^4.0.0"
1616
},
@@ -23,5 +23,5 @@
2323
"publishConfig": {
2424
"access": "public"
2525
},
26-
"gitHead": "eb0413622542bc0f70c32950d9daeeab9f6802ac"
26+
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
2727
}

packages/jest-circus/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-circus",
3-
"version": "24.7.1",
3+
"version": "24.8.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -11,19 +11,19 @@
1111
"types": "build/index.d.ts",
1212
"dependencies": {
1313
"@babel/traverse": "^7.1.0",
14-
"@jest/environment": "^24.7.1",
15-
"@jest/test-result": "^24.7.1",
16-
"@jest/types": "^24.7.0",
14+
"@jest/environment": "^24.8.0",
15+
"@jest/test-result": "^24.8.0",
16+
"@jest/types": "^24.8.0",
1717
"chalk": "^2.0.1",
1818
"co": "^4.6.0",
19-
"expect": "^24.7.1",
19+
"expect": "^24.8.0",
2020
"is-generator-fn": "^2.0.0",
21-
"jest-each": "^24.7.1",
22-
"jest-matcher-utils": "^24.7.0",
23-
"jest-message-util": "^24.7.1",
24-
"jest-snapshot": "^24.7.1",
25-
"jest-util": "^24.7.1",
26-
"pretty-format": "^24.7.0",
21+
"jest-each": "^24.8.0",
22+
"jest-matcher-utils": "^24.8.0",
23+
"jest-message-util": "^24.8.0",
24+
"jest-snapshot": "^24.8.0",
25+
"jest-util": "^24.8.0",
26+
"pretty-format": "^24.8.0",
2727
"stack-utils": "^1.0.1",
2828
"throat": "^4.0.0"
2929
},
@@ -33,13 +33,13 @@
3333
"@types/co": "^4.6.0",
3434
"@types/stack-utils": "^1.0.1",
3535
"execa": "^1.0.0",
36-
"jest-runtime": "^24.7.1"
36+
"jest-runtime": "^24.8.0"
3737
},
3838
"engines": {
3939
"node": ">= 6"
4040
},
4141
"publishConfig": {
4242
"access": "public"
4343
},
44-
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
44+
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
4545
}

packages/jest-cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "jest-cli",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "24.7.1",
4+
"version": "24.8.0",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
77
"dependencies": {
8-
"@jest/core": "^24.7.1",
9-
"@jest/test-result": "^24.7.1",
10-
"@jest/types": "^24.7.0",
8+
"@jest/core": "^24.8.0",
9+
"@jest/test-result": "^24.8.0",
10+
"@jest/types": "^24.8.0",
1111
"chalk": "^2.0.1",
1212
"exit": "^0.1.2",
1313
"import-local": "^2.0.0",
1414
"is-ci": "^2.0.0",
15-
"jest-config": "^24.7.1",
16-
"jest-util": "^24.7.1",
17-
"jest-validate": "^24.7.0",
15+
"jest-config": "^24.8.0",
16+
"jest-util": "^24.8.0",
17+
"jest-validate": "^24.8.0",
1818
"prompts": "^2.0.1",
1919
"realpath-native": "^1.1.0",
2020
"yargs": "^12.0.2"
@@ -70,5 +70,5 @@
7070
"publishConfig": {
7171
"access": "public"
7272
},
73-
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
73+
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
7474
}

packages/jest-config/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-config",
3-
"version": "24.7.1",
3+
"version": "24.8.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -11,21 +11,21 @@
1111
"types": "build/index.d.ts",
1212
"dependencies": {
1313
"@babel/core": "^7.1.0",
14-
"@jest/test-sequencer": "^24.7.1",
15-
"@jest/types": "^24.7.0",
16-
"babel-jest": "^24.7.1",
14+
"@jest/test-sequencer": "^24.8.0",
15+
"@jest/types": "^24.8.0",
16+
"babel-jest": "^24.8.0",
1717
"chalk": "^2.0.1",
1818
"glob": "^7.1.1",
19-
"jest-environment-jsdom": "^24.7.1",
20-
"jest-environment-node": "^24.7.1",
21-
"jest-get-type": "^24.3.0",
22-
"jest-jasmine2": "^24.7.1",
19+
"jest-environment-jsdom": "^24.8.0",
20+
"jest-environment-node": "^24.8.0",
21+
"jest-get-type": "^24.8.0",
22+
"jest-jasmine2": "^24.8.0",
2323
"jest-regex-util": "^24.3.0",
24-
"jest-resolve": "^24.7.1",
25-
"jest-util": "^24.7.1",
26-
"jest-validate": "^24.7.0",
24+
"jest-resolve": "^24.8.0",
25+
"jest-util": "^24.8.0",
26+
"jest-validate": "^24.8.0",
2727
"micromatch": "^3.1.10",
28-
"pretty-format": "^24.7.0",
28+
"pretty-format": "^24.8.0",
2929
"realpath-native": "^1.1.0"
3030
},
3131
"devDependencies": {
@@ -39,5 +39,5 @@
3939
"publishConfig": {
4040
"access": "public"
4141
},
42-
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
42+
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
4343
}

packages/jest-core/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
22
"name": "@jest/core",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "24.7.1",
4+
"version": "24.8.0",
55
"main": "build/jest.js",
66
"types": "build/jest.d.ts",
77
"dependencies": {
88
"@jest/console": "^24.7.1",
9-
"@jest/reporters": "^24.7.1",
10-
"@jest/test-result": "^24.7.1",
11-
"@jest/transform": "^24.7.1",
12-
"@jest/types": "^24.7.0",
9+
"@jest/reporters": "^24.8.0",
10+
"@jest/test-result": "^24.8.0",
11+
"@jest/transform": "^24.8.0",
12+
"@jest/types": "^24.8.0",
1313
"ansi-escapes": "^3.0.0",
1414
"chalk": "^2.0.1",
1515
"exit": "^0.1.2",
1616
"graceful-fs": "^4.1.15",
17-
"jest-changed-files": "^24.7.0",
18-
"jest-config": "^24.7.1",
19-
"jest-haste-map": "^24.7.1",
20-
"jest-message-util": "^24.7.1",
17+
"jest-changed-files": "^24.8.0",
18+
"jest-config": "^24.8.0",
19+
"jest-haste-map": "^24.8.0",
20+
"jest-message-util": "^24.8.0",
2121
"jest-regex-util": "^24.3.0",
22-
"jest-resolve-dependencies": "^24.7.1",
23-
"jest-runner": "^24.7.1",
24-
"jest-runtime": "^24.7.1",
25-
"jest-snapshot": "^24.7.1",
26-
"jest-util": "^24.7.1",
27-
"jest-validate": "^24.7.0",
28-
"jest-watcher": "^24.7.1",
22+
"jest-resolve-dependencies": "^24.8.0",
23+
"jest-runner": "^24.8.0",
24+
"jest-runtime": "^24.8.0",
25+
"jest-snapshot": "^24.8.0",
26+
"jest-util": "^24.8.0",
27+
"jest-validate": "^24.8.0",
28+
"jest-watcher": "^24.8.0",
2929
"micromatch": "^3.1.10",
3030
"p-each-series": "^1.0.0",
3131
"pirates": "^4.0.1",
@@ -34,7 +34,7 @@
3434
"strip-ansi": "^5.0.0"
3535
},
3636
"devDependencies": {
37-
"@jest/test-sequencer": "^24.7.1",
37+
"@jest/test-sequencer": "^24.8.0",
3838
"@types/ansi-escapes": "^3.0.1",
3939
"@types/exit": "^0.1.30",
4040
"@types/graceful-fs": "^4.1.2",
@@ -85,5 +85,5 @@
8585
"publishConfig": {
8686
"access": "public"
8787
},
88-
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
88+
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
8989
}

packages/jest-diff/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-diff",
3-
"version": "24.7.0",
3+
"version": "24.8.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -12,8 +12,8 @@
1212
"dependencies": {
1313
"chalk": "^2.0.1",
1414
"diff-sequences": "^24.3.0",
15-
"jest-get-type": "^24.3.0",
16-
"pretty-format": "^24.7.0"
15+
"jest-get-type": "^24.8.0",
16+
"pretty-format": "^24.8.0"
1717
},
1818
"devDependencies": {
1919
"@types/strip-ansi": "^3.0.0",
@@ -25,5 +25,5 @@
2525
"publishConfig": {
2626
"access": "public"
2727
},
28-
"gitHead": "eb0413622542bc0f70c32950d9daeeab9f6802ac"
28+
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
2929
}

packages/jest-each/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-each",
3-
"version": "24.7.1",
3+
"version": "24.8.0",
44
"description": "Parameterised tests for Jest",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
@@ -18,17 +18,17 @@
1818
"author": "Matt Phillips (mattphillips)",
1919
"license": "MIT",
2020
"dependencies": {
21-
"@jest/types": "^24.7.0",
21+
"@jest/types": "^24.8.0",
2222
"chalk": "^2.0.1",
23-
"jest-get-type": "^24.3.0",
24-
"jest-util": "^24.7.1",
25-
"pretty-format": "^24.7.0"
23+
"jest-get-type": "^24.8.0",
24+
"jest-util": "^24.8.0",
25+
"pretty-format": "^24.8.0"
2626
},
2727
"engines": {
2828
"node": ">= 6"
2929
},
3030
"publishConfig": {
3131
"access": "public"
3232
},
33-
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
33+
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
3434
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-environment-jsdom",
3-
"version": "24.7.1",
3+
"version": "24.8.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -10,11 +10,11 @@
1010
"main": "build/index.js",
1111
"types": "build/index.d.ts",
1212
"dependencies": {
13-
"@jest/environment": "^24.7.1",
14-
"@jest/fake-timers": "^24.7.1",
15-
"@jest/types": "^24.7.0",
16-
"jest-mock": "^24.7.0",
17-
"jest-util": "^24.7.1",
13+
"@jest/environment": "^24.8.0",
14+
"@jest/fake-timers": "^24.8.0",
15+
"@jest/types": "^24.8.0",
16+
"jest-mock": "^24.8.0",
17+
"jest-util": "^24.8.0",
1818
"jsdom": "^11.5.1"
1919
},
2020
"devDependencies": {
@@ -26,5 +26,5 @@
2626
"publishConfig": {
2727
"access": "public"
2828
},
29-
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
29+
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
3030
}

0 commit comments

Comments
 (0)