Skip to content

Commit 5dcc480

Browse files
committed
Release 25.1.0
1 parent 170eee1 commit 5dcc480

50 files changed

Lines changed: 299 additions & 289 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
### Features
44

5+
### Fixes
6+
7+
### Chore & Maintenance
8+
9+
### Performance
10+
11+
## 25.1.0
12+
13+
### Features
14+
515
- `[babel-plugin-jest-hoist]` Show codeframe on static hoisting issues ([#8865](https://github.com/facebook/jest/pull/8865))
616
- `[babel-plugin-jest-hoist]` Add `BigInt` to `WHITELISTED_IDENTIFIERS` ([#8382](https://github.com/facebook/jest/pull/8382))
717
- `[babel-preset-jest]` Add `@babel/plugin-syntax-bigint` ([#8382](https://github.com/facebook/jest/pull/8382))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "24.9.0",
2+
"version": "25.1.0",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*"

packages/babel-jest/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-jest",
33
"description": "Jest plugin to use babel for transformation.",
4-
"version": "24.9.0",
4+
"version": "25.1.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/jest.git",
@@ -11,11 +11,11 @@
1111
"main": "build/index.js",
1212
"types": "build/index.d.ts",
1313
"dependencies": {
14-
"@jest/transform": "^24.9.0",
15-
"@jest/types": "^24.9.0",
14+
"@jest/transform": "^25.1.0",
15+
"@jest/types": "^25.1.0",
1616
"@types/babel__core": "^7.1.0",
1717
"babel-plugin-istanbul": "^6.0.0",
18-
"babel-preset-jest": "^24.9.0",
18+
"babel-preset-jest": "^25.1.0",
1919
"chalk": "^3.0.0",
2020
"slash": "^3.0.0"
2121
},
@@ -31,5 +31,5 @@
3131
"publishConfig": {
3232
"access": "public"
3333
},
34-
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
34+
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
3535
}

packages/babel-plugin-jest-hoist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-jest-hoist",
3-
"version": "24.9.0",
3+
"version": "25.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -21,5 +21,5 @@
2121
"publishConfig": {
2222
"access": "public"
2323
},
24-
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
24+
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
2525
}

packages/babel-preset-jest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-jest",
3-
"version": "24.9.0",
3+
"version": "25.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@babel/plugin-syntax-bigint": "^7.0.0",
1313
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
14-
"babel-plugin-jest-hoist": "^24.9.0"
14+
"babel-plugin-jest-hoist": "^25.1.0"
1515
},
1616
"peerDependencies": {
1717
"@babel/core": "^7.0.0"
@@ -22,5 +22,5 @@
2222
"publishConfig": {
2323
"access": "public"
2424
},
25-
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
25+
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
2626
}

packages/diff-sequences/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff-sequences",
3-
"version": "24.9.0",
3+
"version": "25.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -30,5 +30,5 @@
3030
"publishConfig": {
3131
"access": "public"
3232
},
33-
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
33+
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
3434
}

packages/eslint-config-fb-strict/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-fb-strict",
3-
"version": "24.9.0",
3+
"version": "25.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -25,5 +25,5 @@
2525
"publishConfig": {
2626
"access": "public"
2727
},
28-
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
28+
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
2929
}

packages/expect/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expect",
3-
"version": "24.9.0",
3+
"version": "25.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -11,12 +11,12 @@
1111
"types": "build/index.d.ts",
1212
"browser": "build-es5/index.js",
1313
"dependencies": {
14-
"@jest/types": "^24.9.0",
14+
"@jest/types": "^25.1.0",
1515
"ansi-styles": "^4.0.0",
16-
"jest-get-type": "^24.9.0",
17-
"jest-matcher-utils": "^24.9.0",
18-
"jest-message-util": "^24.9.0",
19-
"jest-regex-util": "^24.9.0"
16+
"jest-get-type": "^25.1.0",
17+
"jest-matcher-utils": "^25.1.0",
18+
"jest-message-util": "^25.1.0",
19+
"jest-regex-util": "^25.1.0"
2020
},
2121
"devDependencies": {
2222
"immutable": "^4.0.0-rc.12"
@@ -27,5 +27,5 @@
2727
"publishConfig": {
2828
"access": "public"
2929
},
30-
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
30+
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
3131
}

packages/jest-changed-files/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-changed-files",
3-
"version": "24.9.0",
3+
"version": "25.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -10,7 +10,7 @@
1010
"main": "build/index.js",
1111
"types": "build/index.d.ts",
1212
"dependencies": {
13-
"@jest/types": "^24.9.0",
13+
"@jest/types": "^25.1.0",
1414
"execa": "^3.2.0",
1515
"throat": "^5.0.0"
1616
},
@@ -20,5 +20,5 @@
2020
"publishConfig": {
2121
"access": "public"
2222
},
23-
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
23+
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
2424
}

packages/jest-circus/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-circus",
3-
"version": "24.9.0",
3+
"version": "25.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git",
@@ -11,35 +11,35 @@
1111
"types": "build/index.d.ts",
1212
"dependencies": {
1313
"@babel/traverse": "^7.1.0",
14-
"@jest/environment": "^24.9.0",
15-
"@jest/test-result": "^24.9.0",
16-
"@jest/types": "^24.9.0",
14+
"@jest/environment": "^25.1.0",
15+
"@jest/test-result": "^25.1.0",
16+
"@jest/types": "^25.1.0",
1717
"chalk": "^3.0.0",
1818
"co": "^4.6.0",
19-
"expect": "^24.9.0",
19+
"expect": "^25.1.0",
2020
"is-generator-fn": "^2.0.0",
21-
"jest-each": "^24.9.0",
22-
"jest-matcher-utils": "^24.9.0",
23-
"jest-message-util": "^24.9.0",
24-
"jest-snapshot": "^24.9.0",
25-
"jest-util": "^24.9.0",
26-
"pretty-format": "^24.9.0",
21+
"jest-each": "^25.1.0",
22+
"jest-matcher-utils": "^25.1.0",
23+
"jest-message-util": "^25.1.0",
24+
"jest-snapshot": "^25.1.0",
25+
"jest-util": "^25.1.0",
26+
"pretty-format": "^25.1.0",
2727
"stack-utils": "^1.0.1",
2828
"throat": "^5.0.0"
2929
},
3030
"devDependencies": {
31-
"@jest/test-utils": "^24.4.0",
31+
"@jest/test-utils": "^25.1.0",
3232
"@types/babel__traverse": "^7.0.4",
3333
"@types/co": "^4.6.0",
3434
"@types/stack-utils": "^1.0.1",
3535
"execa": "^3.2.0",
36-
"jest-runtime": "^24.9.0"
36+
"jest-runtime": "^25.1.0"
3737
},
3838
"engines": {
3939
"node": ">= 8.3"
4040
},
4141
"publishConfig": {
4242
"access": "public"
4343
},
44-
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
44+
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
4545
}

0 commit comments

Comments
 (0)