Skip to content
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

Bump babel-types to ^7.6.3 #10568

Merged
merged 3 commits into from Oct 17, 2019
Merged

Bump babel-types to ^7.6.3 #10568

merged 3 commits into from Oct 17, 2019

Conversation

JLHwung
Copy link
Contributor

@JLHwung JLHwung commented Oct 16, 2019

Q                       A
Fixed Issues? Fixes #10554
Patch: Bug Fix?
Major: Breaking Change?
Minor: New Feature?
Tests Added + Pass? Yes
Documentation PR Link
Any Dependency Changes?
License MIT

Bumped @babel/types dependencies to ^7.6.3 which depends on secure lodash versions. This PR also fixes incorrect lerna bootstrap options introduced at #10249.

@JLHwung JLHwung added the PR: Internal 🏠 A type of pull request used for our changelog categories label Oct 16, 2019
@@ -213,7 +213,7 @@ yarn-install: clean-all
yarn --ignore-engines

lerna-bootstrap: yarn-install
yarn lerna bootstrap -- --ignore-engines
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to this PR, but we should try to remove --ignore-engines

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we should give it a try after we drop node 8 support.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we rely on a dependency which doesn't work with node 6?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see. We have proved it on #10249.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Internal 🏠 A type of pull request used for our changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update @babel/helper-function-name package to use latest version of lodash
3 participants