Commit graph

760 commits

Author SHA1 Message Date
Renovate Bot
8ae95cab8f Update dependency eslint-config-airbnb-base to version 11.1.2 (#144) 2017-03-26 06:09:02 +02:00
Hutson Betts
f6421b0bb9 fix(file): use path.isAbsolute for Windows compatibility (#142)
Use Node's built-in `path.isAbsolute` for compatibility with
Window's file paths.
2017-03-26 06:08:34 +02:00
Hutson Betts
c257717ea0 refactor(versions): refactor versions helper (#143)
Refactor versions helper to use lodash filters, instead of
nested if statements.
2017-03-26 06:08:01 +02:00
Renovate Bot
9486547f0b Update dependency np to version 2.13.1 (#141) 2017-03-25 11:43:36 +01:00
Rhys Arkins
bd237d0c9c 8.9.3 2017-03-24 15:32:01 +01:00
Renovate Bot
95c71024e7 Update dependency np to version 2.13.0 (#135) 2017-03-24 15:29:23 +01:00
Rhys Arkins
d310a60267 8.9.2 2017-03-24 15:29:01 +01:00
Hutson Betts
63dae3d901 fix(yarn): remove call to tmp cleanup function (#140)
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.)
2017-03-24 12:38:19 +01:00
Rhys Arkins
c78ea75ebe 8.9.1 2017-03-21 05:44:56 +01:00
Renovate Bot
37aff33e8f Update dependency eslint to version 3.18.0 (#137) 2017-03-21 05:42:32 +01:00
Hutson Betts
b94e5458c6 fix(yarn): spawn in shell on Windows (#138)
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.
2017-03-21 05:40:52 +01:00
Rhys Arkins
399a565fc5 8.9.0 2017-03-13 10:25:19 +01:00
Rhys Arkins
e86725430e Set remove_source_branch in gitlab MRs (#131)
Closes #126
2017-03-13 10:21:28 +01:00
Renovate Bot
c09a088fc3 Update dependency jest to version 19.0.2 (#115) 2017-03-13 10:20:54 +01:00
singapore
a98bd9f476 Update config definition descriptions (#129)
* Update definitions.js

* Update docs
2017-03-13 10:07:57 +01:00
Rhys Arkins
2bf2b61425 8.8.4 2017-03-13 10:07:01 +01:00
Rhys Arkins
54eaacebe3 Enhance logic for PR rebase check (GitHub) (#130)
* Enhance logic for PR rebase check (GitHub)

Closes #119

* don’t set false

* update snapshots

* Update tests
2017-03-13 10:05:19 +01:00
Renovate Bot
d68613f2e8 Update dependency eslint-config-airbnb-base to version 11.1.1 (#122) 2017-03-13 09:12:58 +01:00
Gustavo
919dac992a fix link to default definitions (#125) 2017-03-13 07:04:36 +01:00
Renovate Bot
b7b97b6cfb Update dependency babel-cli to version 6.24.0 (#127) 2017-03-13 06:53:58 +01:00
Rhys Arkins
5de9002c03 8.8.3 2017-03-13 06:35:19 +01:00
Rhys Arkins
88c600b85e Fix yarn.lock detection (#128)
* Fix yarn.lock detection

Closes #110, Closes #124

* Fix for tests :)
2017-03-13 06:33:28 +01:00
Renovate Bot
3937086559 Update dependency eslint to version 3.17.1 (#123)
* Update dependency eslint to version 3.17.0

* Update dependency eslint to version 3.17.1
2017-03-13 05:54:50 +01:00
Renovate Bot
f5091c6f78 Update dependency eslint-plugin-promise to version 3.5.0 (#120) 2017-03-02 13:46:27 +01:00
Renovate Bot
08a5b288bc Update dependency rimraf to version 2.6.1 (#117) 2017-02-25 20:38:29 +01:00
Renovate Bot
b33fdb7113 Update dependency eslint to version 3.16.1 (#116) 2017-02-23 15:02:04 +01:00
Renovate Bot
e0e4c7be9f Update dependency jest to version 19.x (#113)
* Update dependency jest to version 19.0.0

* Update jest snapshot
2017-02-21 11:50:35 +01:00
Renovate Bot
29ccfab9c0 Update dependency eslint to version 3.16.0 (#111) 2017-02-21 11:27:53 +01:00
Renovate Bot
d4dc063c2b Update dependency babel-jest to version 19.0.0 (#112) 2017-02-21 11:27:34 +01:00
Renovate Bot
549d838699 Update dependency eslint-plugin-promise to version 3.4.2 (#106) 2017-02-19 06:42:45 +01:00
Renovate Bot
d811b47b6b Update dependency rimraf to version 2.6.0 (#108) 2017-02-19 06:42:34 +01:00
Rhys Arkins
f922d74834 8.8.2 2017-02-14 22:06:50 +01:00
Rhys Arkins
ef30a73c3a Refactor for more worker tests (#104) 2017-02-14 22:04:57 +01:00
Rhys Arkins
a25d46efe3 8.8.1 2017-02-14 16:39:42 +01:00
Renovate Bot
f60dc6df27 Update dependency babel-cli to version 6.23.0 (#103) 2017-02-14 08:21:49 +01:00
Rhys Arkins
e9ffa0421b 8.8.0 2017-02-14 08:10:34 +01:00
Rhys Arkins
ed132014e5 Refactor worker code for testing (#102)
Major refactor of worker code in order to add tests. Closes #99
2017-02-14 08:08:40 +01:00
Renovate Bot
30d1c5ee37 Update dependency gl-got to version 6.0.2 (#101) 2017-02-13 22:00:56 +01:00
Rhys Arkins
508c3d06cb 8.7.4 2017-02-13 18:36:51 +01:00
Renovate Bot
a8b4b30c78 Update dependency gl-got to version 6.0.1 (#100) 2017-02-13 18:35:09 +01:00
Rhys Arkins
d849a58891 8.7.3 2017-02-13 18:27:40 +01:00
Rhys Arkins
5d42dbfd4f Clean default config for initial PR 2017-02-13 18:25:28 +01:00
Rhys Arkins
58387618d9 8.7.2 2017-02-11 20:21:00 +01:00
Rhys Arkins
eb9f508fef Update gitlab API to match github change 2017-02-11 20:19:43 +01:00
Jon Bretman
56f6696abb Add more tests (#98) 2017-02-11 20:18:54 +01:00
Rhys Arkins
c2b3c39855 8.7.1 2017-02-11 17:58:31 +01:00
Rhys Arkins
53cc59a6bb Fix false positive yarn.lock detection 2017-02-11 17:57:10 +01:00
Rhys Arkins
48a810e93b 8.7.0 2017-02-11 08:17:17 +01:00
Rhys Arkins
6e2c6e1da0 Add backticks to versions in prBody 2017-02-11 08:15:47 +01:00
Rhys Arkins
191ed70898 Add Gitlab support (#83)
Closes #65
2017-02-11 08:14:19 +01:00