Skip to content

Commit

Permalink
Release 25.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DiZy committed Jan 22, 2020
1 parent 170eee1 commit 5dcc480
Show file tree
Hide file tree
Showing 50 changed files with 299 additions and 289 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

### Features

### Fixes

### Chore & Maintenance

### Performance

## 25.1.0

### Features

- `[babel-plugin-jest-hoist]` Show codeframe on static hoisting issues ([#8865](https://github.com/facebook/jest/pull/8865))
- `[babel-plugin-jest-hoist]` Add `BigInt` to `WHITELISTED_IDENTIFIERS` ([#8382](https://github.com/facebook/jest/pull/8382))
- `[babel-preset-jest]` Add `@babel/plugin-syntax-bigint` ([#8382](https://github.com/facebook/jest/pull/8382))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "24.9.0",
"version": "25.1.0",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
10 changes: 5 additions & 5 deletions 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": "24.9.0",
"version": "25.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,11 +11,11 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/transform": "^24.9.0",
"@jest/types": "^24.9.0",
"@jest/transform": "^25.1.0",
"@jest/types": "^25.1.0",
"@types/babel__core": "^7.1.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^24.9.0",
"babel-preset-jest": "^25.1.0",
"chalk": "^3.0.0",
"slash": "^3.0.0"
},
Expand All @@ -31,5 +31,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-jest-hoist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-jest-hoist",
"version": "24.9.0",
"version": "25.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -21,5 +21,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
6 changes: 3 additions & 3 deletions packages/babel-preset-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-jest",
"version": "24.9.0",
"version": "25.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@babel/plugin-syntax-bigint": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"babel-plugin-jest-hoist": "^24.9.0"
"babel-plugin-jest-hoist": "^25.1.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand All @@ -22,5 +22,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
4 changes: 2 additions & 2 deletions packages/diff-sequences/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diff-sequences",
"version": "24.9.0",
"version": "25.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down Expand Up @@ -30,5 +30,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
4 changes: 2 additions & 2 deletions packages/eslint-config-fb-strict/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-fb-strict",
"version": "24.9.0",
"version": "25.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -25,5 +25,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
14 changes: 7 additions & 7 deletions packages/expect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expect",
"version": "24.9.0",
"version": "25.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,12 +11,12 @@
"types": "build/index.d.ts",
"browser": "build-es5/index.js",
"dependencies": {
"@jest/types": "^24.9.0",
"@jest/types": "^25.1.0",
"ansi-styles": "^4.0.0",
"jest-get-type": "^24.9.0",
"jest-matcher-utils": "^24.9.0",
"jest-message-util": "^24.9.0",
"jest-regex-util": "^24.9.0"
"jest-get-type": "^25.1.0",
"jest-matcher-utils": "^25.1.0",
"jest-message-util": "^25.1.0",
"jest-regex-util": "^25.1.0"
},
"devDependencies": {
"immutable": "^4.0.0-rc.12"
Expand All @@ -27,5 +27,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
6 changes: 3 additions & 3 deletions 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": "24.9.0",
"version": "25.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,7 +10,7 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/types": "^24.9.0",
"@jest/types": "^25.1.0",
"execa": "^3.2.0",
"throat": "^5.0.0"
},
Expand All @@ -20,5 +20,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
28 changes: 14 additions & 14 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-circus",
"version": "24.9.0",
"version": "25.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,35 +11,35 @@
"types": "build/index.d.ts",
"dependencies": {
"@babel/traverse": "^7.1.0",
"@jest/environment": "^24.9.0",
"@jest/test-result": "^24.9.0",
"@jest/types": "^24.9.0",
"@jest/environment": "^25.1.0",
"@jest/test-result": "^25.1.0",
"@jest/types": "^25.1.0",
"chalk": "^3.0.0",
"co": "^4.6.0",
"expect": "^24.9.0",
"expect": "^25.1.0",
"is-generator-fn": "^2.0.0",
"jest-each": "^24.9.0",
"jest-matcher-utils": "^24.9.0",
"jest-message-util": "^24.9.0",
"jest-snapshot": "^24.9.0",
"jest-util": "^24.9.0",
"pretty-format": "^24.9.0",
"jest-each": "^25.1.0",
"jest-matcher-utils": "^25.1.0",
"jest-message-util": "^25.1.0",
"jest-snapshot": "^25.1.0",
"jest-util": "^25.1.0",
"pretty-format": "^25.1.0",
"stack-utils": "^1.0.1",
"throat": "^5.0.0"
},
"devDependencies": {
"@jest/test-utils": "^24.4.0",
"@jest/test-utils": "^25.1.0",
"@types/babel__traverse": "^7.0.4",
"@types/co": "^4.6.0",
"@types/stack-utils": "^1.0.1",
"execa": "^3.2.0",
"jest-runtime": "^24.9.0"
"jest-runtime": "^25.1.0"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
16 changes: 8 additions & 8 deletions packages/jest-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "24.9.0",
"version": "25.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/core": "^24.9.0",
"@jest/test-result": "^24.9.0",
"@jest/types": "^24.9.0",
"@jest/core": "^25.1.0",
"@jest/test-result": "^25.1.0",
"@jest/types": "^25.1.0",
"chalk": "^3.0.0",
"exit": "^0.1.2",
"import-local": "^3.0.2",
"is-ci": "^2.0.0",
"jest-config": "^24.9.0",
"jest-util": "^24.9.0",
"jest-validate": "^24.9.0",
"jest-config": "^25.1.0",
"jest-util": "^25.1.0",
"jest-validate": "^25.1.0",
"prompts": "^2.0.1",
"realpath-native": "^1.1.0",
"yargs": "^15.0.0"
Expand Down Expand Up @@ -70,5 +70,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
28 changes: 14 additions & 14 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-config",
"version": "24.9.0",
"version": "25.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -11,21 +11,21 @@
"types": "build/index.d.ts",
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^24.9.0",
"@jest/types": "^24.9.0",
"babel-jest": "^24.9.0",
"@jest/test-sequencer": "^25.1.0",
"@jest/types": "^25.1.0",
"babel-jest": "^25.1.0",
"chalk": "^3.0.0",
"glob": "^7.1.1",
"jest-environment-jsdom": "^24.9.0",
"jest-environment-node": "^24.9.0",
"jest-get-type": "^24.9.0",
"jest-jasmine2": "^24.9.0",
"jest-regex-util": "^24.3.0",
"jest-resolve": "^24.9.0",
"jest-util": "^24.9.0",
"jest-validate": "^24.9.0",
"jest-environment-jsdom": "^25.1.0",
"jest-environment-node": "^25.1.0",
"jest-get-type": "^25.1.0",
"jest-jasmine2": "^25.1.0",
"jest-regex-util": "^25.1.0",
"jest-resolve": "^25.1.0",
"jest-util": "^25.1.0",
"jest-validate": "^25.1.0",
"micromatch": "^4.0.2",
"pretty-format": "^24.9.0",
"pretty-format": "^25.1.0",
"realpath-native": "^1.1.0"
},
"devDependencies": {
Expand All @@ -39,5 +39,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
8 changes: 4 additions & 4 deletions packages/jest-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jest/console",
"version": "24.9.0",
"version": "25.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand All @@ -10,9 +10,9 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/source-map": "^24.9.0",
"@jest/source-map": "^25.1.0",
"chalk": "^3.0.0",
"jest-util": "^24.9.0",
"jest-util": "^25.1.0",
"slash": "^3.0.0"
},
"engines": {
Expand All @@ -21,5 +21,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}
Loading

0 comments on commit 5dcc480

Please sign in to comment.