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

Add missing dev dependencies #10847

Merged
merged 4 commits into from Dec 9, 2019

Conversation

JLHwung
Copy link
Contributor

@JLHwung JLHwung commented Dec 9, 2019

Q                       A
License MIT

This PR is extracted from a messy working branch on the upcoming Yarn 2 support: https://github.com/JLHwung/babel/commits/standalone-rollup-bundle

The following devDependencies is required since Yarn 2 does not resolve package in ../../node_modules, which is the root node_modules in the project.

Note that eslint-import-resolver-node would not bail on these situations since the Node.js module resolution algorithm will resolve all the way up to GLOBAL_FOLDERS.

@JLHwung JLHwung added the PR: Internal 🏠 A type of pull request used for our changelog categories label Dec 9, 2019
JLHwung and others added 3 commits December 9, 2019 13:57
# Conflicts:
#	packages/babel-register/package.json
#	yarn.lock
@nicolo-ribaudo
Copy link
Member

@kaicataldo Do you have any clue about where the linting errors might come from?

@JLHwung
Copy link
Contributor Author

JLHwung commented Dec 9, 2019

@nicolo-ribaudo We should map eslint-scope to 5.0.0. I will push later.

package.json Outdated
@@ -77,7 +78,9 @@
"typescript": "^3.6.3"
},
"resolutions": {
"@lerna/**/@lerna/collect-updates": "https://github.com/babel/lerna.git#babel-collect-updates"
"@lerna/**/@lerna/collect-updates": "https://github.com/babel/lerna.git#babel-collect-updates",
"#todo: remove eslint-scope resolution when babel-eslint 11.0.0-beta.2 is published": "",
Copy link
Member

Choose a reason for hiding this comment

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

AFAIK, comments aren't supported

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It looks like comment but semantically it is a long sentence key.

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.

None yet

3 participants