-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 support for workspaces in NP x-pack plugins #53825
Conversation
Pinging @elastic/kibana-platform (Team:Platform) |
💚 Build Succeeded
To update your PR or re-run it, just comment with: |
b54de66
to
a975e76
Compare
@elasticmachine merge upstream |
merge conflict between base and head |
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.
@joshdover that LGTM, you just need to solve the conflicts
a975e76
to
74ce1ac
Compare
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
Co-authored-by: Elastic Machine <[email protected]>
Summary
The
infra
plugin currently leverages Yarn Workspaces to install custom versions of some dependencies. This PR adds the necessary config to support the same workspaces in thex-pack/plugins
directory for New Platform plugins.Note, this does not add support for workspaces in OSS plugins. We do not currently support this in legacy OSS plugins either. I think we'd like to minimize usage of custom NPM module versions, so I'm not expanding support to OSS at this time.