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

Migrate to yarn v4.1.0 #9

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

rockbmb
Copy link

@rockbmb rockbmb commented Feb 11, 2024

Migration from yarn 1.x/npm, done according to https://yarnpkg.com/migration/guide

@rockbmb rockbmb added the enhancement New feature or request label Feb 11, 2024
@rockbmb rockbmb requested a review from avernikoz February 11, 2024 13:37
@rockbmb rockbmb self-assigned this Feb 11, 2024
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# env-variables
.env
.npmrc
Copy link
Author

@rockbmb rockbmb Feb 11, 2024

Choose a reason for hiding this comment

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

@avernikoz Starting with version 2, yarn requires a .yarnrc.yml file instead of .npmrc/.yarnrc.

Since .npmrc is ignored here, you may want to unignore it, remove any PII (e.g. plaintext GitLab/GitHub auth tokens), and push it to master.

That way, I can rebase this PR, add whatever is in .npmrc to .yarnrc.yml, and then delete it.

@rockbmb rockbmb force-pushed the feature/migrate-to-yarn-v4 branch 2 times, most recently from 659edc0 to cce178f Compare February 13, 2024 13:38
@rockbmb rockbmb force-pushed the feature/migrate-to-yarn-v4 branch from 81f42b9 to 937f053 Compare February 13, 2024 16:33
@rockbmb rockbmb force-pushed the feature/migrate-to-yarn-v4 branch from 05c5723 to 9cd8926 Compare February 13, 2024 17:37
@rockbmb
Copy link
Author

rockbmb commented Feb 13, 2024

@avernikoz Don't forget to sanitize and push .npmrc to master so I can convert it to .yarnrc.yml 👍

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

Successfully merging this pull request may close these issues.

1 participant