-
Notifications
You must be signed in to change notification settings - Fork 367
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
refactor: [M3-8632] - Use pnpm
as our package manager
#11297
base: develop
Are you sure you want to change the base?
Conversation
This PR is stale because it has been open 15 days with no activity. Please attend to this PR or it will be closed in 5 days |
This PR is stale because it has been open 15 days with no activity. Please attend to this PR or it will be closed in 5 days |
dependabot is adding support for bun... I really want to POC bun's package manager before we commit to pnpm dependabot/dependabot-core#6528 (comment) Edit: bun still lacks some features that I'd want (for example a --raw / --stream flag) |
Cloud Manager UI test results🎉 474 passing tests on test run #43 ↗︎
|
Description 📝
Breaking Changes⚠️
up
script (yarn up
) has been removed because it conflicts withpnpm up
. Usepnpm dev
instead to start the local development environmentBlocked by 🚧
@mui/system
imports #11081TextField
to not depend onramda
#11306scripts
as a yarn workspace #11420EditableText
UI component pure #11333Todo ☑️
publish-sdk
andpublish-validation
jobs so our publish step does not fail when resolving workspace protocol dependencies (docs)Risk⚠️
@linode/api-v4
and@linode/validation
are published in our Github Action. If something goes wrong, worst case is that the packages won't get published to npm on our next release. Cloud Manager itself will not be affected.How to test 🧪
Warning
Work in progress
As an Author, I have considered 🤔
As an Author, before moving this PR from Draft to Open, I confirmed ✅