-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: bump jest-haste-map #432
Conversation
@@ -22,7 +22,7 @@ | |||
"codecov": "^2.2.0", | |||
"debug": "^2.2.0", | |||
"eslint": "5.1.0", | |||
"eslint-config-fb-strict": "22.1.0", | |||
"eslint-config-fb-strict": "24.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -99,7 +99,7 @@ function buildFile(file, silent) { | |||
); | |||
} else { | |||
const transformed = prettier.format(babel.transformFileSync(file, {}).code, { | |||
parser: 'babylon', | |||
parser: 'babel', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## master #432 +/- ##
=======================================
Coverage 84.81% 84.81%
=======================================
Files 192 192
Lines 6296 6296
Branches 992 992
=======================================
Hits 5340 5340
Misses 845 845
Partials 111 111 Continue to review full report at Codecov.
|
@@ -36,7 +36,7 @@ | |||
"glob": "^7.1.1", | |||
"istanbul-api": "^1.1.0", | |||
"istanbul-lib-coverage": "^1.0.0", | |||
"jest": "^24.7.1", | |||
"jest": "^24.8.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not
Unfortunately we can't land this as is. Metro is tied together with RN at FB. I'll ask @scotthovestadt to do an update internally. |
@cpojer I would request a bump to 24.9.0 now but it appears that a PR for that would be closed based on your comment. Can I comment-request a bump to 24.9.0 then :-) Without it, current node v12 startup time for react-native start is like 2.5 minutes vs 12 seconds so it's a dev experience issue. Unsure on correctness etc but as a minor it shouldn't impact things negatively to bump it (hopefully not famous last words). Thanks! |
Summary
This includes jestjs/jest#8558
Test plan
Dunno... Green CI? 😀