greenkeeper-lockfile icon indicating copy to clipboard operation
greenkeeper-lockfile copied to clipboard

Support pnpm

Open ExE-Boss opened this issue 7 years ago • 4 comments

pnpm is the third largest node package manager, which uses symlinks, hardlinks and isolated trees, which prevents packages from using packages which they haven’t declared in their dependencies and it uses shrinkwrap.yaml as its lockfile.

ExE-Boss avatar Jul 04 '18 19:07 ExE-Boss

We’ll look into this eventually. In the meantime, we’d be happy to accept PRs for this.

janl avatar Jul 17 '18 08:07 janl

pnpm has a published specification for this at: https://github.com/pnpm/spec/tree/master/shrinkwrap

ExE-Boss avatar Jan 05 '19 12:01 ExE-Boss

Updated link, since in 3.0 it was renamed to lockfile and is now stored as pnpm-lock.yaml https://github.com/pnpm/spec/tree/master/lockfile

qm3ster avatar Mar 12 '19 14:03 qm3ster

@ExE-Boss I tried in #229

qm3ster avatar Mar 12 '19 16:03 qm3ster