Skip to content

Tags: greenkeeperio/greenkeeper

Tags

v3.66.8

Toggle v3.66.8's commit message
fix(enterprise): silence unactionable warning

An Enterprise installation might not have access to public GH, or their
private registry might not be 100% API compatible, so this only creates
errors that aren’t actionable.

v3.66.7

Toggle v3.66.7's commit message
fix(createBranch): update yarn lockfile for non-workspaces

v3.66.6

Toggle v3.66.6's commit message
fix(get-files): save version of each package.json

v3.66.5

Toggle v3.66.5's commit message
fix: monorepo detection

v3.66.4

Toggle v3.66.4's commit message
fix(monorepo): avoid fetching infos for internal dependencies

yarn monorepos are identified by packageJson.workspaceRoot.
if we are handling one of those, we might encounter a [sub-]
package.json that specifies a dependency like this:
"@reponame/dependency": "*" which looks like a scoped npm
dependency, but is in reality a in-monorepo dependency.
For those dependencies, we should not try to fetch infos
from npm, because the dependencies are not there.

v3.66.3

Toggle v3.66.3's commit message
fix(content): add link to pusblisher info

v3.66.2

Toggle v3.66.2's commit message
fix(utils): ignore licence field if it is an object

v3.66.1

Toggle v3.66.1's commit message
fix(pr content): make license change more eye catching

v3.66.0

Toggle v3.66.0's commit message
chore: remove vscode files

v3.65.1

Toggle v3.65.1's commit message
fix(lockfile): throw error if result from lockfile server has a message

and therefore is an error