Skip to content

Commit

Permalink
chore: bump istanbul to stable (#9337)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Dec 20, 2019
1 parent bef833d commit 11a9535
Show file tree
Hide file tree
Showing 8 changed files with 669 additions and 657 deletions.
8 changes: 4 additions & 4 deletions e2e/__tests__/__snapshots__/coverageReport.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ File | % Stmts | % Branch | % Funcs | % Lines |
All files | 60 | 0 | 50 | 60 |
coverage-report | 47.37 | 0 | 25 | 50 |
file.js | 100 | 100 | 100 | 100 |
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15,16,17,19
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15-17,19
otherFile.js | 100 | 100 | 100 | 100 |
sum.js | 87.5 | 100 | 50 | 100 |
sumDependency.js | 0 | 0 | 0 | 0 | 8,10,12
Expand All @@ -75,7 +75,7 @@ File | % Stmts | % Branch | % Funcs | % Lines |
All files | 60 | 0 | 50 | 60 |
coverage-report | 47.37 | 0 | 25 | 50 |
file.js | 100 | 100 | 100 | 100 |
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15,16,17,19
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15-17,19
otherFile.js | 100 | 100 | 100 | 100 |
sum.js | 87.5 | 100 | 50 | 100 |
sumDependency.js | 0 | 0 | 0 | 0 | 8,10,12
Expand All @@ -100,7 +100,7 @@ File | % Stmts | % Branch | % Funcs | % Lines |
All files | 60 | 0 | 50 | 60 |
coverage-report | 47.37 | 0 | 25 | 50 |
file.js | 100 | 100 | 100 | 100 |
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15,16,17,19
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15-17,19
otherFile.js | 100 | 100 | 100 | 100 |
sum.js | 87.5 | 100 | 50 | 100 |
sumDependency.js | 0 | 0 | 0 | 0 | 8,10,12
Expand All @@ -118,7 +118,7 @@ File | % Stmts | % Branch | % Funcs | % Lines |
All files | 60 | 0 | 50 | 60 |
coverage-report | 47.37 | 0 | 25 | 50 |
file.js | 100 | 100 | 100 | 100 |
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15,16,17,19
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15-17,19
otherFile.js | 100 | 100 | 100 | 100 |
sum.js | 87.5 | 100 | 50 | 100 |
sumDependency.js | 0 | 0 | 0 | 0 | 8,10,12
Expand Down
2 changes: 1 addition & 1 deletion e2e/coverage-transform-instrumented/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-plugin-istanbul": "^6.0.0-beta.0"
"babel-plugin-istanbul": "^6.0.0"
}
}
980 changes: 493 additions & 487 deletions e2e/coverage-transform-instrumented/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"glob": "^7.1.1",
"graceful-fs": "^4.2.3",
"isbinaryfile": "^4.0.0",
"istanbul-lib-coverage": "^3.0.0-alpha.1",
"istanbul-lib-report": "^3.0.0-alpha.1",
"istanbul-reports": "^3.0.0-alpha.5",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-reports": "^3.0.0",
"jest-junit": "^9.0.0",
"jest-silent-reporter": "^0.1.2",
"jest-snapshot-serializer-raw": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@jest/transform": "^24.9.0",
"@jest/types": "^24.9.0",
"@types/babel__core": "^7.1.0",
"babel-plugin-istanbul": "^6.0.0-beta.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^24.9.0",
"chalk": "^3.0.0",
"slash": "^3.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-reporters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"collect-v8-coverage": "^1.0.0",
"exit": "^0.1.2",
"glob": "^7.1.2",
"istanbul-lib-coverage": "^3.0.0-alpha.1",
"istanbul-lib-instrument": "^4.0.0-alpha.2",
"istanbul-lib-report": "^3.0.0-alpha.1",
"istanbul-lib-source-maps": "^4.0.0-alpha.4",
"istanbul-reports": "^3.0.0-alpha.5",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-instrument": "^4.0.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-lib-source-maps": "^4.0.0",
"istanbul-reports": "^3.0.0",
"jest-haste-map": "^24.9.0",
"jest-resolve": "^24.9.0",
"jest-runtime": "^24.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/types": "^24.9.0",
"babel-plugin-istanbul": "^6.0.0-beta.0",
"babel-plugin-istanbul": "^6.0.0",
"chalk": "^3.0.0",
"convert-source-map": "^1.4.0",
"fast-json-stable-stringify": "^2.0.0",
Expand Down
Loading

0 comments on commit 11a9535

Please sign in to comment.