Rhys Arkins
9150854d75
chore: rename config/admin -> config/global
2021-08-17 07:57:45 +02:00
Rhys Arkins
bf69924b78
refactor: rename config admin functions to global
2021-08-17 07:57:45 +02:00
HonkingGoose
bb37aa82fd
docs: improve travis readme ( #11255 )
2021-08-17 07:57:45 +02:00
Rhys Arkins
960b64e6f0
chore: npm env settings style
2021-08-17 07:57:45 +02:00
Rhys Arkins
123dc4444e
feat(travis): remove supportPolicy ( #11176 )
2021-08-17 07:57:45 +02:00
Sergei Zharinov
058f01b955
fix(gradle): Use right path to fixtures ( #11067 )
2021-08-17 07:57:45 +02:00
Rhys Arkins
0e91fda451
feat: centralized cache directory ( #10115 )
...
Ignore environment variables and instead use static cache directory for third party tools.
Closes #10094
BREAKING CHANGE: Renovate will now override any package manager cache locations configured in env variables.
# Conflicts:
# lib/manager/gomod/__snapshots__/artifacts.spec.ts.snap
# lib/manager/gomod/artifacts.ts
2021-08-17 07:57:45 +02:00
Rhys Arkins
2fe494616d
feat(yarn): remove yarnrc config support ( #10114 )
...
Removes support for "yarnrc" configuration option.
Closes #10113
BREAKING CHANGE: It is no longer supported to configure a "yarnrc" override in Renovate config
2021-08-17 07:57:45 +02:00
Rhys Arkins
99eef28ea0
feat(gradle): merge gradle-lite into gradle ( #10132 )
...
Removes standalone gradle-lite manager and merges it into the gradle manager as the default behavior, while adding deepExtract as an option to re-enable previous behavior.
Closes #10091
BREAKING CHANGE: Gradle extraction now defaults to JS-based parsing (previously "gradle-lite")
2021-08-17 07:57:45 +02:00
Sergei Zharinov
663c9aaae9
feat(cocoapods): Extract GitLab and git-tags ( #11277 )
2021-08-16 10:41:18 +02:00
Sergei Zharinov
0379495857
refactor(bundler): Better snapshot tests ( #11263 )
2021-08-14 09:09:26 +02:00
Sergei Zharinov
1b395fc95f
refactor: Test snapshots for azure-pipelines and bazel ( #11244 )
2021-08-13 06:15:34 +00:00
Sergei Zharinov
66a39ccfac
fix(dockerfile): Hide quay.io ports from PR title ( #11231 )
2021-08-12 12:55:14 +02:00
Kamil Kowalski
a73d82787b
feat(hex): Private Hex packages ( #11168 )
2021-08-12 09:34:27 +00:00
ylemkimon
10cc62bb97
fix(npm): set Yarn cache/global folder ( #11146 )
2021-08-11 06:16:15 +02:00
Michael Kriese
04fd4de912
test: fix macos terraform tests ( #11204 )
2021-08-10 16:48:10 +00:00
yoavk
fa2317eded
Extract deps with features ( #11203 )
2021-08-10 17:15:17 +02:00
Masaki Hara
f54ff20170
fix(ruby): use hostType=rubygems for bundler env ( #11196 )
2021-08-10 07:06:19 +02:00
ylemkimon
cf3f74f8c9
refactor(npm): yarn dedupe postUpdateOptions ( #11148 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-09 18:32:30 +00:00
Michael Kriese
394f0bb741
test: fix http mocks ( #11191 )
2021-08-09 19:37:28 +02:00
Sergei Zharinov
1392955a04
refactor: Identify tests relying on single snapshots ( #11150 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2021-08-07 23:43:34 +00:00
Christian Mösl
11c3d38154
fix(cargo): use lockupName to specify updated package in cmd ( #11048 )
2021-08-05 13:09:20 +00:00
Michael Kriese
80b3db4c97
chore(manager:helm-values): remove debug log ( #11105 )
...
Will be logged later at `packageFiles with updates` anyways
2021-08-05 14:35:19 +02:00
Michael Kriese
9fd3b96e14
fix(manager:helmfile): add chart check ( #11103 )
2021-08-05 07:38:12 +00:00
Connor Pearson
ce7ae0e9e2
feat: support updating the volta-pinned npm version ( #11030 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-08-04 07:58:29 +00:00
Michael Kriese
fcb11ccb34
fix(kustomize): reject invalid newTag ( #11078 )
2021-08-03 22:08:15 +02:00
Jamie Magee
f2b6af88da
refactor(pypi): convert to class-based ( #11064 )
2021-08-03 11:38:46 +00:00
Michael Kriese
aa4fabe599
feat(composer): dynamic installation ( #11025 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-08-03 07:50:55 +00:00
Sebastian Poxhofer
bc83d69d65
feat(terraform): implement lockfile support for Terraform community providers ( #10619 )
2021-07-30 11:24:59 +00:00
Michael Kriese
ab800f46d1
feat(composer): extract contraints on update artifacts ( #11022 )
2021-07-30 13:07:28 +02:00
Rhys Arkins
f0e1070299
fix(gomod): revert auth changes ( #11021 )
2021-07-30 10:23:35 +00:00
Philipp Melab
7eb141707d
fix(composer): disable composer plugins ( #10989 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-07-29 15:41:31 +00:00
Rhys Arkins
871f9f5b8e
feat(docker): strip common prefixes from docker depName ( #10997 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-07-29 09:18:26 +00:00
Michael Kriese
e51c8bcdd9
fix(npm): parse invalid resolution names ( #10915 )
2021-07-21 06:13:22 +00:00
Michael Kriese
d75f7c4941
fix(github-actions): do not assign docker language options ( #10858 )
2021-07-19 07:38:16 +00:00
Sergei Zharinov
f0297209ec
fix(pre-commit): Trim '.git' suffix from dep name ( #10875 )
2021-07-16 16:13:13 +02:00
HonkingGoose
1441788279
docs: fix typos ( #10857 )
2021-07-15 09:38:39 +00:00
Michael Kriese
3a4e7428f5
fix(github-action): do not remove paths ( #10853 )
2021-07-15 07:21:03 +02:00
Michael Kriese
48c33bee7d
feat(github-action): Support updating digest pinned actions ( #10835 )
2021-07-14 12:58:32 +02:00
Tobias
9237127be2
chore(go): add support for authenticated go git from source ( #10750 )
2021-07-14 08:32:30 +00:00
Kevin James
fdb6104bc3
fix(manager/mix): support lockfiles in subdirs ( #10689 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-07-05 19:44:20 +02:00
Alexandra Guironnet
2bd36729c2
docs: additional information on gradle-lite ( #10640 )
...
Signed-off-by: Alexandra Guironnet <alexandra.guironnet@rte-france.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-30 16:27:39 +00:00
HonkingGoose
cb752dbee9
docs: use one sentence per line, fix grammar ( #10656 )
2021-06-29 17:36:41 +00:00
Rémi Chauvenne
175d7453ca
fix: Force pip regex to match dot character ( #10644 )
2021-06-29 10:42:37 +02:00
Jamie Magee
1eebe5661d
refactor(hex): convert to class-based ( #10642 )
2021-06-29 08:03:47 +02:00
Jamie Magee
a68ba8fc74
refactor(ruby-version): convert to class-based ( #10508 )
2021-06-27 08:25:29 +00:00
Sebastian Poxhofer
3be44469bb
refactor(artifacts): replace list of depNames with PackageDependency list ( #10617 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-26 13:29:01 +00:00
Niels Basjes
c077f15831
fix: Improve the default User-agent string. ( #10606 )
2021-06-26 07:02:35 +00:00
Jamie Magee
222ef91fe9
refactor(terraform-module): convert to class-based ( #10486 )
2021-06-25 12:12:23 +00:00
Sergei Zharinov
f4976c5d1d
refactor: Centralize logging for ensureCacheDir function ( #10603 )
2021-06-25 11:42:37 +00:00
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