renovate/test
Rhys Arkins 79e9ce6d8f feat: pin npm dependencies using lock files
When package-lock.json or yarn.lock files are present, and Renovate needs to “pin” any dependencies (e.g. after onboarding), it will use whatever version is in the lockfile rather than the latest version on npm js that satisfies the semver range. This should increase the chance that Pin Dependencies PRs pass tests, as it should use as close as possible dependencies as the previous time the lock file was committed to master. Thanks to @alexeagle for first suggesting this.

Closes #1362
2018-01-26 10:18:40 +01:00
..
_fixtures feat: update yarn resolutions 2017-12-25 17:10:20 +01:00
config refactor: use handlebars triple escapes in templates (#1434) 2018-01-24 07:18:11 +01:00
logger fix: refactor logger addStream and depType logging (#1117) 2017-11-08 09:59:32 +01:00
manager feat: expose env to npmrc and npm/yarn/pnpm (#1407) 2018-01-25 10:38:30 +01:00
platform feat: verify status check (GitHub) (#1444) 2018-01-25 13:36:21 +01:00
workers feat: pin npm dependencies using lock files 2018-01-26 10:18:40 +01:00
.eslintrc.js refactor: remove config.api and use platform dispatcher (#1114) 2017-11-07 11:46:10 +01:00
chai.js Refactor config 2017-01-20 14:03:18 +01:00
globals.js refactor: use global logger (#1116) 2017-11-08 06:44:03 +01:00
renovate.spec.js refactor: use platform global (#1115) 2017-11-07 13:31:34 +01:00
website-docs.spec.js docs: correlate website configuration documentation with source code 2017-12-26 05:40:14 +01:00