Skip to content

Dedupe yarn.lock #9275

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

Merged
merged 1 commit into from
May 24, 2023
Merged

Dedupe yarn.lock #9275

merged 1 commit into from
May 24, 2023

Conversation

aaronccasanova
Copy link
Member

@aaronccasanova aaronccasanova commented May 24, 2023

This PR dedupes packages in the yarn.lock by running npx yarn-deduplicate on new packages only:

git diff origin/main yarn.lock \
  | grep '^\+"' \
  | grep -oE '^\+"@?[\/a-zA-Z0-9_-]+' \
  | grep -oE '@?[\/a-zA-Z0-9_-]+' \
  | xargs npx yarn-deduplicate --packages {}
image

@aaronccasanova aaronccasanova added v11.0.0 🤖Skip Changelog Causes CI to ignore changelog update check. 🤖Skip Major Check labels May 24, 2023
@aaronccasanova aaronccasanova marked this pull request as ready for review May 24, 2023 22:21
@aaronccasanova aaronccasanova merged commit 69e29a7 into v11-major May 24, 2023
@aaronccasanova aaronccasanova deleted the dedupe-yarnlock branch May 24, 2023 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖Skip Changelog Causes CI to ignore changelog update check. 🤖Skip Major Check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants