Skip to content

Add support for yarn v4

Nick Ilieskou requested to merge add_support_yarn_v4 into master

What does this MR do?

  • Maximum lock file version supported is 8
  • Added a unit test to make sure that we can parse a yarn v4 lockfile
  • Updated the malformed wrong version unit test

We are not adding an rspec test for yarn v4 since it doesn't add any value. We are already testing that we can parse the file in unit tests.

What are the relevant issue numbers?

Add yarn v4 support in Dependency Scanning (gitlab-org/gitlab#431752 - closed)

Does this MR meet the acceptance criteria?

Edited by Nick Ilieskou

Merge request reports