Skip to content

Commit 11a9535

Browse files
authored
chore: bump istanbul to stable (#9337)
1 parent bef833d commit 11a9535

File tree

8 files changed

+669
-657
lines changed

8 files changed

+669
-657
lines changed

e2e/__tests__/__snapshots__/coverageReport.test.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ File | % Stmts | % Branch | % Funcs | % Lines |
4949
All files | 60 | 0 | 50 | 60 |
5050
coverage-report | 47.37 | 0 | 25 | 50 |
5151
file.js | 100 | 100 | 100 | 100 |
52-
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15,16,17,19
52+
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15-17,19
5353
otherFile.js | 100 | 100 | 100 | 100 |
5454
sum.js | 87.5 | 100 | 50 | 100 |
5555
sumDependency.js | 0 | 0 | 0 | 0 | 8,10,12
@@ -75,7 +75,7 @@ File | % Stmts | % Branch | % Funcs | % Lines |
7575
All files | 60 | 0 | 50 | 60 |
7676
coverage-report | 47.37 | 0 | 25 | 50 |
7777
file.js | 100 | 100 | 100 | 100 |
78-
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15,16,17,19
78+
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15-17,19
7979
otherFile.js | 100 | 100 | 100 | 100 |
8080
sum.js | 87.5 | 100 | 50 | 100 |
8181
sumDependency.js | 0 | 0 | 0 | 0 | 8,10,12
@@ -100,7 +100,7 @@ File | % Stmts | % Branch | % Funcs | % Lines |
100100
All files | 60 | 0 | 50 | 60 |
101101
coverage-report | 47.37 | 0 | 25 | 50 |
102102
file.js | 100 | 100 | 100 | 100 |
103-
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15,16,17,19
103+
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15-17,19
104104
otherFile.js | 100 | 100 | 100 | 100 |
105105
sum.js | 87.5 | 100 | 50 | 100 |
106106
sumDependency.js | 0 | 0 | 0 | 0 | 8,10,12
@@ -118,7 +118,7 @@ File | % Stmts | % Branch | % Funcs | % Lines |
118118
All files | 60 | 0 | 50 | 60 |
119119
coverage-report | 47.37 | 0 | 25 | 50 |
120120
file.js | 100 | 100 | 100 | 100 |
121-
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15,16,17,19
121+
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15-17,19
122122
otherFile.js | 100 | 100 | 100 | 100 |
123123
sum.js | 87.5 | 100 | 50 | 100 |
124124
sumDependency.js | 0 | 0 | 0 | 0 | 8,10,12

e2e/coverage-transform-instrumented/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"dependencies": {
1919
"@babel/core": "^7.0.0",
2020
"@babel/preset-env": "^7.0.0",
21-
"babel-plugin-istanbul": "^6.0.0-beta.0"
21+
"babel-plugin-istanbul": "^6.0.0"
2222
}
2323
}

e2e/coverage-transform-instrumented/yarn.lock

Lines changed: 493 additions & 487 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"glob": "^7.1.1",
4646
"graceful-fs": "^4.2.3",
4747
"isbinaryfile": "^4.0.0",
48-
"istanbul-lib-coverage": "^3.0.0-alpha.1",
49-
"istanbul-lib-report": "^3.0.0-alpha.1",
50-
"istanbul-reports": "^3.0.0-alpha.5",
48+
"istanbul-lib-coverage": "^3.0.0",
49+
"istanbul-lib-report": "^3.0.0",
50+
"istanbul-reports": "^3.0.0",
5151
"jest-junit": "^9.0.0",
5252
"jest-silent-reporter": "^0.1.2",
5353
"jest-snapshot-serializer-raw": "^1.1.0",

packages/babel-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@jest/transform": "^24.9.0",
1515
"@jest/types": "^24.9.0",
1616
"@types/babel__core": "^7.1.0",
17-
"babel-plugin-istanbul": "^6.0.0-beta.0",
17+
"babel-plugin-istanbul": "^6.0.0",
1818
"babel-preset-jest": "^24.9.0",
1919
"chalk": "^3.0.0",
2020
"slash": "^3.0.0"

packages/jest-reporters/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"collect-v8-coverage": "^1.0.0",
1616
"exit": "^0.1.2",
1717
"glob": "^7.1.2",
18-
"istanbul-lib-coverage": "^3.0.0-alpha.1",
19-
"istanbul-lib-instrument": "^4.0.0-alpha.2",
20-
"istanbul-lib-report": "^3.0.0-alpha.1",
21-
"istanbul-lib-source-maps": "^4.0.0-alpha.4",
22-
"istanbul-reports": "^3.0.0-alpha.5",
18+
"istanbul-lib-coverage": "^3.0.0",
19+
"istanbul-lib-instrument": "^4.0.0",
20+
"istanbul-lib-report": "^3.0.0",
21+
"istanbul-lib-source-maps": "^4.0.0",
22+
"istanbul-reports": "^3.0.0",
2323
"jest-haste-map": "^24.9.0",
2424
"jest-resolve": "^24.9.0",
2525
"jest-runtime": "^24.9.0",

packages/jest-transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@babel/core": "^7.1.0",
1313
"@jest/types": "^24.9.0",
14-
"babel-plugin-istanbul": "^6.0.0-beta.0",
14+
"babel-plugin-istanbul": "^6.0.0",
1515
"chalk": "^3.0.0",
1616
"convert-source-map": "^1.4.0",
1717
"fast-json-stable-stringify": "^2.0.0",

0 commit comments

Comments
 (0)