Skip to content

Commit

Permalink
Release 24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubennorte committed Feb 5, 2019
1 parent b167892 commit 8a2ea1e
Show file tree
Hide file tree
Showing 17 changed files with 68 additions and 60 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

### Features

### Fixes

### Chore & Maintenance

### Performance

## 24.1.0

### Features

- `[jest-resolve]`: Pass default resolver into custom resolvers ([#7714](https://github.com/facebook/jest/pull/7714))
- `[jest-cli]`: `global{Setup,Teardown}` use default export with es modules ([#7750](https://github.com/facebook/jest/pull/7750))
- `[jest-runtime]` Better error messages when the jest environment is used after teardown by async code ([#7756](https://github.com/facebook/jest/pull/7756))
Expand Down Expand Up @@ -32,8 +42,6 @@
- `[website]` Fix broken help link on homepage ([#7706](https://github.com/facebook/jest/pull/7706))
- `[docs]` Changed Babel setup documentation to correctly compile `async/await` ([#7701](https://github.com/facebook/jest/pull/7701))

### Performance

## 24.0.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.10.5",
"version": "24.0.0",
"version": "24.1.0",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "24.0.0",
"version": "24.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,7 +11,7 @@
"main": "build/index.js",
"dependencies": {
"babel-plugin-istanbul": "^5.1.0",
"babel-preset-jest": "^24.0.0",
"babel-preset-jest": "^24.1.0",
"chalk": "^2.4.2",
"slash": "^2.0.0"
},
Expand All @@ -24,5 +24,5 @@
"engines": {
"node": ">= 6"
},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-jest-hoist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-jest-hoist",
"version": "24.0.0",
"version": "24.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,5 +11,5 @@
},
"license": "MIT",
"main": "build/index.js",
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
}
6 changes: 3 additions & 3 deletions packages/babel-preset-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-jest",
"version": "24.0.0",
"version": "24.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,10 +10,10 @@
"main": "index.js",
"dependencies": {
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"babel-plugin-jest-hoist": "^24.0.0"
"babel-plugin-jest-hoist": "^24.1.0"
},
"engines": {
"node": ">= 6"
},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
}
4 changes: 2 additions & 2 deletions packages/expect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "24.0.0",
"version": "24.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,5 +19,5 @@
"engines": {
"node": ">= 6"
},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
}
10 changes: 5 additions & 5 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "24.0.0",
"version": "24.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -12,12 +12,12 @@
"@babel/traverse": "^7.1.0",
"chalk": "^2.0.1",
"co": "^4.6.0",
"expect": "^24.0.0",
"expect": "^24.1.0",
"is-generator-fn": "^2.0.0",
"jest-each": "^24.0.0",
"jest-matcher-utils": "^24.0.0",
"jest-message-util": "^24.0.0",
"jest-snapshot": "^24.0.0",
"jest-snapshot": "^24.1.0",
"jest-util": "^24.0.0",
"pretty-format": "^24.0.0",
"stack-utils": "^1.0.1",
Expand All @@ -26,10 +26,10 @@
"devDependencies": {
"execa": "^1.0.0",
"jest-diff": "^24.0.0",
"jest-runtime": "^24.0.0"
"jest-runtime": "^24.1.0"
},
"engines": {
"node": ">= 6"
},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
}
14 changes: 7 additions & 7 deletions packages/jest-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "24.0.0",
"version": "24.1.0",
"main": "build/jest.js",
"dependencies": {
"ansi-escapes": "^3.0.0",
Expand All @@ -16,16 +16,16 @@
"istanbul-lib-instrument": "^3.0.1",
"istanbul-lib-source-maps": "^3.0.1",
"jest-changed-files": "^24.0.0",
"jest-config": "^24.0.0",
"jest-config": "^24.1.0",
"jest-environment-jsdom": "^24.0.0",
"jest-get-type": "^24.0.0",
"jest-haste-map": "^24.0.0",
"jest-message-util": "^24.0.0",
"jest-regex-util": "^24.0.0",
"jest-resolve-dependencies": "^24.0.0",
"jest-runner": "^24.0.0",
"jest-runtime": "^24.0.0",
"jest-snapshot": "^24.0.0",
"jest-resolve-dependencies": "^24.1.0",
"jest-runner": "^24.1.0",
"jest-runtime": "^24.1.0",
"jest-snapshot": "^24.1.0",
"jest-util": "^24.0.0",
"jest-validate": "^24.0.0",
"jest-watcher": "^24.0.0",
Expand Down Expand Up @@ -85,5 +85,5 @@
"typescript",
"watch"
],
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
}
10 changes: 5 additions & 5 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "24.0.0",
"version": "24.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,15 +10,15 @@
"main": "build/index.js",
"dependencies": {
"@babel/core": "^7.1.0",
"babel-jest": "^24.0.0",
"babel-jest": "^24.1.0",
"chalk": "^2.0.1",
"glob": "^7.1.1",
"jest-environment-jsdom": "^24.0.0",
"jest-environment-node": "^24.0.0",
"jest-get-type": "^24.0.0",
"jest-jasmine2": "^24.0.0",
"jest-jasmine2": "^24.1.0",
"jest-regex-util": "^24.0.0",
"jest-resolve": "^24.0.0",
"jest-resolve": "^24.1.0",
"jest-util": "^24.0.0",
"jest-validate": "^24.0.0",
"micromatch": "^3.1.10",
Expand All @@ -28,5 +28,5 @@
"engines": {
"node": ">= 6"
},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
}
10 changes: 5 additions & 5 deletions packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "24.0.0",
"version": "24.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -12,22 +12,22 @@
"@babel/traverse": "^7.1.0",
"chalk": "^2.0.1",
"co": "^4.6.0",
"expect": "^24.0.0",
"expect": "^24.1.0",
"is-generator-fn": "^2.0.0",
"jest-each": "^24.0.0",
"jest-matcher-utils": "^24.0.0",
"jest-message-util": "^24.0.0",
"jest-snapshot": "^24.0.0",
"jest-snapshot": "^24.1.0",
"jest-util": "^24.0.0",
"pretty-format": "^24.0.0",
"throat": "^4.0.0"
},
"devDependencies": {
"jest-diff": "^24.0.0",
"jest-runtime": "^24.0.0"
"jest-runtime": "^24.1.0"
},
"engines": {
"node": ">= 6"
},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
}
8 changes: 4 additions & 4 deletions packages/jest-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-repl",
"version": "24.0.0",
"version": "24.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -9,8 +9,8 @@
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-config": "^24.0.0",
"jest-runtime": "^24.0.0",
"jest-config": "^24.1.0",
"jest-runtime": "^24.1.0",
"jest-validate": "^24.0.0",
"repl": "^0.1.3",
"yargs": "^12.0.2"
Expand All @@ -21,5 +21,5 @@
"engines": {
"node": ">= 6"
},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
}
6 changes: 3 additions & 3 deletions packages/jest-resolve-dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-resolve-dependencies",
"version": "24.0.0",
"version": "24.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,10 +10,10 @@
"main": "build/index.js",
"dependencies": {
"jest-regex-util": "^24.0.0",
"jest-snapshot": "^24.0.0"
"jest-snapshot": "^24.1.0"
},
"engines": {
"node": ">= 6"
},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
}
4 changes: 2 additions & 2 deletions packages/jest-resolve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-resolve",
"version": "24.0.0",
"version": "24.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -19,5 +19,5 @@
"engines": {
"node": ">= 6"
},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
}
10 changes: 5 additions & 5 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runner",
"version": "24.0.0",
"version": "24.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -12,13 +12,13 @@
"chalk": "^2.4.2",
"exit": "^0.1.2",
"graceful-fs": "^4.1.15",
"jest-config": "^24.0.0",
"jest-config": "^24.1.0",
"jest-docblock": "^24.0.0",
"jest-haste-map": "^24.0.0",
"jest-jasmine2": "^24.0.0",
"jest-jasmine2": "^24.1.0",
"jest-leak-detector": "^24.0.0",
"jest-message-util": "^24.0.0",
"jest-runtime": "^24.0.0",
"jest-runtime": "^24.1.0",
"jest-util": "^24.0.0",
"jest-worker": "^24.0.0",
"source-map-support": "^0.5.6",
Expand All @@ -27,5 +27,5 @@
"engines": {
"node": ">= 6"
},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
}
10 changes: 5 additions & 5 deletions packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "24.0.0",
"version": "24.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -17,12 +17,12 @@
"fast-json-stable-stringify": "^2.0.0",
"glob": "^7.1.3",
"graceful-fs": "^4.1.15",
"jest-config": "^24.0.0",
"jest-config": "^24.1.0",
"jest-haste-map": "^24.0.0",
"jest-message-util": "^24.0.0",
"jest-regex-util": "^24.0.0",
"jest-resolve": "^24.0.0",
"jest-snapshot": "^24.0.0",
"jest-resolve": "^24.1.0",
"jest-snapshot": "^24.1.0",
"jest-util": "^24.0.0",
"jest-validate": "^24.0.0",
"micromatch": "^3.1.10",
Expand All @@ -42,5 +42,5 @@
"engines": {
"node": ">= 6"
},
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"gitHead": "b16789230fd45056a7f2fa199bae06c7a1780deb"
}

0 comments on commit 8a2ea1e

Please sign in to comment.