Skip to content

Commit 655da1d

Browse files
cpojerFacebook Github Bot 4
authored andcommitted
v11.0.1
Summary: Closes #895 Differential Revision: D3183650 fb-gh-sync-id: ad6b62463cc2cd208cbdbcc29edd3eccaece2b05 fbshipit-source-id: ad6b62463cc2cd208cbdbcc29edd3eccaece2b05
1 parent 40db699 commit 655da1d

12 files changed

Lines changed: 25 additions & 23 deletions

File tree

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-cli 11.0.1, babel-jest 11.0.1
4+
35
* Added support for mercurial repositories when using `jest -o`
46
* Added `mockImplementationOnce` API to `jest.fn()`.
57

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.0.0
1+
11.0.1

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "jest-cli",
33
"description": "Painless JavaScript Unit Testing.",
4-
"version": "11.0.0",
4+
"version": "11.0.1",
55
"main": "src/jest.js",
66
"dependencies": {
77
"chalk": "^1.1.1",
88
"cover": "^0.2.9",
99
"diff": "^2.1.1",
1010
"graceful-fs": "^4.1.3",
1111
"istanbul": "^0.4.2",
12-
"jest-environment-jsdom": "^11.0.0",
13-
"jest-environment-node": "^11.0.0",
14-
"jest-jasmine1": "^11.0.0",
15-
"jest-jasmine2": "^11.0.0",
16-
"jest-mock": "^11.0.0",
17-
"jest-util": "^11.0.0",
12+
"jest-environment-jsdom": "^11.0.1",
13+
"jest-environment-node": "^11.0.1",
14+
"jest-jasmine1": "^11.0.1",
15+
"jest-jasmine2": "^11.0.1",
16+
"jest-mock": "^11.0.1",
17+
"jest-util": "^11.0.1",
1818
"json-stable-stringify": "^1.0.0",
1919
"lodash.template": "^4.2.4",
2020
"mkdirp": "^0.5.1",

packages/babel-jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-jest",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,6 +9,6 @@
99
"main": "src/index.js",
1010
"dependencies": {
1111
"babel-core": "^6.0.0",
12-
"babel-preset-jest": "^11.0.0"
12+
"babel-preset-jest": "^11.0.1"
1313
}
1414
}

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": "11.0.0",
3+
"version": "11.0.1",
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,13 +1,13 @@
11
{
22
"name": "babel-preset-jest",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
77
},
88
"license": "BSD-3-Clause",
99
"main": "index.js",
1010
"dependencies": {
11-
"babel-plugin-jest-hoist": "^11.0.0"
11+
"babel-plugin-jest-hoist": "^11.0.1"
1212
}
1313
}
Lines 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": "11.0.0",
3+
"version": "11.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,6 +9,6 @@
99
"main": "src/index.js",
1010
"dependencies": {
1111
"jsdom": "^8.3.1",
12-
"jest-util": "^11.0.0"
12+
"jest-util": "^11.0.1"
1313
}
1414
}

packages/jest-environment-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "jest-environment-node",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
77
},
88
"license": "BSD-3-Clause",
99
"main": "src/index.js",
1010
"dependencies": {
11-
"jest-util": "^11.0.0"
11+
"jest-util": "^11.0.1"
1212
},
1313
"scripts": {
1414
"test": "node -e \"const spawn = require('child_process').spawn, path=require('path'); spawn('node', [path.resolve('../../bin/jest.js')], {stdio:'inherit'})\""

packages/jest-jasmine1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-jasmine1",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,7 +9,7 @@
99
"main": "src/index.js",
1010
"dependencies": {
1111
"graceful-fs": "^4.1.3",
12-
"jest-util": "^11.0.0"
12+
"jest-util": "^11.0.1"
1313
},
1414
"scripts": {
1515
"test": "node -e \"const spawn = require('child_process').spawn, path=require('path'); spawn('node', [path.resolve('../../bin/jest.js')], {stdio:'inherit'})\""

packages/jest-jasmine2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-jasmine2",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,7 +9,7 @@
99
"main": "src/index.js",
1010
"dependencies": {
1111
"graceful-fs": "^4.1.3",
12-
"jest-util": "^11.0.0"
12+
"jest-util": "^11.0.1"
1313
},
1414
"scripts": {
1515
"test": "node -e \"const spawn = require('child_process').spawn, path=require('path'); spawn('node', [path.resolve('../../bin/jest.js')], {stdio:'inherit'})\""

0 commit comments

Comments
 (0)