Skip to content
/ jest Public
forked from jestjs/jest

Commit 3cdbd55

Browse files
Release 24.9.0
1 parent 9ad0f4b commit 3cdbd55

File tree

49 files changed

+285
-275
lines changed

Some content is hidden

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

49 files changed

+285
-275
lines changed

CHANGELOG.md

+11-1
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.9.0
12+
13+
### Features
14+
515
- `[expect]` Highlight substring differences when matcher fails, part 1 ([#8448](https://github.com/facebook/jest/pull/8448))
616
- `[expect]` Highlight substring differences when matcher fails, part 2 ([#8528](https://github.com/facebook/jest/pull/8528))
717
- `[expect]` Improve report when mock-spy matcher fails, part 1 ([#8640](https://github.com/facebook/jest/pull/8640))
@@ -39,7 +49,7 @@
3949
- `[jest-snapshots]` Fix test retries that contain snapshots ([#8629](https://github.com/facebook/jest/pull/8629))
4050
- `[jest-mock]` Fix incorrect assignments when restoring mocks in instances where they originally didn't exist ([#8631](https://github.com/facebook/jest/pull/8631))
4151
- `[expect]` Fix stack overflow when matching objects with circular references ([#8687](https://github.com/facebook/jest/pull/8687))
42-
- `[jest-haste-map]` Workaround a node >=12.5.0 bug that causes the process not to exit after tests have completed and cancerous memory growth ([#8787](https://github.com/facebook/jest/pull/8787))
52+
- `[jest-haste-map]` Workaround a node >=12.5.0 bug that causes the process not to exit after tests have completed and cancerous memory growth ([#8787](https://github.com/facebook/jest/pull/8787))
4353

4454
### Chore & Maintenance
4555

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.15.0",
3-
"version": "24.8.0",
3+
"version": "24.9.0",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"

packages/babel-jest/package.json

+5-5
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.8.0",
4+
"version": "24.9.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.8.0",
15-
"@jest/types": "^24.8.0",
14+
"@jest/transform": "^24.9.0",
15+
"@jest/types": "^24.9.0",
1616
"@types/babel__core": "^7.1.0",
1717
"babel-plugin-istanbul": "^5.1.0",
18-
"babel-preset-jest": "^24.6.0",
18+
"babel-preset-jest": "^24.9.0",
1919
"chalk": "^2.4.2",
2020
"slash": "^2.0.0"
2121
},
@@ -32,5 +32,5 @@
3232
"publishConfig": {
3333
"access": "public"
3434
},
35-
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
35+
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
3636
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-jest-hoist",
3-
"version": "24.6.0",
3+
"version": "24.9.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": "04e6a66d2ba8b18bee080bb28547db74a255d2c7"
24+
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
2525
}

packages/babel-preset-jest/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-jest",
3-
"version": "24.6.0",
3+
"version": "24.9.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.6.0"
13+
"babel-plugin-jest-hoist": "^24.9.0"
1414
},
1515
"peerDependencies": {
1616
"@babel/core": "^7.0.0"
@@ -21,5 +21,5 @@
2121
"publishConfig": {
2222
"access": "public"
2323
},
24-
"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7"
24+
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
2525
}

packages/diff-sequences/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff-sequences",
3-
"version": "24.3.0",
3+
"version": "24.9.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -30,5 +30,5 @@
3030
"publishConfig": {
3131
"access": "public"
3232
},
33-
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
33+
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
3434
}

packages/eslint-config-fb-strict/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-fb-strict",
3-
"version": "24.3.0",
3+
"version": "24.9.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -25,5 +25,5 @@
2525
"publishConfig": {
2626
"access": "public"
2727
},
28-
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
28+
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
2929
}

packages/expect/package.json

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

packages/jest-changed-files/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-changed-files",
3-
"version": "24.8.0",
3+
"version": "24.9.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.8.0",
13+
"@jest/types": "^24.9.0",
1414
"execa": "^1.0.0",
1515
"throat": "^4.0.0"
1616
},
@@ -23,5 +23,5 @@
2323
"publishConfig": {
2424
"access": "public"
2525
},
26-
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
26+
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
2727
}

packages/jest-circus/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-circus",
3-
"version": "24.8.0",
3+
"version": "24.9.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.8.0",
15-
"@jest/test-result": "^24.8.0",
16-
"@jest/types": "^24.8.0",
14+
"@jest/environment": "^24.9.0",
15+
"@jest/test-result": "^24.9.0",
16+
"@jest/types": "^24.9.0",
1717
"chalk": "^2.0.1",
1818
"co": "^4.6.0",
19-
"expect": "^24.8.0",
19+
"expect": "^24.9.0",
2020
"is-generator-fn": "^2.0.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",
21+
"jest-each": "^24.9.0",
22+
"jest-matcher-utils": "^24.9.0",
23+
"jest-message-util": "^24.9.0",
24+
"jest-snapshot": "^24.9.0",
25+
"jest-util": "^24.9.0",
26+
"pretty-format": "^24.9.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.8.0"
36+
"jest-runtime": "^24.9.0"
3737
},
3838
"engines": {
3939
"node": ">= 6"
4040
},
4141
"publishConfig": {
4242
"access": "public"
4343
},
44-
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
44+
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
4545
}

packages/jest-cli/package.json

+8-8
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.8.0",
4+
"version": "24.9.0",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
77
"dependencies": {
8-
"@jest/core": "^24.8.0",
9-
"@jest/test-result": "^24.8.0",
10-
"@jest/types": "^24.8.0",
8+
"@jest/core": "^24.9.0",
9+
"@jest/test-result": "^24.9.0",
10+
"@jest/types": "^24.9.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.8.0",
16-
"jest-util": "^24.8.0",
17-
"jest-validate": "^24.8.0",
15+
"jest-config": "^24.9.0",
16+
"jest-util": "^24.9.0",
17+
"jest-validate": "^24.9.0",
1818
"prompts": "^2.0.1",
1919
"realpath-native": "^1.1.0",
2020
"yargs": "^13.3.0"
@@ -70,5 +70,5 @@
7070
"publishConfig": {
7171
"access": "public"
7272
},
73-
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
73+
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
7474
}

packages/jest-config/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-config",
3-
"version": "24.8.0",
3+
"version": "24.9.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.8.0",
15-
"@jest/types": "^24.8.0",
16-
"babel-jest": "^24.8.0",
14+
"@jest/test-sequencer": "^24.9.0",
15+
"@jest/types": "^24.9.0",
16+
"babel-jest": "^24.9.0",
1717
"chalk": "^2.0.1",
1818
"glob": "^7.1.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",
19+
"jest-environment-jsdom": "^24.9.0",
20+
"jest-environment-node": "^24.9.0",
21+
"jest-get-type": "^24.9.0",
22+
"jest-jasmine2": "^24.9.0",
2323
"jest-regex-util": "^24.3.0",
24-
"jest-resolve": "^24.8.0",
25-
"jest-util": "^24.8.0",
26-
"jest-validate": "^24.8.0",
24+
"jest-resolve": "^24.9.0",
25+
"jest-util": "^24.9.0",
26+
"jest-validate": "^24.9.0",
2727
"micromatch": "^3.1.10",
28-
"pretty-format": "^24.8.0",
28+
"pretty-format": "^24.9.0",
2929
"realpath-native": "^1.1.0"
3030
},
3131
"devDependencies": {
@@ -39,5 +39,5 @@
3939
"publishConfig": {
4040
"access": "public"
4141
},
42-
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
42+
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
4343
}

packages/jest-console/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jest/console",
3-
"version": "24.7.1",
3+
"version": "24.9.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/source-map": "^24.3.0",
13+
"@jest/source-map": "^24.9.0",
1414
"chalk": "^2.0.1",
1515
"slash": "^2.0.0"
1616
},
@@ -23,5 +23,5 @@
2323
"publishConfig": {
2424
"access": "public"
2525
},
26-
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
26+
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
2727
}

0 commit comments

Comments
 (0)