Philip
80af0fdf76
feat: Support AWS Code Commit platform ( #17076 )
2022-10-23 06:48:35 +02:00
Rhys Arkins
b9f783b52d
fix: ignoreScripts default ( #18403 )
...
Changes ignoreScripts defaulit to be `true`.
Closes #18173
BREAKING CHANGE: ignoreScripts now default to true. If allowScripts=true in global config, ignoreScripts must be set to false in repo config if you want all repos to run scripts.
2022-10-23 06:48:35 +02:00
Rhys Arkins
cbca54d0c3
feat!: do not auto pin rangeStrategy ( #18309 )
...
Removes all logic where rangeStrategy=auto results in pinning.
Closes #18304
BREAKING CHANGE: Dependencies are no longer automatically pinned, pinning must be opted into using rangeStrategy=pin
2022-10-23 06:48:35 +02:00
Maxime Brunet
5e7844fb81
feat(jsonnet-bundler)!: Use absolute import format for depName ( #14525 )
...
Use absolute import format for depName in jsonnet-bundler.
Closes #13568
BREAKING CHANGE: `depName` now uses the "absolute import" format (e.g. `bar` → `github.com/foo/bar/baz-wow`)
2022-10-23 06:48:35 +02:00
Rhys Arkins
deea75058a
feat(azure-pipelines)!: disable by default ( #18142 )
...
Closes #15818
BREAKING CHANGE: azure-pipelines manager is now disabled by default.
2022-10-23 06:48:35 +02:00
Rhys Arkins
caad0ae28e
feat(github)!: remove forkMode setting ( #18074 )
...
Removes forkMode setting and instead relies on forkToken alone to indicate forking mode is active. Additionally, defines forkToken as an experimental setting.
BREAKING CHANGE: No longer necessary to configure forkMode. Forking mode is now experimental.
2022-10-23 06:48:35 +02:00
Rhys Arkins
43c3ea1acb
fix(config)!: unify env and cli coercions ( #13171 )
...
Unifies CLI and env coercions.
BREAKING CHANGE: boolean variables must be true or false when configured in env, and errors will be thrown for invalid values. Previously invalided values were ignored and treated as false.
2022-10-23 06:48:35 +02:00
Rhys Arkins
0be74f3ff9
feat: default to binarySource=install ( #18027 )
...
Changes binarySource default value from global to install.
Closes #14531
BREAKING CHANGE: Users of containerbase images (such as official Renovate images) will now have dynamic package manager installs enabled by default.
2022-10-23 06:48:35 +02:00
Sebastian Poxhofer
0a6d97f23a
feat(config)!: move autodiscovery filter from string to array ( #16525 )
...
Change type of autodiscoverFilter from string to array.
Closes #8763
BREAKING CHANGE: autodiscover filters can no longer include commas
2022-10-23 06:48:35 +02:00
Johannes Feichtner
b4f5f88526
fix(manager/gradle): allow dependency classifiers ( #18469 )
2022-10-22 16:28:04 +02:00
Rhys Arkins
cc50beb093
fix(http): use request for retryCount
2022-10-22 07:27:12 +02:00
RahulGautamSingh
91cef564d4
refactor: change currentVersion to non-optional in UpdateLockedConfig ( #18406 )
2022-10-21 15:29:39 +00:00
RahulGautamSingh
ef8c4ac1c1
fix: parentSha logic ( #18331 )
2022-10-21 16:20:51 +03:00
Rhys Arkins
cdec83463c
fix(http): improve error logging ( #18454 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-21 10:14:45 +00:00
Michael Kriese
67043c4381
fix(datasource/docker): log http mode for getManifestResponse ( #18450 )
2022-10-21 12:57:58 +03:00
Rhys Arkins
da244e3b9c
chore: improve graphql shrinking log ( #18445 )
2022-10-21 09:04:13 +02:00
Rhys Arkins
3aa94d46f4
chore: no meta for debug statements
2022-10-21 08:02:05 +02:00
Niklas Logren
06ae68fce4
fix(npm): support frozen-lockfile in .yarnrc ( #18184 )
2022-10-21 05:25:52 +00:00
renovate[bot]
ebf4cd4c93
build(deps): update dependency find-packages to v10 ( #18428 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-20 19:23:06 +00:00
renovate[bot]
bc42424712
build(deps): update dependency editorconfig to v1 ( #18427 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-20 19:08:09 +00:00
renovate[bot]
d941ef31c5
chore(deps): update dependency type-fest to v3 ( #18429 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-10-20 17:34:35 +00:00
Sergei Zharinov
d4709ec761
fix(github): Shrink GraphQL pagination for ExternalHostError
( #18435 )
2022-10-20 19:53:45 +03:00
RahulGautamSingh
1e45fe0d72
refactor(bundler): add tests ( #18398 )
2022-10-19 15:59:32 +03:00
Sergei Zharinov
9439abe4fc
refactor(bazel): Leverage new parser in update function ( #18285 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-19 09:20:22 +00:00
RahulGautamSingh
f206b9e6e6
feat(terraform): updateLockedDependency() ( #18405 )
2022-10-19 11:28:56 +03:00
Rhys Arkins
5dfc850b3b
fix: immortal digest groups ( #18402 )
2022-10-19 08:17:16 +00:00
HonkingGoose
ce93e60292
docs(manager): rewrite regex readme ( #18370 )
2022-10-19 07:41:03 +03:00
Rhys Arkins
be10c29d17
fix(http): improve error handling ( #17587 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-19 04:27:07 +00:00
Wade Ying Xing
244f40fbe8
test(gitlab): improve test case ( #18393 )
2022-10-19 06:41:39 +03:00
Carsten Zeumer
65606c5c7e
fix(manager/terraform): Terraform module version is missing v
Prefix ( #18392 )
2022-10-18 17:14:02 +03:00
Jamie Magee
e005244f2d
fix(datasource/dotnet): add sourceurl ( #18386 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-18 06:41:06 +00:00
Jamie Magee
3b97cb7c36
fix(datasource/dotnet): account for nullable releases ( #18292 )
2022-10-18 08:27:03 +02:00
Gabriel-Ladzaretti
2a5c0fbc32
fix(npm/versioning): exception when directly calling getNewValue with x-range-all '*' with unsupported strategy ( #18379 )
2022-10-17 19:54:46 +02:00
Gabriel-Ladzaretti
e9153ea294
feat(host-rules): prepend scheme when missing one and containing a url path ( #18358 )
2022-10-17 17:52:40 +03:00
fzoske
398403878e
feat(presets): add 'SPFx' monorepo ( #18127 )
2022-10-17 12:18:49 +02:00
renovate[bot]
9b5a805619
chore(deps): lock file maintenance ( #18357 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-17 04:34:48 +00:00
Gabriel-Ladzaretti
ae05eae500
test(versioning/npm): add tests to self cover npm versioning folder ( #18355 )
2022-10-17 05:05:56 +02:00
RahulGautamSingh
e4ff7edee9
refactor: move stop-updating-label logic ( #18350 )
2022-10-16 05:56:03 +00:00
Johannes Feichtner
c49be3d69a
fix(manager/gradle): optimize performance of Gradle lock file maintenance and ensure gradlew is executable ( #18348 )
2022-10-15 17:13:19 +00:00
Johannes Feichtner
cdcb455dd9
fix(manager/gradle-wrapper): issue a warning in case gradlew isn't executable ( #18349 )
2022-10-15 19:55:12 +03:00
Johannes Feichtner
5559b5359d
fix(manager/gradle): use Gradle version to resolve Java constraints for lockfile updates ( #18346 )
2022-10-15 10:00:59 +00:00
Sergei Zharinov
d4d0ec4675
refactor(http): Rename gotRoutine
to gotTask
( #18338 )
2022-10-14 12:26:11 +00:00
Rhys Arkins
66f35c954b
fix(git): log gitPrivateKey events ( #18335 )
2022-10-14 13:19:37 +03:00
Gabriel-Ladzaretti
6fef1d1650
feat(manager/npm): add support for x-range "all" - "*"
range ( #18251 )
2022-10-14 11:26:20 +02:00
Rhys Arkins
7c06287c12
fix(composer): support bump with short range ( #18332 )
2022-10-14 07:51:14 +03:00
George Georgiev
e6c43aae81
fix(workers): guarantee symmetric result from sort branch predicate ( #18275 )
2022-10-14 06:54:35 +03:00
Adam Setch
61f8c9895f
feat(replacement): add apollo-server scoped replacement ( #18284 )
2022-10-14 06:53:34 +03:00
Sergei Zharinov
4f3153c785
fix(github-tags): Shrink page size on TimeoutErrors
( #18319 )
2022-10-13 15:10:33 +00:00
RahulGautamSingh
cb4edb2924
fix: in-range logic ( #18313 )
2022-10-13 16:59:01 +02:00
Philip
03aea02302
fix(presets): support ignorePresets in global config ( #18026 )
2022-10-13 12:21:00 +03:00
Alden Quimby
c22380d65c
feat(preset): Add ts-auto-mock to packages:jsUnitTest ( #18252 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-12 05:45:17 +00:00
Sergei Zharinov
f2d85c16cd
refactor(bazel): Simplify parser output structure ( #18270 )
2022-10-12 07:55:13 +03:00
Snazzah
8b9259b0e9
feat(presets): add mailing monorepo ( #18277 )
2022-10-12 04:10:04 +00:00
Jamie Magee
95367d777d
fix: add dotnet
to nuget
manager supported datasources ( #18273 )
2022-10-11 18:42:53 +00:00
Sergei Zharinov
bea9cc9699
refactor(manager/bazel): Leverage schemas for dependency extraction ( #18257 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-11 16:20:49 +00:00
Sebastian Poxhofer
d3dba2cd14
feat(manager/helmv3): add postUpdateOption to update subchart archives ( #18162 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-11 16:00:52 +00:00
Josh David
67bd6ada7e
feat(presets): add yarn monorepo ( #18237 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-10-11 15:09:19 +00:00
LukasAuerbeck
1dd13a26e5
fix(manager/argocd): correctly handle oci registries with custom port ( #18260 )
2022-10-11 16:35:35 +02:00
renovate[bot]
7935a7b8ed
chore(deps): lock file maintenance ( #18082 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-10 21:47:23 -07:00
Sergei Zharinov
98003f4cce
feat(cache): Compress package cache ( #18241 )
2022-10-11 06:26:19 +03:00
Sergei Zharinov
b5eed5f8ff
refactor(util): Compression utils ( #18240 )
2022-10-10 14:01:53 +00:00
LukasAuerbeck
f5bd94d1e1
feat(manager/argocd): add oci helm support ( #18185 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-10 13:32:31 +00:00
Sergei Zharinov
baf62ec6ac
refactor(bazel): Move all supported rules to the separate directory ( #18225 )
2022-10-10 10:27:45 +00:00
Rhys Arkins
9653ba7420
feat(git): log cloned status at end of run ( #18234 )
2022-10-10 11:58:49 +02:00
Jonathan Ballet
2dd26e1b0a
feat: TFLint plugin manager ( #17954 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-10 07:04:55 +00:00
RahulGautamSingh
d6d9ee719d
fix: make baseBranch type non-optional in BranchConfig ( #17920 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-10 08:38:31 +02:00
Daniel Petró
54075b2943
feat(azure): be able to define a required reviewer for PRs ( #18111 )
2022-10-10 05:40:41 +00:00
Sergei Zharinov
986b187320
feat(github-tags): Use GraphQL helper for getReleases
( #18182 )
2022-10-10 05:07:02 +00:00
Sergei Zharinov
d47ec5fb26
refactor(bazel): Update-friendly structure for parsed data ( #18212 )
2022-10-09 11:58:19 +00:00
Jamie Magee
83d5e7c42f
feat(manager/nuget): use dotnet datasource for sdk ( #18217 )
2022-10-09 13:44:09 +02:00
Jamie Magee
d37e60514a
refactor(manager): pass through UpdateArtifact
generic type ( #18205 )
2022-10-08 23:13:43 +02:00
Elizabeth Craig
e49f06ea15
fix: don't throw if a PR body contains a standalone unicode modifier ( #18201 )
2022-10-08 06:05:54 +00:00
Rhys Arkins
a908cd2ab6
feat: log package cache median ms ( #18186 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-10-08 05:00:27 +00:00
Jamie Magee
337578f2f9
feat(datasource/dotnet): add dotnet datasource ( #18115 )
2022-10-07 20:06:01 +02:00
Ev Haus
f292ba8921
feat(presets): Add eslint-config-globex
monorepo ( #18169 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-07 16:33:41 +00:00
RahulGautamSingh
3bbd8b8914
chore: set ignoreRestSiblings to true ( #18193 )
2022-10-07 17:35:01 +02:00
Sergei Zharinov
4a0314aa81
fix(gradle): Treat dev
qualifier as unstable ( #18187 )
2022-10-07 13:03:01 +00:00
Rhys Arkins
ea0eb67b10
fix: array sortNumeric ( #18179 )
2022-10-07 12:42:01 +02:00
Rhys Arkins
40b7393040
fix: don’t count duplicate package cache stats ( #18172 )
2022-10-07 11:36:49 +03:00
Rhys Arkins
f34e89fec4
feat: package cache stats ( #18170 )
2022-10-07 07:57:37 +00:00
renovate[bot]
5109f9b794
chore(deps): update dependency typescript to v4.8.4 ( #17988 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-10-07 06:15:49 +00:00
renovate[bot]
1eee2a4909
chore(deps): update linters ( #18168 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-10-07 05:49:56 +00:00
Sergei Zharinov
cc40e4d37b
feat(github): Implement GraphQL datasource utilities ( #17957 )
2022-10-06 19:35:22 +03:00
Jamie Magee
a86885a81b
feat(datasource/kubernetes-api): add kubernetes-api datasource ( #17420 )
2022-10-06 16:13:22 +00:00
Maron
5e5d5b771b
feat(manager/gomod): improve go constraints ( #17178 )
2022-10-06 14:40:31 +00:00
Gabriel-Ladzaretti
8118be0acb
feat(replacement): add messageformat monorepo replacement ( #18114 )
2022-10-06 14:24:35 +00:00
Rhys Arkins
dbc4d0b669
fix: exclude unstable data from cache fingerprints ( #18148 )
2022-10-06 15:39:15 +02:00
Mathieu Kniewallner
4c1b3e55a8
feat(poetry): handle dependency groups ( #17964 )
2022-10-06 05:01:48 +00:00
RahulGautamSingh
72371cb778
feat: improve branch cache logic ( #17848 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-06 07:37:47 +03:00
Thibault Cohen
699a5cf8a6
feat(datasource/conda): support custom registries ( #17809 )
2022-10-05 15:22:33 +02:00
Rhys Arkins
87910eb417
fix(java): add java-jre to LTS workaround ( #18118 )
2022-10-05 15:21:23 +02:00
Johannes Feichtner
2305550013
feat(manager/gradle): add support for dependency lockfile updates ( #17949 )
2022-10-05 12:24:43 +00:00
Tobias Ibounig
070df56d00
fix(java): add sapmachine to LTS workaround ( #18122 )
2022-10-05 14:08:25 +02:00
Gabriel-Ladzaretti
0ab15a4b21
refactor(replacements): added support for multiple args for addPrestes ( #18124 )
2022-10-05 12:36:41 +02:00
Adam Setch
ac5ec2b723
feat(java): add workaround to limit releases to java LTS versions ( #18007 )
2022-10-04 15:53:51 +00:00
Sebastian Poxhofer
d6358f88ab
test(platform/azure): fix flaking test if Promise is not fully finished ( #18105 )
2022-10-04 16:34:23 +03:00
Matteo
74c88dd42c
feat(presets): add 'Automapper' monorepo ( #18102 )
2022-10-04 14:10:31 +03:00
Sergei Zharinov
bc9e353af4
feat(http): Schemas and type inference for JSON requests ( #18096 )
2022-10-04 06:40:48 +00:00
Rhys Arkins
e7e1322e24
fix(npm): support short sourceUrl format ( #18073 )
2022-10-04 07:55:59 +03:00
Sergei Zharinov
3e3023fd5e
refactor(http): Simplify base types ( #18088 )
2022-10-03 10:53:20 +02:00
Rhys Arkins
e912f89fa8
fix: coerce arrays when extracting ( #17997 )
2022-10-03 07:20:53 +00:00
RahulGautamSingh
1657c16136
chore(lint): add object shortand rule ( #18080 )
2022-10-02 21:20:24 +02:00
Matteo Spreafico
95b0bc76bf
feat(presets): add trpc monorepo ( #18077 )
2022-10-02 07:54:46 +00:00
Sergei Zharinov
1e74764889
refactor(git): Refactor push-related error handling ( #18075 )
2022-10-02 06:39:43 +00:00
Colin O'Dell
5375933cea
feat(git): prune branches sequentially ( #18068 )
2022-10-02 05:56:52 +00:00
Sergei Zharinov
db1086a79f
fix: Remove repository cache migrations ( #18025 )
2022-10-02 05:34:50 +00:00
Sebastian Poxhofer
3f0303c167
fix(datasource/terraform): support absolute URLs in service discovery ( #18040 )
2022-10-02 05:14:59 +00:00
Colin O'Dell
976f805d44
fix(config): remove empty items from comma-separated env-supplied config options ( #18067 )
2022-10-02 05:01:08 +00:00
HonkingGoose
c44dbae214
chore(types): fix typos in comments ( #18065 )
2022-10-01 14:01:11 +02:00
Johannes Feichtner
b92be76cb8
feat(preset): ensure regexManagers:dockerfileVersions also matches arguments with space separator ( #18062 )
2022-09-30 21:53:52 +02:00
Sergei Zharinov
0de1cc585c
feat(schema): Different options for error handling ( #18058 )
2022-09-30 17:45:22 +02:00
Adam Setch
7298d09b8f
feat(docker/artifactory): add retry logic for docker offical images ( #17925 )
2022-09-30 05:06:29 +00:00
Maxime Brunet
e64739cea5
fix(gomod): avoid duplicating "incompatible" metadata ( #17867 )
2022-09-28 17:20:40 +00:00
Rhys Arkins
95339bde33
refactor: use containerbase terminology ( #18023 )
2022-09-28 17:09:28 +02:00
Sergei Zharinov
eb5181e217
refactor: Make invalid schema reporting optional ( #18024 )
2022-09-28 13:35:16 +02:00
Sergei Zharinov
d0027cf240
fix(github): Remove PR cache migrations code ( #18021 )
2022-09-28 12:43:19 +02:00
Rhys Arkins
9d7697e44e
fix(git): clone submodules after repo config ( #18014 )
2022-09-28 09:19:26 +02:00
Rhys Arkins
4090e93d4e
chore: fix lint
2022-09-28 06:17:11 +02:00
Rhys Arkins
17b1be016e
fix(bazel): don't warn for missing extractor
2022-09-27 16:55:45 +02:00
t-kulmburg
e14f09d75b
feat(replacement): datasource changes ( #17881 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-27 13:19:18 +00:00
ajhcpt
fe2ed94b44
feat(go): Continue processing if an error occurs trying to get sourceUrl ( #17981 )
2022-09-27 12:46:41 +00:00
Maxime Brunet
e29d851cc6
fix(docker): reduce ECR Public max results to 1000 ( #17946 )
2022-09-27 12:26:14 +00:00
Rhys Arkins
c8c0fad0ef
fix(pr): include uncompiled pr body note if failing ( #18000 )
2022-09-27 14:05:55 +02:00
HonkingGoose
ed024fc83d
docs(terraform): rewrite readme ( #17983 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2022-09-27 13:27:54 +02:00
Rhys Arkins
4c88498544
fix: debug not warn for file access errors
2022-09-27 12:05:07 +02:00
Sergei Zharinov
4cfe151dc1
feat(utils): Data schema validation ( #17999 )
2022-09-27 12:00:35 +02:00
bjuraga
90a724f2aa
feat(nuget): implement missing packageFileVersion ( #17995 )
2022-09-27 08:35:30 +03:00
Sergei Zharinov
a77a452fb7
fix(github): Remove redundant check and fix coverage ( #17990 )
2022-09-26 21:22:57 +02:00
Sergei Zharinov
aaa8b71ddb
fix(github): Fix determine old cache format detection ( #17989 )
2022-09-26 22:14:16 +03:00
Sergei Zharinov
ffc63c35c2
fix(github): Update long-term GitHub cache during run ( #17972 )
2022-09-26 10:59:49 +00:00
Sergei Zharinov
36516198c9
fix(github): Don't store raw PR data in long-term cache ( #17967 )
2022-09-26 04:51:13 +00:00
Gabriel-Ladzaretti
4ad83cc12f
refactor(onboarding/branch): rewrite arrow functions to named functions ( #17965 )
2022-09-26 04:34:32 +00:00
bjuraga
f4bbf71b0b
feat: Add bump version to nuget ( #17903 )
2022-09-25 18:45:45 +00:00
Johannes Feichtner
aaaa6a1cfe
refactor: extract getLockFileContentMap() into fs utils ( #17962 )
2022-09-25 16:31:11 +02:00
Rhys Arkins
17c2a006d2
feat: matchCurrentValue ( #17953 )
2022-09-25 06:56:02 +00:00
Rhys Arkins
fc605a59c0
fix(composer): Revert "feat(manager/composer): support git-tags hostRules for github.com when updating artifacts" ( #17961 )
2022-09-25 07:06:44 +03:00
Jason Bedard
2082aaaf32
fix(bazel): support github tag refs ( #17931 )
2022-09-23 11:34:22 +02:00
Jason Bedard
c449c85d77
test(bazel): add tests with multiple http_archives ( #17933 )
2022-09-23 07:02:14 +00:00
mikaello
ea4fe8fd6d
feat(golang-version): enable custom registryUrls ( #17828 )
2022-09-22 13:10:13 +02:00
Alexander Grießer
9efc8a428c
fix(bitbucket-server): Fix retrival of config files with oneline json5 comments ( #17904 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-09-22 05:59:41 +00:00
Shaun Wilde
f3f03eabfc
fix(manager/asdf): rename .tools-versions to .tool-versions ( #17893 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-09-21 07:53:09 +02:00
RahulGautamSingh
266b5e4798
fix: create branch cache before processing branch ( #17801 )
2022-09-20 09:43:14 +00:00
Gabriel-Ladzaretti
23e2508897
feat(code/onboarding): infrastructure for onboarding PR rebase/retry checkbox ( #17673 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-20 09:09:05 +02:00
Adam Setch
9596bfa363
feat(platform/bitbucket): update to use effective default reviewers ( #17869 )
2022-09-20 07:34:42 +02:00
Rhys Arkins
a1919fcb41
fix(swift): pinDigests=false ( #17862 )
2022-09-19 15:09:33 +02:00
Philip
5fd8c2bd8b
refactor: Refactor azure ( #17858 )
...
Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: whitesource-for-github-com[bot] <whitesource-for-github-com[bot]@users.noreply.github.com>
2022-09-19 13:37:14 +02:00
Rhys Arkins
6ee1a8d931
fix(presets): consolidate fastify workarounds ( #17855 )
2022-09-19 08:28:12 +00:00
Shaun Wilde
c978b4e086
feat(manager/asdf): add support for .tools-versions as used by asdf ( #17166 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-19 08:12:52 +00:00
Wade Ying Xing
fe6775d73f
fix(git): ensure english locale ( #17849 )
2022-09-18 12:08:36 +02:00
Nicolas Dubois
485adca671
feat(preset): replacement presets for Fastify plugins ( #17759 )
2022-09-18 06:19:30 +00:00
HonkingGoose
dd46870c36
feat(presets): add TanStack/query monorepo ( #17816 )
2022-09-17 09:10:21 +00:00
renovate[bot]
159f33e134
build(deps): update dependency git-url-parse to v13 ( #17840 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-17 08:33:53 +00:00
Jamie Magee
dc663e131a
chore: migrate to @renovatebot/osv-offline
( #17799 )
2022-09-16 13:32:25 +02:00
Jacob Rask
a6b71b6b15
feat(presets): Add @parcel/css -> lightningcss replacement ( #17766 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-09-16 10:18:39 +00:00
Michael Kriese
c481ad235c
fix(npm): use upgrades to detect yarn package manager ( #17788 )
2022-09-14 15:32:18 +02:00
Sergei Zharinov
66f88bed7c
fix(go): Use second column of version list for releaseTimestamps
( #17785 )
2022-09-14 12:03:05 +00:00
RahulGautamSingh
54b36695a7
refactor: simplify git version check ( #17763 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-14 13:47:33 +02:00
Maksim
e35c067aad
fix: generate pretty package version name properly ( #17310 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-09-13 17:28:13 +02:00
renovate[bot]
582f77371c
chore(deps): update jest monorepo ( #17737 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-12 16:58:52 +02:00
Rhys Arkins
c85f4630a6
fix(package-rules): matchCurrentVersion with locked versions ( #17751 )
2022-09-12 11:36:44 +00:00
Maron
c741649530
feat: show warning in pr body ( #17609 )
2022-09-12 09:08:45 +00:00
Rhys Arkins
2925cd8bab
chore: reorder Repository finished logs ( #17715 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-10 09:50:31 +00:00
Sergei Zharinov
577cd4c38a
build(deps): update dependency good-enough-parser to v1.1.19 ( #17735 )
2022-09-10 09:32:14 +00:00
Sergei Zharinov
049d624be9
fix(limits): Re-throw ExternalHostError
on calling getBranchPr
( #17721 )
2022-09-09 12:01:31 +00:00
Rhys Arkins
55d234ec07
fix(npm): remove memcache ( #17714 )
2022-09-09 09:16:40 +02:00
Sergei Zharinov
ea69f81247
refactor(github): Uniform names for github datasource types ( #17701 )
2022-09-08 11:26:27 +02:00
Rhys Arkins
594821ae0d
fix: Revert "feat: recreate merged PRs when updates are available" ( #17699 )
2022-09-08 10:24:40 +02:00
Sergei Zharinov
81ee883e30
refactor(github): Extract utils/github
from datasources ( #17697 )
2022-09-08 10:00:42 +02:00
Philip
ed3d8e6115
fix(datasource/crates): Crates files are in lower case, lowercase the url package name ( #17608 )
2022-09-08 10:50:41 +03:00
Sergei Zharinov
1827b6f519
refactor(github): Don't inherit github-tags
from github-releases
( #17696 )
2022-09-08 09:25:25 +03:00
Sergei Zharinov
b5ac8f04a1
fix(github): Disable caching for GitHub datasources ( #17685 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-09-08 08:11:01 +03:00
RahulGautamSingh
c593ab4a68
feat: recreate merged PRs when updates are available ( #16898 )
2022-09-07 15:14:51 +00:00
Sergei Zharinov
6c2dd8e28d
refactor(github): Extend common Pr
type to support updatedAt
field ( #17671 )
2022-09-07 12:12:20 +00:00
Sergei Zharinov
2b7e885edb
fix(github): Catch errors inside fetchPr
call ( #17666 )
2022-09-07 11:59:29 +00:00
HonkingGoose
e6c2f18b9f
docs(tekton): rewrite ( #17669 )
2022-09-07 07:49:43 +00:00
Sergei Zharinov
a6139ad5fe
refactor(github): Remove unused etag
support for PR cache ( #17665 )
2022-09-07 07:29:45 +00:00
Luiz Carvalho
70476774fe
feat: Add tekton-bundle support ( #17289 )
2022-09-07 05:21:53 +00:00
Marcel
208a316c39
feat: woodpecker manager ( #17297 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-09-07 08:10:27 +03:00
Sergei Zharinov
fa30913daf
fix(util/promises): Disable stopOnError
option by default ( #17653 )
2022-09-06 13:36:19 +00:00
Sergei Zharinov
2df8967ae2
refactor: Create promises utilities ( #17651 )
2022-09-06 10:36:51 +00:00
Rhys Arkins
e49572e105
fix(datasource/github-tags): don't use github-releases for extra meta ( #17650 )
2022-09-06 13:26:27 +03:00
Sergei Zharinov
3f30119f71
fix(github): Error messages for empty repository result ( #17645 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-06 10:37:02 +02:00
Gabriel Bleu
56c61c962f
feat(gitlab): handle merge results pipelines ( #17440 ) ( #17601 )
2022-09-06 07:09:58 +00:00
Michael Kriese
a851aedfd2
fix(docker): skip empty and whitespace depName ( #17644 )
2022-09-06 06:57:20 +00:00
coffmark
7dbe0b3312
feat(manager/mint): add mint support ( #17351 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-09-06 06:18:43 +00:00
Róbert Papp
01c111c4ea
fix(http): typo in logs ( #17634 )
2022-09-05 13:45:44 +00:00
Bastian
4ba04b47c4
fix(gomod): explicitly match Gitlab ID for gitlab enterprise servers ( #17611 )
2022-09-04 16:49:31 +00:00
Johannes Feichtner
6609461c97
docs: fix typos ( #17613 )
2022-09-04 16:21:27 +00:00
Johannes Feichtner
29da39a43d
docs: add readme for ubuntu versioning ( #17612 )
2022-09-04 19:07:01 +03:00
Johannes Feichtner
89b8ebccd3
docs: add readme for debian versioning ( #17610 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-04 15:19:31 +00:00
Gabriel-Ladzaretti
f910e6f9b6
fix(repository/migration): create migration branch from the default branch ( #17535 )
2022-09-04 17:51:35 +03:00
Sergei Zharinov
5dc1eb3ad6
fix(cache): Store cache with sorted object keys ( #17607 )
2022-09-04 10:53:20 +00:00
Sergei Zharinov
b23b886b6e
refactor(github): Remove unused PR cache functionality ( #17606 )
2022-09-04 08:20:29 +00:00
Johannes Feichtner
c4127f994c
fix(docker): use docker versioning for debian images with regular tags ( #17602 )
2022-09-04 08:08:51 +03:00
Gabriel-Ladzaretti
4ccd085aa5
feat(cache/repository): add modification query function to the repository cache interface ( #17529 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-03 16:36:55 +03:00
wwuck
0ed0ece4af
docs: fix typos ( #17600 )
2022-09-03 15:55:19 +03:00
Johannes Feichtner
af75ec2508
fix(datasource/docker): pinDigest PRs missing digest value in name ( #17599 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-03 10:50:46 +00:00
Sergei Zharinov
410d05c5be
feat(github): Deduplicate cache github releases fetching ( #17591 )
2022-09-02 19:37:50 +02:00
Sebastian Poxhofer
e69a9ce1f3
fix(manager/helm): add hostType for helm dependencies during artifactupdate ( #17583 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-02 17:03:33 +00:00
HonkingGoose
82552c088a
fix(config): improve text in description field ( #17585 )
2022-09-02 14:47:07 +02:00
HonkingGoose
12f643d362
docs: lazy-load images ( #17565 )
2022-09-02 13:30:49 +02:00
Rhys Arkins
9bc8b05af3
feat: http keepalives ( #17582 )
2022-09-02 12:32:34 +02:00
Rhys Arkins
22d0d347e5
fix: debug log dns lookup errors ( #17577 )
2022-09-02 07:08:01 +03:00
Michael Kriese
aabb3abf9a
feat(http): use own dns cache ( #17574 )
2022-09-01 15:23:46 +00:00
Michael Kriese
dcab3b295f
test(java): remove unused test code ( #17564 )
2022-09-01 14:24:17 +00:00
Michael Kriese
8ad1947e4a
fix(http): clear queues after hostrules change ( #17563 )
2022-09-01 09:36:04 +02:00
Sergei Zharinov
c9d87d8564
fix: Disable token warning on githubTokenWarn=true ( #17548 )
2022-08-31 14:57:42 +00:00
Michael Kriese
13574419ba
feat(http): support dns cache ( #17533 )
2022-08-31 11:49:54 +00:00
Maron
4de1df3a6c
fix: fails to massage pnpm release notes ( #17466 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-31 07:39:35 +00:00
Michael Kriese
adc056c0ad
fix(manager/helmfile): replace escaped templates ( #17513 )
2022-08-31 06:50:50 +00:00
Guillaume Berche
7c056534e7
docs(manager/flux): improve readme ( #17507 )
2022-08-31 06:31:20 +00:00
RahulGautamSingh
1ca1a214e8
refactor: use optional chaining ( #17510 )
2022-08-30 17:30:57 +02:00
Eric Durand-Tremblay
781b8fbcb7
feat(manager/composer): support git-tags hostRules for github.com when updating artifacts ( #16193 )
2022-08-30 16:49:01 +03:00
Rhys Arkins
7b1c1170a7
fix: log containerbaseDir ( #17509 )
2022-08-30 14:21:12 +02:00
t-kulmburg
7f4185b02c
refactor: new checkExistingBranch function in doAutoReplace ( #17500 )
2022-08-30 08:21:12 +00:00
Michael Kriese
4c52a27d83
test: modernize code ( #17470 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-08-30 06:14:57 +00:00
Sergei Zharinov
6a93997863
feat(cache): Repository cache fingerprinting ( #17367 )
2022-08-30 04:58:57 +00:00
Henrik Steen
04ee279dcf
fix(repository/update): stopUpdating not working as expected ( #17488 )
2022-08-30 04:24:49 +00:00
Maron
8acfc0d801
feat(dependency dashboard): add option to open all prs ( #16959 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-29 20:36:14 +00:00
Gabriel-Ladzaretti
70a49def74
refactor(repo/config-migration): use cached raw config file from detectRepoFileConfig
( #17311 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-29 20:08:35 +00:00
Sebastian Poxhofer
dda2ebce92
refactor(package-rules): move to class based implementation ( #16865 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-29 19:40:03 +00:00
HonkingGoose
e965b7998a
docs(adoptium-java datasource): rewrite ( #17411 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-29 13:00:34 +00:00
HonkingGoose
f026106192
fix(bitbucket-server): fix typo in log message and spec file ( #17461 )
2022-08-29 09:40:09 +00:00
Michael Kriese
6dd4ea3c74
feat(github): use repo url to get token ( #17179 )
2022-08-29 07:37:45 +00:00
Gary Lockett
94cfaecef2
fix(manager/composer): match composer's handling of the patch number for platform PHP version ( #17299 )
...
Signed-off-by: Gary Lockett <gary@creativecow.uk>
2022-08-29 06:31:33 +00:00
Gabriel-Ladzaretti
21ab4bad63
feat(util/exec): enable process group handling on process termination ( #17447 )
2022-08-28 21:32:23 +03:00
RahulGautamSingh
dafda2e597
fix: use baseBranch insteaf of defaultBranch ( #17436 )
2022-08-28 12:42:50 +02:00
HonkingGoose
d93984d33a
feat(preset): create react-query and react-query/devtools replacements, add now-to-vercel to replacements:all ( #17279 )
2022-08-28 04:25:07 +00:00
Michael Kriese
10fd0f2827
fix(cache/repository): don't log error for non-existant files ( #17427 )
2022-08-26 12:25:35 +00:00
Dan Ports
fb72204a28
feat(datasource): New datasource that pulls database engine versions available for use on AWS RDS ( #17345 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-26 11:44:53 +00:00
Gabriel-Ladzaretti
ba13dc547b
feat(cache/repository): Implement S3 client ( #17322 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-26 04:47:14 +00:00
Rhys Arkins
22a8cc68f1
chore: use “behind base branch” not “stale” ( #17417 )
2022-08-25 19:56:32 +00:00
Philip
1c81eaf24d
fix(datasource/metadata): delete homepage url case ( #17372 )
...
Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: whitesource-for-github-com[bot] <whitesource-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: hasanwhitesource <hasan.awad@whitesourcesoftware.com>
Co-authored-by: Hasan Awad <90554456+hasanwhitesource@users.noreply.github.com>
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-25 17:18:51 +00:00
Rhys Arkins
f764f8879c
feat(config): containerbaseDir ( #17414 )
2022-08-25 15:43:06 +00:00
Michael Kriese
88c9ca6aa3
fix(datasource/maven): use sdk v3 api ( #17408 )
2022-08-25 12:00:54 +02:00
Gabriel-Ladzaretti
4f9eedbe45
fix(datasource/maven): Remove S3 Blob handling ( #17401 )
2022-08-25 08:22:44 +00:00
Rhys Arkins
ee6287971d
refactor: use containerbase not buildpack terminology ( #17398 )
2022-08-25 06:59:55 +00:00
Gabriel-Ladzaretti
cb53e18de8
chore(util/exec): remove unneeded renaming related TODOs ( #17399 )
2022-08-25 06:43:13 +00:00
RahulGautamSingh
bf378a4637
feat: add fingerprint to old branches ( #17393 )
2022-08-25 05:30:06 +00:00
Jamie Magee
0ca4794745
feat(versioning): add kubernetes-api versioning ( #16570 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-25 05:10:35 +00:00
Johannes Feichtner
30003c3a87
feat(gradle-wrapper): support for wrapper configuration updates in gradle build file ( #17290 )
2022-08-24 20:15:36 +00:00
Michael Kriese
9caf45ed43
fix(git): wrong git url handling ( #17380 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-24 19:41:43 +00:00
Adam Setch
78e20c9e1a
fix(datasource/helm): remove default group commit message topic ( #17383 )
2022-08-24 13:02:38 +00:00
Michael Kriese
6854c18abb
fix(npm): return null for latest lerna ( #17382 )
2022-08-24 12:43:42 +00:00
Adam Setch
bcddc69ccd
fix(datasource/docker): remove default group commit message topic ( #17381 )
2022-08-24 14:33:35 +02:00
Nathan Kuik
d19b708b19
feat(platform/bitbucket): allow using OAuth token ( #16900 )
2022-08-24 10:15:00 +02:00
RahulGautamSingh
08e056c299
fix: set conflict status on commit ( #17357 )
2022-08-24 07:37:41 +03:00
Michael Kriese
33e3bf7ce2
refactor: move nested function to module scope ( #17361 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-23 21:38:24 +02:00
Sergei Zharinov
57ade2b33e
refactor(cache): Restore each revision with own separate method ( #17364 )
2022-08-23 20:27:34 +02:00
Sergei Zharinov
9e2c81f0ef
refactor(cache): Explicit types for different cache revisions ( #17362 )
2022-08-23 17:35:09 +02:00
Michael Kriese
8f8f059d4f
feat(gitlab): use server side archived filter ( #17358 )
2022-08-23 10:52:59 +00:00
Gabriel-Ladzaretti
229643f7e4
refactor(changelog/common): tidy up slugifyUrl
regex ( #17347 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-23 08:02:16 +00:00
Michael Kriese
ae2e584c18
refactor(repository/cache): fix types and log errors ( #17355 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-23 07:19:10 +00:00
Michael Kriese
d01d440ac2
fix(gitea): filter mirror repos on autodiscover ( #17359 )
2022-08-23 08:34:17 +02:00
Gabriel-Ladzaretti
f93927af63
refactor(repo/cache): handle data parsing inside repository base class ( #17346 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-23 04:22:32 +00:00
Gabriel-Ladzaretti
a54cc47950
feat(repo/changelogs): allow user configuration of source url ( #16873 )
2022-08-22 23:16:00 +03:00
Sergei Zharinov
064c1e9204
refactor(cache): Make read
method return unknown
type ( #17335 )
2022-08-22 20:48:49 +02:00
RahulGautamSingh
1a25ac6fc3
feat: use cached configHash to prevent branch updates ( #16661 )
2022-08-22 09:01:48 +00:00
Sergei Zharinov
d18538dc4d
feat(platform): Provide repoFingerprint
field on repository init ( #17288 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-22 07:50:55 +00:00
Wietse Terpstra
3b3b55b29f
test: rename master-issue to dependency dashboard ( #16960 ) ( #17312 )
2022-08-21 21:04:17 +02:00
Maksim
2b70882333
test: increase test coverage ( #17307 )
2022-08-21 16:10:07 +02:00
Gabriel-Ladzaretti
039fce8dc6
refactor(repository/cache): add support for adding various cache clients ( #17146 )
...
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-21 12:53:20 +00:00
Steven Davidovitz
7fb2e72281
fix(docker): support nvcr.io tag listing ( #17294 )
2022-08-21 14:14:55 +02:00
Gabriel-Ladzaretti
01ceaeace4
feat(core/config): allow close to ignore for migration PRs ( #16773 )
2022-08-21 07:33:50 +02:00
Jamie Magee
844887a0cc
feat(presets/replacements): add now-to-vercel replacement ( #17293 )
2022-08-20 07:18:05 +02:00
Adam Setch
ca5be4be9a
feat: new branchNameStrict configuration flag ( #17216 )
2022-08-19 21:14:51 +00:00
RahulGautamSingh
f9b2f816cc
feat: replace fast-safe-stringify
with safe-stable-stringify
( #17251 )
2022-08-19 15:58:11 +02:00
Christoph Ludwig
4322ae8283
fix(pip_requirements): ignore extras in test for hashes ( #16910 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-19 11:49:01 +00:00
Masaki Hara
633de4fbca
fix(ruby): extract version with quotation ( #17222 )
2022-08-19 10:04:12 +00:00
Michael Kriese
45184dca6b
fix(manager/terraform): remove invalid parts from commitMessageTopic
tempate ( #17271 )
2022-08-19 07:08:07 +00:00
Gabriel-Ladzaretti
1b8fd393dc
refactor(repo/init): return additional raw config from detectRepoFileConfig ( #17021 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-19 00:08:13 +03:00
Michael Kriese
6be533b94e
test(platform/azure): coverage ( #17269 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-18 19:45:53 +00:00
Rhys Arkins
acaa8eb42f
fix(azure): log repo not found message ( #17268 )
2022-08-18 19:25:47 +00:00
Michael Kriese
709c790e12
fix(dashboard): filter deps with skip reason ( #17256 )
2022-08-18 18:52:17 +00:00
Philip
189e39bcfc
fix(npm): issue with npm lerna deleting unrelated lockfile files ( #17233 )
2022-08-18 17:08:51 +00:00
HonkingGoose
b45ed0941e
feat(preset): group Ruby on Rails packages ( #17193 )
2022-08-18 16:48:15 +00:00
Michael Kriese
4af1126c5d
fix(datasource/adoptium-java): fix api args ( #17246 )
2022-08-18 06:53:13 +00:00
renovate[bot]
40bc170161
chore(deps): update dependency @types/semver to v7.3.11 ( #17244 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-18 05:52:57 +00:00
Johannes Feichtner
b8004fe61a
fix(gradle-wrapper): support for wrapper updates in sub-directory ( #17164 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-18 05:03:43 +00:00
Johannes Feichtner
93990c1066
feat(datasource/docker): add support for architecture-specific image digests ( #16554 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-17 20:57:48 +00:00
Michael Kriese
2525f7146b
fix(presets): handle null values from azure ( #17236 )
2022-08-17 15:51:59 +00:00
Benjamin Appel
551a40ccab
feat(manager/dockerfile): add support for registryAliases ( #17139 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Niko Hass <nikohass571@gmail.com>
Co-authored-by: Niko Haß <48032410+nikohass@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-17 13:57:53 +00:00
Michael Kriese
b2e763e012
test: prepare buildpack ( #17212 )
2022-08-17 07:15:38 +00:00
Bastian
2bfe93ab19
fix(gomod): support .git indicator on private ee gitlab ( #17105 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-17 05:38:22 +00:00
fredrondina
21ff27d5ab
feat(gitlab-ci): ref add logic for updating non top level include
s ( #16819 )
...
Co-authored-by: Fred Rondina <fred.rondina@daveramsey.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-16 15:36:05 +00:00
Michael Kriese
24691ac42f
fix(manager/helmfile): replace all templates ( #17210 )
2022-08-16 14:24:36 +02:00
Michael Kriese
0316a5e62d
test: use jest v29 ( #17151 )
2022-08-16 14:22:29 +02:00
Michael Kriese
7f76a474a7
fix(datasource/golang-version): use HEAD
instead of master
( #17205 )
2022-08-16 07:57:25 +00:00
Michael Kriese
8586f463ea
test(gradle-wrapper): modernize tests ( #17204 )
2022-08-16 09:14:38 +02:00
Masaki Hara
c9b21cee48
feat(ruby): improve bump/widen strategy for ~>
( #17091 )
2022-08-16 05:37:29 +00:00
RahulGautamSingh
7afb49de31
test: add assertion to test ensureCommentRemoval in dryRun ( #17183 )
...
add assertion
2022-08-15 13:06:22 +02:00
Gabriel-Ladzaretti
9c23f48008
fix(core/dashboard): fix truncated issue body ( #16527 )
2022-08-15 06:00:26 +00:00
Hasan Awad
719ab9be4a
fix(manager/gitlabci): clean more than one slash ( #17132 )
2022-08-14 15:57:37 +00:00
RahulGautamSingh
2d71049650
test: add test for empty string ( #17162 )
2022-08-13 09:47:06 +00:00
HonkingGoose
7e4aafc228
docs(docker versioning): rewrite ( #17097 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-08-12 18:34:46 +00:00
Gabriel-Ladzaretti
9f837f226d
feat(lib/logger): add base branch metadata for multi-base repositories ( #17027 )
2022-08-12 08:19:31 +00:00
Michael Kriese
e24fe313eb
fix: set newVersion
for pin updates ( #17150 )
2022-08-12 07:39:19 +00:00
Michael Kriese
8fd114ea90
feat(changelogs): defer fetching until required ( #17149 )
2022-08-12 09:12:19 +02:00
Michael Kriese
60ed6ad40d
feat(versioning): add python versioning for buildpack ( #17147 )
2022-08-12 06:24:56 +00:00
Michael Kriese
321afb5ede
fix(manager/gomod): fix auth ( #17140 )
...
* fix(manager/gomod): fix auth
* fix: add another github url
* test: fix coverage
* Update lib/util/git/auth.spec.ts
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
2022-08-12 05:12:30 +00:00
Michael Kriese
b24d796623
feat: defer commitBody
compile ( #17108 )
...
* feat(changelogs): defer commitBody compilation
* fix(changelogs): embed to upgrade instead of branch config
* feat: defer `commitBody` compilation
* Update lib/workers/repository/update/branch/index.spec.ts
* fix: wrong logJSON position
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-11 20:27:13 +00:00
Louis Segretin
cedc8e2f6b
feat(conan): add revisions support ( #16871 )
...
* feat: add conan revisions
* Adding getDigest and moved function
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Changing undefined condition
* Minimize tests
* Extract isCommon to new common.ts
* Removing isComment
* Update lib/modules/datasource/conan/types.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Removing digest from getReleases
* Removing digest from packageName
* cleaning up and fixing caching
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Adding back eslint-disable-next-line
* forcing registryUrl
* move to joinurlparts
* Refactor depName and userAndChannel
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-11 21:07:54 +02:00
Michael Kriese
f684da8c2f
fix(buildpack): use poetry versioning for python ( #17129 )
...
* fix(buildpack): use poetry versioning for python
* test: fix tests
2022-08-11 08:59:04 +00:00
Pascal Berger
08e6203217
docs: change heading to H4 ( #17128 )
...
Change heading to H4
2022-08-11 07:38:54 +00:00
Hasan Awad
3cec44cfa7
fix(manager/gomod): add multi-line replace detection ( #17111 )
2022-08-11 05:29:53 +00:00
Gabriel-Ladzaretti
82a1f32b9a
fix(repo/update): dry run - skip PR update when branch is modified ( #17114 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-10 15:36:36 +00:00
Sebastian Poxhofer
726b97b2e2
fix(package-rules): remove edge case if no depName packageRules are defined ( #16930 )
2022-08-10 17:02:48 +02:00
Michael Kriese
4b4449baf0
fix(changelogs): embed to upgrade instead of branch config ( #17107 )
2022-08-10 12:58:38 +00:00
Sergei Zharinov
f3531226e9
fix(github): Check release date for undefined value ( #17106 )
2022-08-10 12:14:34 +00:00
Michael Kriese
7492200014
fix(datasource/docker): export default config via class ( #17102 )
2022-08-10 10:09:29 +00:00
Michael Kriese
c3e5e07344
fix: wrong commit message title for groups ( #17100 )
2022-08-10 11:54:31 +02:00
Rhys Arkins
83610e0166
fix(github-actions): pkg can be null ( #17094 )
2022-08-10 10:22:35 +03:00
Michael Kriese
2546c03f6c
feat(changelogs): defer retrieval if not required for templates ( #17073 )
2022-08-10 06:19:17 +00:00
Sergei Zharinov
42d4de6507
refactor(sbt): Reimplement the parser ( #17054 )
2022-08-10 07:56:27 +02:00
Hasan Awad
0e7c4306ec
refactor(manager/go): make multiline parsing a function ( #17074 )
...
* make multiline parsing a function
* refactor
* added interface for type
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-09 19:51:43 +00:00
Sergei Zharinov
35df2bdb7c
fix(template): Use proxy instead of deep clone ( #17075 )
2022-08-09 17:19:03 +00:00
Gabriel-Ladzaretti
1c429f6037
refactor(repository/merge): extract unnecessarily nested function from detectConfigFile
( #17066 )
...
extract unnecessary nested function from `detectConfigFile`
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-09 16:43:58 +00:00
Ryan Delaney
5069b60109
fix(docs): comma splices in help text ( #17049 )
2022-08-09 13:46:58 +03:00
Michael Kriese
99de3b72f0
test(python): fix snapshot tests ( #17064 )
2022-08-09 08:24:46 +02:00
Rhys Arkins
157c07a0a1
fix(yarn): check stdout for disk space error ( #17056 )
...
Closes #16536
2022-08-09 08:28:14 +03:00
RahulGautamSingh
d011e848a4
refactor: merge extract config types ( #16204 )
2022-08-09 05:26:35 +00:00
Jamie Magee
997e5a1216
feat(datasource/azure-pipelines-tasks): add azure-pipelines-tasks
datasource ( #16904 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-08 21:34:29 -07:00
Nabeel Saabna
f9258c1ca4
fix(versioning/semver-coerced): fix bugs in semver-coerced ( #16973 )
2022-08-08 18:46:07 +00:00
IKEDA Sho
c8ca4267ef
fix(manager): correctly escape the dot character in fileMatch ( #17048 )
2022-08-08 17:20:16 +02:00
cjtim
6f324e4130
chore(datasource/sbt): list package versions in debug ( #17035 )
2022-08-08 11:45:27 +00:00
Michael Kriese
e8b3aefe08
feat(presets): add xUnit.net monorepo ( #17036 )
2022-08-08 10:27:36 +00:00
Michael Kriese
a700765925
feat(python): redirect pip cache to renovate ( #17038 )
2022-08-08 09:26:26 +00:00
Hasan Awad
4ead106f81
feat(util/template): add prettyNewMajor and prettyNewVersion field ( #16831 )
...
* initial
* expose prettyNewVersion and prettyNewMajor
* tests
* revert change
* simplify
* test naming
* documentation
* documentation
* remove wrong documentation
* expose template finction
* tests naming
* combine condition
* Update docs/usage/templates.md
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* remove unecessary nullish op
* Update docs/usage/templates.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Expose prettyVersion and prettyMajor
* documentation
* remove function and use regex
* lexographic order
* tests need fixing
* add tests
* Captial letter
* renaming and prettyNewMajor
* space
* move to upgrade interface
* use new fields where v is prepended manually
* move to interface
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-08 07:50:36 +00:00
Yun Lai
1111b322f5
fix(hermit): findUpLocal expects relative cwd, fix incorrect hermit env in nested directory setup ( #17031 )
2022-08-08 06:15:45 +00:00
cjtim
f61342d068
fix(manager/sbt): allow addCompilerPlugin ( #17006 )
...
* fix(sbt/manager): allow addCompilerPlugin
* add test case
* fix: toMatchObject
* yarn run jest:14 -u
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-07 05:38:17 +00:00
Sergei Zharinov
89e9d31935
feat(bazel): Parser reimplementation ( #16931 )
...
* feat(bazel): Parser reimplementation
* Fixes
* Update comments
* Fixes
* Fix
* More fixes
* Fix
* Simplify
* Refactor context
* Fixes
* One more warning log
* Fix lint
* Fix depth limit
* Add more tests
* Rename `extract-new.ts` to `extract.ts`
* Fixes
* Remove async
* Update lib/modules/manager/bazel/parser.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Fix
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-07 08:12:32 +03:00
cjtim
b367f4db99
fix(manager/sbt): allow star comment ( #17005 )
...
* fix: sbt manager allow star comment
* Update lib/modules/manager/sbt/extract.ts
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
* add test case
* prettier-fix
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-06 13:34:08 +00:00
Rhys Arkins
53f687898e
fix(npm): use node versioning for node ( #17014 )
...
Closes #17013
2022-08-06 06:27:47 +00:00
Michael Kriese
ce2318765f
fix: Revert "fix(renovate-config-validator): add validate presets to the validator" ( #17012 )
...
Revert "fix(renovate-config-validator): add validate presets to the validator (#16468 )"
This reverts commit 4b0b49e1c6
.
2022-08-06 05:27:07 +00:00
Michael Kriese
be316c5d0b
feat(manager/npm): full npm buildpack support ( #16976 )
...
* feat(manager/npm): full npm buildpack support
* chore: fix test
2022-08-05 16:13:59 +00:00
Michael Kriese
ff1447c081
feat(manager/pip-compile): support buildpack ( #16996 )
...
* fix(buildpack): execute `preCommads` on install mode
* feat(manager/pip-compile): support buildpack
2022-08-05 15:42:26 +00:00
Michael Kriese
4573bd78e6
feat(manager/npm): lerna buildpack support ( #16991 )
2022-08-05 15:00:34 +00:00
Michael Kriese
41894744ff
feat(manager/npm): full pnpm buildpack support ( #16989 )
2022-08-05 14:29:33 +00:00
Michael Kriese
b620f65577
feat(manager/npm): full yarn buildpack support ( #16986 )
...
* feat(manager/npm): full yarn buildpack support
* test: fix test
2022-08-05 14:17:37 +00:00
Michael Kriese
1035defa16
chore(manager/npm): remove empty preCommands ( #16990 )
2022-08-05 13:49:49 +00:00
Michael Kriese
6d426a0f88
feat(manager/poetry): support buildpack ( #17002 )
2022-08-05 13:35:39 +00:00
Michael Kriese
5138daede5
feat(manager/pip_requirements): support buildpack ( #16999 )
...
* feat(manager/pip_requirements): support buildpack
* fix: install as user
2022-08-05 15:20:16 +02:00
Yun Lai
44059c3e20
fix: join env var lines with os.EOL to fix test failure on different systems ( #16993 )
...
* fix: join env var lines with os.EOL to fix test failure on different systems
* fix: update test data to achieve full test coverage
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-05 12:06:59 +00:00
Sergei Zharinov
813cc8d474
fix(manager/bazel): fix regex and tests for update function ( #16992 )
...
* test(bazel): Refactor tests for update function
- use smaller fragment for each use-case
- remove fixture usage
- fix regex to support `maybe`
* Compact formatting
* Don't use `replaceAll`
* Fix coverage
2022-08-05 13:24:10 +02:00
Michael Kriese
9b3a3f8d11
fix(buildpack): execute preCommads
on install mode ( #16995 )
2022-08-05 12:20:22 +02:00
Yun Lai
87fc22a4ce
fix: fix failed hermit binary source tests due to findUp module acts differently in windows ( #16985 )
...
* fix: fix failed hermit binary source tests due to findUp module acts differently in windows
* fix: set localDir in GlobalConfig in getHermitEnvs test
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* fix: added two more mockResolvedValueOnce for extra test case and remove mockResolvedValueOnce('')
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-05 09:21:54 +00:00
Michael Kriese
f414cf9a54
fix(manager/npm): support yarn update without yarnPath ( #16988 )
2022-08-05 07:49:58 +00:00
Michael Kriese
9d939f429e
test: fix typo ( #16984 )
2022-08-05 06:11:20 +00:00
Philip
4b0b49e1c6
fix(renovate-config-validator): add validate presets to the validator ( #16468 )
2022-08-05 05:31:37 +00:00
Yun Lai
f07dcfb03a
feat: add hermit binary source ( #16259 )
2022-08-05 05:17:11 +00:00
Maxime Brunet
8dd40fe523
feat(github-actions): update job and service containers ( #16770 )
2022-08-05 04:57:33 +00:00
Hasan Awad
d1cc6cd116
fix(repository/update/pr/body): fix a test having wrong homepage and use regex ( #16970 )
2022-08-04 19:33:15 +00:00
Michael Kriese
3b699e9f7e
feat(manager/npm): prepare for buildpack support ( #16979 )
...
* feat(manager/npm): prepare for buildpack support
* chore: fixes
2022-08-04 21:18:43 +02:00
Sergei Zharinov
60609dcf59
fix(leiningen): Don't extract deps from commented vectors ( #16978 )
...
* fix(leiningen): Don't extract deps from commented vectors
* More precise detection
2022-08-04 20:13:36 +02:00
Gabriel-Ladzaretti
257d9a9d8e
fix(core/exec): use nodejs style error messages when throwing ( #16961 )
2022-08-04 14:29:11 +00:00
RahulGautamSingh
ff650ce822
chore: onboarding branch checkout log ( #16966 )
2022-08-04 14:21:09 +02:00
Michael Kriese
ababf34c7e
refactor(gitea): cleanup types ( #16968 )
2022-08-04 12:00:48 +00:00
Michael Kriese
1bc8fee494
refactor: cleanup http option interface ( #16967 )
2022-08-04 12:54:52 +02:00
HonkingGoose
6b584c2793
docs(hermit versioning): fix typos ( #16929 )
2022-08-04 09:12:36 +02:00
Maxime Brunet
cbe8bfc4cf
feat(config-validator): read filenames from CLI arguments ( #16475 )
2022-08-04 06:25:18 +00:00
IKEDA Sho
fe27734715
docs(manager/swift): Set displayName and url ( #16944 )
2022-08-03 17:55:29 +02:00
Durim Morina
075bf89e23
feat(datasource/docker): populate gitRef from OCI annotation ( #16859 )
2022-08-03 06:00:21 +00:00
Maron
868fa3cb15
refactor(dependencyDashboard): split parseDashboardIssue function ( #16782 )
...
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-03 07:33:16 +02:00
Jamie Magee
778f0aba6e
feat(manager/azure-pipelines): extract azure-pipelines tasks ( #16882 )
...
* feat(manager/azure-pipelines): extract azure-pipelines tasks
* test coverage
* PR comments
* PR comments
2022-08-03 06:49:55 +02:00
IKEDA Sho
1558c9be61
docs(manager/circleci): Set displayName and url ( #16919 )
2022-08-03 06:11:56 +02:00
Maron
dd5ca94a03
feat(dashboard): include dependency lookup warnings ( #16297 )
2022-08-02 13:06:37 +00:00
Michael Kriese
a251fc494d
feat(platform/gitea): support native automerge ( #16885 )
...
* feat(platform/gitea): support native automerge
* Update lib/modules/platform/gitea/index.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/modules/platform/gitea/index.ts
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/modules/platform/gitea/index.spec.ts
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-08-02 12:29:08 +02:00
Michael Kriese
16ea835218
feat(platform/gitea): support draft PR ( #16888 )
...
* feat(platform/gitea): support draft PR
* docs: update support state
* Update docs/usage/configuration-options.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-08-02 09:47:52 +00:00
Michael Kriese
61c045ca2f
feat: use sha512 for hashes ( #16907 )
2022-08-02 11:36:26 +02:00
Gabriel-Ladzaretti
bee604a1a3
feat(repository/config-migration): Adjust config migration PR title to not show filenames ( #16781 )
...
* refactor(repository/config-migration): dont show file name in pr title
* refactor(repository/config-migration): dont show file name in pr title
* refactor(repository/config-migration): dont show file name in pr title
* refactor(repository/config-migration): dont show file name in pr title
* refactor(repository/config-migration): dont show file name in pr title
* refactor(repository/config-migration): dont show file name in pr title
* refactor(repository/config-migration): dont show file name in pr title
* Apply suggestions from code review
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
* refactor(repository/config-migration): dont show file name in pr title
* refactor(repository/config-migration): dont show file name in pr title
* refactor(repository/config-migration): dont show file name in pr title
* refactor(repository/config-migration): dont show file name in pr title
* refactor(repository/config-migration): dont show file name in pr title
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-02 06:08:51 +00:00
Sergei Zharinov
765a76319b
feat(sbt-package): Fallback to Maven datasource for GitLab packages ( #16817 )
...
* feat(sbt-package): Fallback to Maven datasource for GitLab packages
* Fix
* Use `detectPlatform`
* Tests for hostType
2022-08-01 11:05:17 +00:00
HonkingGoose
0154fe0314
docs(bitbucket server support): fix typo ( #16891 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-01 10:20:58 +00:00
HonkingGoose
e81b552abc
fix(platform/github): rewrite debug message ( #16889 )
...
chore(github): rewrite debug message
2022-08-01 11:58:15 +02:00
Sergei Zharinov
f8c789efb4
feat(github): Log warning when GitHub token is not configured ( #16566 )
...
* feat(github): Log warning when GitHub token is not configured
* Check `sourceUrl`
* Add tests
* Fix test
* Fix
* Remove `sourceUrl` check
* Test nullable input
* Fix nulls
2022-08-01 06:16:09 +00:00
IKEDA Sho
2dbc15e679
docs(manager): Set displayName and url for nodenv and nvm managers ( #16878 )
2022-08-01 04:48:45 +00:00
IKEDA Sho
72db89f6e5
refactor: Fix constraint typos ( #16879 )
2022-08-01 04:02:55 +00:00
Sergei Zharinov
e4dbd4ad49
fix(ci): Restrict template expressions ( #16834 )
...
* fix(ci): Restrict template expressions
* Fix
* Fix
* Fix
2022-07-30 16:28:31 +02:00
Yun Lai
b696abb3c2
feat: add Hermit package manager ( #16258 )
...
* feat: add Hermit package manager
* fix: pass bin directory into getRepoStatus as string rather than an array
* fix: fix up hermit manager implementations
* add docker support in exec
* move fs related operations back into util/fs
* remove ENVVar passed on by process.env
* set concurrency in pMap
* use for instead of pMap for concurrency = 1
* use regex to pick up package reference parts
* fix: fix manager updateArtifacts test after change
* Update lib/modules/manager/hermit/extract.ts
Co-authored-by: Philip <42116482+PhilipAbed@users.noreply.github.com>
* fix: fix up test and docker reference for hermit manager
* test refer to internal fs
* docker image change to sidecar
* only symlink are read for the changed file content after hermit
install
* no more global mock in artifacts test
* fix: use warn instead of error so error better flows up in hermit manager
* fix: partial for test type, use throw instead of reject
* fix: update snapshot
* fix: combine install packages, also make extractPackageFile async
* fix: remove weird generated readLocalSynmlink in test
* fix: removes old test
* fix: use ensureLocalPath and fix test coverage
* fix: more test coverage
* fix: use ensureLocalPath in readLocalSymlink
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* fix: remove unused functions and types
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Apply suggestions from code review
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
* fix: use execSnapshots and for of loop when returning the result
* Update lib/modules/manager/hermit/artifacts.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* fix: move exports below imports
Co-authored-by: Philip <42116482+PhilipAbed@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
2022-07-30 08:41:45 +00:00
Rhys Arkins
bba3c782e2
chore: fix packageRules test ( #16866 )
2022-07-30 07:49:05 +03:00
Michael Kriese
ab7ddb5e3c
feat(platform/gitea): support automergeStrategy
( #16851 )
...
* feat(platform/gitea): support `automergeStrategy`
* chore: revert change
* Update docs/usage/configuration-options.md
* Update docs/usage/configuration-options.md
2022-07-29 14:40:26 +02:00
Michael Kriese
2c5fd14e25
fix(git): remove wrong submodule file filter ( #16848 )
2022-07-29 08:32:05 +00:00
Michael Kriese
a3d1235032
feat(manager/pipenv): support binarySource=install ( #16828 )
...
* feat(manager/pipenv): support binarySource=install
* docs: update docs
* fix: linting
2022-07-28 17:17:02 +00:00
IKEDA Sho
16705ed083
docs(manager/argocd): Set displayName and url ( #16838 )
2022-07-28 16:15:33 +00:00
Michael Kriese
cf7bb3226d
feat(manager/gradle-wrapper): support binarySource=install
( #16830 )
...
* feat(manager/gradle-wrapper): support `binarySource=install`
* docs: update docs
2022-07-28 13:47:56 +00:00
Michael Kriese
a7a44b32db
fix(manager/pip_requirements): remove invalid tagScheme
( #16829 )
2022-07-28 10:27:12 +00:00
Przemysław Romanik
ac7aa81eda
docs: Gitea account must have full name set for Git identity ( #16792 )
...
* Gitea account must have full name set for Git identity
* Update lib/modules/platform/gitea/index.md
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update index.md
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-07-27 17:33:52 +00:00
Sergei Zharinov
e4716ead14
refactor(github): Simplify long-form condition in findPr
( #16813 )
2022-07-27 16:27:46 +00:00
Sergei Zharinov
eed6fe3349
refactor(github): Sort cached PR list ( #16815 )
2022-07-27 16:09:03 +00:00
Sergei Zharinov
d774d82fcd
test(github): Remove unnecessary type casts ( #16816 )
2022-07-27 15:44:37 +00:00
Sergei Zharinov
1c2a78bd67
test(sbt-package): Refactor tests ( #16804 )
2022-07-27 13:40:15 +02:00
Thorsten Essig
5bbb4c6054
fix(datasource/go): consider all available datasources for go-import ( #16544 )
...
* fix(16543): consider all available datasources for go-import
* fix(datasource/go): add test for go-import with gitlab datasource
* refactor: rename param to reduce diff
* fix(datasource/go): return early on datasource detection
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-07-27 09:13:39 +02:00
IKEDA Sho
caa720401a
docs(manager/gomod): Set displayName and url ( #16796 )
2022-07-27 08:51:17 +03:00
Gabriel-Ladzaretti
871b069d83
fix(logs): remove variable from a template literal for a warn message for gradle ( #16789 )
...
logs: tidy up warn message for grade file not found
2022-07-26 15:03:05 +00:00
Piotr Krzemiński
adccb9c0ca
feat(manager): add support for Kotlin Script ( #16684 )
2022-07-26 13:37:34 +02:00
Sebastian Poxhofer
90f85b9958
feat(manager/fleet): implement Rancher Fleet manager ( #16138 )
...
* feat(manager/fleet): implement Rancher Fleet manager
* Apply suggestions from code review
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/modules/manager/fleet/extract.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* docs(fleet): add tsdocs
* fixup test null checks
* docs: add default filematch
* chore: rename tempDep to dep
* apply change requests
* catch exceptions from yaml-js
* trigger yaml parse error
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-26 08:48:50 +00:00
Michael Kriese
8270d5512d
refactor: fix lint issues ( #16779 )
...
* refactor: fix lint issues
* Update lib/renovate.ts
* chore: revert toplevel await for ts
2022-07-26 08:32:12 +00:00
Yun Lai
f1bcafc584
feat(fs): add localPathIsSymbolicLink and readLocalSymlink ( #16673 )
...
* fix: add localPathIsSymbolicLink and readLocalSymlink to fs module
* Update lib/util/fs/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/util/fs/index.ts
* Apply suggestions from code review
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
2022-07-26 08:19:20 +00:00
IKEDA Sho
8bff91a48b
feat(datasource): add cpan datasource ( #16545 )
...
* feat(datasource): add cpan datasource
* Update perl versioning's readme
* Extract copystr function to lib/util/string.ts
* Remove unnecessary optional chaining
* Use registryUrl and logger.trace
* Use `perl` versioning's `isStable`
* Remove possibly unnecessary try/catch
* Use MetaCPAN API
* Use reduce
* Use maturity field for `isStable` handling
https://metacpan.org/pod/CPAN::DistnameInfo#maturity
* Revert "Extract copystr function to lib/util/string.ts"
This reverts commit 51ebf55c90
.
# Conflicts:
# lib/modules/datasource/cpan/index.ts
* Remove downloadUrl
* Extract types
* Use toMatchObject
* Improve tests
* Rename to MetaCpanSearchResult
* Rename to searchUrl
* Rename to MetaCpanFileSearchResult and add tsdoc
* Use for...of over reduce
* More safely handle the response JSON
* Use joinUrlParts
* Don't embed distribution info
* Split tsdoc comments
2022-07-26 06:39:51 +00:00
aKzenT
5bcbedcde1
feat(preset): include applicationinsights-dotnet as monorepo ( #16685 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-07-26 05:40:27 +00:00
Rhys Arkins
8d0c72af06
fix(config): filter out invalid massaged packageRules ( #16778 )
...
Closes #16777
2022-07-26 08:25:37 +03:00
Gabriel-Ladzaretti
2446f446b7
fix(git/cache): getCachedBehindBaseResult returns true when branch is not modified ( #16752 )
2022-07-26 04:41:09 +00:00
IKEDA Sho
6f42227e5e
docs(manager/cocoapods): Configure ModuleApi
's displayName and url ( #16760 )
...
* docs(manager/cocoapods): Configure `ModuleApi`'s displayName and url
* Revert export order
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-26 04:18:43 +00:00
Gabriel-Ladzaretti
24a237c15b
fix(git/cache): getCachedBranchParentShaResult returns unexpected undefined ( #16762 )
2022-07-25 20:23:25 +02:00
Johannes Feichtner
d6fa2fefda
fix(gradle): silence warning for file not found via "apply from" ( #16767 )
2022-07-25 19:06:56 +02:00
Michael Kriese
17387fcf48
fix(manager/nuget): skip invalid xml files ( #16758 )
2022-07-25 14:54:46 +02:00
Michael Kriese
2bbbc956e9
fix(manager/nuget): Skip dep if version is undefined ( #16757 )
2022-07-25 12:31:53 +00:00
Maron
6246a61bf4
fix(datasource/docker): Docker tags list for library images not working ( #16509 )
2022-07-25 08:23:42 +02:00
IKEDA Sho
1ad61a7ebd
refactor(manager): consistently write as export const language = ...
( #16739 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-07-25 06:13:57 +00:00
RahulGautamSingh
9778ca67d9
feat: use getBranchParentSha cached result ( #16724 )
2022-07-24 19:49:39 +02:00
Johannes Feichtner
a3c3f11860
fix(gradle): adjust max. recursion depth and logger warning ( #16734 )
2022-07-24 13:28:04 +02:00
Yun Lai
a7202c4f46
fix: add excludeCommitPaths for hermit manager ( #16674 )
2022-07-24 08:56:13 +00:00
Sergei Zharinov
6e01af9320
fix(bundler): fix recursive resolved dependencies ( #16462 )
...
* fix(bundler): fix recursive resolved dependencies
* Remove ugly type assertions
* fixes
* fix
* fix
* Add recursion limit
* Extract unique packages
* pr fixes
* Add `exec-error.ts`
* fix
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-24 11:45:01 +03:00
foolioo
bb52f9785a
docs(regex): clarify regex manager limitations ( #16709 )
2022-07-24 09:25:45 +03:00
Johannes Feichtner
1b36708c64
feat(gradle): always add depType to extracted dependencies ( #16725 )
2022-07-24 06:14:29 +00:00
IKEDA Sho
45d0dbf884
refactor(workers): Prefer interface over type ( #16727 )
...
https://github.com/renovatebot/renovate/blob/main/docs/development/best-practices.md#general
2022-07-24 08:53:54 +03:00
IKEDA Sho
c803825f7c
test: Fix requireConfig test name ( #16728 )
2022-07-24 06:13:46 +02:00
IKEDA Sho
04ba9cd44e
test(config/decrypt): Use CONFIG_VALIDATION constant ( #16730 )
2022-07-24 06:13:21 +02:00
Michael Kriese
6854145528
feat(manager/elixir): support install binary source ( #16710 )
...
* feat(manager/elixir): support install binary source
* test: fix snapshot
2022-07-22 16:35:20 +00:00
Gabriel-Ladzaretti
892595aea8
feat(util/exec): use spawn instead of exec ( #16414 )
...
* refactor(util): use spawn instead of exec
- Use child_process.spawn instead of child_process.exec
* refactor(util): use spawn instead of exec
- Use child_process.spawn instead of child_process.exec
* refactor(util): use spawn instead of exec
- Use child_process.spawn instead of child_process.exec
* refactor(util): use spawn instead of exec
- Use child_process.spawn instead of child_process.exec
* refactor(util): use spawn instead of exec
- init spawn-util
* refactor(util): use spawn instead of exec
- spawn-util
* refactor(util): use spawn instead of exec
- init index-spawn.spec.ts
* refactor(util): use spawn instead of exec
- fixed various tests
* refactor(util): use spawn instead of exec
- fix all artifacts.spec.ts
* refactor(util): use spawn instead of exec
- fix all artifacts.spec.ts
* refactor(util): use spawn instead of exec
- fix npm post update imports
* refactor(util): use spawn instead of exec
- revert renaming to minimize PR diff
* refactor(util): use spawn instead of exec
- revert renaming to minimize PR diff
* refactor(util): use spawn instead of exec
- revert renaming to minimize PR diff
* refactor(util): use spawn instead of exec
- revert renaming to minimize PR diff
* refactor(util): use spawn instead of exec
- revert renaming to minimize PR diff
- destroy stdio when terminating child process
* refactor(util): use spawn instead of exec
- delete and revert dev related changes
* refactor(util): use spawn instead of exec
- fix support for windows
* refactor(util): use spawn instead of exec
- handle SIGSTOP and such
- add test coverage
* refactor(util): use spawn instead of exec
- now converts to strings when resolving/rejecting
* refactor(util): use spawn instead of exec
- logs improvements
- force shell (exec like)
- fix tests
* refactor(util): use spawn instead of exec
- strongly type listeners
* refactor(util): use spawn instead of exec
- create helper mock for spawn
* refactor(util): use spawn instead of exec
- cr changes
* Update lib/util/exec/common.ts
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
* refactor(util): use spawn instead of exec
- documentation
* refactor(util): use spawn instead of exec
- revert unnecessary formatting
* refactor(util): use spawn instead of exec
* refactor(util): use spawn instead of exec
- added ExecError class
* refactor(util): use spawn instead of exec
- exec-error.ts restructure
* refactor(util): use spawn instead of exec
* Apply suggestions from code review
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
* refactor(util): use spawn instead of exec
* refactor(util): use spawn instead of exec
* refactor(util): use spawn instead of exec
- deprecated RawExecOptions.encoding property
* refactor(util): use spawn instead of exec
* refactor(util): use spawn instead of exec
* refactor(util): use spawn instead of exec
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
2022-07-22 15:43:28 +00:00
horihel
c2b19d8dd0
feat(preset): add grafana monorepo ( #16697 )
...
add grafana monorepo to monorepo list
2022-07-22 07:55:13 -07:00
Hasan Awad
9ca19dbe24
refactor(config/presets): for loop of resolveConfigPresets
( #16677 )
2022-07-22 12:53:56 +00:00
IKEDA Sho
2241daaada
refactor(datasource): Prefer interface over type ( #16707 )
...
https://github.com/renovatebot/renovate/blob/main/docs/development/best-practices.md#general
2022-07-22 12:18:58 +00:00
Michael Kriese
ed538ac304
fix(manager/kubernetes): log filename on parse error ( #16676 )
2022-07-22 09:17:16 +00:00
Michael Kriese
0cc8e2bb02
refactor(preset): sort monorepos ( #16695 )
2022-07-22 11:03:35 +02:00
Michael Kriese
6c78237993
test: simplify exec mock ( #16698 )
2022-07-22 07:42:30 +00:00
Michael Kriese
13027fd4f5
fix(manager/nuget): optimize xml error handling ( #16681 )
...
* fix(manager/nuget): optimize xml error handling
* Update lib/modules/manager/nuget/package-tree.spec.ts
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
2022-07-22 09:15:25 +02:00
Michael Kriese
c95024bb2c
fix(manager/argocd): catch invalid definitions ( #16675 )
2022-07-22 06:11:01 +00:00
IKEDA Sho
497b5de6c2
test(datasource): Avoid snapshots for testing EXTERNAL_HOST_ERROR ( #16692 )
2022-07-22 06:49:05 +02:00
Philip
b8c5a87bc4
fix(manage/gomod): Golang fix pin ( #16682 )
...
* Add .whitesource configuration file (#3 )
Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>
* Update .whitesource
* build(deps): update dependency simple-git to v3.5.0 (#17 )
Co-authored-by: whitesource-for-github-com[bot] <whitesource-for-github-com[bot]@users.noreply.github.com>
* golang fix pin
* golang fix pin
Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: whitesource-for-github-com[bot] <whitesource-for-github-com[bot]@users.noreply.github.com>
2022-07-21 17:29:15 +02:00
Michael Kriese
4f82df4c3d
feat(buildpack): enable cache ( #16591 )
2022-07-21 07:00:02 +00:00
RahulGautamSingh
93707c1ed7
feat: use isBranchBehindBase cached result ( #16595 )
2022-07-21 07:48:02 +02:00
RahulGautamSingh
5b74dad583
refactor(migrations): migrate depTypes ( #16421 )
...
* migrate depTypes
* migrate more depTypes
* Revert "migrate more depTypes"
This reverts commit 3f97d9eb82
.
* more migrations
* Update dep-types-migration.ts
* Update dep-types-migration.ts
* refactor: add tests and revert some changes
* add separate class for each dep-type
* Update peer-dependencies-migration.ts
* add tests
* update types
* modify test
* - Use regex to detect all depTypes
- Fix arrMigrate -> arrMigrate.migratedConfig
* add new interface for depTypes
* remove if-block
* Update lib/config/migrations/custom/dep-types-migration.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* run prettier
* Update lib/config/migrations/custom/dep-types-migration.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-21 05:06:32 +00:00
Johannes Feichtner
a6b747444a
feat(gradle): add support for further apply-from patterns ( #16507 )
2022-07-20 05:45:31 +00:00
Sebastian Poxhofer
d0926c3d61
fix(manager/regex): depName requirement if using the recursive strategy ( #16225 )
...
* fix(manager/regex): depName requirement if using the recursive strategy
* chore(manager/regex): implement code suggestions
* chore: replace Boolean with Is function
* chore: abort if match strings are empty
* refactor: do not parse regexes on each recursion and filter after all matches are processed
* fixup! test name
* Revert "chore: abort if match strings are empty"
This reverts commit bf41a92f
* refactor: extract inline function
* fix: out-of-bound check
* feat: allow currentDigest as valid alternative to currentValue
* Update lib/modules/manager/regex/utils.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* chore: prettier
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-19 12:02:42 +00:00
Hasan Awad
3c8d1d6076
refactor(darasource): checks and massage url in metadata ( #16632 )
...
* refactor hostname check
* changes
* switch back check
* changes
* changes
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-19 05:31:01 +00:00
IKEDA Sho
ef11336ed9
refactor(versioning): use versioning's id consistently ( #16640 )
2022-07-19 07:36:52 +03:00
RahulGautamSingh
54cff9aeb8
refactor: throw error if issue with git ( #16618 )
2022-07-18 12:33:20 +00:00
Maron
a93cd9f4bd
refactor: move dependencyDashboardRebaseAllOpen parameter closely to worker ( #16628 )
2022-07-18 10:06:16 +02:00
Philip
a6e5eefb64
feat(manager/gomod): support updating go version in go.mod files ( #16541 )
2022-07-18 06:22:50 +00:00
cl
496e12f795
feat: add librarian-puppet support ( #14789 )
2022-07-17 05:27:35 +03:00
Rhys Arkins
0fc2a55624
fix(git-refs): gracefully ignore git-refs auth error ( #16617 )
2022-07-16 15:48:26 +02:00
Michael Kriese
71f96f1f88
fix(manager/kubernetes): filter invalid documents ( #16598 )
2022-07-15 15:00:53 +00:00
Michael Kriese
47b9493fe2
test(git): raise timeout to 60s ( #16599 )
2022-07-15 16:47:39 +02:00
Rhys Arkins
cf4fcce8de
fix(onboarding): use default preset only if truthy ( #16596 )
...
Closes #16526
2022-07-15 15:34:31 +02:00
Michael Kriese
ef64863f88
fix(preset/gitlab): manual parse json ( #16592 )
2022-07-15 10:32:12 +00:00
renovate[bot]
0ed7072a1f
chore(deps): update dependency type-fest to v2.16.0 ( #16473 )
...
* chore(deps): update dependency type-fest to v2.16.0
* chore: fix type issues
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-15 10:09:50 +00:00
Yun Lai
9280430f4c
feat: add datasource for Hermit package manager ( #16257 )
...
* feat: add datasource for Hermit package manager
* fix: make hermit datasource use http.stream instead of http.get
* chore: inline small function and return null on error in hermit datasource
* fix: use regExp to extract owner and repo from registryUrl
* fix: use http from super & use error instead of debug on datasource error
* fix: fix type check failure for github-release test
* Update lib/modules/datasource/hermit/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/modules/datasource/hermit/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/modules/datasource/hermit/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/modules/datasource/hermit/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* fix: wrap JSON.parse to avoid breaking process, plus more comment onto the search manifest streaming process
* fix: add test to cover the invalid json case
* fix: change some logger.errors to logger.warn in hermit datasource, error will exit the whole process
* Update lib/modules/datasource/hermit/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/modules/datasource/hermit/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/modules/datasource/hermit/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/modules/datasource/hermit/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/modules/datasource/hermit/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* fix: use parseUrl and use hermit as GithubHttp id
* fix: added test to include HermitDatasource type in GITHUB_API_USING_HOST_TYPES
* fix: handle invalid url & achieve code coverage
* fix: move url parsing to parent function
* Update lib/modules/datasource/hermit/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* chore: clean up HermitDataSource class doc
* fix: getHermitSearchManifest cache key function should expect undefined
* fix: pass GetReleasesConfig into getHermitSearchManifest to get proper caching working
* Update lib/modules/datasource/hermit/readme.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/modules/datasource/hermit/readme.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/modules/datasource/hermit/readme.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/modules/datasource/hermit/readme.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/modules/datasource/hermit/readme.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* chore: fix json block in datasource readme.md
* Put packageRules example in step 4
* fix: fix lint error
* fix: pass parsedUrl into getHermitSearchManifest, add warning and simplifies type
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-07-15 09:57:05 +00:00
RahulGautamSingh
c7507255b7
refactor: rename isBranchStale -> isBranchBehindBase ( #16577 )
...
* rename
* rename to isBranchBehindBase
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-15 09:21:32 +00:00
RahulGautamSingh
cc55f15f82
feat: semantic pr title for migrationPRs ( #16490 )
...
* generate PR title using ConfigMigrationCommitMessageFactory
* add test
2022-07-15 07:20:55 +00:00
RahulGautamSingh
f506580e40
fix: add repoCache-check before cloning ( #16533 )
2022-07-15 09:09:08 +02:00
Michael Kriese
fb0dad1e42
refactor(datasource/docker): types cleanup ( #16578 )
2022-07-14 22:27:31 +03:00
Michael Kriese
ad70360fda
fix(utils/fs): make assertions windows compatible ( #16583 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-07-14 17:33:28 +02:00
Michael Kriese
62d5d670bf
test(git): tmp dir can be missing ( #16585 )
2022-07-14 16:17:19 +03:00
Sergei Zharinov
d0fe5f904e
feat(fs): Scope checks for filesystem functions ( #16511 )
2022-07-14 07:53:26 +00:00
RahulGautamSingh
2d5c8230d0
feat: run prettier on migratedJSON ( #16471 )
2022-07-14 06:05:31 +00:00
IKEDA Sho
9a413e5f2e
test(datasource): remove unnecessary optional chaining in tests ( #16572 )
2022-07-14 05:28:51 +00:00
Olivier Michaelis
5568420c78
feat(github): support unprefixed App Installation Token ( #16174 )
2022-07-14 04:42:05 +00:00
Jamie Magee
98b19615fa
feat(manager/kubernetes): extract kubernetes api versions ( #16556 )
...
* feat(manager/kubernetes): extract kubernetes api versions
* Update lib/modules/manager/kubernetes/extract.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* coverage
* inline small fixture
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-13 21:09:15 +02:00
Florian Greinacher
2b582140c2
fix(manager/docker): use correct autoreplace string for registry aliases ( #16542 )
...
* fix(manager/docker): use correct autoreplace string for registry aliases
* fix: re-establish old behavior
2022-07-13 06:22:52 +00:00
IKEDA Sho
0d2d22167d
feat(versioning): add perl versioning ( #16518 )
2022-07-12 10:29:27 +02:00
Jamie Magee
c3c493baf1
docs(azure): merge azure devops docs ( #16432 )
2022-07-12 04:59:43 +00:00
renovate[bot]
210695c1a0
build(deps): update dependency git-url-parse to v12 ( #16458 )
...
* build(deps): update dependency git-url-parse to v12
* fix: add workaround
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-11 19:37:56 +00:00
Gabriel-Ladzaretti
6202b1c264
refactor(util/exec): change mocked modules in existing tests ( #16519 )
2022-07-11 11:41:24 +02:00
RahulGautamSingh
e10aa6aa5a
fix: check cache before cloning ( #16517 )
2022-07-11 10:58:51 +02:00
Steffen Schroeder
fa17909e8f
feat(preset): extend NestJS monorepo ( #16520 )
2022-07-11 08:26:51 +00:00
RahulGautamSingh
5774fb3f2a
refactor(migrations): class-based migration for packageRules ( #16390 )
...
* use class-based migration for packageRules
* fix errors
* refactor: remove unnecessaru if statement
* refactor: use argument
* refactor: apply suggestions
* Update lib/config/migrations/custom/package-rules-migration.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/config/migrations/custom/package-rules-migration.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* refactor: import type PackageRule
* Update lib/config/migrations/custom/package-rules-migration.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-11 04:59:06 +00:00
Johannes Feichtner
21d5e6829d
feat(gradle): add support for variable assignments with rootProject and project ( #16505 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-10 14:06:50 +00:00
Sergei Zharinov
e26130329d
refactor(fs): Add tests for every filesystem function ( #16495 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-07-09 18:50:45 +00:00
Philip
6453c3833f
feat(PrBody): log when PR was created and updated ( #15809 )
2022-07-09 08:50:19 +02:00
Michael Kriese
677fc8b332
fix(datasource/docker): do not use json for '/v2/' ( #16482 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-07-08 14:05:29 +00:00
Yun Lai
605f35c45c
feat: add versioning for Hermit package manager ( #16256 )
...
* feat: add versioning for Hermit package manager
* Update lib/modules/versioning/hermit/index.ts
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
* Update lib/modules/versioning/hermit/index.ts
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
* Update index.ts index.spec.ts and readme.md according to PR comments
* fix: fix versioning test double negation and _parseVersion function which is just for testing
* fix: simplify hermit versioning implementation as suggested
* fix: use _compare to simplify versioning implementation
* fix: reword version in hermit versioning and make _isChannel & _getChannel static
* fix: remove duplicated title in test and make _config readonly
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-07 13:30:22 +00:00
RahulGautamSingh
5bfa68b8d3
refactor(migrations): migrate package files ( #16393 )
...
* create file
* use class-based migration for packageFiles
* add tests
* fix errors
* fix merge errors
* Update lib/config/migrations/custom/package-files-migration.ts
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
* Update lib/config/migrations/custom/package-files-migration.ts
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
* add test
* Update index.ts
* modify test
* fix type
* refactor
* Update lib/config/migrations/custom/package-files-migration.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/config/migrations/custom/package-files-migration.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* readd todo
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-07 07:53:47 +00:00
Florian Greinacher
93c2d053a3
feat(manager/gitlabci): add support for registryAliases ( #16227 )
...
* feat(manager/gitlabci): add support for CI_REGISTRY
* fix: pass correct property
* chore: adapt tests
* docs; add documentation for the new option
* test: extend test cases
* fix: do the abc properly
* refactor: switch to using registryAliases option
* docs: mention registry variable
* style: remove extra heading
* docs: fix sentence
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* docs: move documentation to managers
* docs: fix formatting
* refactor: handle default value in function body
* refactor: remove unused function
* refactor: move registry alias handling to dockerfile manager
* style: remove unused import
* refactor: use match groups directly
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* refactor: add dockerfile manager tests
* chore: fix variable name
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-07 09:42:31 +02:00
Sergei Zharinov
83f67c27d5
refactor(fs): Rename getSubDirectory
to getParentDir
( #16446 )
...
* refactor(fs): Rename `getSubDirectory` to `getParentDir`
* Add tests for `getSiblingFileName`
* fix
* fix
2022-07-07 06:44:21 +00:00
Paul Gschwendtner
c8921582ce
fix(npm): properly handle lock file maintenance for nested independent yarn workspaces ( #16451 )
2022-07-06 20:49:55 +00:00
Johannes Feichtner
19254ca0a4
fix(gradle): remove default maven central registry ( #16430 )
2022-07-06 20:33:56 +00:00
Yun Lai
793095c1a0
fix(git): add options to getRepoStatus ( #16253 )
2022-07-06 05:17:39 +00:00
RahulGautamSingh
8b9d038fa3
refactor(migrations): migrate node ( #16422 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-07-06 04:39:48 +00:00
RahulGautamSingh
895218d2a9
refactor: migration semantic prefix ( #16218 )
2022-07-06 02:34:21 +00:00
Jamie Magee
3589d0e222
refactor: remove deprecated loadFixture
calls ( #16404 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-04 04:18:53 +00:00
Johannes Feichtner
8738b0a47c
feat(versioning/redhat): Support for Red Hat release versioning ( #16294 )
2022-07-03 23:39:13 +00:00
Johannes Feichtner
db6de24756
fix(gradle): resolve escaped registry URLs in gradle.properties ( #16403 )
2022-07-03 15:53:43 -07:00
Jamie Magee
1c30a3d8cc
refactor(manager/jenkins): correct type-check for version ( #16395 )
2022-07-03 20:48:53 +02:00
Johannes Feichtner
351fd363c1
fix(gradle): ignore stages() method from reckon plugin ( #16401 )
2022-07-03 16:25:36 +00:00
Rhys Arkins
b49849b2a0
fix: assign default versioning before applying package rules ( #16392 )
2022-07-03 18:11:20 +02:00
Nuno Marujo
426d3f34cf
docs: Maven - Ensure changelog is fetchable ( #16389 )
2022-07-03 15:31:23 +00:00
Johannes Feichtner
d19d645b6c
feat(manager/gradle): add support for apply from statements ( #16030 )
...
* add synchronous local file read
* add tests
* add support for apply from statements
* add safeguard to prevent breakout from localDir
* add safeguard to allow "apply from" only with official Gradle file types
* fix: use async io
* fix test coverage
* Update lib/modules/manager/gradle/extract.spec.ts
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
* Update lib/modules/manager/gradle/extract.spec.ts
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
* Update lib/modules/manager/gradle/extract.spec.ts
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
* re-add try/catch
* add istanbul ignore
* Update lib/modules/manager/gradle/parser.ts
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* fs tests: remove obsolete block
* remove istanbul ignore next
* Update lib/modules/manager/gradle/extract.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* tests: replace mockImplementationOnce() with mockRejectedValueOnce()
* scriptFile: explicitly set null for undefined values
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-07-03 15:58:58 +02:00
RahulGautamSingh
f82c8674bd
refactor(migrations): master issue ( #16399 )
2022-07-03 10:33:33 +00:00
Sergei Zharinov
c866fd06fc
fix(github): Return remote commit hash for platformCommit=true
( #16391 )
2022-07-03 08:25:17 +00:00
Sergei Zharinov
1454b602fc
fix(github): Shrink pages for specific types of errors ( #16388 )
2022-07-02 18:41:02 +02:00
Sergei Zharinov
b5df686fb7
refactor(github): Introduce misc query
function for GraphQL ( #16387 )
...
* refactor(github): Introduce misc `query` function for GraphQL
* Update lib/modules/datasource/github-releases/cache/cache-base.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-02 15:24:17 +02:00
Johannes Feichtner
aa50662d3d
feat(gradle): add support for versions with underscores ( #16365 )
2022-07-02 08:54:50 +00:00
Sergei Zharinov
49f7bac4e0
refactor(github): Consume pages entirely during tags/releases caching ( #16386 )
2022-07-02 10:13:55 +02:00
Sergei Zharinov
b9257bf5dd
fix(github-tags): Use releaseTimestamp
from tagger
object ( #16385 )
2022-07-02 09:46:48 +02:00
RahulGautamSingh
8bd206b946
fix(config): preserve packageRules order when migrating ( #16367 )
2022-07-02 06:32:47 +00:00
Rhys Arkins
b18d31b97c
fix(config): don't skip migration PR if closed PR found ( #16380 )
2022-07-02 06:18:18 +00:00
Rhys Arkins
2b73940403
fix: log migration err properly
2022-07-02 06:57:16 +02:00
HonkingGoose
f299699ae7
docs(gitlabci): rewrite predefined variables section ( #16372 )
2022-07-01 19:34:07 +02:00
HonkingGoose
322deea7a3
fix(config): link to configMigration
issue ( #16360 )
...
* fix(config): link to `configMigration` issue
* Update lib/config/options/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-01 13:45:11 +00:00
Sergei Zharinov
2b43f273bf
refactor(fs): Remove proxies.ts
file ( #16325 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-01 14:57:30 +02:00
Rhys Arkins
2c787034eb
fix(config): improve config migration PR body and title ( #16355 )
2022-07-01 14:24:08 +02:00
RahulGautamSingh
a07fb52ec0
fix: move checkoutBranch after validation ( #16246 )
2022-07-01 12:13:26 +02:00
jatladams
e1bb2581ef
feat(bitbucket-server): Support gitUrl ( #13875 )
2022-07-01 11:59:58 +02:00
Jonathan Narwold
c3fd5c2edf
feat(bundler): support conservative mode ( #16129 )
2022-07-01 08:49:23 +00:00
HonkingGoose
7adab3cc45
docs: improve description for internal presets ( #16338 )
2022-07-01 08:19:33 +02:00
Jamie Magee
cc2ad5174e
fix: switch changelog urls from http to https ( #16349 )
2022-07-01 04:57:07 +00:00
HonkingGoose
1261d70390
docs(manager/regex): link to our Handlebars helpers ( #16340 )
2022-06-30 09:37:50 +00:00
Yun Lai
432a888cdb
fix: make http.stream apply hostRules & authentication ( #16255 )
...
* fix(http): support asset download via octet-stream header in github http
* Update lib/util/http/github.spec.ts
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
* fix: make http.stream apply hostRules & authentication
* chore: fix disable host test for http.stream
* Update lib/util/http/index.ts
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-30 07:54:48 +00:00
Johannes Feichtner
3b8bd95fe8
fix: add return value for additionalRegistryURLs concat in resolveRegistryUrls ( #16334 )
2022-06-30 05:06:22 +00:00
Hasan Awad
e174ad084b
feat(config/presets): add memory caching for config fetching ( #16274 )
2022-06-29 15:31:49 +00:00
Michael Kriese
99b16becaf
refactor: remove unused properties ( #16328 )
2022-06-29 13:18:12 +02:00
HonkingGoose
0d7c4300da
docs(presets): rewrite gitSignOff description ( #16302 )
2022-06-29 11:40:26 +02:00
Rhys Arkins
61aebaf0bb
fix: filter out rollback if followTag is true ( #16296 )
2022-06-29 11:39:57 +02:00
Sergei Zharinov
11f41825ca
fix(fs): Windows CI tests ( #16318 )
2022-06-29 07:57:44 +00:00
Sergei Zharinov
bfc393ef00
refactor(fs): Don't proxy writeFile
function ( #16310 )
...
* refactor(fs): Don't proxy `writeFile` function
* Fix
* Update lib/workers/global/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-29 06:23:36 +00:00
Sergei Zharinov
851d8f4f7a
refactor(fs): Move chmod
to chmodLocalFile
( #16306 )
...
* refactor(fs): Move `chmod` to `chmodLocalFile`
* More refactoring and tests
* Fix tests
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Fix prettier
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-29 06:03:49 +00:00
Sergei Zharinov
0687799b28
refactor(fs): Remove unused proxied functions ( #16311 )
...
* refactor(fs): Remove unused proxied functions
* Fix lint/test
* Fix
* Update lib/util/fs/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-29 05:44:30 +00:00
Gabriel-Ladzaretti
dc11e26c37
fix(datasource/pypi): use pypi.org/pypi registry instead of pypi.org/simple ( #16293 )
...
* fix(datasource/pypi): use pypi api instead of the simple variant
* fix(datasource/pypi): use pypi api instead of the simple variant
* fix(datasource/pypi): use pypi api instead of the simple variant
* fix(datasource/pypi): use pypi api instead of the simple variant
* Update lib/modules/datasource/pypi/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-29 07:26:46 +02:00
Sergei Zharinov
6d605cbf90
fix(helm): Revert source url logic back ( #16317 )
2022-06-29 03:58:08 +00:00
Rhys Arkins
17f1b409a6
fix: log http and npm rejection cases ( #16307 )
2022-06-28 16:30:35 +02:00
Gabriel-Ladzaretti
7ac91e452c
docs(config): Don't show [template] for long strings ( #16224 )
2022-06-28 13:49:42 +00:00
Rhys Arkins
f00590cff7
fix(bazel): skip updating if unchanged value ( #16295 )
...
Closes #16268
2022-06-28 11:27:57 +02:00
HonkingGoose
bfe47623f7
fix(config): update default dependencyDashboardHeader ( #16206 )
2022-06-28 02:36:22 +00:00
Maron
96a71ec4be
refactor(lib/workers): separate get dep warning func into two diff functions ( #16165 )
2022-06-27 20:35:40 +00:00
Rhys Arkins
787c98cdbe
fix: Revert "fix: commit message" ( #16263 )
...
Revert "fix: commit message (#16239 )"
This reverts commit 3b0c2afe8a
.
2022-06-27 21:46:00 +02:00
Rhys Arkins
989c5c38b1
fix: pass config to post-upgrade config templating ( #16267 )
2022-06-27 11:45:20 +02:00
Sergei Zharinov
4fc31b1d7a
fix(helm): Revert previous datasource changes ( #16265 )
2022-06-27 08:50:57 +00:00
Yun Lai
ce34a5530d
fix(git): add symbolic link file support to prepareCommit ( #16254 )
2022-06-27 07:55:25 +00:00
renovate[bot]
100a820db6
build(deps): update aws-sdk-js-v3 monorepo ( #16233 )
...
* build(deps): update aws-sdk-js-v3 monorepo
* update snapshots
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-27 05:31:34 +00:00
Michael Kriese
07d278b268
refactor: add missing type ( #16251 )
2022-06-27 07:17:52 +02:00
Michael Kriese
cbf39e7cae
fix(datasource/helm): refactor logging ( #16252 )
2022-06-27 07:17:28 +02:00
Sergei Zharinov
e987069a3a
fix(helm): Use semver-coerced
for determining latest release ( #16229 )
2022-06-26 10:31:52 +00:00
Maksim
3b0c2afe8a
fix: commit message ( #16239 )
2022-06-26 04:47:55 +00:00
Sergei Zharinov
8e9d9245b3
feat(clojure): Support dependencies in bb.edn
( #16234 )
2022-06-25 15:43:01 +02:00
Rhys Arkins
92057df4b4
fix(nuget): filter project references for non empty strings ( #16232 )
...
Closes #16231
2022-06-25 10:39:37 +02:00
Gabriel-Ladzaretti
26cf208e2c
docs(core/config): Experimental feature handling ( #16183 )
2022-06-25 10:10:35 +02:00
Alan Ross-Ross
1f778166e5
feat(bumpVersion): add prerelease semver level ( #15626 )
2022-06-25 07:38:19 +02:00
HonkingGoose
9d35b9df07
docs(nuget): rewrite readme ( #16179 )
2022-06-24 12:42:07 +02:00
Michael Kriese
cfc8b0b859
fix(config): add missing globalOnly
flags ( #16202 )
2022-06-24 11:32:41 +02:00
Rhys Arkins
54c35dbbd4
fix(config): apply secrets to global hostRules ( #16217 )
...
* fix(config): apply secrets to global hostRules
Closes #16215
* fix import ordering
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-24 08:21:08 +00:00
Sergei Zharinov
9c51ff6733
feat(manager/helm): make change log url retrieval more flexible ( #16210 )
...
* feat(helm): improve fallback on sourceUrl selection
* fix(helm): use home and source from latest release
instead of the first. Otherwise those fields can't be ever changed.
* test(helm): test charts with no home metadata
* test(helm): test releases semver sorting
* fix(helm): select last release by semver
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* fix(type): make homeMatch keys optional
* Fixes
Co-authored-by: Stefano Zaninetta <stefano.zaninetta@nagra.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-24 10:07:34 +02:00
Karl-Johan Grahn
29a272c78f
feat(helm-manager): allow either tag or version for images in helm charts ( #16058 )
...
* update
Allow either tag or version for images in helm charts
* undo
* lint
* undo
* exports
* rewrite
* add spaces for lint
* chore: prettier fix
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-23 17:36:01 +00:00
Gabriel-Ladzaretti
ee52021a9d
fix(core/dashboard): GitHub error "maximum is 65536 characters" ( #16208 )
2022-06-23 16:25:55 +02:00
Tobias
3d96c7c5a1
feat(config): print hostRules when printConfig=true
( #15699 )
2022-06-23 07:39:31 +00:00
Sergei Zharinov
bce8dcc4e4
fix(github): Correct submodule updates for platformCommit=true
( #16198 )
2022-06-23 09:07:43 +02:00
Johannes Feichtner
b9a400aa9f
feat(gradle): add interpolation for local name variable in registry URL ( #16136 )
2022-06-22 11:10:34 +00:00
Rhys Arkins
07b98a90ff
chore: improve/lower extract logging ( #16181 )
2022-06-22 12:06:22 +02:00
Sergei Zharinov
dc34060ced
fix(onboarding): warnings for external host errors ( #15587 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-22 09:56:55 +00:00
Jason Bedard
8901e724f3
feat(bazel): add "maybe" macro support ( #16003 )
2022-06-22 06:16:43 +00:00
Gabriel-Ladzaretti
e46af63184
fix(onboarding): Avoid workarounds descriptions in onboarding PRs ( #16175 )
2022-06-22 02:19:15 +00:00
Michael Kriese
10302eba68
refactor: fix prefer-nullish-coalescing
( #16171 )
2022-06-21 12:02:49 +00:00
Michael Kriese
e5c6f38d75
refactor: enable strict checks ( #16168 )
...
* refactor: enable strict checks
* chore: revert changes
* chore: fix tsconfig
2022-06-21 13:00:21 +02:00
RahulGautamSingh
03b0d2a24e
refactor(lib/workers): fix null-check for tests ( #16163 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-21 09:39:30 +00:00
Maron
7f48897e75
feat(go): add support for GOINSECURE ( #15944 )
2022-06-21 11:23:58 +02:00
Michael Kriese
0a582d31c7
refactor: fix nullable types ( #16156 )
...
* refactor: fix nullable types
* chore: revert changes
* chore: fix lint comments
* chore: revert changes
2022-06-20 16:15:40 +00:00
Michael Kriese
b4319928f1
refactor: strict manager tests ( #16155 )
...
* refactor: strict manager tests
* chore: revert changes
* Update lib/modules/manager/gradle/extract.spec.ts
2022-06-20 17:05:39 +02:00
RahulGautamSingh
93dd940574
refactor(modules/datasource): fix null-check issues ( #16153 )
...
* fix null-check issues
* Update index.spec.ts
* apply suggestion from review
* fix coverage issue
* Update index.spec.ts
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update datasource.spec.ts
* Update lib/modules/datasource/conan/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update datasource.spec.ts
* fix null-check issue
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-20 16:24:37 +02:00
Michael Kriese
69e3f5117e
fix: use re2 ( #16044 )
2022-06-20 12:52:22 +00:00
Michael Kriese
0838ca209c
refactor: strict datasource tests ( #16150 )
2022-06-20 13:15:02 +02:00
Sergei Zharinov
0cf4f48842
refactor: Strict null checks for all files except tests ( #16071 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-20 11:47:07 +02:00
Sergei Zharinov
61f2d813e2
feat(github): Datasource cache busting ( #16014 )
2022-06-20 10:10:31 +02:00
RahulGautamSingh
c42957a804
refactor(modules/versioning): fix null check issues in tests ( #16145 )
...
* fix null-check issues
* Update lib/modules/versioning/versioning-metadata.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-20 06:40:57 +00:00
RahulGautamSingh
3d31fa371d
refactor(lib/util): strict null check for test files ( #15812 )
...
* add types for tmp
* expand files in lib/util
* update yarn lock
* Update tsconfig.strict.json
* util/exec
* util/git
* util/http
* Revert "util/exec"
This reverts commit 96cf479a1b
.
* update strict.json
* redo util/exec
* revert util/git
* util/merge-confidence
* update util/git
* util/package-rules
* fix util/git
* util/template
* util/
* revert extras
* rm newline
* add tmp back
* apply suggestion from review
* util/cache
* more changes
* Update tsconfig.strict.json
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-19 21:17:46 +00:00
Jason Bedard
461cbc7551
feat(bazelisk): add support for bazelisk bazelversion files ( #16114 )
2022-06-19 06:33:03 +00:00
Gabriel-Ladzaretti
dd3598c5b8
feat(config/migration): migrate config with a PR ( #15122 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-18 12:12:31 +00:00
Gabriel-Ladzaretti
7f51e58a06
fix(core/config): Log cached repo config filename and content ( #16134 )
2022-06-18 11:35:43 +00:00
wwuck
df70d37141
fix(pypi): package name with periods ( #15867 )
2022-06-18 06:15:10 +00:00
RahulGautamSingh
abe821ac4d
refactor: update WorkerExtractConfig type definition ( #16020 )
...
* update WorkerExtractConfig types
* update comment
* move worker-extract
* update CustomManager
* move interface RegExManagerTemplates manager->config
* fix import error
* rename CustomManager -> RegExManager
* fix lint error
2022-06-16 18:18:36 +02:00
Michael Kriese
827d313de4
feat(manager/terraform): support multiple container images ( #16107 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-16 14:06:36 +00:00
RahulGautamSingh
9e28ef3275
refactor: redefine defaultRegistryUrls ( #15856 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-16 13:00:11 +02:00
Maron
70084a61ef
refactor: move error-warning.ts ( #16098 )
2022-06-16 09:47:16 +02:00
Sergei Zharinov
f19eb5b841
fix(github): Don't append /api/v3/
to the endpoint twice ( #16097 )
...
* fix(github): Don't attach `/api/v3/` to the endpoint twice
* Add test
* More correct replacing
2022-06-16 08:42:23 +02:00
Justin Waite
0c76f701d6
feat(preset): add remix monorepo ( #16092 )
...
feat(preset): add monorepo location for remix framework
2022-06-15 20:02:33 +00:00
RahulGautamSingh
87f85951a2
refactor: move update internal deps to lookup ( #16059 )
2022-06-15 04:21:37 +00:00
Johannes Feichtner
a4205761c8
feat(terraform): kubernetes image resources support ( #16029 )
...
* add tests
* add support for kubernetes image resources
* Update lib/modules/manager/terraform/extract.ts
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
* added unknown resource
* added Kubernetes to Readme
* missed one spot in the Readme
* Update lib/modules/manager/terraform/readme.md
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
* switch to toMatchObject() in tests
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-14 19:51:11 +00:00
Tobias
6a78436600
feat(github): enable platformAutomerge feature for GHES>=3.3 ( #15924 )
2022-06-14 16:57:15 +02:00
renovate[bot]
10731ddb73
chore(deps): update dependency typescript to v4.7.3 ( #15815 )
2022-06-14 06:45:42 +02:00
Hasan Awad
89facd1d5d
feat: add extractedConstraint field for poetry ( #15922 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-13 21:12:51 +00:00
Rhys Arkins
faedc8117e
fix: Revert "fix: commit message" ( #16057 )
...
Revert "fix: commit message (#13197 )"
This reverts commit ed639b47ac
.
2022-06-13 20:58:13 +00:00
Brad Jorsch
ef41262f17
fix: resolve repoConfig.packageRules.extends with repo config ( #14978 )
2022-06-13 14:19:44 +00:00
Rhys Arkins
5c803f2e41
fix(config): check for undefined str when validating handlebars helpers ( #16047 )
2022-06-13 13:34:14 +02:00
Maksim
ed639b47ac
fix: commit message ( #13197 )
...
* fix: introduce class SemanticCommitMessage
* fix: introduce class AbstractCommitMessage
* fix: use commit message model
* fix: clean extra whitespaces
* fix: test coverage
* fix: fix build
* fix: unit test
* fix: by comments
* fix: cover case without prefix by unit tests
* fix: coverage
* fix: regexp
* fix: revert options changes
* fix: update commit message model
* fix: add unit test
* fix: add new getter to commit message model
* fix: add unit test
* fix: update by comments
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-13 12:28:41 +02:00
Johannes Feichtner
8d9e3be6f3
feat(gradle): add support for library(...).version() ( #15929 )
2022-06-13 07:12:02 +02:00
Gabriel-Ladzaretti
b676afcfe4
fix(prune): skip modified orphan branches ( #16026 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-13 01:45:35 +02:00
Dan Ports
0c66358e8c
docs(flux): OCI HelmRepository sources are currently unsupported ( #16024 )
2022-06-12 05:18:25 +00:00
Sergei Zharinov
dbf3aefc13
refactor(changelog): Unify argument lists for the call hierarchy ( #16013 )
2022-06-11 09:14:43 +02:00
Michael Kriese
94a39ae33d
feat(manager/nuget): cache restored packages ( #15984 )
2022-06-10 17:24:41 +00:00
Michael Kriese
6d88e7f726
fix(manager/npm): respect contraints from root package.json
when using yarn workspaces ( #15992 )
2022-06-10 14:20:05 +02:00
Michael Kriese
208b84f4a8
fix(config): no stabillity days for vulnerability alerts ( #15993 )
2022-06-10 11:54:15 +00:00
RahulGautamSingh
996e4a6e57
feat: rename aliases to registryAliases ( #15877 )
2022-06-10 05:14:49 +00:00
HonkingGoose
bb44a4bf83
docs(circleci): explain private orbs hostRules ( #15939 )
2022-06-10 07:00:51 +02:00
HonkingGoose
a52b5f49b3
docs(kustomize): rewrite readme ( #15940 )
2022-06-10 06:47:40 +02:00
Michael Kriese
4a177c8078
feat(preset): add SkiaSharp monorepo ( #15970 )
2022-06-10 04:31:41 +00:00
Johannes Feichtner
0496610fe4
feat(gradle): add support for simple extra properties ( #15983 )
2022-06-10 03:56:32 +00:00
Dominic Seitz
953ef18e87
feat(gitea): Support gitUrl ( #14947 )
...
* feat: Support gitUrl on gitea platform
* refactor: use query token instead of auth header
* refactor: debug message style
* refactor: use url property query
* refactor: use basic http auth for gitea
* test: add gitea tests for gitUrl property
* refactor: capitalising abbreviations
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* refactor: move getRepoUrl to utils
* fix: add missing property ssh_url to fix linting
* fix: utils strict mode issues
* Merge branch 'main' into main
* refactor: use endpoint without api path slicing
* refactor: use different null check
* refactor: make urls optional
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* test: prettier fix
* test: update test
* refactor: throw error if clone_url is missing
* test: refactor empty clone_url test
* refactor: change empty clone_url logic
* refactor: change imports
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* test: add token tests
* refactor: replace deprecated url module
* refactor: add null checks
* test: add tests for null checks
* test: use host rule implementation instead of mock
* refactor: remove explicit typing
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* test: update mocking
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* test: change dynamic imports
* Update lib/modules/platform/gitea/utils.ts
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-09 13:48:40 +00:00
Álvaro Torres Cogollo
08ed50ee8c
fix(changelog): extractVersion check ( #15962 )
2022-06-09 15:23:05 +02:00
Michael Kriese
49d851e5fd
refactor: tighten typescript types ( #15965 )
2022-06-09 12:17:05 +00:00
Álvaro Torres Cogollo
0248f956d5
fix(changelog): gitRef check ( #15869 )
...
* fix: GitRef match when getting GitHub Changelog
* Fix tests
* Updated snaps to support gitref field
* gitRef check support for gitlab
* Check with extractVersion
* Fixed tests for release-notes.spec.ts
* Fixed tests and created test case for extractVersion flow
* Revert "Fixed tests and created test case for extractVersion flow"
This reverts commit b018a6415a
.
* Revert "Fixed tests for release-notes.spec.ts"
This reverts commit d0d4c004bf
.
* Revert "Check with extractVersion"
This reverts commit bb9b795368
.
* Fixed tests
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-09 11:48:55 +00:00
Alfred Krohmer
83f54f5a8a
feat: allow currentDigest
and currentDigestShort
in templates ( #15951 )
2022-06-09 06:58:53 +00:00
Johannes Feichtner
0bbf62eb3d
refactor(dockerfile): rewrite splitImageParts() ( #15933 )
2022-06-09 05:12:01 +00:00
Rhys Arkins
a10e4ce915
fix: set global config before validating local presets ( #15926 )
2022-06-07 13:33:51 +02:00
Gabriel-Ladzaretti
f35048f9df
feat(preset): Replacement presets for Material-UI ( #15825 )
2022-06-07 10:52:50 +02:00
Gabriel-Ladzaretti
ea8ab7ca22
fix(dashboard): undefined currentValue ( #15917 )
2022-06-07 08:19:08 +00:00
Johannes Feichtner
d40a8a9745
feat(manager/gradle): add support for registry URL interpolation and additional properties delimiters ( #15903 )
2022-06-07 07:47:50 +00:00
Rhys Arkins
561c08d545
fix(github): filter vulnerability states only for >=3.5 ( #15920 )
...
Closes #14431
2022-06-07 09:12:23 +02:00
Rhys Arkins
381481ace1
fix: log GHES version
2022-06-07 07:50:46 +02:00
Rhys Arkins
143d72c600
fix: Revert "refactor: runtime-config-narrowing" ( #15915 )
...
Revert "refactor: runtime-config-narrowing (#15897 )"
This reverts commit a9a81275bf
.
2022-06-06 19:07:50 +02:00
Sergei Zharinov
244e18ab77
feat(github): Different cache update frequency for fresh packages ( #15901 )
2022-06-06 06:23:25 +00:00
Johannes Feichtner
44c67da0e1
feat(dockerfile): add support for escape chars and ARG instructions ( #15751 )
2022-06-06 05:47:17 +00:00
RahulGautamSingh
a9a81275bf
refactor: runtime-config-narrowing ( #15897 )
...
* refactor/runtime-config-narrowing
* remove test
* apply fixes
* reorder tests
2022-06-05 17:20:48 +02:00
Sergei Zharinov
4b6fc85146
fix(github): Never return null results for getReleases
( #15894 )
2022-06-04 17:54:39 +00:00
Sergei Zharinov
e4d5a0e2fd
fix(github): Throw on GraphQL errors during cache fetching ( #15891 )
2022-06-04 11:02:31 +00:00
Sergei Zharinov
dbad9e5848
fix(github-releases): Return gitRef
field ( #15890 )
2022-06-04 12:26:11 +02:00
Sergei Zharinov
7f05729d5d
feat(github-tags): Leverage long-term cache for digest retrieval ( #15888 )
2022-06-04 08:08:51 +00:00
Gabriel-Ladzaretti
a73942ca9d
fix(circleci): add android to machine image skipping ( #15792 )
2022-06-04 07:53:24 +00:00
Sergei Zharinov
c32b74bdee
fix(redis): Fix TTL minutes type ( #15886 )
2022-06-04 07:47:36 +02:00
Rhys Arkins
dd84b9c7f3
fix(redis): valid integer for ttl
2022-06-04 07:04:33 +02:00
Sergei Zharinov
a9c2f4762e
fix(github): Re-throw datasource cache errors ( #15878 )
2022-06-03 17:41:54 +02:00
Sergei Zharinov
cbed78630a
fix(cache): Fix repositoryCache
support for reset
value ( #15874 )
2022-06-03 13:35:20 +00:00
Maron
0b6b43ab80
fix(lookup): avoid unstable versions when rolling back ( #15821 )
2022-06-03 10:32:40 +00:00
Sergei Zharinov
2e957baed9
feat(github): long-term datasource caching ( #15653 )
2022-06-03 11:27:26 +02:00
Rhys Arkins
f5b8f08906
feat: additionalRegistryUrls ( #15868 )
2022-06-03 06:46:45 +00:00
Kevin Ennis
c4bd2b27f0
fix(manager:npm): Allow Github URLs with uppercase letters ( #15863 )
2022-06-03 05:58:33 +00:00
Rhys Arkins
cf6885f71a
fix(config): move endpoint, platform to GlobalConfig ( #15864 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-03 06:43:58 +02:00
Rhys Arkins
000598cfa3
refactor: Revert "refactor: add option endpoint to global config ( #15843 )"
2022-06-02 21:20:34 +02:00
HonkingGoose
5f21c63ba5
docs: replace word therefore, plus other small changes ( #15694 )
2022-06-02 16:58:52 +02:00
HonkingGoose
c09b39e14c
docs(regex manager): one sentence per line ( #15845 )
2022-06-02 16:52:33 +02:00
Sergei Zharinov
82da704955
refactor: Strict null checks for extract-related functions ( #15806 )
...
* refactor: Strict null checks for extract-related functions
* Fix
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-02 14:25:20 +00:00
RahulGautamSingh
bd6e42236c
refactor: add option endpoint to global config ( #15843 )
2022-06-02 14:46:22 +02:00
Sergei Zharinov
5495ab6394
refactor: Enable strict null checks for lookup-related functionality ( #15848 )
2022-06-02 13:56:14 +02:00
Maron
18b3c14ac3
fix(terraform): extend module provider git url parsing ( #15773 )
2022-06-01 07:20:41 +00:00
Piotr Wielgołaski
5a4b7eead1
feat(maven): Parse maven dependency.optional into depType ( #15775 )
2022-05-31 14:23:47 +00:00
Sergei Zharinov
eab31ffa96
refactor(cache): Enable strict null checks ( #15804 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-31 13:52:28 +00:00
Sergei Zharinov
4a3eec7371
refactor(changelog): Relocate in-range release fetching ( #15798 )
...
* refactor(changelog): Move in-range release fetching
* Update lib/workers/repository/update/pr/changelog/index.ts
2022-05-31 15:39:12 +02:00
Gabriel-Ladzaretti
c92f052239
feat(core/automerge): Allow a separate schedule for automerge ( #15680 )
...
* feat(core/automerge): Allow a separate schedule for automerge
- init commit
* feat(core/automerge): Allow a separate schedule for automerge
- lint ci fix
* feat(core/automerge): Allow a separate schedule for automerge
- added docs entry
* feat(core/automerge): Allow a separate schedule for automerge
- added test coverage
* feat(core/automerge): Allow a separate schedule for automerge
- config-description.ts reorder methods
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes
- revert schedule.spec.ts changes
- reset mocks in automerge.spec.ts
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes
* Apply suggestions from code review
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes log update
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* feat(core/automerge): Allow a separate schedule for automerge
- prettier fix and test update
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-05-31 07:13:05 +02:00
Gabriel-Ladzaretti
2cec5c06f4
feat(preset): Replacement preset for Material-UI to MUI ( #15774 )
2022-05-31 04:48:02 +00:00
RahulGautamSingh
56170df9ae
refactor: move updateInternalDeps to worker logic ( #15790 )
2022-05-31 03:53:25 +00:00
Maron
db938c67cb
fix(composer): problem with locked versions without patch part ( #15783 )
2022-05-30 17:47:55 +00:00
StinkyLord
13d0255d8d
fix(manager/go): fix replace block regex ( #15547 )
2022-05-29 19:11:12 +02:00
Jamie Magee
0cb19fa997
refactor(decorator): extract general purpose decorator methods ( #15772 )
2022-05-29 01:07:30 +02:00
Gabriel-Ladzaretti
50d9dedc6e
feat: branchPrefixOld ( #15591 )
2022-05-28 11:53:34 +00:00
Rhys Arkins
4b0102f08b
fix(gomod): default to not massaging replace statements ( #15767 )
2022-05-28 10:19:36 +02:00
Joshua Tang
99c4d1b020
feat(fvm): update to use flutter version datasource ( #15765 )
2022-05-28 05:41:35 +00:00
Gabriel-Ladzaretti
298ca9988c
refactor(onboarding): warning when onboarding pr cant be found ( #15724 )
2022-05-28 07:26:55 +02:00
scemily13
e563e22e2b
fix(pep440): Handle widening ranges with '~=' operator ( #15704 )
2022-05-28 06:39:21 +02:00
Michael Kriese
3ee32bce6c
fix: Revert "fix: move update internal deps to worker logic" ( #15756 )
2022-05-27 16:44:58 +02:00
RahulGautamSingh
9e7659f754
fix: move update internal deps to worker logic ( #15745 )
2022-05-27 09:22:56 +02:00
Gabriel-Ladzaretti
2a558030db
refactor(repository/update): remove unneeded type check ( #15722 )
2022-05-26 20:11:17 +02:00
HonkingGoose
88c99bf1f3
docs(docker): explain how to get Renovate to fetch release notes ( #15726 )
2022-05-26 07:49:32 +02:00
Gabriel-Ladzaretti
1c248e284f
fix(platform/github): dryrun skip autoclosed prs reopening ( #15727 )
2022-05-26 07:12:30 +02:00