chore: bump package versions#6978
Conversation
885137c to
d982603
Compare
| File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s | | ||
| ----------|----------|----------|----------|----------|-------------------| | ||
| All files | 0 | 0 | 0 | 0 | | | ||
| All files | Unknown | Unknown | Unknown | Unknown | | |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
| "main": "build/index.js", | ||
| "dependencies": { | ||
| "@babel/code-frame": "^7.0.0-beta.35", | ||
| "@babel/code-frame": "7.0.0-beta.44", |
There was a problem hiding this comment.
last version with node 4 support. Upgrading it to 7 stable breaks the browser build... not sure why TBH, didn't dig into it
| } | ||
|
|
||
| // $FlowFixMe: Apparently Flow does not understand that this is a prototype. | ||
| const proto: Object = Object.getPrototypeOf(process.env); |
There was a problem hiding this comment.
Do we still need to annotate this with Object type or will Flow now infer that?
We've dropped it, I think? This will just go out in Jest 24 anyways, so no biggie |
|
Cool, we've supported it for quite a long time after EOL anyway |
2f95001 to
89cc175
Compare
89cc175 to
a277726
Compare
a277726 to
cbd9df0
Compare
Codecov Report
@@ Coverage Diff @@
## master #6978 +/- ##
==========================================
- Coverage 66.93% 66.92% -0.01%
==========================================
Files 250 250
Lines 10405 10405
Branches 4 3 -1
==========================================
- Hits 6965 6964 -1
- Misses 3439 3440 +1
Partials 1 1
Continue to review full report at Codecov.
|
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |

Summary
Packages bumped are mostly "drop node 4" or not breaking changes.
Left out Babel stuff (#6949) and jsdom (which requires node 8)
Test plan
Green CI 😀