Skip to content

Remove duplicates from npm dependencies

Can Eldem requested to merge 12162-remove-duplicates into master

What does this MR do?

Removes duplicates from the dependency list. This only covers npm dependencies because over package types should be affected by this issue.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/issues/12162

Test

Forked our test project and run it with DS with this change. You can see dependency list doesn't include any duplicates.

https://gitlab.com/caneldem/js-npm/dependencies

Does this MR meet the acceptance criteria?

Edited by 🤖 GitLab Bot 🤖

Merge request reports