snyk / nodejs-lockfile-parser

Generate a Snyk dependency tree from package-lock.json or yarn.lock file
Other
59 stars 28 forks source link

Feat: remove yarn2 support #85

Closed orsagie closed 3 years ago

orsagie commented 4 years ago

What this does

Removes yarn2 support as it is breaking snyk for yarn users on node8.

Yarn2 requires node>10. We still have users on node8 using yarn and ever since we added yarn2 they are no longer able to add snyk to their projects.

Since snyk still supports node8, we must unfortunately remove our support for yarn2.

Node8 support will be dropped in the near future, after which we can reinstate yarn2 support. In the meantime, users can pin the version 1.385.0 to retain yarn 2 support

See relevant issue: https://github.com/snyk/snyk/issues/1270

aviadhahami commented 4 years ago

@orsagie linted and force-pushed

snyksec commented 3 years ago

:tada: This PR is included in version 1.28.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: