Skip to content

Commit

Permalink
Release v23.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Jimenez Esun committed Jul 27, 2018
1 parent 6ebdd3d commit ea8452d
Show file tree
Hide file tree
Showing 16 changed files with 40 additions and 38 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.4.2

### Performance

- `[jest-changed-files]` limit git and hg commands to specified roots ([#6732](https://github.com/facebook/jest/pull/6732))
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.4.1",
"version": "23.4.2",
"npmClient": "npm",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/babel-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "23.4.0",
"version": "23.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
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": "23.4.0",
"version": "23.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
6 changes: 3 additions & 3 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.4.1",
"version": "23.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -17,13 +17,13 @@
"jest-each": "^23.4.0",
"jest-matcher-utils": "^23.2.0",
"jest-message-util": "^23.4.0",
"jest-snapshot": "^23.4.1",
"jest-snapshot": "^23.4.2",
"jest-util": "^23.4.0",
"pretty-format": "^23.2.0",
"stack-utils": "^1.0.1"
},
"devDependencies": {
"execa": "^0.10.0",
"jest-runtime": "^23.4.1"
"jest-runtime": "^23.4.2"
}
}
14 changes: 7 additions & 7 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.4.1",
"version": "23.4.2",
"main": "build/jest.js",
"dependencies": {
"ansi-escapes": "^3.0.0",
Expand All @@ -15,17 +15,17 @@
"istanbul-lib-coverage": "^1.2.0",
"istanbul-lib-instrument": "^1.10.1",
"istanbul-lib-source-maps": "^1.2.4",
"jest-changed-files": "^23.4.0",
"jest-config": "^23.4.1",
"jest-changed-files": "^23.4.2",
"jest-config": "^23.4.2",
"jest-environment-jsdom": "^23.4.0",
"jest-get-type": "^22.1.0",
"jest-haste-map": "^23.4.1",
"jest-message-util": "^23.4.0",
"jest-regex-util": "^23.3.0",
"jest-resolve-dependencies": "^23.4.1",
"jest-runner": "^23.4.1",
"jest-runtime": "^23.4.1",
"jest-snapshot": "^23.4.1",
"jest-resolve-dependencies": "^23.4.2",
"jest-runner": "^23.4.2",
"jest-runtime": "^23.4.2",
"jest-snapshot": "^23.4.2",
"jest-util": "^23.4.0",
"jest-validate": "^23.4.0",
"jest-watcher": "^23.4.0",
Expand Down
6 changes: 3 additions & 3 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.4.1",
"version": "23.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,13 +9,13 @@
"main": "build/index.js",
"dependencies": {
"babel-core": "^6.0.0",
"babel-jest": "^23.4.0",
"babel-jest": "^23.4.2",
"chalk": "^2.0.1",
"glob": "^7.1.1",
"jest-environment-jsdom": "^23.4.0",
"jest-environment-node": "^23.4.0",
"jest-get-type": "^22.1.0",
"jest-jasmine2": "^23.4.1",
"jest-jasmine2": "^23.4.2",
"jest-regex-util": "^23.3.0",
"jest-resolve": "^23.4.1",
"jest-util": "^23.4.0",
Expand Down
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.4.1",
"version": "23.4.2",
"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.4.1"
"jest-snapshot": "^23.4.2"
},
"typings": "index.d.ts"
}
6 changes: 3 additions & 3 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.4.1",
"version": "23.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -17,11 +17,11 @@
"jest-each": "^23.4.0",
"jest-matcher-utils": "^23.2.0",
"jest-message-util": "^23.4.0",
"jest-snapshot": "^23.4.1",
"jest-snapshot": "^23.4.2",
"jest-util": "^23.4.0",
"pretty-format": "^23.2.0"
},
"devDependencies": {
"jest-runtime": "^23.4.1"
"jest-runtime": "^23.4.2"
}
}
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": "23.4.1",
"version": "23.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-config": "^23.4.1",
"jest-runtime": "^23.4.1",
"jest-config": "^23.4.2",
"jest-runtime": "^23.4.2",
"jest-validate": "^23.4.0",
"repl": "^0.1.3",
"yargs": "^11.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,6 +1,6 @@
{
"name": "jest-resolve-dependencies",
"version": "23.4.1",
"version": "23.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -9,6 +9,6 @@
"main": "build/index.js",
"dependencies": {
"jest-regex-util": "^23.3.0",
"jest-snapshot": "^23.4.1"
"jest-snapshot": "^23.4.2"
}
}
8 changes: 4 additions & 4 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.4.1",
"version": "23.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,13 +10,13 @@
"dependencies": {
"exit": "^0.1.2",
"graceful-fs": "^4.1.11",
"jest-config": "^23.4.1",
"jest-config": "^23.4.2",
"jest-docblock": "^23.2.0",
"jest-haste-map": "^23.4.1",
"jest-jasmine2": "^23.4.1",
"jest-jasmine2": "^23.4.2",
"jest-leak-detector": "^23.2.0",
"jest-message-util": "^23.4.0",
"jest-runtime": "^23.4.1",
"jest-runtime": "^23.4.2",
"jest-util": "^23.4.0",
"jest-worker": "^23.2.0",
"source-map-support": "^0.5.6",
Expand Down
6 changes: 3 additions & 3 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.4.1",
"version": "23.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -15,12 +15,12 @@
"exit": "^0.1.2",
"fast-json-stable-stringify": "^2.0.0",
"graceful-fs": "^4.1.11",
"jest-config": "^23.4.1",
"jest-config": "^23.4.2",
"jest-haste-map": "^23.4.1",
"jest-message-util": "^23.4.0",
"jest-regex-util": "^23.3.0",
"jest-resolve": "^23.4.1",
"jest-snapshot": "^23.4.1",
"jest-snapshot": "^23.4.2",
"jest-util": "^23.4.0",
"jest-validate": "^23.4.0",
"micromatch": "^2.3.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-snapshot",
"version": "23.4.1",
"version": "23.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
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.4.1",
"version": "23.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-editor-support": "^23.4.1",
"jest-editor-support": "^23.4.2",
"typescript": "^2.5.3"
}
}
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "23.4.1",
"version": "23.4.2",
"main": "build/jest.js",
"dependencies": {
"import-local": "^1.0.0",
"jest-cli": "^23.4.1"
"jest-cli": "^23.4.2"
},
"bin": {
"jest": "./bin/jest.js"
Expand Down

0 comments on commit ea8452d

Please sign in to comment.