Skip to content

Commit

Permalink
Release v23.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Jimenez Esun committed Jul 4, 2018
1 parent d6db226 commit 266e820
Show file tree
Hide file tree
Showing 21 changed files with 75 additions and 73 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## master

## 23.3.0

### Features

- `[jest-cli]` Allow watch plugin to be configured ([#6603](https://github.com/facebook/jest/pull/6603))
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.9.0",
"version": "23.2.0",
"version": "23.3.0",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/expect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "23.2.0",
"version": "23.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -13,7 +13,7 @@
"jest-diff": "^23.2.0",
"jest-get-type": "^22.1.0",
"jest-matcher-utils": "^23.2.0",
"jest-message-util": "^23.2.0",
"jest-regex-util": "^23.0.0"
"jest-message-util": "^23.3.0",
"jest-regex-util": "^23.3.0"
}
}
12 changes: 6 additions & 6 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "23.2.0",
"version": "23.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,19 +10,19 @@
"dependencies": {
"chalk": "^2.0.1",
"co": "^4.6.0",
"expect": "^23.2.0",
"expect": "^23.3.0",
"is-generator-fn": "^1.0.0",
"jest-diff": "^23.2.0",
"jest-each": "^23.2.0",
"jest-matcher-utils": "^23.2.0",
"jest-message-util": "^23.2.0",
"jest-snapshot": "^23.2.0",
"jest-util": "^23.2.0",
"jest-message-util": "^23.3.0",
"jest-snapshot": "^23.3.0",
"jest-util": "^23.3.0",
"pretty-format": "^23.2.0",
"stack-utils": "^1.0.1"
},
"devDependencies": {
"execa": "^0.10.0",
"jest-runtime": "^23.2.0"
"jest-runtime": "^23.3.0"
}
}
22 changes: 11 additions & 11 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": "23.2.0",
"version": "23.3.0",
"main": "build/jest.js",
"dependencies": {
"ansi-escapes": "^3.0.0",
Expand All @@ -16,18 +16,18 @@
"istanbul-lib-instrument": "^1.10.1",
"istanbul-lib-source-maps": "^1.2.4",
"jest-changed-files": "^23.2.0",
"jest-config": "^23.2.0",
"jest-environment-jsdom": "^23.2.0",
"jest-config": "^23.3.0",
"jest-environment-jsdom": "^23.3.0",
"jest-get-type": "^22.1.0",
"jest-haste-map": "^23.2.0",
"jest-message-util": "^23.2.0",
"jest-regex-util": "^23.0.0",
"jest-resolve-dependencies": "^23.2.0",
"jest-runner": "^23.2.0",
"jest-runtime": "^23.2.0",
"jest-snapshot": "^23.2.0",
"jest-util": "^23.2.0",
"jest-validate": "^23.2.0",
"jest-message-util": "^23.3.0",
"jest-regex-util": "^23.3.0",
"jest-resolve-dependencies": "^23.3.0",
"jest-runner": "^23.3.0",
"jest-runtime": "^23.3.0",
"jest-snapshot": "^23.3.0",
"jest-util": "^23.3.0",
"jest-validate": "^23.3.0",
"jest-watcher": "^23.2.0",
"jest-worker": "^23.2.0",
"micromatch": "^3.1.10",
Expand Down
14 changes: 7 additions & 7 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "23.2.0",
"version": "23.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -12,14 +12,14 @@
"babel-jest": "^23.2.0",
"chalk": "^2.0.1",
"glob": "^7.1.1",
"jest-environment-jsdom": "^23.2.0",
"jest-environment-node": "^23.2.0",
"jest-environment-jsdom": "^23.3.0",
"jest-environment-node": "^23.3.0",
"jest-get-type": "^22.1.0",
"jest-jasmine2": "^23.2.0",
"jest-regex-util": "^23.0.0",
"jest-jasmine2": "^23.3.0",
"jest-regex-util": "^23.3.0",
"jest-resolve": "^23.2.0",
"jest-util": "^23.2.0",
"jest-validate": "^23.2.0",
"jest-util": "^23.3.0",
"jest-validate": "^23.3.0",
"pretty-format": "^23.2.0"
}
}
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": "23.2.0",
"version": "23.3.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": "^23.2.0"
"jest-snapshot": "^23.3.0"
},
"typings": "index.d.ts"
}
4 changes: 2 additions & 2 deletions packages/jest-environment-jsdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "23.2.0",
"version": "23.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,7 +9,7 @@
"main": "build/index.js",
"dependencies": {
"jest-mock": "^23.2.0",
"jest-util": "^23.2.0",
"jest-util": "^23.3.0",
"jsdom": "^11.5.1"
}
}
4 changes: 2 additions & 2 deletions packages/jest-environment-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-environment-node",
"version": "23.2.0",
"version": "23.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,6 +9,6 @@
"main": "build/index.js",
"dependencies": {
"jest-mock": "^23.2.0",
"jest-util": "^23.2.0"
"jest-util": "^23.3.0"
}
}
12 changes: 6 additions & 6 deletions packages/jest-jasmine2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "23.2.0",
"version": "23.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,17 +10,17 @@
"dependencies": {
"chalk": "^2.0.1",
"co": "^4.6.0",
"expect": "^23.2.0",
"expect": "^23.3.0",
"is-generator-fn": "^1.0.0",
"jest-diff": "^23.2.0",
"jest-each": "^23.2.0",
"jest-matcher-utils": "^23.2.0",
"jest-message-util": "^23.2.0",
"jest-snapshot": "^23.2.0",
"jest-util": "^23.2.0",
"jest-message-util": "^23.3.0",
"jest-snapshot": "^23.3.0",
"jest-util": "^23.3.0",
"pretty-format": "^23.2.0"
},
"devDependencies": {
"jest-runtime": "^23.2.0"
"jest-runtime": "^23.3.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": "23.2.0",
"version": "23.3.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": "23.0.0",
"version": "23.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "jest-repl",
"version": "23.2.0",
"version": "23.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-config": "^23.2.0",
"jest-runtime": "^23.2.0",
"jest-validate": "^23.2.0",
"jest-config": "^23.3.0",
"jest-runtime": "^23.3.0",
"jest-validate": "^23.3.0",
"repl": "^0.1.3",
"yargs": "^11.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-resolve-dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "jest-resolve-dependencies",
"version": "23.2.0",
"version": "23.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-regex-util": "^23.0.0",
"jest-snapshot": "^23.2.0"
"jest-regex-util": "^23.3.0",
"jest-snapshot": "^23.3.0"
}
}
12 changes: 6 additions & 6 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runner",
"version": "23.2.0",
"version": "23.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,14 +10,14 @@
"dependencies": {
"exit": "^0.1.2",
"graceful-fs": "^4.1.11",
"jest-config": "^23.2.0",
"jest-config": "^23.3.0",
"jest-docblock": "^23.2.0",
"jest-haste-map": "^23.2.0",
"jest-jasmine2": "^23.2.0",
"jest-jasmine2": "^23.3.0",
"jest-leak-detector": "^23.2.0",
"jest-message-util": "^23.2.0",
"jest-runtime": "^23.2.0",
"jest-util": "^23.2.0",
"jest-message-util": "^23.3.0",
"jest-runtime": "^23.3.0",
"jest-util": "^23.3.0",
"jest-worker": "^23.2.0",
"source-map-support": "^0.5.6",
"throat": "^4.0.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "23.2.0",
"version": "23.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -15,14 +15,14 @@
"exit": "^0.1.2",
"fast-json-stable-stringify": "^2.0.0",
"graceful-fs": "^4.1.11",
"jest-config": "^23.2.0",
"jest-config": "^23.3.0",
"jest-haste-map": "^23.2.0",
"jest-message-util": "^23.2.0",
"jest-regex-util": "^23.0.0",
"jest-message-util": "^23.3.0",
"jest-regex-util": "^23.3.0",
"jest-resolve": "^23.2.0",
"jest-snapshot": "^23.2.0",
"jest-util": "^23.2.0",
"jest-validate": "^23.2.0",
"jest-snapshot": "^23.3.0",
"jest-util": "^23.3.0",
"jest-validate": "^23.3.0",
"micromatch": "^3.1.10",
"realpath-native": "^1.0.0",
"slash": "^1.0.0",
Expand All @@ -31,8 +31,8 @@
"yargs": "^11.0.0"
},
"devDependencies": {
"jest-environment-jsdom": "^23.2.0",
"jest-environment-node": "^23.2.0"
"jest-environment-jsdom": "^23.3.0",
"jest-environment-node": "^23.3.0"
},
"bin": {
"jest-runtime": "./bin/jest-runtime.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-snapshot",
"version": "23.2.0",
"version": "23.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -13,7 +13,7 @@
"chalk": "^2.0.1",
"jest-diff": "^23.2.0",
"jest-matcher-utils": "^23.2.0",
"jest-message-util": "^23.2.0",
"jest-message-util": "^23.3.0",
"jest-resolve": "^23.2.0",
"mkdirp": "^0.5.1",
"natural-compare": "^1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-test-typescript-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "jest-test-typescript-parser",
"version": "23.2.0",
"version": "23.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-editor-support": "^23.2.0",
"jest-editor-support": "^23.3.0",
"typescript": "^2.5.3"
}
}
4 changes: 2 additions & 2 deletions packages/jest-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-util",
"version": "23.2.0",
"version": "23.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -12,7 +12,7 @@
"chalk": "^2.0.1",
"graceful-fs": "^4.1.11",
"is-ci": "^1.0.10",
"jest-message-util": "^23.2.0",
"jest-message-util": "^23.3.0",
"mkdirp": "^0.5.1",
"slash": "^1.0.0",
"source-map": "^0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-validate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-validate",
"version": "23.2.0",
"version": "23.3.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
Loading

0 comments on commit 266e820

Please sign in to comment.