Skip to content

Commit

Permalink
Release v23.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Jimenez Esun committed Aug 10, 2018
1 parent ede0fe3 commit 79c9e22
Show file tree
Hide file tree
Showing 23 changed files with 78 additions and 76 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
## master

## 23.5.0

### Features

- `[jest-cli]` Add package name to `NotifyReporter` notification ([#5898](https://github.com/facebook/jest/pull/5898))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "23.4.2",
"version": "23.5.0",
"npmClient": "npm",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/expect/package.json
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "23.4.0",
"version": "23.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,9 +10,9 @@
"browser": "build-es5/index.js",
"dependencies": {
"ansi-styles": "^3.2.0",
"jest-diff": "^23.2.0",
"jest-diff": "^23.5.0",
"jest-get-type": "^22.1.0",
"jest-matcher-utils": "^23.2.0",
"jest-matcher-utils": "^23.5.0",
"jest-message-util": "^23.4.0",
"jest-regex-util": "^23.3.0"
}
Expand Down
16 changes: 8 additions & 8 deletions packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "23.4.2",
"version": "23.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -11,19 +11,19 @@
"babel-traverse": "^6.0.0",
"chalk": "^2.0.1",
"co": "^4.6.0",
"expect": "^23.4.0",
"expect": "^23.5.0",
"is-generator-fn": "^1.0.0",
"jest-diff": "^23.2.0",
"jest-each": "^23.4.0",
"jest-matcher-utils": "^23.2.0",
"jest-diff": "^23.5.0",
"jest-each": "^23.5.0",
"jest-matcher-utils": "^23.5.0",
"jest-message-util": "^23.4.0",
"jest-snapshot": "^23.4.2",
"jest-snapshot": "^23.5.0",
"jest-util": "^23.4.0",
"pretty-format": "^23.2.0",
"pretty-format": "^23.5.0",
"stack-utils": "^1.0.1"
},
"devDependencies": {
"execa": "^0.10.0",
"jest-runtime": "^23.4.2"
"jest-runtime": "^23.5.0"
}
}
16 changes: 8 additions & 8 deletions packages/jest-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "23.4.2",
"version": "23.5.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.4.2",
"jest-config": "^23.4.2",
"jest-config": "^23.5.0",
"jest-environment-jsdom": "^23.4.0",
"jest-get-type": "^22.1.0",
"jest-haste-map": "^23.4.1",
"jest-haste-map": "^23.5.0",
"jest-message-util": "^23.4.0",
"jest-regex-util": "^23.3.0",
"jest-resolve-dependencies": "^23.4.2",
"jest-runner": "^23.4.2",
"jest-runtime": "^23.4.2",
"jest-snapshot": "^23.4.2",
"jest-resolve-dependencies": "^23.5.0",
"jest-runner": "^23.5.0",
"jest-runtime": "^23.5.0",
"jest-snapshot": "^23.5.0",
"jest-util": "^23.4.0",
"jest-validate": "^23.4.0",
"jest-validate": "^23.5.0",
"jest-watcher": "^23.4.0",
"jest-worker": "^23.2.0",
"micromatch": "^2.3.11",
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "23.4.2",
"version": "23.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -15,12 +15,12 @@
"jest-environment-jsdom": "^23.4.0",
"jest-environment-node": "^23.4.0",
"jest-get-type": "^22.1.0",
"jest-jasmine2": "^23.4.2",
"jest-jasmine2": "^23.5.0",
"jest-regex-util": "^23.3.0",
"jest-resolve": "^23.4.1",
"jest-resolve": "^23.5.0",
"jest-util": "^23.4.0",
"jest-validate": "^23.4.0",
"jest-validate": "^23.5.0",
"micromatch": "^2.3.11",
"pretty-format": "^23.2.0"
"pretty-format": "^23.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/jest-diff/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-diff",
"version": "23.2.0",
"version": "23.5.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": "^22.1.0",
"pretty-format": "^23.2.0"
"pretty-format": "^23.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/jest-each/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-each",
"version": "23.4.0",
"version": "23.5.0",
"description": "Parameterised tests for Jest",
"main": "build/index.js",
"repository": {
Expand All @@ -17,6 +17,6 @@
"license": "MIT",
"dependencies": {
"chalk": "^2.0.1",
"pretty-format": "^23.2.0"
"pretty-format": "^23.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/jest-editor-support/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-editor-support",
"version": "23.4.2",
"version": "23.5.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.4.2"
"jest-snapshot": "^23.5.0"
},
"typings": "index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/jest-haste-map/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-haste-map",
"version": "23.4.1",
"version": "23.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand Down
16 changes: 8 additions & 8 deletions packages/jest-jasmine2/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-jasmine2",
"version": "23.4.2",
"version": "23.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -11,17 +11,17 @@
"babel-traverse": "^6.0.0",
"chalk": "^2.0.1",
"co": "^4.6.0",
"expect": "^23.4.0",
"expect": "^23.5.0",
"is-generator-fn": "^1.0.0",
"jest-diff": "^23.2.0",
"jest-each": "^23.4.0",
"jest-matcher-utils": "^23.2.0",
"jest-diff": "^23.5.0",
"jest-each": "^23.5.0",
"jest-matcher-utils": "^23.5.0",
"jest-message-util": "^23.4.0",
"jest-snapshot": "^23.4.2",
"jest-snapshot": "^23.5.0",
"jest-util": "^23.4.0",
"pretty-format": "^23.2.0"
"pretty-format": "^23.5.0"
},
"devDependencies": {
"jest-runtime": "^23.4.2"
"jest-runtime": "^23.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/jest-leak-detector/package.json
@@ -1,14 +1,14 @@
{
"name": "jest-leak-detector",
"version": "23.2.0",
"version": "23.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"pretty-format": "^23.2.0"
"pretty-format": "^23.5.0"
},
"devDependencies": {
"weak": "^1.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-matcher-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "jest-matcher-utils",
"description": "A set of utility functions for expect and related packages",
"version": "23.2.0",
"version": "23.5.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": "^22.1.0",
"pretty-format": "^23.2.0"
"pretty-format": "^23.5.0"
}
}
8 changes: 4 additions & 4 deletions packages/jest-repl/package.json
@@ -1,16 +1,16 @@
{
"name": "jest-repl",
"version": "23.4.2",
"version": "23.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"jest-config": "^23.4.2",
"jest-runtime": "^23.4.2",
"jest-validate": "^23.4.0",
"jest-config": "^23.5.0",
"jest-runtime": "^23.5.0",
"jest-validate": "^23.5.0",
"repl": "^0.1.3",
"yargs": "^11.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-resolve-dependencies/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-resolve-dependencies",
"version": "23.4.2",
"version": "23.5.0",
"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.2"
"jest-snapshot": "^23.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/jest-resolve/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-resolve",
"version": "23.4.1",
"version": "23.5.0",
"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.1"
"jest-haste-map": "^23.5.0"
}
}
12 changes: 6 additions & 6 deletions packages/jest-runner/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-runner",
"version": "23.4.2",
"version": "23.5.0",
"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.2",
"jest-config": "^23.5.0",
"jest-docblock": "^23.2.0",
"jest-haste-map": "^23.4.1",
"jest-jasmine2": "^23.4.2",
"jest-leak-detector": "^23.2.0",
"jest-haste-map": "^23.5.0",
"jest-jasmine2": "^23.5.0",
"jest-leak-detector": "^23.5.0",
"jest-message-util": "^23.4.0",
"jest-runtime": "^23.4.2",
"jest-runtime": "^23.5.0",
"jest-util": "^23.4.0",
"jest-worker": "^23.2.0",
"source-map-support": "^0.5.6",
Expand Down
12 changes: 6 additions & 6 deletions packages/jest-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-runtime",
"version": "23.4.2",
"version": "23.5.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.4.2",
"jest-haste-map": "^23.4.1",
"jest-config": "^23.5.0",
"jest-haste-map": "^23.5.0",
"jest-message-util": "^23.4.0",
"jest-regex-util": "^23.3.0",
"jest-resolve": "^23.4.1",
"jest-snapshot": "^23.4.2",
"jest-resolve": "^23.5.0",
"jest-snapshot": "^23.5.0",
"jest-util": "^23.4.0",
"jest-validate": "^23.4.0",
"jest-validate": "^23.5.0",
"micromatch": "^2.3.11",
"realpath-native": "^1.0.0",
"slash": "^1.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-snapshot/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-snapshot",
"version": "23.4.2",
"version": "23.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
Expand All @@ -10,13 +10,13 @@
"dependencies": {
"babel-types": "^6.0.0",
"chalk": "^2.0.1",
"jest-diff": "^23.2.0",
"jest-matcher-utils": "^23.2.0",
"jest-diff": "^23.5.0",
"jest-matcher-utils": "^23.5.0",
"jest-message-util": "^23.4.0",
"jest-resolve": "^23.4.1",
"jest-resolve": "^23.5.0",
"mkdirp": "^0.5.1",
"natural-compare": "^1.4.0",
"pretty-format": "^23.2.0",
"pretty-format": "^23.5.0",
"semver": "^5.5.0"
},
"devDependencies": {
Expand Down

0 comments on commit 79c9e22

Please sign in to comment.