Skip to content

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

Merged
merged 4 commits into from
Apr 17, 2020

Conversation

nunomaduro
Copy link

This pull request locks the usage of the client in node LTS, and reverts the previous bump of dependencies.

@nunomaduro nunomaduro requested a review from Haroenv April 17, 2020 13:06
@nunomaduro nunomaduro self-assigned this Apr 17, 2020
Comment on lines 32 to +39
"@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",
Copy link
Contributor

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

Copy link
Author

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.

Copy link
Contributor

@Haroenv Haroenv left a 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 :)

@nunomaduro nunomaduro merged commit 1b06873 into master Apr 17, 2020
@nunomaduro nunomaduro deleted the chore/dependencies-and-node-version branch April 17, 2020 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants