Skip to content

Commit cdc048d

Browse files
committed
Jest 22.1.0
1 parent a6fa7e3 commit cdc048d

File tree

37 files changed

+122
-120
lines changed

37 files changed

+122
-120
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## master
22

3+
## jest 22.1.0
4+
35
### Features
46

57
* `[jest-cli]` Make Jest exit without an error when no tests are found in the

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.5.1",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/babel-jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-jest",
33
"description": "Jest plugin to use babel for transformation.",
4-
"version": "22.0.6",
4+
"version": "22.1.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/jest.git"
@@ -10,7 +10,7 @@
1010
"main": "build/index.js",
1111
"dependencies": {
1212
"babel-plugin-istanbul": "^4.1.5",
13-
"babel-preset-jest": "^22.0.6"
13+
"babel-preset-jest": "^22.1.0"
1414
},
1515
"devDependencies": {
1616
"babel-core": "^6.0.0"

packages/babel-plugin-jest-hoist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-jest-hoist",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "babel-preset-jest",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
77
},
88
"license": "MIT",
99
"main": "index.js",
1010
"dependencies": {
11-
"babel-plugin-jest-hoist": "^22.0.6",
11+
"babel-plugin-jest-hoist": "^22.1.0",
1212
"babel-plugin-syntax-object-rest-spread": "^6.13.0"
1313
}
1414
}

packages/eslint-config-fb-strict/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-fb-strict",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"

packages/expect/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expect",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -10,10 +10,10 @@
1010
"browser": "build-es5/index.js",
1111
"dependencies": {
1212
"ansi-styles": "^3.2.0",
13-
"jest-diff": "^22.0.6",
14-
"jest-get-type": "^22.0.6",
15-
"jest-matcher-utils": "^22.0.6",
16-
"jest-message-util": "^22.0.6",
17-
"jest-regex-util": "^22.0.6"
13+
"jest-diff": "^22.1.0",
14+
"jest-get-type": "^22.1.0",
15+
"jest-matcher-utils": "^22.1.0",
16+
"jest-message-util": "^22.1.0",
17+
"jest-regex-util": "^22.1.0"
1818
}
1919
}

packages/jest-changed-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-changed-files",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"

packages/jest-circus/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-circus",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,13 +9,13 @@
99
"main": "build/index.js",
1010
"dependencies": {
1111
"chalk": "^2.0.1",
12-
"expect": "^22.0.6",
13-
"jest-diff": "^22.0.6",
14-
"jest-matcher-utils": "^22.0.6",
15-
"jest-message-util": "^22.0.6",
16-
"jest-snapshot": "^22.0.6"
12+
"expect": "^22.1.0",
13+
"jest-diff": "^22.1.0",
14+
"jest-matcher-utils": "^22.1.0",
15+
"jest-message-util": "^22.1.0",
16+
"jest-snapshot": "^22.1.0"
1717
},
1818
"devDependencies": {
19-
"jest-runtime": "^22.0.6"
19+
"jest-runtime": "^22.1.0"
2020
}
2121
}

packages/jest-cli/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-cli",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "22.0.6",
4+
"version": "22.1.0",
55
"main": "build/jest.js",
66
"dependencies": {
77
"ansi-escapes": "^3.0.0",
@@ -14,19 +14,19 @@
1414
"istanbul-lib-coverage": "^1.1.1",
1515
"istanbul-lib-instrument": "^1.8.0",
1616
"istanbul-lib-source-maps": "^1.2.1",
17-
"jest-changed-files": "^22.0.6",
18-
"jest-config": "^22.0.6",
19-
"jest-environment-jsdom": "^22.0.6",
20-
"jest-get-type": "^22.0.6",
21-
"jest-haste-map": "^22.0.6",
22-
"jest-message-util": "^22.0.6",
23-
"jest-regex-util": "^22.0.6",
24-
"jest-resolve-dependencies": "^22.0.6",
25-
"jest-runner": "^22.0.6",
26-
"jest-runtime": "^22.0.6",
27-
"jest-snapshot": "^22.0.6",
28-
"jest-util": "^22.0.6",
29-
"jest-worker": "^22.0.6",
17+
"jest-changed-files": "^22.1.0",
18+
"jest-config": "^22.1.0",
19+
"jest-environment-jsdom": "^22.1.0",
20+
"jest-get-type": "^22.1.0",
21+
"jest-haste-map": "^22.1.0",
22+
"jest-message-util": "^22.1.0",
23+
"jest-regex-util": "^22.1.0",
24+
"jest-resolve-dependencies": "^22.1.0",
25+
"jest-runner": "^22.1.0",
26+
"jest-runtime": "^22.1.0",
27+
"jest-snapshot": "^22.1.0",
28+
"jest-util": "^22.1.0",
29+
"jest-worker": "^22.1.0",
3030
"micromatch": "^2.3.11",
3131
"node-notifier": "^5.1.2",
3232
"realpath-native": "^1.0.0",

packages/jest-config/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-config",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -10,14 +10,14 @@
1010
"dependencies": {
1111
"chalk": "^2.0.1",
1212
"glob": "^7.1.1",
13-
"jest-environment-jsdom": "^22.0.6",
14-
"jest-environment-node": "^22.0.6",
15-
"jest-get-type": "^22.0.6",
16-
"jest-jasmine2": "^22.0.6",
17-
"jest-regex-util": "^22.0.6",
18-
"jest-resolve": "^22.0.6",
19-
"jest-util": "^22.0.6",
20-
"jest-validate": "^22.0.6",
21-
"pretty-format": "^22.0.6"
13+
"jest-environment-jsdom": "^22.1.0",
14+
"jest-environment-node": "^22.1.0",
15+
"jest-get-type": "^22.1.0",
16+
"jest-jasmine2": "^22.1.0",
17+
"jest-regex-util": "^22.1.0",
18+
"jest-resolve": "^22.1.0",
19+
"jest-util": "^22.1.0",
20+
"jest-validate": "^22.1.0",
21+
"pretty-format": "^22.1.0"
2222
}
2323
}

packages/jest-diff/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-diff",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"chalk": "^2.0.1",
1212
"diff": "^3.2.0",
13-
"jest-get-type": "^22.0.6",
14-
"pretty-format": "^22.0.6"
13+
"jest-get-type": "^22.1.0",
14+
"pretty-format": "^22.1.0"
1515
}
1616
}

packages/jest-docblock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-docblock",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-editor-support",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"babel-traverse": "^6.14.1",
1212
"babylon": "^6.14.1",
13-
"jest-snapshot": "^22.0.6"
13+
"jest-snapshot": "^22.1.0"
1414
},
1515
"typings": "index.d.ts"
1616
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "jest-environment-jsdom",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
77
},
88
"license": "MIT",
99
"main": "build/index.js",
1010
"dependencies": {
11-
"jest-mock": "^22.0.6",
12-
"jest-util": "^22.0.6",
11+
"jest-mock": "^22.1.0",
12+
"jest-util": "^22.1.0",
1313
"jsdom": "^11.5.1"
1414
}
1515
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "jest-environment-node",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
77
},
88
"license": "MIT",
99
"main": "build/index.js",
1010
"dependencies": {
11-
"jest-mock": "^22.0.6",
12-
"jest-util": "^22.0.6"
11+
"jest-mock": "^22.1.0",
12+
"jest-util": "^22.1.0"
1313
}
1414
}

packages/jest-get-type/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-get-type",
33
"description": "A utility function to get the type of a value",
4-
"version": "22.0.6",
4+
"version": "22.1.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/jest.git"

packages/jest-haste-map/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-haste-map",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -10,8 +10,8 @@
1010
"dependencies": {
1111
"fb-watchman": "^2.0.0",
1212
"graceful-fs": "^4.1.11",
13-
"jest-docblock": "^22.0.6",
14-
"jest-worker": "^22.0.6",
13+
"jest-docblock": "^22.1.0",
14+
"jest-worker": "^22.1.0",
1515
"micromatch": "^2.3.11",
1616
"sane": "^2.0.0"
1717
}

packages/jest-jasmine2/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-jasmine2",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -11,16 +11,16 @@
1111
"callsites": "^2.0.0",
1212
"chalk": "^2.0.1",
1313
"co": "^4.6.0",
14-
"expect": "^22.0.6",
14+
"expect": "^22.1.0",
1515
"graceful-fs": "^4.1.11",
1616
"is-generator-fn": "^1.0.0",
17-
"jest-diff": "^22.0.6",
18-
"jest-matcher-utils": "^22.0.6",
19-
"jest-message-util": "^22.0.6",
20-
"jest-snapshot": "^22.0.6",
17+
"jest-diff": "^22.1.0",
18+
"jest-matcher-utils": "^22.1.0",
19+
"jest-message-util": "^22.1.0",
20+
"jest-snapshot": "^22.1.0",
2121
"source-map-support": "^0.5.0"
2222
},
2323
"devDependencies": {
24-
"jest-runtime": "^22.0.6"
24+
"jest-runtime": "^22.1.0"
2525
}
2626
}

packages/jest-leak-detector/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "jest-leak-detector",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
77
},
88
"license": "MIT",
99
"main": "build/index.js",
1010
"dependencies": {
11-
"pretty-format": "^22.0.6"
11+
"pretty-format": "^22.1.0"
1212
},
1313
"devDependencies": {
1414
"weak": "^1.0.1"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-matcher-utils",
33
"description": "A set of utility functions for expect and related packages",
4-
"version": "22.0.6",
4+
"version": "22.1.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/jest.git"
@@ -10,7 +10,7 @@
1010
"main": "build/index.js",
1111
"dependencies": {
1212
"chalk": "^2.0.1",
13-
"jest-get-type": "^22.0.6",
14-
"pretty-format": "^22.0.6"
13+
"jest-get-type": "^22.1.0",
14+
"pretty-format": "^22.1.0"
1515
}
1616
}

packages/jest-message-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-message-util",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"

packages/jest-mock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-mock",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"

packages/jest-phabricator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-phabricator",
3-
"version": "22.0.6",
3+
"version": "22.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"

0 commit comments

Comments
 (0)