- Sep 29, 2017
-
-
Rhys Arkins authored
Fixes #849
-
Rhys Arkins authored
This feature adds support for ignoring .npmrc files in a repository. Set config option to true if you wish to ignore. Closes #851
-
Rhys Arkins authored
Previously, Renovate assumed that any yarn workspaces configuration would be in the root of the repository. Now, workspaces can be located within a subdirectory, e.g. `frontend/`. Note: Renovate still supports only one workspace per repository, please file an issue if you require more than one. Closes #842
- Sep 28, 2017
-
-
Rhys Arkins authored
Fixes #845
-
singapore authored
-
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