-
Notifications
You must be signed in to change notification settings - Fork 93
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
Migrate from yarn to pnpm #2424
Conversation
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
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.
I have a couple of questions
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
@traeok I think the This is also why you see the check for the samples fail too |
@rudyflores We can definitely discuss moving the samples in tomorrow's stand-up - if we add more samples in the future, we are probably better off having a separate repo, so I'm in favor of that 👍 |
Signed-off-by: Rudy Flores <[email protected]>
Signed-off-by: Rudy Flores <[email protected]>
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.
Thanks @rudyflores! pnpm commands are running nice and fast for me locally.
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.
this all LGTM! thanks @rudyflores for all of the hard work that went into this change. If all are on board for pnpm, then so am I 😄 . With the amount of changes this introduces into the next branch it will be easier for PRs raised against main or maintenance to have another PR with same work possibly cherry-picked against next to avoid the conflicts that will come from the differences between the branches.
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.
LGTM, thanks @rudyflores! pnpm
is definitely quicker, looking forward to using it instead of yarn
🎉
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.
What Trae said 👆🏽
LGTM! 😋
I only have one comment about this PR, as the rest of this looks fantastic. Would anyone be against removing |
Signed-off-by: Rudy Flores <[email protected]>
e329ee3
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Proposed changes
Migrate to new package manager PNPM for improved install and build times for development vs Yarn
Release Notes
Milestone: v3.0
Changelog: Changed Yarn package manager to PNPM package manager.
Testing this PR
For testing this PR perform the following:
pnpm i
pnpm build
pnpm package
pnpm test
pnpm fresh-clone
(this one uses the new concurrency feature!)Make sure to test normal ZE functionality in the dev host as well as packaged extension to make sure everything is in order as well :)
Metrics
fresh-clone
command:Yarn
PNPM
install
command:Yarn
PNPM
package
command:Yarn
PNPM
Types of changes
What types of changes does your code introduce to Zowe Explorer?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This checklist will be used as reference for both the contributor and the revieweryarn workspace vscode-extension-for-zowe vscode:prepublish
has been executedFurther comments