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

chore: configure pnpm and remove phantom deps #2665

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

matheusps
Copy link
Contributor

@matheusps matheusps commented Feb 3, 2025

What's the purpose of this pull request?

  • Configure pnpm
  • Remove yarn
  • Remove all phantom deps 👻

@matheusps matheusps self-assigned this Feb 3, 2025
@matheusps matheusps requested a review from a team as a code owner February 3, 2025 17:47
@matheusps matheusps requested review from renatamottam and renatomaurovtex and removed request for a team February 3, 2025 17:47
Copy link

codesandbox-ci bot commented Feb 3, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@matheusps matheusps marked this pull request as draft February 3, 2025 18:30
@matheusps matheusps force-pushed the chore/no-phanthom-deps branch from 2789b92 to 860d4b7 Compare February 3, 2025 20:57
@vtex vtex deleted a comment from vercel bot Feb 4, 2025
@matheusps matheusps marked this pull request as ready for review February 5, 2025 12:47
@@ -64,6 +69,12 @@ jobs:
- name: Clone starter
run: git clone https://github.com/vtex-sites/starter.store.git starter

- name: Install specific Yarn version
run: npm install -g [email protected] # https://github.com/yarnpkg/yarn/issues/9015
Copy link
Contributor

Choose a reason for hiding this comment

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

What would happen if the developer was using another version of yarn?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is a issue with yarn itself. It only happens on CI (running corepack on subfolders)

Copy link
Contributor

Choose a reason for hiding this comment

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

I saw the issue now. It makes sense now.

Copy link
Member

@eduardoformiga eduardoformiga left a comment

Choose a reason for hiding this comment

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

🎉

@@ -0,0 +1 @@
link-workspace-packages=true
Copy link
Member

Choose a reason for hiding this comment

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

interesting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants