Skip to content

Commit

Permalink
v21.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Sep 14, 2017
1 parent 8529bd1 commit 13e4ba2
Show file tree
Hide file tree
Showing 29 changed files with 98 additions and 98 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.1.2",
"version": "21.0.2",
"version": "21.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
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": "21.0.2",
"version": "21.1.0",
"description": "Eslint rules for Jest",
"keywords": [
"eslint",
Expand Down
10 changes: 5 additions & 5 deletions packages/expect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "21.0.2",
"version": "21.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": "^21.0.2",
"jest-diff": "^21.1.0",
"jest-get-type": "^21.0.2",
"jest-matcher-utils": "^21.0.2",
"jest-message-util": "^21.0.2",
"jest-regex-util": "^21.0.2"
"jest-matcher-utils": "^21.1.0",
"jest-message-util": "^21.1.0",
"jest-regex-util": "^21.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": "21.0.2",
"version": "21.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": "21.0.2",
"version": "21.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": "^21.0.2",
"jest-diff": "^21.0.2",
"jest-matcher-utils": "^21.0.2",
"jest-message-util": "^21.0.2",
"jest-snapshot": "^21.0.2"
"expect": "^21.1.0",
"jest-diff": "^21.1.0",
"jest-matcher-utils": "^21.1.0",
"jest-message-util": "^21.1.0",
"jest-snapshot": "^21.1.0"
},
"devDependencies": {
"jest-runtime": "^21.0.2"
"jest-runtime": "^21.1.0"
}
}
24 changes: 12 additions & 12 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": "21.0.2",
"version": "21.1.0",
"main": "build/jest.js",
"dependencies": {
"ansi-escapes": "^3.0.0",
Expand All @@ -13,17 +13,17 @@
"istanbul-lib-coverage": "^1.0.1",
"istanbul-lib-instrument": "^1.4.2",
"istanbul-lib-source-maps": "^1.1.0",
"jest-changed-files": "^21.0.2",
"jest-config": "^21.0.2",
"jest-environment-jsdom": "^21.0.2",
"jest-haste-map": "^21.0.2",
"jest-message-util": "^21.0.2",
"jest-regex-util": "^21.0.2",
"jest-resolve-dependencies": "^21.0.2",
"jest-runner": "^21.0.2",
"jest-runtime": "^21.0.2",
"jest-snapshot": "^21.0.2",
"jest-util": "^21.0.2",
"jest-changed-files": "^21.1.0",
"jest-config": "^21.1.0",
"jest-environment-jsdom": "^21.1.0",
"jest-haste-map": "^21.1.0",
"jest-message-util": "^21.1.0",
"jest-regex-util": "^21.1.0",
"jest-resolve-dependencies": "^21.1.0",
"jest-runner": "^21.1.0",
"jest-runtime": "^21.1.0",
"jest-snapshot": "^21.1.0",
"jest-util": "^21.1.0",
"micromatch": "^2.3.11",
"node-notifier": "^5.0.2",
"pify": "^3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "21.0.2",
"version": "21.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": "^21.0.2",
"jest-environment-node": "^21.0.2",
"jest-environment-jsdom": "^21.1.0",
"jest-environment-node": "^21.1.0",
"jest-get-type": "^21.0.2",
"jest-jasmine2": "^21.0.2",
"jest-regex-util": "^21.0.2",
"jest-resolve": "^21.0.2",
"jest-util": "^21.0.2",
"jest-validate": "^21.0.2",
"pretty-format": "^21.0.2"
"jest-jasmine2": "^21.1.0",
"jest-regex-util": "^21.1.0",
"jest-resolve": "^21.1.0",
"jest-util": "^21.1.0",
"jest-validate": "^21.1.0",
"pretty-format": "^21.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/jest-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "21.0.2",
"version": "21.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -11,6 +11,6 @@
"chalk": "^2.0.1",
"diff": "^3.2.0",
"jest-get-type": "^21.0.2",
"pretty-format": "^21.0.2"
"pretty-format": "^21.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": "21.0.2",
"version": "21.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
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": "21.0.2",
"version": "21.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
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": "21.0.2",
"version": "21.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-mock": "^21.0.2",
"jest-util": "^21.0.2",
"jest-mock": "^21.1.0",
"jest-util": "^21.1.0",
"jsdom": "^9.12.0"
}
}
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": "21.0.2",
"version": "21.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-mock": "^21.0.2",
"jest-util": "^21.0.2"
"jest-mock": "^21.1.0",
"jest-util": "^21.1.0"
}
}
4 changes: 2 additions & 2 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": "21.0.2",
"version": "21.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"fb-watchman": "^2.0.0",
"graceful-fs": "^4.1.11",
"jest-docblock": "^21.0.2",
"jest-docblock": "^21.1.0",
"micromatch": "^2.3.11",
"sane": "^2.0.0",
"worker-farm": "^1.3.1"
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": "21.0.2",
"version": "21.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,15 +9,15 @@
"main": "build/index.js",
"dependencies": {
"chalk": "^2.0.1",
"expect": "^21.0.2",
"expect": "^21.1.0",
"graceful-fs": "^4.1.11",
"jest-diff": "^21.0.2",
"jest-matcher-utils": "^21.0.2",
"jest-message-util": "^21.0.2",
"jest-snapshot": "^21.0.2",
"jest-diff": "^21.1.0",
"jest-matcher-utils": "^21.1.0",
"jest-message-util": "^21.1.0",
"jest-snapshot": "^21.1.0",
"p-cancelable": "^0.3.0"
},
"devDependencies": {
"jest-runtime": "^21.0.2"
"jest-runtime": "^21.1.0"
}
}
4 changes: 2 additions & 2 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": "21.0.2",
"version": "21.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -11,6 +11,6 @@
"dependencies": {
"chalk": "^2.0.1",
"jest-get-type": "^21.0.2",
"pretty-format": "^21.0.2"
"pretty-format": "^21.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": "21.0.2",
"version": "21.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": "21.0.2",
"version": "21.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-regex-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-regex-util",
"version": "21.0.2",
"version": "21.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
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": "21.0.2",
"version": "21.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-runtime": "^21.0.2",
"jest-util": "^21.0.2",
"jest-runtime": "^21.1.0",
"jest-util": "^21.1.0",
"repl": "^0.1.3",
"yargs": "^9.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-resolve-dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "jest-resolve-dependencies",
"version": "21.0.2",
"version": "21.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-regex-util": "^21.0.2"
"jest-regex-util": "^21.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/jest-resolve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-resolve",
"version": "21.0.2",
"version": "21.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -13,6 +13,6 @@
"is-builtin-module": "^1.0.0"
},
"devDependencies": {
"jest-haste-map": "^21.0.2"
"jest-haste-map": "^21.1.0"
}
}
16 changes: 8 additions & 8 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "jest-runner",
"version": "21.0.2",
"version": "21.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"jest-config": "^21.0.2",
"jest-docblock": "^21.0.2",
"jest-haste-map": "^21.0.2",
"jest-jasmine2": "^21.0.2",
"jest-message-util": "^21.0.2",
"jest-runtime": "^21.0.2",
"jest-util": "^21.0.2",
"jest-config": "^21.1.0",
"jest-docblock": "^21.1.0",
"jest-haste-map": "^21.1.0",
"jest-jasmine2": "^21.1.0",
"jest-message-util": "^21.1.0",
"jest-runtime": "^21.1.0",
"jest-util": "^21.1.0",
"pify": "^3.0.0",
"throat": "^4.0.0",
"worker-farm": "^1.3.1"
Expand Down

2 comments on commit 13e4ba2

@trivikr
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CHANGELOG.md needs to be updated with changes in 21.1.0

@cpojer
Copy link
Member Author

@cpojer cpojer commented on 13e4ba2 Sep 15, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to push, done.

Please sign in to comment.