- Sep 28, 2017
-
-
singapore authored
-
renovate[bot] authored
-
- Sep 27, 2017
-
-
renovate[bot] authored
-
- Sep 24, 2017
-
-
Rhys Arkins authored
Now adds `stdout` and `stderr` from `npm` and `yarn` installs to the "Generated lockfile" log message, so that the exact versions of npm and yarn can be known in the default logs. Closes #827
-
- Sep 23, 2017
-
-
renovate[bot] authored
-
- Sep 22, 2017
-
-
Rhys Arkins authored
* fix: add upgrade and branch timings to log Adds timing logs for upgrade detection + branch updating stages. Closes #821 * improve request retry logging
-
- Sep 21, 2017
-
-
renovate[bot] authored
-
- Sep 20, 2017
-
-
Rhys Arkins authored
`npm` and `yarn` lockfile generation use promisified child process `exec` now instead of `spawnSync`.
-
Rhys Arkins authored
This fix improves the way Renovate detects embedded/installed npm and yarn. It tries: - locally installed npm or yarn - npm or yarn embedded inside globally installed renovate - globally installed npm or yarn - global `yarn` or `npm` commands as fallback Fixes #824
-
- Sep 19, 2017
-
- Sep 18, 2017
-
-
renovate[bot] authored
-
renovate[bot] authored
-
renovate[bot] authored
-
- Sep 16, 2017
-
-
renovate[bot] authored
-
- Sep 15, 2017
-
-
renovate[bot] authored
-
renovate[bot] authored
* chore(deps): update dependency prettier to v1.6.1 * chore(deps): update dependency prettier to v1.7.0 * run lint
-
renovate[bot] authored
* chore(deps): update dependency eslint-config-airbnb-base to v12.0.0 * fix lint
-
- Sep 14, 2017
-
-
Rhys Arkins authored
-
Rhys Arkins authored
* install npm from npm * use embedded npm and remove versions checking
-
Rhys Arkins authored
-
Rhys Arkins authored
Renovate will now depend on yarn like any other dependency and call this version directly, instead of having an embedded version. This will allow us to "renovate" the yarn version we use too.
-
renovate[bot] authored
-
renovate[bot] authored
-
Rhys Arkins authored
- Any package names not matching valid pattern will be rewritten to “dummy” - “engines” and “scripts” fields will be completely removed Closes #801, Closes #784