Skip to content

Commit

Permalink
Jest 22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Jan 15, 2018
1 parent a6fa7e3 commit cdc048d
Show file tree
Hide file tree
Showing 37 changed files with 122 additions and 120 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## master

## jest 22.1.0

### Features

* `[jest-cli]` Make Jest exit without an error when no tests are found in the
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.0.6",
"version": "22.1.0",
"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.0.6",
"version": "22.1.0",
"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.0.6"
"babel-preset-jest": "^22.1.0"
},
"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.0.6",
"version": "22.1.0",
"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.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "index.js",
"dependencies": {
"babel-plugin-jest-hoist": "^22.0.6",
"babel-plugin-jest-hoist": "^22.1.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0"
}
}
2 changes: 1 addition & 1 deletion 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": "22.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
12 changes: 6 additions & 6 deletions packages/expect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "22.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,10 +10,10 @@
"browser": "build-es5/index.js",
"dependencies": {
"ansi-styles": "^3.2.0",
"jest-diff": "^22.0.6",
"jest-get-type": "^22.0.6",
"jest-matcher-utils": "^22.0.6",
"jest-message-util": "^22.0.6",
"jest-regex-util": "^22.0.6"
"jest-diff": "^22.1.0",
"jest-get-type": "^22.1.0",
"jest-matcher-utils": "^22.1.0",
"jest-message-util": "^22.1.0",
"jest-regex-util": "^22.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/jest-changed-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-changed-files",
"version": "22.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
14 changes: 7 additions & 7 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.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,13 +9,13 @@
"main": "build/index.js",
"dependencies": {
"chalk": "^2.0.1",
"expect": "^22.0.6",
"jest-diff": "^22.0.6",
"jest-matcher-utils": "^22.0.6",
"jest-message-util": "^22.0.6",
"jest-snapshot": "^22.0.6"
"expect": "^22.1.0",
"jest-diff": "^22.1.0",
"jest-matcher-utils": "^22.1.0",
"jest-message-util": "^22.1.0",
"jest-snapshot": "^22.1.0"
},
"devDependencies": {
"jest-runtime": "^22.0.6"
"jest-runtime": "^22.1.0"
}
}
28 changes: 14 additions & 14 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.0.6",
"version": "22.1.0",
"main": "build/jest.js",
"dependencies": {
"ansi-escapes": "^3.0.0",
Expand All @@ -14,19 +14,19 @@
"istanbul-lib-coverage": "^1.1.1",
"istanbul-lib-instrument": "^1.8.0",
"istanbul-lib-source-maps": "^1.2.1",
"jest-changed-files": "^22.0.6",
"jest-config": "^22.0.6",
"jest-environment-jsdom": "^22.0.6",
"jest-get-type": "^22.0.6",
"jest-haste-map": "^22.0.6",
"jest-message-util": "^22.0.6",
"jest-regex-util": "^22.0.6",
"jest-resolve-dependencies": "^22.0.6",
"jest-runner": "^22.0.6",
"jest-runtime": "^22.0.6",
"jest-snapshot": "^22.0.6",
"jest-util": "^22.0.6",
"jest-worker": "^22.0.6",
"jest-changed-files": "^22.1.0",
"jest-config": "^22.1.0",
"jest-environment-jsdom": "^22.1.0",
"jest-get-type": "^22.1.0",
"jest-haste-map": "^22.1.0",
"jest-message-util": "^22.1.0",
"jest-regex-util": "^22.1.0",
"jest-resolve-dependencies": "^22.1.0",
"jest-runner": "^22.1.0",
"jest-runtime": "^22.1.0",
"jest-snapshot": "^22.1.0",
"jest-util": "^22.1.0",
"jest-worker": "^22.1.0",
"micromatch": "^2.3.11",
"node-notifier": "^5.1.2",
"realpath-native": "^1.0.0",
Expand Down
20 changes: 10 additions & 10 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.0.6",
"version": "22.1.0",
"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.0.6",
"jest-environment-node": "^22.0.6",
"jest-get-type": "^22.0.6",
"jest-jasmine2": "^22.0.6",
"jest-regex-util": "^22.0.6",
"jest-resolve": "^22.0.6",
"jest-util": "^22.0.6",
"jest-validate": "^22.0.6",
"pretty-format": "^22.0.6"
"jest-environment-jsdom": "^22.1.0",
"jest-environment-node": "^22.1.0",
"jest-get-type": "^22.1.0",
"jest-jasmine2": "^22.1.0",
"jest-regex-util": "^22.1.0",
"jest-resolve": "^22.1.0",
"jest-util": "^22.1.0",
"jest-validate": "^22.1.0",
"pretty-format": "^22.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/jest-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "22.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"chalk": "^2.0.1",
"diff": "^3.2.0",
"jest-get-type": "^22.0.6",
"pretty-format": "^22.0.6"
"jest-get-type": "^22.1.0",
"pretty-format": "^22.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/jest-docblock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-docblock",
"version": "22.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
4 changes: 2 additions & 2 deletions 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.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"babel-traverse": "^6.14.1",
"babylon": "^6.14.1",
"jest-snapshot": "^22.0.6"
"jest-snapshot": "^22.1.0"
},
"typings": "index.d.ts"
}
6 changes: 3 additions & 3 deletions packages/jest-environment-jsdom/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "jest-environment-jsdom",
"version": "22.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-mock": "^22.0.6",
"jest-util": "^22.0.6",
"jest-mock": "^22.1.0",
"jest-util": "^22.1.0",
"jsdom": "^11.5.1"
}
}
6 changes: 3 additions & 3 deletions packages/jest-environment-node/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "jest-environment-node",
"version": "22.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-mock": "^22.0.6",
"jest-util": "^22.0.6"
"jest-mock": "^22.1.0",
"jest-util": "^22.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/jest-get-type/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-get-type",
"description": "A utility function to get the type of a value",
"version": "22.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
6 changes: 3 additions & 3 deletions 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.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,8 +10,8 @@
"dependencies": {
"fb-watchman": "^2.0.0",
"graceful-fs": "^4.1.11",
"jest-docblock": "^22.0.6",
"jest-worker": "^22.0.6",
"jest-docblock": "^22.1.0",
"jest-worker": "^22.1.0",
"micromatch": "^2.3.11",
"sane": "^2.0.0"
}
Expand Down
14 changes: 7 additions & 7 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.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -11,16 +11,16 @@
"callsites": "^2.0.0",
"chalk": "^2.0.1",
"co": "^4.6.0",
"expect": "^22.0.6",
"expect": "^22.1.0",
"graceful-fs": "^4.1.11",
"is-generator-fn": "^1.0.0",
"jest-diff": "^22.0.6",
"jest-matcher-utils": "^22.0.6",
"jest-message-util": "^22.0.6",
"jest-snapshot": "^22.0.6",
"jest-diff": "^22.1.0",
"jest-matcher-utils": "^22.1.0",
"jest-message-util": "^22.1.0",
"jest-snapshot": "^22.1.0",
"source-map-support": "^0.5.0"
},
"devDependencies": {
"jest-runtime": "^22.0.6"
"jest-runtime": "^22.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/jest-leak-detector/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "jest-leak-detector",
"version": "22.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"pretty-format": "^22.0.6"
"pretty-format": "^22.1.0"
},
"devDependencies": {
"weak": "^1.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-matcher-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-matcher-utils",
"description": "A set of utility functions for expect and related packages",
"version": "22.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"main": "build/index.js",
"dependencies": {
"chalk": "^2.0.1",
"jest-get-type": "^22.0.6",
"pretty-format": "^22.0.6"
"jest-get-type": "^22.1.0",
"pretty-format": "^22.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/jest-message-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-message-util",
"version": "22.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-mock",
"version": "22.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-phabricator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-phabricator",
"version": "22.0.6",
"version": "22.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down

0 comments on commit cdc048d

Please sign in to comment.