Skip to content

Commit f246058

Browse files
committed
Release 24.6.0
1 parent 04e6a66 commit f246058

File tree

41 files changed

+252
-242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+252
-242
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.6.0
12+
13+
### Features
14+
515
- `[expect]`: Improve report when matcher fails, part 13 ([#8077](https://github.com/facebook/jest/pull/8077))
616
- `[@jest/core]` Filter API pre-filter setup hook ([#8142](https://github.com/facebook/jest/pull/8142))
717
- `[jest-snapshot]` Improve report when matcher fails, part 14 ([#8132](https://github.com/facebook/jest/pull/8132))

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.5.0",
3+
"version": "24.6.0",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"

packages/babel-jest/package.json

Lines changed: 5 additions & 5 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.5.0",
4+
"version": "24.6.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/jest.git",
@@ -11,11 +11,11 @@
1111
"main": "build/index.js",
1212
"types": "build/index.d.ts",
1313
"dependencies": {
14-
"@jest/transform": "^24.5.0",
15-
"@jest/types": "^24.5.0",
14+
"@jest/transform": "^24.6.0",
15+
"@jest/types": "^24.6.0",
1616
"@types/babel__core": "^7.1.0",
1717
"babel-plugin-istanbul": "^5.1.0",
18-
"babel-preset-jest": "^24.3.0",
18+
"babel-preset-jest": "^24.6.0",
1919
"chalk": "^2.4.2",
2020
"slash": "^2.0.0"
2121
},
@@ -32,5 +32,5 @@
3232
"publishConfig": {
3333
"access": "public"
3434
},
35-
"gitHead": "800533020f5b2f153615c821ed7cb12fd868fa6f"
35+
"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7"
3636
}

packages/babel-plugin-jest-hoist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-jest-hoist",
3-
"version": "24.3.0",
3+
"version": "24.6.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -21,5 +21,5 @@
2121
"publishConfig": {
2222
"access": "public"
2323
},
24-
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
24+
"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7"
2525
}

packages/babel-preset-jest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-jest",
3-
"version": "24.3.0",
3+
"version": "24.6.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -10,7 +10,7 @@
1010
"main": "index.js",
1111
"dependencies": {
1212
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
13-
"babel-plugin-jest-hoist": "^24.3.0"
13+
"babel-plugin-jest-hoist": "^24.6.0"
1414
},
1515
"peerDependencies": {
1616
"@babel/core": "^7.0.0"
@@ -21,5 +21,5 @@
2121
"publishConfig": {
2222
"access": "public"
2323
},
24-
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
24+
"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7"
2525
}

packages/expect/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expect",
3-
"version": "24.5.0",
3+
"version": "24.6.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.5.0",
14+
"@jest/types": "^24.6.0",
1515
"ansi-styles": "^3.2.0",
1616
"jest-get-type": "^24.3.0",
17-
"jest-matcher-utils": "^24.5.0",
18-
"jest-message-util": "^24.5.0",
17+
"jest-matcher-utils": "^24.6.0",
18+
"jest-message-util": "^24.6.0",
1919
"jest-regex-util": "^24.3.0"
2020
},
2121
"devDependencies": {
@@ -27,5 +27,5 @@
2727
"publishConfig": {
2828
"access": "public"
2929
},
30-
"gitHead": "800533020f5b2f153615c821ed7cb12fd868fa6f"
30+
"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7"
3131
}

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.5.0",
3+
"version": "24.6.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.5.0",
13+
"@jest/types": "^24.6.0",
1414
"execa": "^1.0.0",
1515
"throat": "^4.0.0"
1616
},
@@ -23,5 +23,5 @@
2323
"publishConfig": {
2424
"access": "public"
2525
},
26-
"gitHead": "800533020f5b2f153615c821ed7cb12fd868fa6f"
26+
"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7"
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.5.0",
3+
"version": "24.6.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.5.0",
15-
"@jest/test-result": "^24.5.0",
16-
"@jest/types": "^24.5.0",
14+
"@jest/environment": "^24.6.0",
15+
"@jest/test-result": "^24.6.0",
16+
"@jest/types": "^24.6.0",
1717
"chalk": "^2.0.1",
1818
"co": "^4.6.0",
19-
"expect": "^24.5.0",
19+
"expect": "^24.6.0",
2020
"is-generator-fn": "^2.0.0",
21-
"jest-each": "^24.5.0",
22-
"jest-matcher-utils": "^24.5.0",
23-
"jest-message-util": "^24.5.0",
24-
"jest-snapshot": "^24.5.0",
25-
"jest-util": "^24.5.0",
26-
"pretty-format": "^24.5.0",
21+
"jest-each": "^24.6.0",
22+
"jest-matcher-utils": "^24.6.0",
23+
"jest-message-util": "^24.6.0",
24+
"jest-snapshot": "^24.6.0",
25+
"jest-util": "^24.6.0",
26+
"pretty-format": "^24.6.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.5.0"
36+
"jest-runtime": "^24.6.0"
3737
},
3838
"engines": {
3939
"node": ">= 6"
4040
},
4141
"publishConfig": {
4242
"access": "public"
4343
},
44-
"gitHead": "800533020f5b2f153615c821ed7cb12fd868fa6f"
44+
"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7"
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.5.0",
4+
"version": "24.6.0",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
77
"dependencies": {
8-
"@jest/core": "^24.5.0",
9-
"@jest/test-result": "^24.5.0",
10-
"@jest/types": "^24.5.0",
8+
"@jest/core": "^24.6.0",
9+
"@jest/test-result": "^24.6.0",
10+
"@jest/types": "^24.6.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.5.0",
16-
"jest-util": "^24.5.0",
17-
"jest-validate": "^24.5.0",
15+
"jest-config": "^24.6.0",
16+
"jest-util": "^24.6.0",
17+
"jest-validate": "^24.6.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": "800533020f5b2f153615c821ed7cb12fd868fa6f"
73+
"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7"
7474
}

packages/jest-config/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-config",
3-
"version": "24.5.0",
3+
"version": "24.6.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -11,20 +11,20 @@
1111
"types": "build/index.d.ts",
1212
"dependencies": {
1313
"@babel/core": "^7.1.0",
14-
"@jest/types": "^24.5.0",
15-
"babel-jest": "^24.5.0",
14+
"@jest/types": "^24.6.0",
15+
"babel-jest": "^24.6.0",
1616
"chalk": "^2.0.1",
1717
"glob": "^7.1.1",
18-
"jest-environment-jsdom": "^24.5.0",
19-
"jest-environment-node": "^24.5.0",
18+
"jest-environment-jsdom": "^24.6.0",
19+
"jest-environment-node": "^24.6.0",
2020
"jest-get-type": "^24.3.0",
21-
"jest-jasmine2": "^24.5.0",
21+
"jest-jasmine2": "^24.6.0",
2222
"jest-regex-util": "^24.3.0",
23-
"jest-resolve": "^24.5.0",
24-
"jest-util": "^24.5.0",
25-
"jest-validate": "^24.5.0",
23+
"jest-resolve": "^24.6.0",
24+
"jest-util": "^24.6.0",
25+
"jest-validate": "^24.6.0",
2626
"micromatch": "^3.1.10",
27-
"pretty-format": "^24.5.0",
27+
"pretty-format": "^24.6.0",
2828
"realpath-native": "^1.1.0"
2929
},
3030
"devDependencies": {
@@ -38,5 +38,5 @@
3838
"publishConfig": {
3939
"access": "public"
4040
},
41-
"gitHead": "800533020f5b2f153615c821ed7cb12fd868fa6f"
41+
"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7"
4242
}

0 commit comments

Comments
 (0)