Skip to content

Commit

Permalink
Release 24.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthovestadt committed Apr 4, 2019
1 parent 0efb1d7 commit f3dab7c
Show file tree
Hide file tree
Showing 31 changed files with 174 additions and 170 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Expand Up @@ -4,13 +4,17 @@

### Fixes

- `[@jest/config]` Normalize `testSequencer` to its absolute path ([#8267](https://github.com/facebook/jest/pull/8267))
- `[@jest/console]` Print to stderr when calling `console.error`, `console.warn` or `console.assert` using the `jest-runtime` CLI ([#8261](https://github.com/facebook/jest/pull/8261))

### Chore & Maintenance

### Performance

## 24.7.1

### Fixes

- `[@jest/config]` Normalize `testSequencer` to its absolute path ([#8267](https://github.com/facebook/jest/pull/8267))
- `[@jest/console]` Print to stderr when calling `console.error`, `console.warn` or `console.assert` using the `jest-runtime` CLI ([#8261](https://github.com/facebook/jest/pull/8261))

## 24.7.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "3.13.1",
"version": "24.7.0",
"version": "24.7.1",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-jest/package.json
@@ -1,7 +1,7 @@
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "24.7.0",
"version": "24.7.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,7 +11,7 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/transform": "^24.7.0",
"@jest/transform": "^24.7.1",
"@jest/types": "^24.7.0",
"@types/babel__core": "^7.1.0",
"babel-plugin-istanbul": "^5.1.0",
Expand All @@ -32,5 +32,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "eb0413622542bc0f70c32950d9daeeab9f6802ac"
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
}
6 changes: 3 additions & 3 deletions packages/expect/package.json
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "24.7.0",
"version": "24.7.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -15,7 +15,7 @@
"ansi-styles": "^3.2.0",
"jest-get-type": "^24.3.0",
"jest-matcher-utils": "^24.7.0",
"jest-message-util": "^24.7.0",
"jest-message-util": "^24.7.1",
"jest-regex-util": "^24.3.0"
},
"devDependencies": {
Expand All @@ -27,5 +27,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "eb0413622542bc0f70c32950d9daeeab9f6802ac"
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
}
20 changes: 10 additions & 10 deletions packages/jest-circus/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "24.7.0",
"version": "24.7.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,18 +11,18 @@
"types": "build/index.d.ts",
"dependencies": {
"@babel/traverse": "^7.1.0",
"@jest/environment": "^24.7.0",
"@jest/test-result": "^24.7.0",
"@jest/environment": "^24.7.1",
"@jest/test-result": "^24.7.1",
"@jest/types": "^24.7.0",
"chalk": "^2.0.1",
"co": "^4.6.0",
"expect": "^24.7.0",
"expect": "^24.7.1",
"is-generator-fn": "^2.0.0",
"jest-each": "^24.7.0",
"jest-each": "^24.7.1",
"jest-matcher-utils": "^24.7.0",
"jest-message-util": "^24.7.0",
"jest-snapshot": "^24.7.0",
"jest-util": "^24.7.0",
"jest-message-util": "^24.7.1",
"jest-snapshot": "^24.7.1",
"jest-util": "^24.7.1",
"pretty-format": "^24.7.0",
"stack-utils": "^1.0.1",
"throat": "^4.0.0"
Expand All @@ -33,13 +33,13 @@
"@types/co": "^4.6.0",
"@types/stack-utils": "^1.0.1",
"execa": "^1.0.0",
"jest-runtime": "^24.7.0"
"jest-runtime": "^24.7.1"
},
"engines": {
"node": ">= 6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "eb0413622542bc0f70c32950d9daeeab9f6802ac"
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
}
12 changes: 6 additions & 6 deletions packages/jest-cli/package.json
@@ -1,19 +1,19 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "24.7.0",
"version": "24.7.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/core": "^24.7.0",
"@jest/test-result": "^24.7.0",
"@jest/core": "^24.7.1",
"@jest/test-result": "^24.7.1",
"@jest/types": "^24.7.0",
"chalk": "^2.0.1",
"exit": "^0.1.2",
"import-local": "^2.0.0",
"is-ci": "^2.0.0",
"jest-config": "^24.7.0",
"jest-util": "^24.7.0",
"jest-config": "^24.7.1",
"jest-util": "^24.7.1",
"jest-validate": "^24.7.0",
"prompts": "^2.0.1",
"realpath-native": "^1.1.0",
Expand Down Expand Up @@ -70,5 +70,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "eb0413622542bc0f70c32950d9daeeab9f6802ac"
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
}
18 changes: 9 additions & 9 deletions packages/jest-config/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "24.7.0",
"version": "24.7.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,18 +11,18 @@
"types": "build/index.d.ts",
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^24.7.0",
"@jest/test-sequencer": "^24.7.1",
"@jest/types": "^24.7.0",
"babel-jest": "^24.7.0",
"babel-jest": "^24.7.1",
"chalk": "^2.0.1",
"glob": "^7.1.1",
"jest-environment-jsdom": "^24.7.0",
"jest-environment-node": "^24.7.0",
"jest-environment-jsdom": "^24.7.1",
"jest-environment-node": "^24.7.1",
"jest-get-type": "^24.3.0",
"jest-jasmine2": "^24.7.0",
"jest-jasmine2": "^24.7.1",
"jest-regex-util": "^24.3.0",
"jest-resolve": "^24.7.0",
"jest-util": "^24.7.0",
"jest-resolve": "^24.7.1",
"jest-util": "^24.7.1",
"jest-validate": "^24.7.0",
"micromatch": "^3.1.10",
"pretty-format": "^24.7.0",
Expand All @@ -39,5 +39,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "eb0413622542bc0f70c32950d9daeeab9f6802ac"
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
}
4 changes: 2 additions & 2 deletions packages/jest-console/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/console",
"version": "24.6.0",
"version": "24.7.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -23,5 +23,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7"
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
}
32 changes: 16 additions & 16 deletions packages/jest-core/package.json
@@ -1,31 +1,31 @@
{
"name": "@jest/core",
"description": "Delightful JavaScript Testing.",
"version": "24.7.0",
"version": "24.7.1",
"main": "build/jest.js",
"types": "build/jest.d.ts",
"dependencies": {
"@jest/console": "^24.6.0",
"@jest/reporters": "^24.7.0",
"@jest/test-result": "^24.7.0",
"@jest/transform": "^24.7.0",
"@jest/console": "^24.7.1",
"@jest/reporters": "^24.7.1",
"@jest/test-result": "^24.7.1",
"@jest/transform": "^24.7.1",
"@jest/types": "^24.7.0",
"ansi-escapes": "^3.0.0",
"chalk": "^2.0.1",
"exit": "^0.1.2",
"graceful-fs": "^4.1.15",
"jest-changed-files": "^24.7.0",
"jest-config": "^24.7.0",
"jest-haste-map": "^24.7.0",
"jest-message-util": "^24.7.0",
"jest-config": "^24.7.1",
"jest-haste-map": "^24.7.1",
"jest-message-util": "^24.7.1",
"jest-regex-util": "^24.3.0",
"jest-resolve-dependencies": "^24.7.0",
"jest-runner": "^24.7.0",
"jest-runtime": "^24.7.0",
"jest-snapshot": "^24.7.0",
"jest-util": "^24.7.0",
"jest-resolve-dependencies": "^24.7.1",
"jest-runner": "^24.7.1",
"jest-runtime": "^24.7.1",
"jest-snapshot": "^24.7.1",
"jest-util": "^24.7.1",
"jest-validate": "^24.7.0",
"jest-watcher": "^24.7.0",
"jest-watcher": "^24.7.1",
"micromatch": "^3.1.10",
"p-each-series": "^1.0.0",
"pirates": "^4.0.1",
Expand All @@ -34,7 +34,7 @@
"strip-ansi": "^5.0.0"
},
"devDependencies": {
"@jest/test-sequencer": "^24.7.0",
"@jest/test-sequencer": "^24.7.1",
"@types/ansi-escapes": "^3.0.1",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
Expand Down Expand Up @@ -85,5 +85,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "eb0413622542bc0f70c32950d9daeeab9f6802ac"
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
}
6 changes: 3 additions & 3 deletions packages/jest-each/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-each",
"version": "24.7.0",
"version": "24.7.1",
"description": "Parameterised tests for Jest",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"@jest/types": "^24.7.0",
"chalk": "^2.0.1",
"jest-get-type": "^24.3.0",
"jest-util": "^24.7.0",
"jest-util": "^24.7.1",
"pretty-format": "^24.7.0"
},
"engines": {
Expand All @@ -30,5 +30,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "eb0413622542bc0f70c32950d9daeeab9f6802ac"
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
}
10 changes: 5 additions & 5 deletions packages/jest-environment-jsdom/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-jsdom",
"version": "24.7.0",
"version": "24.7.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,11 +10,11 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/environment": "^24.7.0",
"@jest/fake-timers": "^24.7.0",
"@jest/environment": "^24.7.1",
"@jest/fake-timers": "^24.7.1",
"@jest/types": "^24.7.0",
"jest-mock": "^24.7.0",
"jest-util": "^24.7.0",
"jest-util": "^24.7.1",
"jsdom": "^11.5.1"
},
"devDependencies": {
Expand All @@ -26,5 +26,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "eb0413622542bc0f70c32950d9daeeab9f6802ac"
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
}
10 changes: 5 additions & 5 deletions packages/jest-environment-node/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-environment-node",
"version": "24.7.0",
"version": "24.7.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,17 +10,17 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/environment": "^24.7.0",
"@jest/fake-timers": "^24.7.0",
"@jest/environment": "^24.7.1",
"@jest/fake-timers": "^24.7.1",
"@jest/types": "^24.7.0",
"jest-mock": "^24.7.0",
"jest-util": "^24.7.0"
"jest-util": "^24.7.1"
},
"engines": {
"node": ">= 6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "eb0413622542bc0f70c32950d9daeeab9f6802ac"
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
}
8 changes: 4 additions & 4 deletions packages/jest-environment/package.json
@@ -1,6 +1,6 @@
{
"name": "@jest/environment",
"version": "24.7.0",
"version": "24.7.1",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,8 +10,8 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/fake-timers": "^24.7.0",
"@jest/transform": "^24.7.0",
"@jest/fake-timers": "^24.7.1",
"@jest/transform": "^24.7.1",
"@jest/types": "^24.7.0",
"jest-mock": "^24.7.0"
},
Expand All @@ -21,5 +21,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "eb0413622542bc0f70c32950d9daeeab9f6802ac"
"gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
}

0 comments on commit f3dab7c

Please sign in to comment.