Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 52bbb26

Browse filesBrowse files
author
Miguel Jimenez Esun
committed
Release v22.4.1
1 parent f020182 commit 52bbb26
Copy full SHA for 52bbb26

File tree

Expand file treeCollapse file tree

21 files changed

+65
-64
lines changed
Filter options
Expand file treeCollapse file tree

21 files changed

+65
-64
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
## master
22

3+
## 22.4.1
4+
35
### Fixes
46

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

814
### Features
915

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

13-
### Fixes
14-
15-
* `[babel-jest]` Remove `retainLines` argument to babel.
16-
([#5594](https://github.com/facebook/jest/pull/5594))
17-
1819
### Chore & Maintenance
1920

2021
* `[docs]` Add note about Node version support

‎lerna.json

Copy file name to clipboard
+1-1Lines 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.4.0",
3+
"version": "22.4.1",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

‎packages/babel-jest/package.json

Copy file name to clipboardExpand all lines: packages/babel-jest/package.json
+2-2Lines 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.4.0",
4+
"version": "22.4.1",
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.2.0"
13+
"babel-preset-jest": "^22.4.1"
1414
},
1515
"devDependencies": {
1616
"babel-core": "^6.0.0"

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

Copy file name to clipboardExpand all lines: packages/babel-plugin-jest-hoist/package.json
+1-1Lines 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.2.0",
3+
"version": "22.4.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
+2-2Lines 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.2.0",
3+
"version": "22.4.1",
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.2.0",
11+
"babel-plugin-jest-hoist": "^22.4.1",
1212
"babel-plugin-syntax-object-rest-spread": "^6.13.0"
1313
}
1414
}

‎packages/jest-circus/package.json

Copy file name to clipboardExpand all lines: packages/jest-circus/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-circus",
3-
"version": "22.4.0",
3+
"version": "22.4.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -16,6 +16,6 @@
1616
"jest-snapshot": "^22.4.0"
1717
},
1818
"devDependencies": {
19-
"jest-runtime": "^22.4.0"
19+
"jest-runtime": "^22.4.1"
2020
}
2121
}

‎packages/jest-cli/package.json

Copy file name to clipboardExpand all lines: packages/jest-cli/package.json
+8-8Lines changed: 8 additions & 8 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.4.0",
4+
"version": "22.4.1",
55
"main": "build/jest.js",
66
"dependencies": {
77
"ansi-escapes": "^3.0.0",
@@ -16,18 +16,18 @@
1616
"istanbul-lib-instrument": "^1.8.0",
1717
"istanbul-lib-source-maps": "^1.2.1",
1818
"jest-changed-files": "^22.2.0",
19-
"jest-config": "^22.4.0",
20-
"jest-environment-jsdom": "^22.4.0",
19+
"jest-config": "^22.4.1",
20+
"jest-environment-jsdom": "^22.4.1",
2121
"jest-get-type": "^22.1.0",
22-
"jest-haste-map": "^22.4.0",
22+
"jest-haste-map": "^22.4.1",
2323
"jest-message-util": "^22.4.0",
2424
"jest-regex-util": "^22.1.0",
2525
"jest-resolve-dependencies": "^22.1.0",
26-
"jest-runner": "^22.4.0",
27-
"jest-runtime": "^22.4.0",
26+
"jest-runner": "^22.4.1",
27+
"jest-runtime": "^22.4.1",
2828
"jest-snapshot": "^22.4.0",
29-
"jest-util": "^22.4.0",
30-
"jest-validate": "^22.4.0",
29+
"jest-util": "^22.4.1",
30+
"jest-validate": "^22.4.1",
3131
"jest-worker": "^22.2.2",
3232
"micromatch": "^2.3.11",
3333
"node-notifier": "^5.2.1",

‎packages/jest-config/package.json

Copy file name to clipboard
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-config",
3-
"version": "22.4.0",
3+
"version": "22.4.1",
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.4.0",
14-
"jest-environment-node": "^22.4.0",
13+
"jest-environment-jsdom": "^22.4.1",
14+
"jest-environment-node": "^22.4.1",
1515
"jest-get-type": "^22.1.0",
16-
"jest-jasmine2": "^22.4.0",
16+
"jest-jasmine2": "^22.4.1",
1717
"jest-regex-util": "^22.1.0",
18-
"jest-resolve": "^22.4.0",
19-
"jest-util": "^22.4.0",
20-
"jest-validate": "^22.4.0",
18+
"jest-resolve": "^22.4.1",
19+
"jest-util": "^22.4.1",
20+
"jest-validate": "^22.4.1",
2121
"pretty-format": "^22.4.0"
2222
}
2323
}

‎packages/jest-editor-support/package.json

Copy file name to clipboardExpand all lines: packages/jest-editor-support/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-editor-support",
3-
"version": "22.4.0",
3+
"version": "22.4.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-environment-jsdom",
3-
"version": "22.4.0",
3+
"version": "22.4.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,7 +9,7 @@
99
"main": "build/index.js",
1010
"dependencies": {
1111
"jest-mock": "^22.2.0",
12-
"jest-util": "^22.4.0",
12+
"jest-util": "^22.4.1",
1313
"jsdom": "^11.5.1"
1414
}
1515
}
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-environment-node",
3-
"version": "22.4.0",
3+
"version": "22.4.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,6 +9,6 @@
99
"main": "build/index.js",
1010
"dependencies": {
1111
"jest-mock": "^22.2.0",
12-
"jest-util": "^22.4.0"
12+
"jest-util": "^22.4.1"
1313
}
1414
}

‎packages/jest-haste-map/package.json

Copy file name to clipboardExpand all lines: packages/jest-haste-map/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-haste-map",
3-
"version": "22.4.0",
3+
"version": "22.4.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"

‎packages/jest-jasmine2/package.json

Copy file name to clipboardExpand all lines: packages/jest-jasmine2/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-jasmine2",
3-
"version": "22.4.0",
3+
"version": "22.4.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -17,10 +17,10 @@
1717
"jest-matcher-utils": "^22.4.0",
1818
"jest-message-util": "^22.4.0",
1919
"jest-snapshot": "^22.4.0",
20-
"jest-util": "^22.4.0",
20+
"jest-util": "^22.4.1",
2121
"source-map-support": "^0.5.0"
2222
},
2323
"devDependencies": {
24-
"jest-runtime": "^22.4.0"
24+
"jest-runtime": "^22.4.1"
2525
}
2626
}

‎packages/jest-repl/package.json

Copy file name to clipboardExpand all lines: packages/jest-repl/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "jest-repl",
3-
"version": "22.4.0",
3+
"version": "22.4.1",
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-runtime": "^22.4.0",
12-
"jest-validate": "^22.4.0",
11+
"jest-runtime": "^22.4.1",
12+
"jest-validate": "^22.4.1",
1313
"repl": "^0.1.3",
1414
"yargs": "^10.0.3"
1515
},

‎packages/jest-resolve/package.json

Copy file name to clipboardExpand all lines: packages/jest-resolve/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-resolve",
3-
"version": "22.4.0",
3+
"version": "22.4.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -12,6 +12,6 @@
1212
"chalk": "^2.0.1"
1313
},
1414
"devDependencies": {
15-
"jest-haste-map": "^22.4.0"
15+
"jest-haste-map": "^22.4.1"
1616
}
1717
}

‎packages/jest-runner/package.json

Copy file name to clipboardExpand all lines: packages/jest-runner/package.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-runner",
3-
"version": "22.4.0",
3+
"version": "22.4.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,14 +9,14 @@
99
"main": "build/index.js",
1010
"dependencies": {
1111
"exit": "^0.1.2",
12-
"jest-config": "^22.4.0",
12+
"jest-config": "^22.4.1",
1313
"jest-docblock": "^22.4.0",
14-
"jest-haste-map": "^22.4.0",
15-
"jest-jasmine2": "^22.4.0",
14+
"jest-haste-map": "^22.4.1",
15+
"jest-jasmine2": "^22.4.1",
1616
"jest-leak-detector": "^22.4.0",
1717
"jest-message-util": "^22.4.0",
18-
"jest-runtime": "^22.4.0",
19-
"jest-util": "^22.4.0",
18+
"jest-runtime": "^22.4.1",
19+
"jest-util": "^22.4.1",
2020
"jest-worker": "^22.2.2",
2121
"throat": "^4.0.0"
2222
}

‎packages/jest-runtime/package.json

Copy file name to clipboardExpand all lines: packages/jest-runtime/package.json
+9-9Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-runtime",
3-
"version": "22.4.0",
3+
"version": "22.4.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,18 +9,18 @@
99
"main": "build/index.js",
1010
"dependencies": {
1111
"babel-core": "^6.0.0",
12-
"babel-jest": "^22.4.0",
12+
"babel-jest": "^22.4.1",
1313
"babel-plugin-istanbul": "^4.1.5",
1414
"chalk": "^2.0.1",
1515
"convert-source-map": "^1.4.0",
1616
"exit": "^0.1.2",
1717
"graceful-fs": "^4.1.11",
18-
"jest-config": "^22.4.0",
19-
"jest-haste-map": "^22.4.0",
18+
"jest-config": "^22.4.1",
19+
"jest-haste-map": "^22.4.1",
2020
"jest-regex-util": "^22.1.0",
21-
"jest-resolve": "^22.4.0",
22-
"jest-util": "^22.4.0",
23-
"jest-validate": "^22.4.0",
21+
"jest-resolve": "^22.4.1",
22+
"jest-util": "^22.4.1",
23+
"jest-validate": "^22.4.1",
2424
"json-stable-stringify": "^1.0.1",
2525
"micromatch": "^2.3.11",
2626
"realpath-native": "^1.0.0",
@@ -30,8 +30,8 @@
3030
"yargs": "^10.0.3"
3131
},
3232
"devDependencies": {
33-
"jest-environment-jsdom": "^22.4.0",
34-
"jest-environment-node": "^22.4.0"
33+
"jest-environment-jsdom": "^22.4.1",
34+
"jest-environment-node": "^22.4.1"
3535
},
3636
"bin": {
3737
"jest-runtime": "./bin/jest-runtime.js"
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "jest-test-typescript-parser",
3-
"version": "22.4.0",
3+
"version": "22.4.1",
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-editor-support": "^22.4.0",
11+
"jest-editor-support": "^22.4.1",
1212
"typescript": "^2.5.3"
1313
}
1414
}

‎packages/jest-util/package.json

Copy file name to clipboardExpand all lines: packages/jest-util/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-util",
3-
"version": "22.4.0",
3+
"version": "22.4.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"

‎packages/jest-validate/package.json

Copy file name to clipboardExpand all lines: packages/jest-validate/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-validate",
3-
"version": "22.4.0",
3+
"version": "22.4.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,7 +9,7 @@
99
"main": "build/index.js",
1010
"dependencies": {
1111
"chalk": "^2.0.1",
12-
"jest-config": "^22.4.0",
12+
"jest-config": "^22.4.1",
1313
"jest-get-type": "^22.1.0",
1414
"leven": "^2.1.0",
1515
"pretty-format": "^22.4.0"

‎packages/jest/package.json

Copy file name to clipboardExpand all lines: packages/jest/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "jest",
33
"description": "Delightful JavaScript Testing.",
4-
"version": "22.4.0",
4+
"version": "22.4.1",
55
"main": "build/jest.js",
66
"dependencies": {
77
"import-local": "^1.0.0",
8-
"jest-cli": "^22.4.0"
8+
"jest-cli": "^22.4.1"
99
},
1010
"bin": {
1111
"jest": "./bin/jest.js"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.