Skip to content

Commit

Permalink
Release 24.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthovestadt committed Aug 16, 2019
1 parent 9ad0f4b commit 3cdbd55
Show file tree
Hide file tree
Showing 49 changed files with 285 additions and 275 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@

### Features

### Fixes

### Chore & Maintenance

### Performance

## 24.9.0

### Features

- `[expect]` Highlight substring differences when matcher fails, part 1 ([#8448](https://github.com/facebook/jest/pull/8448))
- `[expect]` Highlight substring differences when matcher fails, part 2 ([#8528](https://github.com/facebook/jest/pull/8528))
- `[expect]` Improve report when mock-spy matcher fails, part 1 ([#8640](https://github.com/facebook/jest/pull/8640))
Expand Down Expand Up @@ -39,7 +49,7 @@
- `[jest-snapshots]` Fix test retries that contain snapshots ([#8629](https://github.com/facebook/jest/pull/8629))
- `[jest-mock]` Fix incorrect assignments when restoring mocks in instances where they originally didn't exist ([#8631](https://github.com/facebook/jest/pull/8631))
- `[expect]` Fix stack overflow when matching objects with circular references ([#8687](https://github.com/facebook/jest/pull/8687))
- `[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))
- `[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))

### Chore & Maintenance

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "3.15.0",
"version": "24.8.0",
"version": "24.9.0",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-jest/package.json
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "24.8.0",
"version": "24.9.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.8.0",
"@jest/types": "^24.8.0",
"@jest/transform": "^24.9.0",
"@jest/types": "^24.9.0",
"@types/babel__core": "^7.1.0",
"babel-plugin-istanbul": "^5.1.0",
"babel-preset-jest": "^24.6.0",
"babel-preset-jest": "^24.9.0",
"chalk": "^2.4.2",
"slash": "^2.0.0"
},
Expand All @@ -32,5 +32,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-jest-hoist/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-jest-hoist",
"version": "24.6.0",
"version": "24.9.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -21,5 +21,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7"
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
}
6 changes: 3 additions & 3 deletions packages/babel-preset-jest/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-jest",
"version": "24.6.0",
"version": "24.9.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.6.0"
"babel-plugin-jest-hoist": "^24.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand All @@ -21,5 +21,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7"
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
}
4 changes: 2 additions & 2 deletions packages/diff-sequences/package.json
@@ -1,6 +1,6 @@
{
"name": "diff-sequences",
"version": "24.3.0",
"version": "24.9.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down Expand Up @@ -30,5 +30,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
}
4 changes: 2 additions & 2 deletions packages/eslint-config-fb-strict/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-fb-strict",
"version": "24.3.0",
"version": "24.9.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -25,5 +25,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
}
14 changes: 7 additions & 7 deletions packages/expect/package.json
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "24.8.0",
"version": "24.9.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.8.0",
"@jest/types": "^24.9.0",
"ansi-styles": "^3.2.0",
"jest-get-type": "^24.8.0",
"jest-matcher-utils": "^24.8.0",
"jest-message-util": "^24.8.0",
"jest-regex-util": "^24.3.0"
"jest-get-type": "^24.9.0",
"jest-matcher-utils": "^24.9.0",
"jest-message-util": "^24.9.0",
"jest-regex-util": "^24.9.0"
},
"devDependencies": {
"@types/ansi-styles": "^3.2.1",
Expand All @@ -28,5 +28,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
}
6 changes: 3 additions & 3 deletions packages/jest-changed-files/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-changed-files",
"version": "24.8.0",
"version": "24.9.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.8.0",
"@jest/types": "^24.9.0",
"execa": "^1.0.0",
"throat": "^4.0.0"
},
Expand All @@ -23,5 +23,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
}
26 changes: 13 additions & 13 deletions packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "24.8.0",
"version": "24.9.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.8.0",
"@jest/test-result": "^24.8.0",
"@jest/types": "^24.8.0",
"@jest/environment": "^24.9.0",
"@jest/test-result": "^24.9.0",
"@jest/types": "^24.9.0",
"chalk": "^2.0.1",
"co": "^4.6.0",
"expect": "^24.8.0",
"expect": "^24.9.0",
"is-generator-fn": "^2.0.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",
"jest-each": "^24.9.0",
"jest-matcher-utils": "^24.9.0",
"jest-message-util": "^24.9.0",
"jest-snapshot": "^24.9.0",
"jest-util": "^24.9.0",
"pretty-format": "^24.9.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.8.0"
"jest-runtime": "^24.9.0"
},
"engines": {
"node": ">= 6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
}
16 changes: 8 additions & 8 deletions packages/jest-cli/package.json
@@ -1,20 +1,20 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "24.8.0",
"version": "24.9.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/core": "^24.8.0",
"@jest/test-result": "^24.8.0",
"@jest/types": "^24.8.0",
"@jest/core": "^24.9.0",
"@jest/test-result": "^24.9.0",
"@jest/types": "^24.9.0",
"chalk": "^2.0.1",
"exit": "^0.1.2",
"import-local": "^2.0.0",
"is-ci": "^2.0.0",
"jest-config": "^24.8.0",
"jest-util": "^24.8.0",
"jest-validate": "^24.8.0",
"jest-config": "^24.9.0",
"jest-util": "^24.9.0",
"jest-validate": "^24.9.0",
"prompts": "^2.0.1",
"realpath-native": "^1.1.0",
"yargs": "^13.3.0"
Expand Down Expand Up @@ -70,5 +70,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
}
26 changes: 13 additions & 13 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "24.8.0",
"version": "24.9.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.8.0",
"@jest/types": "^24.8.0",
"babel-jest": "^24.8.0",
"@jest/test-sequencer": "^24.9.0",
"@jest/types": "^24.9.0",
"babel-jest": "^24.9.0",
"chalk": "^2.0.1",
"glob": "^7.1.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-environment-jsdom": "^24.9.0",
"jest-environment-node": "^24.9.0",
"jest-get-type": "^24.9.0",
"jest-jasmine2": "^24.9.0",
"jest-regex-util": "^24.3.0",
"jest-resolve": "^24.8.0",
"jest-util": "^24.8.0",
"jest-validate": "^24.8.0",
"jest-resolve": "^24.9.0",
"jest-util": "^24.9.0",
"jest-validate": "^24.9.0",
"micromatch": "^3.1.10",
"pretty-format": "^24.8.0",
"pretty-format": "^24.9.0",
"realpath-native": "^1.1.0"
},
"devDependencies": {
Expand All @@ -39,5 +39,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
}
6 changes: 3 additions & 3 deletions packages/jest-console/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/console",
"version": "24.7.1",
"version": "24.9.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.3.0",
"@jest/source-map": "^24.9.0",
"chalk": "^2.0.1",
"slash": "^2.0.0"
},
Expand All @@ -23,5 +23,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
}

0 comments on commit 3cdbd55

Please sign in to comment.