- Apr 07, 2017
-
-
Renovate Bot authored
-
- Mar 30, 2017
-
-
Renovate Bot authored
-
- Mar 26, 2017
-
-
Renovate Bot authored
-
Hutson Betts authored
Use Node's built-in `path.isAbsolute` for compatibility with Window's file paths.
-
Hutson Betts authored
Refactor versions helper to use lodash filters, instead of nested if statements.
-
- Mar 25, 2017
-
-
Renovate Bot authored
-
- Mar 24, 2017
-
-
Renovate Bot authored
-
Hutson Betts authored
Remove the direct call to `tmp`'s manual cleanup function as `tmp` adds a listener on process exit to call cleanup on all created directories (that weren't created with the `keep` option set to `true`). This is considered a fix because under some conditions the cleanup will fail on Windows, and because the cleanup is called manually in the middle of a renovate cycle, any sporadic failure will fail the entire renovate process. Instead, defer the temporary directory cleanup until after renovate has completed, where a failure won't de-rail the entire cycle. (I have not been able to track down why `tmp` fails sometimes on Windows with my various project setups.)
- Mar 21, 2017
-
-
Renovate Bot authored
-
Hutson Betts authored
Must spawn `yarn` within a shell on Windows for the `yarn` executable to be resolved correctly. Otherwise a ENOENT error is received because the `yarn` command can't be found. Spawning a comamnd in a shell on Linux should behave the same, though there may be a small increase in time required to spawn the process.
- Mar 13, 2017
-
-
Rhys Arkins authored
Closes #126
-
Renovate Bot authored
-
singapore authored
* Update definitions.js * Update docs
-
Rhys Arkins authored
* Enhance logic for PR rebase check (GitHub) Closes #119 * don’t set false * update snapshots * Update tests
-
Renovate Bot authored
-
Gustavo authored
-
Renovate Bot authored
-
Rhys Arkins authored
* Fix yarn.lock detection Closes #110, Closes #124 * Fix for tests :)
-
Renovate Bot authored
* Update dependency eslint to version 3.17.0 * Update dependency eslint to version 3.17.1
- Mar 02, 2017
-
-
Renovate Bot authored
-
- Feb 25, 2017
-
-
Renovate Bot authored
-
- Feb 23, 2017
-
-
Renovate Bot authored
-
- Feb 21, 2017
-
-
Renovate Bot authored
* Update dependency jest to version 19.0.0 * Update jest snapshot
-
Renovate Bot authored
-
Renovate Bot authored
-
- Feb 19, 2017
-
-
Renovate Bot authored
-
Renovate Bot authored
-
- Feb 14, 2017
-
-
Rhys Arkins authored
-
Renovate Bot authored
-
Rhys Arkins authored
Major refactor of worker code in order to add tests. Closes #99
- Feb 13, 2017
-
-
Renovate Bot authored
-