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
Sergio Zharinov
74b6669ce1
chore(maven): Add 'editFile' field to extracted deps ( #6752 )
...
* feat(maven): Add 'editFile' field when extracting
* Set 'editFile' only for parent files
2020-07-14 17:22:48 +02:00
Michael Kriese
467994bc22
fix(git-submodule): disable pinDigests ( #6754 )
2020-07-14 16:50:19 +02:00
Michael Kriese
76d8574581
chore(internal): fix http coverage ( #6746 )
2020-07-14 09:51:27 +02:00
renovate[bot]
49680ea273
build(deps): update dependency cacache to v15.0.5 ( #6744 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-14 04:00:32 +00:00
Michael Kriese
9589f5a97a
fix: prepare for got v11 ( #6741 )
2020-07-13 21:33:24 +02:00
renovate[bot]
d0379119e4
chore(deps): update dependency @types/node to v12.12.50 ( #6743 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-13 17:35:06 +00:00
Sebastian Poxhofer
835a203b27
feat(terraform): Implement terraform service discovery ( #6720 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-07-13 07:37:01 +02:00
Rhys Arkins
6d96d3d220
refactor: git.setBranch ( #6739 )
2020-07-13 07:31:22 +02:00
renovate[bot]
bfa0dce6ae
build(deps): update dependency aws-sdk to v2.713.0 ( #6738 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-12 22:00:33 +00:00
Rhys Arkins
bb10d784e7
refactor: platform.initRepo return defaultBranch not baseBranch ( #6737 )
2020-07-12 21:30:11 +02:00
Sergio Zharinov
41983bf29a
fix(github): Use GraphQL for initRepo ( #6726 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-07-12 18:18:44 +02:00
Sergio Zharinov
581844a085
fix(github): Fix accept headers for Github HTTP wrapper ( #6736 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-07-12 15:29:26 +02:00
Rhys Arkins
ad60bc1292
chore: autoformat codeql-analysis.yml
2020-07-12 10:40:09 +02:00
Rhys Arkins
12be36ff47
chore: update issue templates
...
Security is now done automatically by GitHub due to `SECURITY.md`
2020-07-12 09:50:41 +02:00
Sergio Zharinov
e2af296c48
refactor: Rename GraphQL query methods ( #6732 )
2020-07-12 08:10:38 +02:00
renovate[bot]
b43a8d24fc
build(deps): update dependency lodash to v4.17.19 ( #6735 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-11 20:00:35 +00:00
renovate[bot]
ff0a50319b
chore(deps): update dependency re2 to v1.15.2 ( #6730 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-11 12:00:40 +00:00
Rhys Arkins
276cb3fbe2
chore: add SECURITY.md ( #6731 )
2020-07-11 12:17:29 +02:00
Rhys Arkins
13cbc870dc
test: add codeql
2020-07-11 12:02:04 +02:00