Commit graph

1895 commits

Author SHA1 Message Date
Sergei Zharinov
d2b0f4d98b
refactor(npm): Use util function for cache dir creation (#10591) 2021-06-24 15:06:04 +02:00
Sergei Zharinov
21d2aeb720
refactor(terraform): Use util function for cache dir creation (#10588) 2021-06-24 10:53:45 +00:00
Sergei Zharinov
7080a32e8d
refactor(cocoapods): Use util function for cache dir creation (#10587) 2021-06-24 11:35:13 +02:00
Sergei Zharinov
b53e5e408d
refactor(bundler): Use util function for cache dir creation (#10586) 2021-06-24 11:11:30 +02:00
Sergei Zharinov
1df94a2587
refactor(composer): Use util function for cache dir creation (#10581) 2021-06-24 09:48:05 +02:00
Rhys Arkins
aa41ae15ba
fix: Revert "fix(gomod): add missing go to upgrade commands" (#10571)
This reverts commit 37d79d7e4e.
2021-06-23 17:06:13 +02:00
Rhys Arkins
c7c8ba9f8a fix: Revert "refactor(pip_requirements): extractAllPackageFiles (#10414)"
This reverts commit 015391c70e.

Closes #10485
2021-06-18 09:20:14 +02:00
Sergei Zharinov
969ea18aea
feat(lein): Support version variables (#10479) 2021-06-18 07:06:40 +00:00
Michael Kriese
37d79d7e4e
fix(gomod): add missing go to upgrade commands (#10491) 2021-06-18 06:52:38 +00:00
Jamie Magee
47f36d8c8a
refactor(gradle-version): convert to class-based (#10474) 2021-06-18 06:41:31 +00:00
Jamie Magee
9c2e8b8b7e
refactor(galaxy-collection): convert to class-based datasource (#10360) 2021-06-18 07:40:05 +02:00
Sergei Zharinov
33e865c99d
refactor: Match all project sections to its dep type (#10477)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-17 15:10:56 +00:00
Sebastian Poxhofer
eb8ad0c38e
feat(terraform): Implement terraform lock files (#10469) 2021-06-17 10:17:19 +00:00
Jamie Magee
637d262a25
refactor(orb): convert to class-based datasource (#10450) 2021-06-17 09:21:41 +02:00
Rhys Arkins
5b25bf5e0c
fix: revert terraform lock file handling (#10466)
* fix: Revert "fix(manager): optimize lockfile cache handling (#10463)"

This reverts commit 713e35e88f.

* fix: Revert "fix(terraform): use path joins instead of slashes (#10461)"

This reverts commit 2776db6a2d.

* fix: Revert "feat(terraform): update terraform lock files (#8429)"

This reverts commit dab27f28c3.
2021-06-16 17:45:39 +02:00
Michael Kriese
713e35e88f
fix(manager): optimize lockfile cache handling (#10463) 2021-06-16 14:19:14 +00:00
Sebastian Poxhofer
2776db6a2d
fix(terraform): use path joins instead of slashes (#10461)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-16 11:02:04 +00:00
Sebastian Poxhofer
dab27f28c3
feat(terraform): update terraform lock files (#8429) 2021-06-16 08:02:34 +00:00
Lukas
d21f81c0de
fix(pnpm): match package patterns that are matched by pnpm (#10389) 2021-06-15 04:02:21 +00:00
Jamie Magee
915fbc7b77
refactor(terraform-provider): convert to class-based datasource (#10362) 2021-06-14 21:14:32 +02:00
Rhys Arkins
015391c70e
refactor(pip_requirements): extractAllPackageFiles (#10414) 2021-06-14 08:55:38 +02:00
Jamie Magee
880b7fb67a
refactor(helm): convert to class-based datasource (#10425) 2021-06-14 08:13:10 +02:00
Rhys Arkins
14f9c0137f
feat(pip-compile): lockFileMaintenance (#10408) 2021-06-12 13:45:54 +02:00
Christian Mösl
397cce4a98
fix(cargo): use package name as lookup name if specified (#10398) 2021-06-11 16:41:46 +00:00
Rhys Arkins
3d0b4cabe9
feat: pip-compile support (#10377)
Closes #2334
2021-06-11 12:55:06 +02:00
Jamie Magee
3c31090469
refactor(galaxy): refactor ansible galaxy to a class (#10346) 2021-06-08 17:20:39 +02:00
Shawn Garner
9be56a1918
Parse dependency definitions inside single and multi-line Sequences inside Scala dependency file (#10306) 2021-06-04 19:27:18 +00:00
Rhys Arkins
1e3b5f2470 refactor: pendingChecks to boolean 2021-06-04 09:18:42 +02:00
Sergei Zharinov
1b6ecd87c0
refactor: move binarySource option to admin config (#10022) 2021-06-02 06:50:23 +00:00
Lukas
ba5bf58a11
fix(pnpm): use stdout as artifact error message (#10271) 2021-06-02 08:40:54 +02:00
Caio Andrade
0534aea2d8
feat(python): pyenv manager (#10128) 2021-06-01 15:02:02 +02:00
Nils Andresen
235075d09a
fix(cake): load preprocessor directive (#10259)
Modified the parser, to additionally recognize preprocessor directives
of #load and it's short form of #l.
2021-06-01 12:06:25 +02:00
Sebastian Poxhofer
4f06d2590e
fix(regex): fix regression if no registryTemplate is used (#10249) 2021-06-01 05:28:13 +00:00
Michael Kriese
3c7546f7cd
test: simplify nock handling (#10170) 2021-05-27 14:13:31 +02:00
renovate[bot]
88baaf4b18
build(deps): update dependency js-yaml to v4 (#10172)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-26 13:01:09 +00:00
Rhys Arkins
79592f848a
fix: Revert "refactor: localDir -> cloneDir" (#10166)
This reverts commit 0b287c763d.
2021-05-26 11:22:16 +00:00
Rhys Arkins
0b287c763d
refactor: localDir -> cloneDir (#10158) 2021-05-26 10:30:23 +02:00
Michael Kriese
b1af26667e
fix(gitlabci): ignore empty content (#10139) 2021-05-25 09:56:20 +00:00
Jamie Magee
7b0934592f
refactor(dart): migrate to class based datasource (#10134) 2021-05-25 06:42:14 +02:00
Rhys Arkins
d24461cb71 fix(git): submodules search for ".path" instead of "path"
Closes #10119
2021-05-24 08:58:53 +02:00
Rhys Arkins
3de02c37e4 fix(yarn): sub package use root npmrc 2021-05-22 15:24:35 +02:00
Anbraten
7eb2c09b6e
feat: pnpm workspaces (#10071) 2021-05-22 12:32:19 +00:00
Ben Drucker
bcb359d67f
feat(github-actions): support workflow templates (#10088) 2021-05-22 09:34:04 +02:00
Rhys Arkins
714e51a316
feat(yarn): add credentials to .yarnrc.yml (#10052) 2021-05-21 20:20:23 +00:00
Jamie Magee
621b77b2c7
refactor(datasource): migrate to class based datasource (#6747)
* refactor(datasource): migrate to class based datasource

    A small experiment into what OOP/class based datasources might look like. Picked Cdnjs as it's the smallest & simplest.

    With this approach we can share common logic, like error handling, rate limiting, etc. between different datasources, instead of having to reimplement it each time we write a new datasource. Currently there's nothing shared, as it's only 1 datasource, but the interesting stuff will come with the 2nd datasource

* Apply suggestions from code review

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* remove renaming ClojureDatasource to datasource in tests

Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-21 07:40:09 +02:00
Simon Larsén
cafbb4d3de
docs: Replace outdated GHA security notice with general description (#10084) 2021-05-20 18:59:13 +00:00
Rhys Arkins
b068ec9c08 fix(npm): get cacheDir from admin config 2021-05-19 11:11:45 +02:00
Sergei Zharinov
fbbbce608e
chore: Configure fs local dirs via admin config (#9990)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-05-17 13:21:28 +00:00
renovate[bot]
b8e36daa87
chore(deps): update dependency prettier to v2.3.0 (#10012)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-17 08:06:24 +00:00
Michael Kriese
9e08eaa1dc
refactor: rename Error location to validationSource (#10018) 2021-05-17 07:40:54 +00:00
Rhys Arkins
97dba99a49 chore: debug not warn for setup.py extraction error 2021-05-15 21:48:26 +02:00
Rhys Arkins
b924d49d33 fix(npm): skip remediation if parent version is not a version 2021-05-15 17:14:24 +02:00
Rhys Arkins
a245932673 fix(npm): skip lock file generation for non-updated remediations 2021-05-15 12:14:41 +02:00
Rhys Arkins
fee4f0881c fix: defensive isVersion when finding parent 2021-05-15 00:08:12 +02:00
Rhys Arkins
b7f8068833 fix(pip_requirements): don't run hashin if no commands 2021-05-14 15:09:40 +02:00
Rhys Arkins
a977ce3335 fix: massage npm constraint 2021-05-14 13:03:40 +02:00
Rhys Arkins
570ce0ccee fix(npm): better logs when transitive remediation is prevented 2021-05-14 12:44:02 +02:00
Rhys Arkins
c4f1103baa fix: gracefully handle dep or parent lookup for transitiveRemediation 2021-05-14 12:03:21 +02:00
Rhys Arkins
f00413c298
feat(host-rules): use only matchHost (#9892)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-13 20:53:18 +00:00
Sergei Zharinov
669da653a9
chore: Stop use setUtilConfig in tests (#9986) 2021-05-13 10:22:59 +02:00
Sergei Zharinov
512a13fa61
fix(gomod): Use modcacherw flag starting from 1.14 (#9889) 2021-05-13 07:47:25 +02:00
Sergei Zharinov
0016485da5
test(gradle): Refactor manager test mocks (#9957)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-12 15:41:03 +02:00
Florian Mueller
dd712a7b39
fix(kustomize): Allow port numbers in git URLs (#9921)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-11 20:27:09 +00:00
Michael Kriese
9ca604b345
refactor: extract more types (#9959) 2021-05-11 19:08:02 +02:00
jose-ws
c83eb54d7f
fix(pip_requirements): handle whitespace around == (#9910) 2021-05-10 22:27:59 +02:00
Rhys Arkins
b78b4832a5 chore: embed ExtractConfig fields 2021-05-10 12:06:13 +02:00
Rhys Arkins
e1a01f7797
chore: drop versioning from ExtractConfig (#9922) 2021-05-09 16:21:52 +02:00
Rhys Arkins
1bc09b0bfc
feat: internalChecksFilter (#9796) 2021-05-08 14:38:27 +02:00
Rhys Arkins
9c694e7bda
fix(yarn): skip isntalls even if fancy refs (#9912) 2021-05-08 06:07:40 +02:00
Rhys Arkins
9c43ac2ae5 test: fix coverage 2021-05-06 16:39:05 +02:00
Rhys Arkins
856b28841d
feat: hostRules.matchHost (#9815)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-06 07:57:44 +00:00
Carlos Marcano
e49213a60a
feat(composer): custom gitlab host auth (#8612)
Generates the COMPOSER_AUTH env variable for all gitlab host rules
2021-05-06 06:44:59 +02:00
Sergei Zharinov
b974ba0abb
refactor(managers): Use moo fallback for unknown fragments (#9870) 2021-05-05 15:29:56 +00:00
Michael Kriese
b826a330e2
fix(npm): pass Basic token as _auth key (#9862) 2021-05-05 09:18:05 +02:00
Sebastian Poxhofer
e33df09f4e
fix(pre-commit): allow hooks in the format git:// (#9858)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-05 04:24:58 +00:00
Nils Plaschke
5e1f21961d
feat(bundler): add config command for hyphen hosts (#9821) 2021-05-04 06:53:45 +00:00
Sergei Zharinov
a01323c720
feat(gradle-lite): Recognize more registryUrls patterns (#9825) 2021-05-04 05:53:09 +00:00
Sergei Zharinov
c62a7d87a0
feat(ci): Use data files from arbitrary path (#9835) 2021-05-04 05:16:10 +00:00
Michael Kriese
d0203f9e5c
fix: Revert "feat(ci): Use data files from arbitrary path" (#9833)
This reverts commit eb4f8451e0.
2021-05-03 14:25:43 +02:00
Sergei Zharinov
eb4f8451e0
feat(ci): Use data files from arbitrary path (#9829) 2021-05-03 14:12:10 +02:00
HonkingGoose
75b5e9d6b3
docs: master branch -> main branch, default branch -> base branch (#9808)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-05-03 07:34:15 +00:00
Rhys Arkins
0918679cf6
refactor(hostRules): precalculate resolvedHost (#9811) 2021-05-01 18:19:38 +02:00
Rhys Arkins
91bdc872e8 refactor: pre-commit hostName -> hostname 2021-05-01 16:24:31 +02:00
Rhys Arkins
bb2e7ffcdd
fix(gomod): use latest go version when binarySource=docker (#9765)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-01 12:17:24 +00:00
Sebastian Poxhofer
a9c9d56779
feat(argocd): implement manager (#9771) 2021-04-29 13:39:35 +00:00
Tyrone Meijn
038f52c0df
fix(gitlabci): filter out !reference tags in gitlabci-include (#9741) 2021-04-28 14:37:01 +02:00
Caio Andrade
718294b6cc
fix(nodenv): Monorepo support (#9747) 2021-04-27 16:17:57 +02:00
Caio Andrade
3d29ce3381
fix(gitlabci): Support named services (#9732)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-27 13:41:54 +00:00
Sergei Zharinov
38620be343
refactor: Replace some TODO items with issue ids (#9596) 2021-04-26 20:19:30 +00:00
Trim21
fb50312051
fix(poetry): lockFileMaintenance (#9695) 2021-04-26 14:36:21 +00:00
Sergei Zharinov
ce51f05cef
feat(test): Detect test utils callers and simplify helpers (#9707) 2021-04-26 16:15:03 +02:00
Ross Rasmussen
108a00bad4
fix(terraform): support github repo source url with underscores (#9661)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-04-23 17:32:45 +00:00
Sergei Zharinov
b255275632
refactor(test): Load fixtures with helpers (#9699)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-23 16:58:48 +00:00
Sergei Zharinov
5716077f99
refactor: Cache moo lexer instances (#9697) 2021-04-23 12:24:18 +02:00
Nils Andresen
37a8e28229
fix(cake): quoted references (#9692)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-23 07:43:19 +00:00
Michael Kriese
8c0f7c12ef
fix(npm): repect allowScripts & ignoreScripts (#9684)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-04-22 15:11:26 +00:00
Rhys Arkins
6232b654be chore: revert hasFancyRefs 2021-04-22 08:47:58 +02:00
Rhys Arkins
572749a398 refactor: artifactUpdateApproach -> skipInstalls
Roll back the previous refactor.
2021-04-22 08:47:58 +02:00
Rhys Arkins
5e3806f3e2 feat(npm): retain npmrc lines without variables (#9484)
Instead of ignoring the entire .npmrc file if it contains environment variables, instead just strip out the necessary lines.

BREAKING: .npmrc files with environment variables will no longer be completely ignore - instead only the lines with variables will be stripped.
2021-04-22 08:47:58 +02:00
Rhys Arkins
d592239410 chore: update snapshot 2021-04-22 08:47:58 +02:00
Rhys Arkins
3a1980811c feat: group:Nodejs (#9469)
Remove hardcoded Node.js rules from docker extract and instead add group:nodeJs to group:recommended

BREAKING CHANGE: node images founds in Dockerfiles will no longer have hardcoded commitMessageTopic. Add group:Nodejs or config:base to extends for backwards compatibility.
2021-04-22 08:47:58 +02:00
Rhys Arkins
ac7a5c4d93 feat: drop dockerMapDotFiles (#9417)
Drops support for dockerMapDotfiles

BREAKING CHANGE: dockerMapDotfiles is no longer supported
2021-04-22 08:47:58 +02:00
Rhys Arkins
13ece707d4 feat(npm): remove ignoreNpmrcFile support (#9409)
Removes support for the ignoreNpmrcFile config option.

BREAKING CHANGE: ignoreNpmrcFile is no longer supported. Use an empty string for config.npmrc instead.
2021-04-22 08:47:58 +02:00
Rhys Arkins
59d728b16b refactor: skipInstalls -> artifactUpdateApproach (#9119)
Renames skipInstalls to artifactUpdateApproach and changes from boolean to enum.

BREAKING CHANGE: skipInstalls has been changed to artifactsUpdateApproach
2021-04-22 08:47:58 +02:00
Sebastian Poxhofer
0f3faff278 feat(terraform): rework dep types (#9116)
Improves the `depType` values returned by the terraform manager.

Closes #8792

BREAKING CHANGE: Values for extracted `depType` in terraform manager have changed, please see the `terraform` manager readme for details.
2021-04-22 08:47:58 +02:00
Rhys Arkins
13bbc5d6a2 feat(config): remove manager additionalBranchPrefix defaults (#9373)
Resets any language or manager` additionalBranchPrefix` values to empty string. Add the `compatibility:additionalBranchPrefix` prefix to restore previous behavior.

BREAKING CHANGE: Removal of default `additionalBranchPrefix` values will cause branch names to change for docker/helm/buildkite/cargo/homebrew.
2021-04-22 08:47:58 +02:00
Rhys Arkins
8af905e8f5 feat: split trustLevel into separate options (#9388)
Removes trustLevel and replaces it with 3 other options instead. No longer necessary to set anything additional is configuring `allowedPostUpgradeCommands`

BREAKING CHANGE: `trustLevel` is no longer supported and instead broken into `allowCustomCrateRegistries` , `allowScripts` , and `exposeAllEnv`.
2021-04-22 08:47:58 +02:00
Rhys Arkins
57015047b2 feat: drop NPM_TOKEN support (#9391)
Removes support for NPM_TOKEN.

BREAKING CHANGE: Do not use NPM_TOKEN in env to configure npm authentication. Configure hostRules instead.
2021-04-22 08:47:58 +02:00
Rhys Arkins
07affef41c fix(npm): run full install if npm: refs found
Closes #9654
2021-04-21 10:51:17 +02:00
Sergei Zharinov
4f237ea680
refactor(http): Use default "accept-encoding" value (#9652) 2021-04-20 15:37:57 +02:00
Sergei Zharinov
b957d4afb7
refactor(config): Extract interfaces from "index.ts" to separate "types.ts" (#9629) 2021-04-20 10:52:57 +02:00
Rhys Arkins
4280b8e08a refactor: drop skippedOverVersions 2021-04-18 21:36:04 +02:00
Rhys Arkins
6f54f09aa2
feat: don’t block updates due to pinning (#9600) 2021-04-18 17:27:41 +02:00
Rhys Arkins
d3a477afd6 refactor: newDigestShort 2021-04-17 22:26:17 +02:00
Rhys Arkins
ac2ba7dd74 refactor: displayFrom/displayTo 2021-04-17 21:36:25 +02:00
Rhys Arkins
e36384a80c refactor: lookup types 2021-04-17 09:14:21 +02:00
Rhys Arkins
d0919ab99b refactor: travis result type 2021-04-17 06:53:54 +02:00
Rhys Arkins
03223c6016 refactor: git url functions 2021-04-16 14:46:17 +02:00
Rhys Arkins
27a35137f2
fix(git-submodules): don’t include token in lookupName (#9556) 2021-04-14 21:21:27 +02:00
Jamie Magee
7d4e7df87d
chore: more logging in git-submodules (#9542) 2021-04-14 15:43:09 +00:00
Sergei Zharinov
bab5346d09
refactor(manager): Enforce getName usage (#9523) 2021-04-13 12:07:57 +02:00
Rhys Arkins
0106d85284
fix(yarn): enableImmutableInstalls=false (#9515) 2021-04-12 20:04:58 +00:00
Sergei Zharinov
e5049e4904
feat(cake): Add support for Cake manager (#9512) 2021-04-12 21:51:48 +02:00
Jesse Rosenberger
60eba68eb3
fix(circleci): Expect whitespace/comments during CircleCI Orb parsing (#9486) 2021-04-11 08:04:42 +02:00
Rhys Arkins
74fcb41df4
fix(yarn): avoid yarn v2 rollback (#9487)
Closes #9483
2021-04-10 19:42:11 +02:00
Rhys Arkins
69a7b37c6b
fix(yarn): use major range for v2 constraint (#9482) 2021-04-10 06:13:08 +02:00
Sebastian Poxhofer
c3bf66ee16
feat(ansible-galaxy): implement galaxy-collection DS and extend manager for collections (#9387) 2021-04-09 17:02:57 +02:00
Timm Drevensek
8f3f3663b1
implement regex (#9407) 2021-04-08 19:16:15 +00:00
chgl
a0e21e390e
fix: support the latest docker-compose 1.27 spec (#9424)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-04-08 06:38:57 +02:00
Rhys Arkins
d1a74c838e
fix(lerna): swallow lerna info failure (#9416) 2021-04-06 18:04:19 +02:00
Sebastian Poxhofer
0462860468
fix(terraform): skip interpretation of nested blocks (#9411) 2021-04-06 13:09:09 +02:00
Rhys Arkins
553bd99650 fix(npm): Revert "feat(npm): transitiveRemediation for v2 lockfiles (#9402)"
This reverts commit cec56faf52.
2021-04-05 10:56:08 +02:00
Rhys Arkins
cec56faf52
feat(npm): transitiveRemediation for v2 lockfiles (#9402) 2021-04-05 07:16:56 +02:00
Rhys Arkins
47eb1324fb fix(npm): is.string check for npmrc 2021-04-01 18:09:36 +02:00
Rhys Arkins
95bf948020
refactor: config warning/error fields (#9349) 2021-04-01 15:50:17 +02:00
Rhys Arkins
2fb87eddcf
fix: revert npmrc handling changes (#9347) 2021-04-01 14:19:47 +02:00
Rhys Arkins
5949f39773
fix(npm): use configured npmrc (#9319) 2021-03-29 21:52:21 +02:00
Christoph Obexer
af7bd08c8b
fix: helm: add support for "alias:" repositories (#9316) 2021-03-29 18:41:44 +00:00
Rhys Arkins
ec07bbc2e4 refactor: npm extract 2021-03-28 21:25:07 +02:00
Sebastian Poxhofer
ca0cf2e6cd
fix(terraform): do not abort search after first block (#9302) 2021-03-28 05:50:27 +00:00
Rhys Arkins
9de36c4493
refactor: ignoreNpmrcFile (#9299) 2021-03-27 09:02:26 +01:00
Rhys Arkins
dd8c39ab62 fix(npm): don’t strip every npmrc line containing variables 2021-03-27 07:26:49 +01:00
Rhys Arkins
66c3b1c9ee logs: log npmrc file name 2021-03-27 07:21:09 +01:00
Rhys Arkins
486decbee6 refactor(npm): npmrc string check 2021-03-27 07:19:05 +01:00
Rhys Arkins
e541f3ed28 fix(npm): drop defensive catches to stop on errors 2021-03-27 07:15:36 +01:00
Rhys Arkins
db5a87edd4 fix(npm): is.string check for npmrc 2021-03-27 07:08:58 +01:00
Matt Palmer
49a3a8ab27
feat(gomod): Update source import paths on major upgrade (#9144) 2021-03-27 06:02:32 +00:00
HonkingGoose
20752c8118
docs: improve versioning documentation (#9017) 2021-03-27 06:50:57 +01:00
Rhys Arkins
ba449c7b17 fix(npm): ignoreNpmrcFile per-package
Closes #9280
2021-03-25 22:12:51 +01:00
Grégory Joseph
15708fe926
fix: print lerna info 2021-03-25 05:35:52 +00:00
Michael Kriese
1ff41bccb4
fix(gradle-wrapper): parse prerelease and milestones (#9261) 2021-03-24 07:10:29 +00:00
Rhys Arkins
efc0067ccc chore: ignore for coverage 2021-03-22 17:31:34 +01:00
Alexandre Gaudreault
62e7fe3ac2
feat(jenkins-plugins): support yaml file format (#9069)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-03-22 15:08:52 +00:00
Rhys Arkins
7af7d3b081 refactor(npm): monorepo upath use 2021-03-20 22:07:47 +01:00
Rhys Arkins
11454b547e
refactor: composer managerData (#9226) 2021-03-20 08:10:53 +01:00
Rhys Arkins
eb1f645e69 fix(npm): allow npm constraint install to fail 2021-03-19 22:31:01 +01:00
Rhys Arkins
b63e035aaa refactor: better lock dir renaming 2021-03-19 16:10:58 +01:00
Rhys Arkins
adc2f24ba1 refactor: lernaJsonFile into managerData 2021-03-19 15:58:24 +01:00
Rhys Arkins
3d3cc74596 refactor: lernaDir -> lernaJsonFile 2021-03-19 15:33:23 +01:00
Rhys Arkins
238b52aacb
refactor(npm): don’t write npmrc/yarnrc to root always (#9211) 2021-03-18 16:34:53 +01:00
HonkingGoose
cf98e65290
docs: capitalize proper noun Docker (#9197) 2021-03-18 13:06:56 +00:00
HonkingGoose
93a36f71b0
docs: capitalize proper noun GitHub (#9198) 2021-03-18 13:45:50 +01:00
HonkingGoose
dc5f198aa4
docs: capitalize proper noun Git (#9196) 2021-03-18 13:45:21 +01:00
Rhys Arkins
bca8931d53
fix(npm): datasource improvements (#9178) 2021-03-17 14:40:50 +01:00
Shayne Holmes
bcc3f0e264
feat(go): Pass GONOPROXY when updating artifacts (#9169)
GONOPROXY [defaults](https://golang.org/ref/mod#environment-variables)
to GOPRIVATE, but some callers want to set it explicitly to something
different. Pass it when caling `go get`.

Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
2021-03-17 05:01:34 +00:00
Rhys Arkins
95ce900e70 refactor: npmId 2021-03-16 19:25:03 +01:00
Michael Kriese
668c87904c
fix(gitlabci): gracefully handle errors (#9163)
* fix(gitlabci): gracefully handle errors

* fix: remove debugging

* Update lib/manager/gitlabci/utils.ts

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2021-03-16 19:14:52 +01:00
Michael Kriese
40a59cc9e0
feat: use short renovate image names (#9133)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-03-15 13:23:38 +00:00
Michael Kriese
0149e76f5d
feat(mix): migrate to modern docker handling (#9132) 2021-03-15 08:49:56 +01:00
Rhys Arkins
a45c5f3a3f
refactor: remove git-submodules datasource (#9128) 2021-03-15 06:11:46 +00:00
Sergei Zharinov
f4f2a088ee
feat(helmfile): Parse multidoc yaml (#9113) 2021-03-13 14:17:13 +00:00
Rhys Arkins
edfac73a08
refactor: remove depNameShort (#9114) 2021-03-13 14:28:46 +01:00
Emanuel Bennici
b7b268e4e7
fix(gitlabci): Update local include files (#8810) 2021-03-13 09:45:31 +00:00
Ben Foster
412e779ace
fix: Allow digest pinning on helm-values docker image tags (#9070) 2021-03-13 09:26:51 +01:00
Rhys Arkins
a332f856a1 chore: fix coverage 2021-03-12 22:03:03 +01:00
Rhys Arkins
de8e75196c fix(npm): install twice when remediating 2021-03-12 20:27:09 +01:00
Rhys Arkins
3357e6333d
refactor: Object.assign -> object spread (#9076) 2021-03-11 08:03:37 +01:00
Rhys Arkins
d4d0e74c7a
refactor: dequal (#9071) 2021-03-10 23:04:12 +01:00
Sergei Zharinov
76a123640a
fix(bazel): Handle comment and string parsing (#8830) 2021-03-10 18:10:27 +00:00
Jeff Brown
5c083d262b
fix(nuget): strip protocolVersion hash from source (#9060)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-03-10 15:32:15 +00:00
Michael Kriese
b6664f1d0b
test: extend jest timeouts (#9062) 2021-03-10 08:25:21 +00:00
Rhys Arkins
c17e40993a docs: lint 2021-03-09 23:21:38 +01:00
Michael Kriese
272e989b28
fix(npm): base64 encode password for npmrc (#9051) 2021-03-09 17:51:56 +00:00
Michael Kriese
0585f2d29d
fix(nuget): parse nested conditional deps (#9035) 2021-03-08 13:36:42 +01:00
Son Luong Ngoc
d6fcf013e0
feat(gitlabci): loosen file match (#9030) 2021-03-08 09:28:47 +00:00
Rhys Arkins
7d95dc3a84
fix(poetry): don’t extract poetry.masonry.core.api requirements (#9028) 2021-03-08 08:13:12 +01:00
Sergei Zharinov
10b2f69979
refactor(gradle-lite): Deduplicate registryUrls (#9023)
* refactor(gradle-lite): Deduplicate registryUrls

* Add unit test

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-03-08 05:19:36 +00:00
Rhys Arkins
30537d6849 feat: gradle-list enablement 2021-03-07 22:39:58 +01:00
Rhys Arkins
948039d52b refactor: INTERRUPTED -> TEMPORARY_ERROR 2021-03-07 21:40:40 +01:00
Rhys Arkins
68191f1ccf
feat(yarn): optimize yarn binary when binarySource=docker (#9013) 2021-03-07 17:38:42 +01:00
Rhys Arkins
537f534f13
fix(poetry): poetry install constraints quoting (#9012)
* fix(poetry): extract poetry.core.masonry.api

* fix(poetry): quote install requirements individually
2021-03-07 09:17:45 +01:00
Rhys Arkins
2e6da9d0f8 test: extract full poetry res 2021-03-07 06:30:20 +01:00
Matt Palmer
b695297e48
fix(go): fix go module double suffix on major upgrade (#8946) 2021-03-05 09:28:59 +00:00
Michael Kriese
a83f28dc77
feat(npm): support password auth npmrc rules (#8967)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-03-05 08:39:12 +00:00
Rhys Arkins
1b673c9573
fix: abort branch if child process receives SIGTERM (#8992) 2021-03-04 21:27:21 +00:00
Rhys Arkins
cd3fcdeffd fix: reuse updated package file content for remediation 2021-03-04 16:43:05 +01:00
Rhys Arkins
eb8f895f2e
refactor: eslint no-negated-condition (#8973) 2021-03-04 06:21:55 +01:00
Rhys Arkins
0f1ccb7715 test: replace coverage fix todo 2021-03-03 21:59:50 +01:00
Michael Kriese
33a4ff6bdf
test: temporary coverage fix (#8969) 2021-03-03 18:03:35 +01:00
Rhys Arkins
b0554a99f3 fix: don’t consider parent devDependencies for transitive remediation 2021-03-03 16:27:15 +01:00
Rhys Arkins
cce29e39f3
feat: force node 15 for lerna when npm lockfileVersion=2 (#8961)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-03-03 14:07:55 +00:00
Rhys Arkins
47913d34db fix: install npm in lerna even if no constraint 2021-03-03 10:48:25 +01:00
Rhys Arkins
9714211810 fix: old npm lockfile requires workaround for remediation 2021-03-03 08:40:29 +01:00
Rhys Arkins
32ae851558 fix: skip lock file update if only remediation 2021-03-03 08:40:29 +01:00
Rhys Arkins
85d847e91f fix: defensive non null check for updated remediation 2021-03-03 08:40:29 +01:00
Rhys Arkins
8efe0e497a fix: parent update empty return 2021-03-03 08:40:29 +01:00
Michael Kriese
74d7691bef
refactor: optimize type usage (#8947) 2021-03-02 21:44:55 +01:00
Michael Kriese
91a7e6b660
build: remove babel (#8929) 2021-03-02 16:16:05 +00:00
Michael Kriese
91d2b4e1c5
feat: static modules (#8679)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-03-02 16:57:02 +01:00
Rhys Arkins
57ac935577
fix: Revert "feat(helm-values): Support for bumpVersion" (#8926)
This reverts commit 662a60a87e.
2021-03-01 18:35:52 +00:00
Rhys Arkins
5f4c8dce56 fix(npm): run npm after transitive remediation 2021-03-01 15:35:26 +01:00
Rhys Arkins
8d648194c5 chore: add missing manager types 2021-03-01 15:35:26 +01:00
Rhys Arkins
f788845742 refactor: pretty stringify newLockFileContent before returning 2021-03-01 15:35:26 +01:00
Rhys Arkins
98d55394e6
feat: transitiveRemediation (#8883)
* save remediations

* enhance and export NpmResponse

* sort branch lists

* transitive remediation init

* update-lockfile not bump

* version not value

* remediate package.json

* isVulnerabilityAlert

* simplify config

* fix circular

* update snapshots

* add config and docs

* TODO

* flatten tests

* remediation -> update

* lots of renames

* improve readability

* refactor

* remove fetch

* more tests

* reduce fiixtures sizes

* more tests

* fix parent null

* remove exec

* explicit false

* fix

* Apply suggestions from code review

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* use type-fest PackageJson

* more tests

* coverage

* Update lib/workers/branch/get-updated.ts

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-03-01 07:59:57 +00:00
chgl
662a60a87e
feat(helm-values): Support for bumpVersion (#8240) 2021-02-28 06:53:26 +01:00
Rhys Arkins
65e167bf2a
Revert "feat(github-actions): support jobs.<job_id>.container.image (#8829)" (#8898)
This reverts commit d409618984.
2021-02-27 12:15:15 +00:00
Douglas Duteil
d409618984
feat(github-actions): support jobs.<job_id>.container.image (#8829)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-02-26 16:44:51 +01:00
Roope Hakulinen
5a1c59a492
feat: add support for Cloud Build configuration files (#8839) 2021-02-26 16:21:24 +01:00
Michael Kriese
3ccbe00aa6
feat(helm-values): allow any image parentkey prefix (#8884) 2021-02-26 16:14:22 +01:00
Rhys Arkins
8adf33f7b3 chore: fix snapshots 2021-02-25 11:35:58 +01:00
Rhys Arkins
7a0ade04c6 refactor: nested npm/update 2021-02-25 10:10:42 +01:00
Rhys Arkins
e9297944ab logs: improve logging 2021-02-24 15:20:48 +01:00
Matt Palmer
384a1e7384
feat(regex): support registryUrlTemplate (#8611) 2021-02-24 12:58:15 +01:00
sajid-khan-js
0d5d358e53
feat(terragrunt-version): implement tgenv version file updates (#8816) 2021-02-24 12:55:51 +01:00
Sergei Zharinov
2bbd34e5e1
feat(helmfile): Parse multidoc yaml (#8828) 2021-02-23 18:26:29 +01:00
Rhys Arkins
9171e712d4
feat: updateInternalDeps (#8809) 2021-02-22 15:09:35 +00:00
Rhys Arkins
c2029ec1d0
feat: enable node major updates (#8806) 2021-02-22 14:13:51 +01:00
Sebastian Poxhofer
5a02743a60
feat(Terraform): renovate required terraform version (#8791) 2021-02-21 17:51:41 +01:00
Rhys Arkins
7118404981
feat: matchFiles + lockFiles (#8783) 2021-02-20 14:22:50 +01:00
Michael Kriese
9a1c4fabb7
feat(gomod): do not shorten depName (#8758) 2021-02-18 16:27:47 +01:00
Rhys Arkins
c34e54c5d3 refactor: remove SkipVersion.UnsupportedValue 2021-02-18 08:24:08 +01:00
Rhys Arkins
586a83ec8f refactor: dockerRepository 2021-02-18 08:21:22 +01:00
Rhys Arkins
bbd78d490c refactor: remove SkipReason.Unknown 2021-02-18 08:09:04 +01:00
Sergei Zharinov
d92dc807aa
fix(gradle-lite): Always use Maven registry url (#8721) 2021-02-16 21:04:42 +01:00
Rhys Arkins
32440f26a4
refactor: toVersion -> newVersion (#8711) 2021-02-16 12:33:44 +01:00
Rhys Arkins
0869d6e8d7
refactor: remove newVersion usage (#8710) 2021-02-16 11:26:46 +01:00
Rhys Arkins
a8819c4610
refactor: fromVersion -> currentVersion (#8709) 2021-02-16 10:52:05 +01:00
Rhys Arkins
acf57144f8
refactor: remove currentVersion (#8708) 2021-02-16 09:43:38 +01:00
Tom Forbes
88b19efe10
feat(poetry): support rangeStrategy=update-lockfile (#8672) 2021-02-15 10:24:23 +01:00
Rhys Arkins
f5ceba085b refactor: add bucket to update 2021-02-12 23:27:48 +01:00
Rhys Arkins
cadace3241 fix: edge cases for bump/update-lockfile 2021-02-12 22:29:00 +01:00
Rhys Arkins
2a4875b230
refactor: log skippedOverVersions (#8664) 2021-02-12 15:34:43 +01:00
Rhys Arkins
264ff284e7 fix(circleci): ignore machine images
Closes #8656
2021-02-11 17:49:38 +01:00
Michael Kriese
6cc2e50116
fix: reduce code issues (#8639)
Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>
2021-02-11 10:29:42 +01:00
Charles Korn
1a9e54341e
fix(batect): "Failed to parse newContent" (#8632) 2021-02-11 08:32:57 +01:00
Sergei Zharinov
3ebfb5f387
refactor: Remove some irrrelevant TODO comments (#8578) 2021-02-07 22:04:34 +01:00
eduardo aleixo
6b15f6ef68
fix(helm-requirements): remove the need for a Chart.yaml file (#7544) 2021-02-06 08:06:11 +01:00
Rhys Arkins
979e921701 fix: Revert "fix(poetry): pin poetry-core==1.0.0"
This reverts commit be48d2e3c7.
2021-02-05 21:30:14 +01:00
Rhys Arkins
be48d2e3c7 fix(poetry): pin poetry-core==1.0.0
Workaround for https://github.com/python-poetry/poetry/issues/3650
2021-02-05 20:48:45 +01:00
Rhys Arkins
4e1271b702
fix(config): move trustLevel to admin config (#8555) 2021-02-05 12:30:01 +01:00