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: Add & apply yarn deduplicate #1370

Merged
merged 1 commit into from
Oct 6, 2019
Merged

Conversation

Bnaya
Copy link
Member

@Bnaya Bnaya commented Aug 16, 2019

Motivation:
yarn is actually missing automatic dedup of deps,
Which leads to multiple-but-compatible versions of deps.
yarn-deduplicate is a complementary tool to solve that.

It's recommended to run it after any dependencies add/remove/upgrade

Related:
yarnpkg/yarn#3778
(And there are more issues around yarn repo related to that)

@Bnaya Bnaya requested a review from xaviergonz August 16, 2019 17:10
Motivation:
yarn is actually missing automatic dedup of deps,
Which leads to multiple-but-compatible versions of deps.
[yarn-deduplicate](https://github.com/atlassian/yarn-deduplicate) is a complementary tool to solve that.

It's recommended to run it after any dependencies add/remove/upgrade

Related:
yarnpkg/yarn#3778
(And there are more issues around yarn repo related to that)
@xaviergonz
Copy link
Contributor

LGTM, thanks!

@xaviergonz xaviergonz merged commit 3747632 into master Oct 6, 2019
@Bnaya Bnaya deleted the apply-yarn-deduplicate branch June 27, 2020 16:51
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.

2 participants