Skip to content

Commit

Permalink
Release v22.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Jimenez Esun committed Feb 22, 2018
1 parent f020182 commit 52bbb26
Show file tree
Hide file tree
Showing 21 changed files with 65 additions and 64 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
## master

## 22.4.1

### Fixes

* `[jest-haste-map]` Parallelize Watchman calls in crawler
([#5640](https://github.com/facebook/jest/pull/5640))
* `[jest-editor-support]` Update TypeScript definitions
([#5625](https://github.com/facebook/jest/pull/5625))
* `[babel-jest]` Remove `retainLines` argument to babel.
([#5594](https://github.com/facebook/jest/pull/5594))

### Features

* `[jest-runtime]` Provide `require.main` property set to module with test suite
([#5618](https://github.com/facebook/jest/pull/5618))

### Fixes

* `[babel-jest]` Remove `retainLines` argument to babel.
([#5594](https://github.com/facebook/jest/pull/5594))

### Chore & Maintenance

* `[docs]` Add note about Node version support
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": "2.5.1",
"version": "22.4.0",
"version": "22.4.1",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 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": "22.4.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"main": "build/index.js",
"dependencies": {
"babel-plugin-istanbul": "^4.1.5",
"babel-preset-jest": "^22.2.0"
"babel-preset-jest": "^22.4.1"
},
"devDependencies": {
"babel-core": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion 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": "22.2.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "babel-preset-jest",
"version": "22.2.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "index.js",
"dependencies": {
"babel-plugin-jest-hoist": "^22.2.0",
"babel-plugin-jest-hoist": "^22.4.1",
"babel-plugin-syntax-object-rest-spread": "^6.13.0"
}
}
4 changes: 2 additions & 2 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "22.4.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -16,6 +16,6 @@
"jest-snapshot": "^22.4.0"
},
"devDependencies": {
"jest-runtime": "^22.4.0"
"jest-runtime": "^22.4.1"
}
}
16 changes: 8 additions & 8 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": "22.4.0",
"version": "22.4.1",
"main": "build/jest.js",
"dependencies": {
"ansi-escapes": "^3.0.0",
Expand All @@ -16,18 +16,18 @@
"istanbul-lib-instrument": "^1.8.0",
"istanbul-lib-source-maps": "^1.2.1",
"jest-changed-files": "^22.2.0",
"jest-config": "^22.4.0",
"jest-environment-jsdom": "^22.4.0",
"jest-config": "^22.4.1",
"jest-environment-jsdom": "^22.4.1",
"jest-get-type": "^22.1.0",
"jest-haste-map": "^22.4.0",
"jest-haste-map": "^22.4.1",
"jest-message-util": "^22.4.0",
"jest-regex-util": "^22.1.0",
"jest-resolve-dependencies": "^22.1.0",
"jest-runner": "^22.4.0",
"jest-runtime": "^22.4.0",
"jest-runner": "^22.4.1",
"jest-runtime": "^22.4.1",
"jest-snapshot": "^22.4.0",
"jest-util": "^22.4.0",
"jest-validate": "^22.4.0",
"jest-util": "^22.4.1",
"jest-validate": "^22.4.1",
"jest-worker": "^22.2.2",
"micromatch": "^2.3.11",
"node-notifier": "^5.2.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "22.4.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,14 +10,14 @@
"dependencies": {
"chalk": "^2.0.1",
"glob": "^7.1.1",
"jest-environment-jsdom": "^22.4.0",
"jest-environment-node": "^22.4.0",
"jest-environment-jsdom": "^22.4.1",
"jest-environment-node": "^22.4.1",
"jest-get-type": "^22.1.0",
"jest-jasmine2": "^22.4.0",
"jest-jasmine2": "^22.4.1",
"jest-regex-util": "^22.1.0",
"jest-resolve": "^22.4.0",
"jest-util": "^22.4.0",
"jest-validate": "^22.4.0",
"jest-resolve": "^22.4.1",
"jest-util": "^22.4.1",
"jest-validate": "^22.4.1",
"pretty-format": "^22.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/jest-editor-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-editor-support",
"version": "22.4.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-environment-jsdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "22.4.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,7 +9,7 @@
"main": "build/index.js",
"dependencies": {
"jest-mock": "^22.2.0",
"jest-util": "^22.4.0",
"jest-util": "^22.4.1",
"jsdom": "^11.5.1"
}
}
4 changes: 2 additions & 2 deletions packages/jest-environment-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-environment-node",
"version": "22.4.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,6 +9,6 @@
"main": "build/index.js",
"dependencies": {
"jest-mock": "^22.2.0",
"jest-util": "^22.4.0"
"jest-util": "^22.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/jest-haste-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-haste-map",
"version": "22.4.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "22.4.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -17,10 +17,10 @@
"jest-matcher-utils": "^22.4.0",
"jest-message-util": "^22.4.0",
"jest-snapshot": "^22.4.0",
"jest-util": "^22.4.0",
"jest-util": "^22.4.1",
"source-map-support": "^0.5.0"
},
"devDependencies": {
"jest-runtime": "^22.4.0"
"jest-runtime": "^22.4.1"
}
}
6 changes: 3 additions & 3 deletions packages/jest-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "jest-repl",
"version": "22.4.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-runtime": "^22.4.0",
"jest-validate": "^22.4.0",
"jest-runtime": "^22.4.1",
"jest-validate": "^22.4.1",
"repl": "^0.1.3",
"yargs": "^10.0.3"
},
Expand Down
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": "22.4.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -12,6 +12,6 @@
"chalk": "^2.0.1"
},
"devDependencies": {
"jest-haste-map": "^22.4.0"
"jest-haste-map": "^22.4.1"
}
}
12 changes: 6 additions & 6 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runner",
"version": "22.4.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,14 +9,14 @@
"main": "build/index.js",
"dependencies": {
"exit": "^0.1.2",
"jest-config": "^22.4.0",
"jest-config": "^22.4.1",
"jest-docblock": "^22.4.0",
"jest-haste-map": "^22.4.0",
"jest-jasmine2": "^22.4.0",
"jest-haste-map": "^22.4.1",
"jest-jasmine2": "^22.4.1",
"jest-leak-detector": "^22.4.0",
"jest-message-util": "^22.4.0",
"jest-runtime": "^22.4.0",
"jest-util": "^22.4.0",
"jest-runtime": "^22.4.1",
"jest-util": "^22.4.1",
"jest-worker": "^22.2.2",
"throat": "^4.0.0"
}
Expand Down
18 changes: 9 additions & 9 deletions packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "22.4.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,18 +9,18 @@
"main": "build/index.js",
"dependencies": {
"babel-core": "^6.0.0",
"babel-jest": "^22.4.0",
"babel-jest": "^22.4.1",
"babel-plugin-istanbul": "^4.1.5",
"chalk": "^2.0.1",
"convert-source-map": "^1.4.0",
"exit": "^0.1.2",
"graceful-fs": "^4.1.11",
"jest-config": "^22.4.0",
"jest-haste-map": "^22.4.0",
"jest-config": "^22.4.1",
"jest-haste-map": "^22.4.1",
"jest-regex-util": "^22.1.0",
"jest-resolve": "^22.4.0",
"jest-util": "^22.4.0",
"jest-validate": "^22.4.0",
"jest-resolve": "^22.4.1",
"jest-util": "^22.4.1",
"jest-validate": "^22.4.1",
"json-stable-stringify": "^1.0.1",
"micromatch": "^2.3.11",
"realpath-native": "^1.0.0",
Expand All @@ -30,8 +30,8 @@
"yargs": "^10.0.3"
},
"devDependencies": {
"jest-environment-jsdom": "^22.4.0",
"jest-environment-node": "^22.4.0"
"jest-environment-jsdom": "^22.4.1",
"jest-environment-node": "^22.4.1"
},
"bin": {
"jest-runtime": "./bin/jest-runtime.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-test-typescript-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "jest-test-typescript-parser",
"version": "22.4.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-editor-support": "^22.4.0",
"jest-editor-support": "^22.4.1",
"typescript": "^2.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/jest-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-util",
"version": "22.4.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-validate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-validate",
"version": "22.4.0",
"version": "22.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,7 +9,7 @@
"main": "build/index.js",
"dependencies": {
"chalk": "^2.0.1",
"jest-config": "^22.4.0",
"jest-config": "^22.4.1",
"jest-get-type": "^22.1.0",
"leven": "^2.1.0",
"pretty-format": "^22.4.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "22.4.0",
"version": "22.4.1",
"main": "build/jest.js",
"dependencies": {
"import-local": "^1.0.0",
"jest-cli": "^22.4.0"
"jest-cli": "^22.4.1"
},
"bin": {
"jest": "./bin/jest.js"
Expand Down

0 comments on commit 52bbb26

Please sign in to comment.