Skip to content

Commit

Permalink
Jest 19.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Feb 22, 2017
1 parent 98828b3 commit 996ba5d
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 37 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## master

## jest 19.0.1

* Fix infinite loop when using `--watch` with `--coverage`.
* Fixed `watchman` config option.
* Fixed a bug in the jest-editor-support static analysis.
* Fixed eslint plugin warning.
* Fixed missing space in front of "Did you mean …?".
* Fixed path printing in the reporter on Windows.

## jest 19.0.0

* Breaking Change: Added a version for snapshots.
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.0.0-beta.37",
"version": "19.0.0",
"version": "19.0.1",
"linkedFiles": {
"prefix": "/**\n * @flow\n */\n"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-fb-strict/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-fb-strict",
"version": "19.0.0",
"version": "19.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"babel-eslint": "^7.0.0",
"eslint-config-fbjs": "^2.0.0-alpha.1",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-jest": "^19.0.0"
"eslint-plugin-jest": "^19.0.1"
},
"peerDependencies": {
"eslint": "^3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "19.0.0",
"version": "19.0.1",
"description": "Eslint rules for Jest",
"keywords": [
"eslint",
Expand Down
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": "Painless JavaScript Testing.",
"version": "19.0.0",
"version": "19.0.1",
"main": "build/jest.js",
"dependencies": {
"ansi-escapes": "^1.4.0",
Expand All @@ -13,16 +13,16 @@
"istanbul-lib-coverage": "^1.0.0",
"istanbul-lib-instrument": "^1.1.1",
"jest-changed-files": "^19.0.0",
"jest-config": "^19.0.0",
"jest-environment-jsdom": "^19.0.0",
"jest-config": "^19.0.1",
"jest-environment-jsdom": "^19.0.1",
"jest-haste-map": "^19.0.0",
"jest-jasmine2": "^19.0.0",
"jest-jasmine2": "^19.0.1",
"jest-message-util": "^19.0.0",
"jest-regex-util": "^19.0.0",
"jest-resolve-dependencies": "^19.0.0",
"jest-runtime": "^19.0.0",
"jest-snapshot": "^19.0.0",
"jest-util": "^19.0.0",
"jest-runtime": "^19.0.1",
"jest-snapshot": "^19.0.1",
"jest-util": "^19.0.1",
"node-notifier": "^5.0.1",
"micromatch": "^2.3.11",
"slash": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "19.0.0",
"version": "19.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,9 +9,9 @@
"main": "build/index.js",
"dependencies": {
"chalk": "^1.1.1",
"jest-environment-jsdom": "^19.0.0",
"jest-environment-node": "^19.0.0",
"jest-jasmine2": "^19.0.0",
"jest-environment-jsdom": "^19.0.1",
"jest-environment-node": "^19.0.1",
"jest-jasmine2": "^19.0.1",
"jest-regex-util": "^19.0.0",
"jest-resolve": "^19.0.0",
"jest-validate": "^19.0.0",
Expand Down
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": "19.0.0",
"version": "19.0.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": "19.0.0",
"version": "19.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,7 +9,7 @@
"main": "build/index.js",
"dependencies": {
"jest-mock": "^19.0.0",
"jest-util": "^19.0.0",
"jest-util": "^19.0.1",
"jsdom": "^9.11.0"
}
}
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": "19.0.0",
"version": "19.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,6 +9,6 @@
"main": "build/index.js",
"dependencies": {
"jest-mock": "^19.0.0",
"jest-util": "^19.0.0"
"jest-util": "^19.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "19.0.0",
"version": "19.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -12,6 +12,6 @@
"jest-matcher-utils": "^19.0.0",
"jest-matchers": "^19.0.0",
"jest-message-util": "^19.0.0",
"jest-snapshot": "^19.0.0"
"jest-snapshot": "^19.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/jest-phabricator/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "jest-phabricator",
"version": "19.0.0",
"version": "19.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"dependencies": {
"jest-util": "^19.0.0"
"jest-util": "^19.0.1"
},
"license": "BSD-3-Clause",
"main": "build/index.js"
Expand Down
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": "19.0.0",
"version": "19.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-runtime": "^19.0.0",
"jest-util": "^19.0.0",
"jest-runtime": "^19.0.1",
"jest-util": "^19.0.1",
"repl": "^0.1.3",
"yargs": "^6.3.0"
},
Expand Down
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": "19.0.0",
"version": "19.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -13,20 +13,20 @@
"babel-plugin-istanbul": "^4.0.0",
"chalk": "^1.1.3",
"graceful-fs": "^4.1.6",
"jest-config": "^19.0.0",
"jest-config": "^19.0.1",
"jest-file-exists": "^19.0.0",
"jest-haste-map": "^19.0.0",
"jest-regex-util": "^19.0.0",
"jest-resolve": "^19.0.0",
"jest-util": "^19.0.0",
"jest-util": "^19.0.1",
"json-stable-stringify": "^1.0.1",
"micromatch": "^2.3.11",
"strip-bom": "3.0.0",
"yargs": "^6.3.0"
},
"devDependencies": {
"jest-environment-jsdom": "^19.0.0",
"jest-environment-node": "^19.0.0"
"jest-environment-jsdom": "^19.0.1",
"jest-environment-node": "^19.0.1"
},
"bin": {
"jest-runtime": "./bin/jest-runtime.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-snapshot",
"version": "19.0.0",
"version": "19.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -12,7 +12,7 @@
"jest-diff": "^19.0.0",
"jest-file-exists": "^19.0.0",
"jest-matcher-utils": "^19.0.0",
"jest-util": "^19.0.0",
"jest-util": "^19.0.1",
"natural-compare": "^1.4.0",
"pretty-format": "^19.0.0"
}
Expand Down
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": "19.0.0",
"version": "19.0.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "jest",
"description": "Painless JavaScript Testing.",
"version": "19.0.0",
"version": "19.0.1",
"main": "build/jest.js",
"dependencies": {
"jest-cli": "^19.0.0"
"jest-cli": "^19.0.1"
},
"bin": {
"jest": "./bin/jest.js"
Expand Down

0 comments on commit 996ba5d

Please sign in to comment.