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

3 comments on commit ce52523

@artola
Copy link
Contributor

@artola artola commented on ce52523 Jul 14, 2018

Choose a reason for hiding this comment

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

@mjesun A question: could you give me some info regarding the change in lerna.json about"npmClient": "npm"? ... some motivation to move from yarn?

PS: te agradeceria cualquier consejo respecto a yarn vs npm como client recomendado (performance, compatibilidad, etc).

@mjesun
Copy link
Contributor

@mjesun mjesun commented on ce52523 Jul 14, 2018

Choose a reason for hiding this comment

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

We've had some issues when releasing the last patch with yarn due to the enforcement of 2FA over NPM. I've already raised it internally, and I think @bestander and @arcanis are aware of it. TBH I wasn't intending of commiting that into master, but looks like I sneaked it πŸ˜…

At Facebook we heavily use Yarn, so I'm probably a little bit biased if I have to give you advice. 😜

@knksmith57
Copy link

Choose a reason for hiding this comment

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

@mjesun if / when you have a moment, I'd love to hear more about this lerna + npm tweak (and your release process in general) and whether or not you're still using lerna at all.

the contributing docs don't mention lerna for bootstrapping (just yarn + workspaces), so my guess is that yarn is used for dep management and npm is only used by lerna for the version + release process --am I on the right track?

Please sign in to comment.