-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
Upgrade jscodeshift to 0.5.0 and all other deps #319
Conversation
Hi @dfederm, would you mind to do a rebase from master? We just a merged a PR with some changes to the |
@@ -2,7 +2,8 @@ | |||
|
|||
exports[`top-scope transforms correctly using "top-scope-0" data 1`] = ` | |||
"var test = 'me'; | |||
module.exports = {}" | |||
module.exports = {} |
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.
Such a strange change from Jest
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.
It looks fine to me Now it is the time that we can use the some
and every
package.json
Outdated
@@ -99,7 +99,8 @@ | |||
"p-lazy": "^1.0.0", | |||
"prettier": "^1.5.3", | |||
"resolve-cwd": "^2.0.0", | |||
"supports-color": "^5.2.0", | |||
"supports-color": "^5.3.0", | |||
"uglifyjs-webpack-plugin": "^1.2.2", |
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.
Is this new? :O
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.
Ah! Almost nobody noticed it. 👀 😆
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.
We should remove it
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.
Woops, a bad rebase on my end. It got removed in #309 and I merged badly. Will remove.
package.json
Outdated
@@ -110,16 +111,16 @@ | |||
"webpack": "^4.0.0-beta.1" |
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.
Could you update this to be ^4.0.0
?
@ev1stensberg Thanks for your update. I labeled the Pull Request so reviewers will review it again. @ematipico Please review the new changes. |
@ev1stensberg The tests look fine, but there are code style issue in your Pull Request. Please review the following:
See complete report here. |
What kind of change does this PR introduce?
Dependencies upgrade
Did you add tests for your changes?
Nothing to add. Adjusted a snapshot as needed though.
If relevant, did you update the documentation?
Summary
Does this PR introduce a breaking change?
No.