Commit graph

7674 commits

Author SHA1 Message Date
Rhys Arkins
ae43b51391
feat: change default bot email (#6740) 2020-07-22 20:11:22 +02:00
Rhys Arkins
1449e8324b
feat(internal): use git to determine branch modification status (#6697)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-07-22 20:05:42 +02:00
Rhys Arkins
852b340926 refactor: git.setBranch return 2020-07-22 19:41:11 +02:00
Rhys Arkins
d3ce8d7693 fix: migrate string to boolean for masterIssue
Closes #6819
2020-07-22 19:11:52 +02:00
Rhys Arkins
67a7dd4a10
refactor: remove unnecessary if from git.setBranch (#6815)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-07-22 16:13:24 +02:00
renovate[bot]
0a222b82d3
build(deps): update dependency simple-git to v2.14.0 (#6818)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 13:59:52 +02:00
Michael Kriese
698a2ed962
fix: force optional options (#6817) 2020-07-22 13:24:51 +02:00
Rhys Arkins
008f781d42 refactor: mandatory branchName in setBaseBranch 2020-07-22 11:14:22 +02:00
Rhys Arkins
d150b1768f refactor: platform defaultBranch 2020-07-22 11:14:15 +02:00
Rhys Arkins
bfcd2508ef refactor: remove unused base branch else 2020-07-22 11:14:08 +02:00
Rhys Arkins
20e57a1f6c
refactor: createPr useDefaultBranch -> targetBranch (#6813) 2020-07-22 11:08:08 +02:00
Rhys Arkins
8f7d2bad5e fix(validation): matchCurrentVersion is a valid selector 2020-07-22 08:32:01 +02:00
renovate[bot]
4db278cc26
build(deps): update dependency markdown-it to v11 (#6809)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 08:15:17 +02:00
Michael Kriese
9b4bff0051
fix(internal): fix linting (#6803) 2020-07-22 07:45:57 +02:00
renovate[bot]
f11f58b21c
build(deps): update dependency markdown-table to v2 (#6808)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 07:33:08 +02:00
renovate[bot]
84b8281528
build(deps): update dependency commander to v6 (#6807)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 07:09:52 +02:00
renovate[bot]
ce9f16494e
chore(deps): update dependency @types/jest to v26.0.5 (#6804)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 06:44:05 +02:00
renovate[bot]
ba5318b802
build(deps): update dependency delay to v4.4.0 (#6802)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-21 18:00:37 +00:00
Rhys Arkins
8ed043089e chore: fix github test 2020-07-21 15:58:23 +02:00
renovate[bot]
b90bf4e2c4
build(deps): update dependency @sindresorhus/is to v3 (#6800)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-21 15:32:18 +02:00
Rhys Arkins
92da666c6f fix(github): detect empty repos 2020-07-21 15:15:56 +02:00
Rhys Arkins
7d08285325 chore: rename master-issue -> dependency-dashboard 2020-07-21 15:13:56 +02:00
renovate[bot]
340f136448
build(deps): update dependency simple-git to v2 (#6783)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-07-21 14:52:24 +02:00
Michael Kriese
a2bc37a9e0
fix(pip_setup): fix python deprecation message (#6788) 2020-07-21 14:05:46 +02:00
Michael Kriese
779865af02
fix(gradle): pass extra env (#6789) 2020-07-21 13:51:49 +02:00
Rhys Arkins
3c9bac650d
fix: autoclosed digests when cache is enabled (#6799) 2020-07-21 12:22:20 +02:00
Rhys Arkins
45ac664d9d fix(github): handle undefined initRepo result 2020-07-21 12:21:37 +02:00
renovate[bot]
b1d718f2a2
chore(deps): update dependency typescript to v3.9.7 (#6786)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-19 22:00:37 +00:00
renovate[bot]
d6e2baaf13
build(deps): update dependency p-all to v3 (#6784)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-19 16:05:00 +02:00
renovate[bot]
d2316a782c
chore(deps): update dependency @types/eslint to v7 (#6776)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-19 11:19:50 +02:00
renovate[bot]
08daea2d8a
chore(deps): update dependency re2 to v1.15.4 (#6781)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-18 19:38:33 +00:00
Grégory Joseph
b72bf4c8e5
fix(lerna): Fix support for Lerna when package.json is not at the root of the repo (#6675)
* fix(lerna): Fix support for Lerna when package.json is not at the root of the repo

Pass the PackageFile object to generateLockFiles, and use that rather than hardcode 'package.json'
Closes #6574

* Add test for #6574 - loads package.json from the given file, not root

* Alternative approach: don't re-load the file at all, deps are already specified. Unsure about tests

* Making eslint happy

* Add tests for getLernaVersion (and some fixes along the way)

* Copy/pasta error -- that test function didn't need to be async

* Wrap lerna tests in a describe(getName)

* Adapted snapshot file

Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-07-18 16:40:35 +02:00
Sergio Zharinov
1d33e20888
fix(sbt): Parse version lines with classifier keyword (#6780) 2020-07-18 15:31:53 +02:00
Michael Kriese
e3da371a0e
feat(pip_setup): copy extract.py to repo (#6768)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-07-18 10:03:05 +02:00
Jamie Magee
456245aabe
chore(eslint): enable typescript 3.7 rules (#6765) 2020-07-18 08:42:32 +02:00
Sergio Zharinov
51619a6181
fix(gradle): Update same dependencies in single file (#6777) 2020-07-18 08:35:05 +02:00
renovate[bot]
af72c434cf
chore(deps): update babel monorepo to v7.10.5 (#6779)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-17 19:39:20 +00:00
Misha Kaletsky
fb8e34dbc8
fix: revert: add currentValue to yarn upgrade command (#6775)
* Revert "fix: add currentValue to yarn upgrade command (#6759)"

This reverts commit 1c00491310.

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-07-17 14:13:20 +02:00
renovate[bot]
fee7134da8
chore(deps): update dependency tmp-promise to v3 (#6774)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-17 13:57:30 +02:00
Misha Kaletsky
1c00491310
fix: add currentValue to yarn upgrade command (#6759)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-07-17 13:42:12 +02:00
renovate[bot]
3305bfc3a3
chore(deps): update dependency nock to v13 (#6773)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-17 13:19:38 +02:00
renovate[bot]
671c68c97b
chore(deps): update dependency mockdate to v3 (#6772)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-17 12:32:12 +02:00
renovate[bot]
a18ec2a32d
chore(deps): update dependency jest-junit to v11 (#6770)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-17 12:00:46 +02:00
INA Lintaro
9730079d0c
feat(sbt): extract source URL from POM file (#6756)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-07-17 10:14:50 +02:00
Michael Kriese
515aa56cf6
fix(internal): respect dry-run (#6767) 2020-07-17 09:49:59 +02:00
Rhys Arkins
0571eb37e8
fix: don’t assign if MR already has assignees or reviewers (#6386)
* fix(gitlab): don’t assign if MR already has assignees

Closes #6375

* add more platforms

* fix github

* simplify gitlab

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-07-16 15:45:50 +02:00
renovate[bot]
2ae2d2376f
build(deps): update dependency @renovatebot/ruby-semver to v0.2.1 (#6762)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-16 15:30:05 +02:00
renovate[bot]
6ad017b51e
build(deps): update dependency registry-auth-token to v4.2.0 (#6763)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-16 13:03:44 +00:00
Michael Kriese
bf74d7f943
feat(internal): optional global agent (#6761) 2020-07-16 13:32:45 +02:00
Michael Kriese
e48ffa650a
feat(internal): make datasource loading syncronous (#6748) 2020-07-15 13:12:50 +02:00