Skip to content

Commit

Permalink
Release v23.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Jimenez Esun committed Jul 13, 2018
1 parent 8b8f5bc commit ce52523
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 44 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.1

### Features

- `[jest-cli]` Watch plugins now have access to a broader range of global configuration options in their `updateConfigAndRun` callbacks, so they can provide a wider set of extra features ([#6473](https://github.com/facebook/jest/pull/6473))
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "23.4.0",
"npmClient": "yarn",
"version": "23.4.1",
"npmClient": "npm",
"useWorkspaces": true
}
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.0",
"version": "23.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -16,13 +16,13 @@
"jest-each": "^23.4.0",
"jest-matcher-utils": "^23.2.0",
"jest-message-util": "^23.4.0",
"jest-snapshot": "^23.4.0",
"jest-snapshot": "^23.4.1",
"jest-util": "^23.4.0",
"pretty-format": "^23.2.0",
"stack-utils": "^1.0.1"
},
"devDependencies": {
"execa": "^0.10.0",
"jest-runtime": "^23.4.0"
"jest-runtime": "^23.4.1"
}
}
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.0",
"version": "23.4.1",
"main": "build/jest.js",
"dependencies": {
"ansi-escapes": "^3.0.0",
Expand All @@ -16,16 +16,16 @@
"istanbul-lib-instrument": "^1.10.1",
"istanbul-lib-source-maps": "^1.2.4",
"jest-changed-files": "^23.4.0",
"jest-config": "^23.4.0",
"jest-config": "^23.4.1",
"jest-environment-jsdom": "^23.4.0",
"jest-get-type": "^22.1.0",
"jest-haste-map": "^23.4.0",
"jest-haste-map": "^23.4.1",
"jest-message-util": "^23.4.0",
"jest-regex-util": "^23.3.0",
"jest-resolve-dependencies": "^23.4.0",
"jest-runner": "^23.4.0",
"jest-runtime": "^23.4.0",
"jest-snapshot": "^23.4.0",
"jest-resolve-dependencies": "^23.4.1",
"jest-runner": "^23.4.1",
"jest-runtime": "^23.4.1",
"jest-snapshot": "^23.4.1",
"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.0",
"version": "23.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -15,9 +15,9 @@
"jest-environment-jsdom": "^23.4.0",
"jest-environment-node": "^23.4.0",
"jest-get-type": "^22.1.0",
"jest-jasmine2": "^23.4.0",
"jest-jasmine2": "^23.4.1",
"jest-regex-util": "^23.3.0",
"jest-resolve": "^23.4.0",
"jest-resolve": "^23.4.1",
"jest-util": "^23.4.0",
"jest-validate": "^23.4.0",
"pretty-format": "^23.2.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.0",
"version": "23.4.1",
"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.0"
"jest-snapshot": "^23.4.1"
},
"typings": "index.d.ts"
}
2 changes: 1 addition & 1 deletion 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": "23.4.0",
"version": "23.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
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.0",
"version": "23.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -16,11 +16,11 @@
"jest-each": "^23.4.0",
"jest-matcher-utils": "^23.2.0",
"jest-message-util": "^23.4.0",
"jest-snapshot": "^23.4.0",
"jest-snapshot": "^23.4.1",
"jest-util": "^23.4.0",
"pretty-format": "^23.2.0"
},
"devDependencies": {
"jest-runtime": "^23.4.0"
"jest-runtime": "^23.4.1"
}
}
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.0",
"version": "23.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-config": "^23.4.0",
"jest-runtime": "^23.4.0",
"jest-config": "^23.4.1",
"jest-runtime": "^23.4.1",
"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.0",
"version": "23.4.1",
"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.0"
"jest-snapshot": "^23.4.1"
}
}
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": "23.4.0",
"version": "23.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -13,6 +13,6 @@
"realpath-native": "^1.0.0"
},
"devDependencies": {
"jest-haste-map": "^23.4.0"
"jest-haste-map": "^23.4.1"
}
}
10 changes: 5 additions & 5 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.0",
"version": "23.4.1",
"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.0",
"jest-config": "^23.4.1",
"jest-docblock": "^23.2.0",
"jest-haste-map": "^23.4.0",
"jest-jasmine2": "^23.4.0",
"jest-haste-map": "^23.4.1",
"jest-jasmine2": "^23.4.1",
"jest-leak-detector": "^23.2.0",
"jest-message-util": "^23.4.0",
"jest-runtime": "^23.4.0",
"jest-runtime": "^23.4.1",
"jest-util": "^23.4.0",
"jest-worker": "^23.2.0",
"source-map-support": "^0.5.6",
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "23.4.1",
"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.0",
"jest-haste-map": "^23.4.0",
"jest-config": "^23.4.1",
"jest-haste-map": "^23.4.1",
"jest-message-util": "^23.4.0",
"jest-regex-util": "^23.3.0",
"jest-resolve": "^23.4.0",
"jest-snapshot": "^23.4.0",
"jest-resolve": "^23.4.1",
"jest-snapshot": "^23.4.1",
"jest-util": "^23.4.0",
"jest-validate": "^23.4.0",
"micromatch": "^2.3.11",
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.4.0",
"version": "23.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -14,7 +14,7 @@
"jest-diff": "^23.2.0",
"jest-matcher-utils": "^23.2.0",
"jest-message-util": "^23.4.0",
"jest-resolve": "^23.4.0",
"jest-resolve": "^23.4.1",
"mkdirp": "^0.5.1",
"natural-compare": "^1.4.0",
"pretty-format": "^23.2.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.4.0",
"version": "23.4.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-editor-support": "^23.4.0",
"jest-editor-support": "^23.4.1",
"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.0",
"version": "23.4.1",
"main": "build/jest.js",
"dependencies": {
"import-local": "^1.0.0",
"jest-cli": "^23.4.0"
"jest-cli": "^23.4.1"
},
"bin": {
"jest": "./bin/jest.js"
Expand Down

0 comments on commit ce52523

Please sign in to comment.