Danek Duvall
4b55b4e511
feat(manager/nuget): bump VersionPrefix in MSBuild project files ( #23464 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-08-08 05:36:59 +00:00
Sergei Zharinov
17bf7d7ed9
refactor: Reuse datasource filtering ( #23716 )
2023-08-07 20:02:57 +00:00
Markus Schulz
6c42022f78
refactor(scm): use scm for mergeBranch, mergeToLocal ( #23448 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-08-07 15:39:43 +00:00
Joshua Tang
ee6c40f800
fix(manager/pub): extract sdk constraint correctly ( #23367 )
...
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-08-07 06:04:54 +00:00
RahulGautamSingh
9dc51d03c4
refactor(managers): move regex in custom
folder ( #23715 )
2023-08-06 11:00:47 +00:00
Sergei Zharinov
0f872f8b1a
fix(npm): Types for bumpVersion
parameter ( #23717 )
2023-08-04 19:27:42 +00:00
Sergei Zharinov
8c0013f1fc
fix(util/result): Types for wrapNullable
( #23713 )
2023-08-04 15:00:11 +00:00
Sergei Zharinov
f2f6c17227
refactor(datasource): Extract getRawPkgReleases
from getPkgReleases
( #23712 )
2023-08-04 13:39:12 +00:00
Michael Kriese
2daf10e4e8
feat(datasource/docker): allow override max pages (experimental /self-hosted) ( #23700 )
2023-08-04 07:46:22 +00:00
RahulGautamSingh
2367b42413
feat: warn if multiple lock files detected ( #23562 )
2023-08-04 05:46:40 +00:00
HonkingGoose
8b3bfe4975
docs: improve datasource readme ( #23653 )
2023-08-03 18:09:19 +00:00
Asifur Rahman Arnab
37862b6c08
feat: add plain
format type for customDatasources ( #23563 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-08-03 14:20:36 +00:00
Michael Kriese
8465edaba5
fix(datasource/docker): fetch 20 pages ( #23690 )
2023-08-03 13:28:07 +00:00
Mads Jon Nielsen
bc192665d7
fix(npm): package-lock.json v3 root project out of sync with package.json ( #23495 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-08-03 11:58:50 +00:00
Michael Kriese
c3c95bec57
docs(platform/bitbucket-server): wrong start commands ( #23683 )
2023-08-03 11:18:13 +00:00
Sergei Zharinov
009a665293
test(datasource): Add tests for common.ts
( #23669 )
2023-08-02 22:22:59 +00:00
renovate[bot]
fe739befbf
chore(deps): update linters to v6 (major) ( #23325 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-08-02 15:07:49 +00:00
Michael Kriese
68f34a99ff
chore: fix types ( #23665 )
2023-08-02 12:17:11 +00:00
Uli
908777cdcc
docs(datasource): Add additional examples for custom datasource ( #23558 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-08-01 18:09:43 +00:00
Connor Pearson
cdf1db7200
feat(platform/gitlab): support autoApprove option ( #23460 )
2023-08-01 06:36:49 +00:00
CodeShakingSheep
b02d4ac492
docs(platform/Gitea): Update PAT scopes for Gitea ( #23615 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-07-31 12:32:23 +00:00
Sergei Zharinov
72092626db
refactor(jenkins-plugins): Remove huge fixtures ( #23621 )
2023-07-30 17:46:22 +00:00
Sergei Zharinov
bbf4183b04
refactor(cdnjs): Use zod schema and Result
class ( #23588 )
2023-07-29 17:54:49 +00:00
Rhys Arkins
2be0ff3873
fix(lerna): skip bootstrap if using a v7 range ( #23595 )
2023-07-29 07:48:36 +00:00
Sergei Zharinov
45328c57b6
refactor: Extract datasource result filters to separate file ( #23587 )
2023-07-28 08:09:41 +00:00
Ikko Eltociear Ashimine
d450995dd1
chore: fix typo in extract.ts ( #23584 )
2023-07-27 19:21:13 +02:00
Sergei Zharinov
674c6fca49
feat: Support Zod values in Result
transforms ( #23583 )
2023-07-27 15:17:18 +00:00
bjuraga
a9af34cf8c
fix(manager/nuget): don't bump version if already done ( #23546 )
2023-07-27 14:56:30 +00:00
Rhys Arkins
48d3ebab1d
fix(lerna): detect lerna in dependencies ( #23575 )
2023-07-27 13:53:08 +00:00
Kenichi Kamiya
450350e3fa
feat(manager/asdf): add typos ( #23566 )
2023-07-26 20:09:18 +00:00
Adam Setch
2159444ee1
refactor: use minimatch util ( #23549 )
2023-07-26 07:51:10 +00:00
RahulGautamSingh
ce1be2c5a1
fix(versioning/hashicorp): allow !=
in ranges, constraints ( #23492 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-07-25 18:18:41 +00:00
RahulGautamSingh
d255f811ae
test(dep): replace mockdate
package with jest.fakeTimers ( #23542 )
2023-07-25 16:14:18 +00:00
Sergei Zharinov
992b336a89
fix(rubygems): Use cascade of endpoints for unknown servers ( #23523 )
2023-07-25 15:43:14 +00:00
Adam Setch
39c907231b
refactor(util/hash): replace hasha sha512 use cases ( #23548 )
2023-07-24 22:54:28 +00:00
Adam Setch
b9c8c44fda
refactor(util/hash): replace sha256 hasha use cases ( #23547 )
2023-07-24 20:01:39 +00:00
Sergei Zharinov
6451c3af73
refactor(rubygems): Use Result
class ( #23522 )
2023-07-24 18:40:21 +00:00
Sergei Zharinov
285bed3e43
test(rubygems): Simplify tests ( #23521 )
2023-07-23 13:41:17 +00:00
Sergei Zharinov
3559cb3980
refactor(rubygems): Unify fetching via v1 API ( #23517 )
2023-07-23 13:14:49 +00:00
Sergei Zharinov
0e2083ee02
refactor(rubygems): Extract v1 API handling ( #23474 )
2023-07-23 10:27:14 +00:00
Sergei Zharinov
9e77d59a96
fix(github): Remote branch existence check ( #23480 )
2023-07-23 09:57:07 +00:00
Sergei Zharinov
64a52b0aa9
test(rubygems): Format fixture data ( #23518 )
2023-07-23 09:10:54 +00:00
MartijnLeijssen-TomTom
bca8175684
fix(datasource/conan): continue on error during fetching package url ( #23391 )
2023-07-21 19:07:06 +00:00
mikaello
5e3d6a2bac
test(versioning/loose): add testcase for timestamp ( #23507 )
2023-07-21 18:38:48 +00:00
Tobias
807b79620b
fix(git-submodule): remove token injection from submodule URL ( #23458 )
2023-07-21 17:29:25 +00:00
lfcyja
ec44118056
fix(datasource): re-encode URL to support white spaces in Azure projects ( #23354 )
2023-07-19 15:05:25 +00:00
Sergei Zharinov
b641ec2738
refactor: Better Result
class implementation ( #23335 )
2023-07-19 11:30:47 +00:00
Michael Kriese
3101674d1b
feat(datasource/kubernetes-api): add flux types ( #23442 )
2023-07-19 08:12:15 +00:00
Anthony Roussel
0a311c8dad
feat(platform/github): autodiscover repos by topic ( #23362 )
2023-07-19 06:50:34 +00:00
Michael Kriese
2d23e16b1e
feat(manager/npm): extract contraints again on post-update ( #23131 )
2023-07-19 05:30:13 +00:00
Tobias
01ee73c28a
feat(manager/git-submodule): add authentication support ( #22061 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-07-18 16:17:04 +00:00
Dmitriy Kudelko
d9a24c5d96
fix(yarn): support corepack constraint ( #23395 )
2023-07-18 08:44:15 +00:00
Matthew Dawson
ab7f679364
fix(datasource/helm): Skip helm charts with no listed versions ( #23223 )
2023-07-17 18:06:20 +00:00
Michael Kriese
6b11746559
docs(github-actions): simplify sample ( #23407 )
2023-07-17 13:05:15 +00:00
Mark Elliot
84e17317d6
fix(manager/bazel-module): skip non-local .bazelrc imports ( #23383 )
2023-07-17 08:35:40 +00:00
HonkingGoose
124c1e636c
docs: refer to the app as the Mend Renovate app ( #23336 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-07-13 14:24:43 +00:00
Tobias
714bb276e9
test(git-submodules): separate and make tests easier mockable ( #23065 )
2023-07-13 12:59:11 +00:00
Daniil Samoylov
562b745e55
fix(pnpm): locked version extraction logic ( #23342 )
2023-07-13 05:37:49 +00:00
Rhys Arkins
5cc2280bf9
fix(datasource/go): use defaultVersioning=semver ( #23319 )
2023-07-12 07:23:36 +00:00
Sergei Zharinov
0bc7e61089
fix(rubygems): Restrict metadata cache to rubygems.org
host ( #23307 )
2023-07-11 19:20:03 +00:00
Sergei Zharinov
37ebff7c92
refactor(rubygems): Use Result
type for caching control flow ( #23266 )
2023-07-11 16:43:09 +00:00
HonkingGoose
eeab2c362a
docs(cdnurl): rewrite readme ( #23234 )
2023-07-11 08:41:06 +02:00
Sebastian Poxhofer
f26d21fcc3
feat(datasource): implement custom datasource ( #23147 )
2023-07-10 18:22:35 +00:00
Sergei Zharinov
8f39f500cb
refactor: Don't restrict error type for Result<T, E>
( #23265 )
2023-07-10 09:41:38 +00:00
github-actions[bot]
3fced200db
fix(data): automatic update of static data ( #23263 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-07-10 07:35:52 +00:00
Ramon V
12e8935835
feat: includeMirrors ( #23110 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-07-09 10:24:56 +00:00
Johannes Feichtner
9d3d7a92ac
fix(platform/bitbucket-server): do not force lowercase project keys in autodiscover mode ( #23261 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-07-09 05:44:37 +00:00
Sergei Zharinov
76cacd5953
refactor: Extract ReleaseResult
filtering functions ( #23253 )
2023-07-09 05:41:16 +00:00
Mikko Piuhola
4ef1cd20ad
feat(platform/gitlab): Allow custom delay for pipeline status via experimental variable ( #23239 )
2023-07-07 11:26:35 +00:00
Sergei Zharinov
ce7acdda92
fix(gradle-wrapper): Show release notes in PR ( #23133 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-07-07 10:11:40 +02:00
Sergei Zharinov
369d9273ef
fix(rubygems): Don't throw on metadata errors ( #23224 )
2023-07-06 18:45:42 +00:00
Sergei Zharinov
8af5ca0a47
refactor: Rename getPkgReleasesWithResult
to getPkgReleasesSafe
( #23211 )
2023-07-06 12:00:45 +00:00
RahulGautamSingh
8432e76e8e
fix: replace delay with setTimeout ( #23123 )
2023-07-06 10:20:55 +00:00
Sebastian Poxhofer
b6c4f5ea1b
feat(managers): add more categories ( #23162 )
2023-07-05 09:28:12 +00:00
Sebastian Poxhofer
19259a0383
feat!: categories ( #16534 )
...
Closes #13953
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
BREAKING CHANGE: languages are now called categories instead
2023-07-04 19:21:52 +02:00
Sebastian Poxhofer
8ccb0eaae2
feat(datasource)!: default to the central default versioning ( #23020 )
...
BREAKING CHANGE: semver-coerced is now the default versioning
2023-07-04 19:21:52 +02:00
Michael Kriese
f9e3e80e0c
feat(presets)!: rename config:base
to config:recommended
( #21136 )
...
Closes #12024
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Bastian Gutschke <bastian.gutschke@gmx.de>
BREAKING CHANGE: Preset config:base is now called config:recommended
2023-07-04 19:21:52 +02:00
Rhys Arkins
c7832e55f8
feat!: remove BUILDPACK env support
2023-07-04 19:21:52 +02:00
Rhys Arkins
ad0479a11b
feat(npm): support constraintsFiltering=strict ( #22447 )
...
Closes #4826
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-07-04 19:21:52 +02:00
RahulGautamSingh
aa14b777c0
feat!: replace dockerImagePrefix
with dockerSidecarImage
( #22708 )
...
Closes #21217
BREAKING CHANGE: dockerImagePrefix is now replaced by dockerSidecarImage
2023-07-04 19:21:52 +02:00
Rhys Arkins
e3d5f7df92
feat!: merge matchPaths and matchFiles into matchFileNames ( #22406 )
...
Closes #22395
BREAKING CHANGE: matchPaths and matchFiles are now combined into matchFileNames, supporting exact match and glob-only
2023-07-04 19:21:52 +02:00
Rhys Arkins
530f537b9b
feat(npm)!: disable rollbackPrs for npm by default ( #21970 )
...
BREAKING CHANGE: Rollback PRs will no longer be enabled by default for npm (they are now disabled by default for all managers)
2023-07-04 19:21:52 +02:00
Michael Kriese
08bbf812b0
feat(platform/gitlab)!: prefer commit_email
( #21122 )
...
gitAuthor discover for GitLab now prefers the field `commit_email` over `email`.
Closes #12532
BREAKING CHANGE: GitLab gitAuthor will change from the account's "email" to "commit_email" if they are different.
2023-07-04 19:21:52 +02:00
Rhys Arkins
61a7813aba
feat(automerge)!: default to platformAutomerge=true ( #21327 )
...
Closes #21319
BREAKING CHANGE: Platform automerge will now be chosen by default whenever automerge is enabled.
2023-07-04 19:21:52 +02:00
RahulGautamSingh
17004670eb
fix(platform): compare target refs before updating ( #23094 )
2023-07-04 09:00:49 +00:00
Tobias
700fa4d146
test(git-refs/git-tags): add types to mocked objects ( #23096 )
2023-07-03 19:20:06 +00:00
Sergei Zharinov
1f3a14addb
fix(datasource/packagist): Use serializable type for availablePackages
( #23117 )
2023-07-03 17:54:20 +00:00
Adam Setch
b3424c626c
feat(platform/bitbucket): add support for fetching release notes ( #22094 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-07-03 11:23:53 +00:00
Johannes Feichtner
4dc6d691f6
refactor(manager/gradle): ignore stdout of artifact updates via stdio convenience option ( #23088 )
2023-07-02 21:09:06 +00:00
Adam Setch
ed182aa67b
feat(platform/bitbucket): support reopening declined PRs via comments ( #22984 )
2023-07-02 16:19:09 +00:00
Johannes Feichtner
5336723207
fix(manager/gradle-wrapper): refresh Gradle lockfile after wrapper update ( #23081 )
2023-07-02 11:19:10 +00:00
Adam Setch
7cd6f7c250
chore(bitbucket): add optional page to PagedResult ( #23084 )
2023-07-02 09:51:58 +00:00
RahulGautamSingh
4180370e01
feat(platform): update PR target branch if baseBranch changed ( #23010 )
2023-07-01 14:58:34 +00:00
Sergei Zharinov
6a2564dbeb
feat(versioning): Add schema transform ( #23047 )
2023-07-01 06:44:31 +00:00
Tobias
40507c23b5
feat(git-refs/git-tags): support authentication for private git repositories ( #22983 )
2023-06-30 19:45:55 +00:00
Oscar Dominguez
558535e463
feat(manager/npm): add support for Volta's pnpm ( #23069 )
2023-06-30 18:49:53 +00:00
Sergei Zharinov
e27424c833
refactor(datasource): Use Result
utility class for lookups ( #23067 )
2023-06-30 17:46:51 +00:00
Rhys Arkins
930fc9fa6f
refactor: don't throw errors from datasource package releases lookup ( #23058 )
2023-06-30 12:29:26 +00:00
Jorge Villacorta
6161d069e3
feat(bundler): try matching lock file to package file first ( #23032 )
2023-06-30 04:58:17 +00:00
Tobias
674f9cbfcc
feat(github-tags): enable datasource for registry hunting ( #23041 )
2023-06-29 15:29:57 +00:00