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

:lock: Your lockfile, up to date, all the time

Results 52 greenkeeper-lockfile issues
Sort by recently updated
recently updated
newest added

Greenkeeper should also update the lockfile if I update the branch from master. This happens when two packages have updates, I merge one, update the second branch from the new...

[`pnpm`](https://pnpm.js.org) 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...

help wanted
Feature Request

Only supports pnpm@>=3.0 where shrinkwrap was renamed to lockfile. Fixes #179 (?)

Notably eliminates lodash dependency

Circle sets the `CIRCLECI=true` env var by default. Even with manually setting this, I still always get an `Error: Could not detect a CI Service.`. I'm stuck on not being...

I use yarn workspaces and greenkeeper-lockfile@2. A dependency was updated on one of the packages in the repo (the main package.json was not changed). When running update, I see this:...

Naively implemented, and currently untested. I've updated my project that uses pnpm ([`YoloDev/rollup-config`](https://github.com/YoloDev/rollup-config)) to install my fork instead of the package published to npm, so now I just have to...

This has been reported and closed twice already: https://github.com/greenkeeperio/greenkeeper-lockfile/issues/207 https://github.com/greenkeeperio/greenkeeper-lockfile/issues/191 I have hit the same issue. I'm now aware that I can use `GK_LOCK_YARN_OPTS` and I will do that, but...

I don't have the error anymore, but `greenkeeper-lockfile-update` fails due to missing git identity when run. If I set them manually, it works: ``` git config --global user.email "[email protected]" git...

I use more traditional commit messages so the `chore(package):` is annoying and creates ugly inconsistencies in my commit history.