-
Notifications
You must be signed in to change notification settings - Fork 223
chore(deps-and-node-lts): locks node lts and revert bump deps #1140
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
Conversation
"@babel/cli": "7.8.4", | ||
"@babel/core": "7.9.0", | ||
"@babel/preset-env": "7.9.5", | ||
"@babel/preset-typescript": "7.9.0", | ||
"@microsoft/api-extractor": "7.7.13", | ||
"@rollup/plugin-alias": "3.1.0", | ||
"@babel/core": "7.8.7", | ||
"@babel/preset-env": "7.8.7", | ||
"@babel/preset-typescript": "7.8.3", | ||
"@microsoft/api-extractor": "7.7.8", | ||
"@rollup/plugin-alias": "3.0.1", | ||
"@rollup/plugin-json": "4.0.2", | ||
"@rollup/plugin-node-resolve": "7.1.3", | ||
"@types/jest": "25.2.1", | ||
"@types/node": "13.11.1", | ||
"@typescript-eslint/eslint-plugin": "2.28.0", | ||
"@typescript-eslint/parser": "2.28.0", | ||
"@rollup/plugin-node-resolve": "7.1.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.
I suspect either of the rollup plugins to have caused the regression. Can you try upgrading one at a time to see which is causing it?
Otherwise it could be babel too
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.
Honestly, it requires a little bit more time than I have right now. So I probably prefer do it later so I can make a release next Monday.
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.
lgtm, although the packages I didn't leave a comment on are very likely ok to update anyway :)
This pull request locks the usage of the client in node LTS, and reverts the previous bump of dependencies.