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
Michael Kriese
e397cb71d7
fix(manager:terraform): use github-releases ( #15713 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-05-26 04:47:10 +00:00
Rhys Arkins
afd96e7b8a
fix: whitesource -> mend ( #15729 )
2022-05-25 15:23:28 +02:00
Sergei Zharinov
c18c55e97c
fix(clojure): Prioritize Maven-based deps over git-based ones ( #15720 )
2022-05-25 07:48:44 +02:00
Dominic Seitz
292f144590
refactor(gitea): use env variable endpoint without api path appendix ( #15055 )
...
* refactor: use gitea env variable endpoint without api path appendix
* refactor: use regex for api path trimming
* refacotr: move api path constant to gitea-helper
* refactor: consider end of string for api path trimming
* refactor: use baseUrl in gitea helper tests
* test: use toEqual instead of snapshot test
* refactor: update gitea default endpoint
* test: update gitea base url
* test: update init platform test
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* test: fix linting
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-24 18:32:45 +00:00
Michael Kriese
c1da6b948d
feat(manager:nuget): support central version management ( #15698 )
2022-05-24 16:29:28 +02:00
Rhys Arkins
c3acca8877
refactor: better manager types ( #15708 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-24 07:01:43 +00:00
George Georgiev
a5b26f6a97
feat(droneci): Preserve multiline image with digest format ( #15673 )
2022-05-24 07:29:30 +02:00
Michael Kriese
e319e21dab
fix(http): cache head requests ( #15695 )
2022-05-23 13:34:04 +02:00
Michael Kriese
fcc1a8f619
fix(datasource:docker): use json request for auth check ( #15693 )
2022-05-23 10:30:43 +00:00
Michael Kriese
fd00fd53ef
fix(datasource:docker): wrong scope for ghcr.io ( #15686 )
2022-05-23 10:45:22 +02:00
Rhys Arkins
f931d9b148
fix(grouping): group update with same major version should be ignorable ( #15586 )
2022-05-23 06:27:49 +02:00
Hasan Awad
5ae75f59a2
fix(config/options): handle pin digest commitMessageExtra ( #15678 )
...
handle pin digest commit message
2022-05-22 15:51:28 +02:00
scemily13
1b28501d30
fix(buildkite): Catch '?' yaml syntax for plugins ( #15666 )
2022-05-22 06:42:08 +02:00
Hasan Awad
e183d4c064
fix(manager/sbt): handle new line after equalities in the file ( #15613 )
2022-05-20 09:50:46 +02:00
Michael Kriese
5afed40ba3
fix(manager:nuget): use git to read current lockfile ( #15395 )
2022-05-20 04:40:54 +00:00
sommmen
768e178419
feat(presets): Add monorepo NSwag ( #15647 )
...
* feat(presets): Add monorepo NSwag
> `Detected package downgrade: NSwag.MSBuild from 13.16.0 to 13.15.10.`
Stops code from breaking on package upgrade.
Please see: https://github.com/RicoSuter/NSwag under the section 'nuget packages'. for a list of packages.
* Alphanumeric sort
2022-05-19 11:11:09 +02:00
Lagorce
9afdb73931
fix(docker): use a GET request to the real resource auth. ( #14744 ) ( #15312 )
2022-05-19 06:03:38 +00:00
Hasan Awad
00feb722ce
fix(changelog): add a check for exact match of a release ( #15590 )
2022-05-19 04:48:29 +00:00
Rhys Arkins
da9b94de84
fix(conan): lower case accept header for github ( #15644 )
...
Closes #15641
2022-05-19 06:25:34 +02:00
Rhys Arkins
cf60a57cd4
fix(config): migrate requireConfig=false ( #15640 )
2022-05-18 19:42:33 +00:00
Gabriel-Ladzaretti
c17a274de3
feat(versioning/debian): Debian codenames support ( #14881 )
...
* refactor(tools/distro-info): for later use in ubuntu and debian versioning
cr changes
* feat(versioning/debian): Debian codenames support
restore extracted code
* feat(versioning/debian): Debian codenames support
package.json, dropped the generate: prefix.
unit test mod as per CR
* feat(versioning/debian): Debian codenames support
now using the generic ver api interface
* feat(versioning/debian): Debian codenames support
revert exporting docker versioning
* feat(versioning/debian): Debian codenames support
switched to luxon for time handle
test fixes
dropped ts-ignore comments
* feat(versioning/debian): Debian codenames support
extract changes in distro.ts
* feat(versioning/debian): Debian codenames support
post merge changes
* feat(versioning/debian): Debian codenames support
cr changes
* feat(versioning/debian): Debian codenames support
- added support for pin range strategy
* feat(versioning/debian): Debian codenames support
- typos & metadata fixes
* feat(versioning/debian): Debian codenames support
- added isReleased to distro.ts
* feat(versioning/debian): Debian codenames support
- moved all time/date handling into distro.ts
- date freeze for ubuntu/debian/distro unit tests
* refactor(versioning/distro): Move date handling into distro.ts
- revert refactor #15272
* feat(versioning/debian): Debian codenames support
- merge distro refactor
* feat(versioning/debian): Debian codenames support
- extract private properties
* feat(versioning/debian): Debian codenames support
- cr changes
* feat(versioning/debian): Debian codenames support
- cr changes
* feat(versioning/debian): Debian codenames support
- cr changes
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-18 15:32:59 +00:00
Rhys Arkins
7fdd9e147c
fix: clear PackageFiles during initRepo ( #15635 )
2022-05-18 15:51:54 +02:00
Maron
0cf2ab4823
feat: refactor requireConfig option ( #15594 )
2022-05-18 10:21:51 +00:00
Sergei Zharinov
de70ecad04
refactor(datasource): Make GitDatasource
class abstract ( #15629 )
2022-05-18 11:56:59 +02:00
Stefan Hojer
e91ea8124d
feat(config): pass baseConfig to transitive presets ( #15537 )
...
* pass baseConfig to transitive presets
* add test for checking endpoint/platform in resolveConfigPresets()
* incorporated review findings
* removed mockClear() as it is no longer needed
* test: apply changes
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-18 09:44:24 +00:00
Michael Kriese
8c20872ee2
fix(config): unicodeEmoji
is a global only option ( #15631 )
2022-05-18 11:32:27 +02:00
Christian Bewernitz
8d7e309c19
feat(presets): Add replacements:xmldom-to-scoped ( #15588 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-17 15:32:16 +00:00
Hasan Awad
4ef5aa2422
feat(npm): add detection for overrides block ( #15351 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-05-17 15:10:43 +00:00
Michael Kriese
e47a685071
fix(dashboard): use blockquote instead of invalid ul ( #15612 )
2022-05-17 11:40:07 +02:00
Alexandre Paradis
76399e0a0c
feat(preset): add jsPlumb monorepo ( #15605 )
...
* feat(config): add jsPlumb monorepo
* Update lib/config/presets/internal/monorepo.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-17 05:36:51 +00:00
George Georgiev
e59004325f
feat(droneci): support for multiline string image dependency ( #15578 )
2022-05-17 05:21:33 +02:00
Fred Cox
bd35df69fd
feat(datasource:terraform): use official api for custom registries ( #15175 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-16 19:31:02 +00:00
David May
652ac2aca4
feat: add velaci manager ( #14803 )
2022-05-16 17:59:20 +00:00
Jack Pierce
06a226291c
fix(buildkite): inspect all lines for plugin definitions ( #15548 )
2022-05-16 16:42:42 +02:00
Michael Kriese
123d42639f
test(config): fix mocking ( #15600 )
2022-05-16 14:41:46 +00:00
patst
500c2cd2ba
feat(manager:terraform): Terraform-module updates for Azure DevOps SSH Repositories ( #15492 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-16 14:23:57 +00:00
Pascal Jufer
75ca046eda
feat(presets): add react-page
monorepo ( #15601 )
2022-05-16 13:52:11 +02:00
Gabriel-Ladzaretti
224d5e7717
feat(core/dashboard): include list of detected package files ( #15418 )
2022-05-16 12:20:31 +02:00
Sean Fausett
5043379847
fix(dockerfile): loosen default dockerfile manager filematch ( #15583 )
2022-05-15 06:00:45 +02:00
Sergei Zharinov
918ef59df0
fix(gradle): Refer correct file when resolving version from variable ( #15581 )
2022-05-14 15:59:02 +00:00
Craig Andrews
ae4a57491d
fix(maven): Use correct snapshot URL in getDependencyInfo ( #15380 )
2022-05-13 18:29:35 +02:00
tsuyoshi wada
31b10e73c6
feat(preset): add acot monorepo ( #15563 )
2022-05-13 08:18:17 +00:00
Martin Herndl
9ea60bb7f5
feat(preset): group PHPStan packages together ( #15509 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-13 07:26:32 +00:00
Rhys Arkins
9a1d98cc1b
fix(changelog): massage links case insensitive ( #15570 )
2022-05-13 08:07:01 +02:00
Gabriel-Ladzaretti
d50856bda7
test: deprecate old loads fixtures functions ( #15554 )
2022-05-12 10:04:41 +02:00
Hasan Awad
8dfad00414
fix(github-actions): handle quotes ( #15502 )
2022-05-11 13:57:14 +00:00
Morre
d4ccd8a466
fix(manager:terraform): resources can contain blocks ( #15543 )
2022-05-11 13:41:13 +00:00
Sergei Zharinov
c5a60d1c02
fix(gradle): Parse dependencies declared via library()
( #15541 )
2022-05-11 12:27:02 +02:00
Michael Kriese
47385421e4
test: deprecate old loads fixtures functions ( #15539 )
2022-05-11 07:19:34 +00:00
Maron
9fa73552d7
feat: Measure Metric extend repository result to differentiate ( #15361 )
2022-05-11 05:52:33 +00:00
Michael Kriese
0180fddb37
feat(npm): use updated node for artifacts ( #15527 )
2022-05-11 05:19:35 +00:00
Gabriel-Ladzaretti
a377295642
refactor(versioning/distro): Move date handling into distro.ts ( #15271 )
...
* refactor(versioning/distro): Move date handling into distro.ts
- moved all time/date handling into distro.ts
- date freeze for ubuntu/distro unit tests
* refactor(versioning/distro): Move date handling into distro.ts
- restore deleted test cases for ubuntu unit tests
* refactor(versioning/distro): Move date handling into distro.ts
- removed distro time mocking
* refactor(versioning/distro): Move date handling into distro.ts
- DistroInfo constructor is no longer date dependent
- Restored DateTime mock
* refactor(versioning/distro): Move date handling into distro.ts
- convert a while to a for loop
* refactor(versioning/distro): Move date handling into distro.ts
- unit tests went further back in time
* Update lib/modules/versioning/distro.spec.ts
* refactor(versioning/distro): Move date handling into distro.ts
- cr changes
* refactor(versioning/distro): Move date handling into distro.ts
- cr changes
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-05-11 06:03:58 +02:00
StinkyLord
dad6a1f607
fix(gradle): gradle/libs.versions.toml should replace version not comment ( #15330 )
2022-05-11 05:44:44 +02:00
Sebastian
34cc43a765
feat(docker-compose): Add support for more file names ( #15532 )
2022-05-10 15:48:01 +00:00
Sergei Zharinov
42f86cfb7d
feat(clojure): Enhanced support for deps.edn
files ( #15530 )
2022-05-10 16:52:22 +02:00
Michael Kriese
30120f952a
test: add missing diff types ( #15528 )
2022-05-10 12:13:09 +02:00
StinkyLord
200d98e67d
fix(datasource/go): fix parsing go-source and go-import without quotation ( #15402 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-05-10 05:55:25 +00:00
Sergei Zharinov
f292e76852
feat: Cache compacted PR body structure ( #15303 )
2022-05-09 10:24:28 +00:00
StinkyLord
07e8b147a1
fix(datasource/go): re-arrange the go datasource extraction in functions ( #15401 )
2022-05-09 10:11:11 +03:00
Rhys Arkins
e8b9819c07
fix(npm): don't overwrite cached tags ( #15500 )
2022-05-07 18:19:53 +02:00
Rhys Arkins
ff2318547d
fix: log sidecar sha ( #15499 )
2022-05-07 16:22:04 +02:00
Sergei Zharinov
edefea8db0
refactor: Custom rebasing notice for getPrBody()
function ( #15498 )
2022-05-07 15:43:48 +02:00
Rhys Arkins
16bd06381c
fix: respect latest when selecting tool versions ( #15481 )
2022-05-06 09:53:28 +00:00
Rhys Arkins
cdc359c0fd
fix: better allowedPostUpgradeCommands failure messages ( #15482 )
2022-05-06 11:00:02 +02:00
Michael Kriese
42824400d7
feat(manager:cocoapods): support binarySource=install
for cocoapods ( #15473 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-05-05 16:59:42 +02:00
Rhys Arkins
456b2c0d86
feat(pnpm): detect v7 support when updating lock file ( #15470 )
...
* feat(pnpm): detect v7 support when updating lock file
* fix type check
* refactor: test
2022-05-05 16:13:50 +02:00
Jean-Yves CAMIER
e97974d55b
feat(helmfile): oci support ( #15432 )
2022-05-05 14:15:20 +02:00
Mikhail Advani
114e6da927
fix(python): remove default versioning ( #15447 )
2022-05-05 12:56:16 +02:00
Rhys Arkins
e79813d32e
feat: gomodNoMassage ( #15462 )
2022-05-05 11:33:50 +02:00
Sergei Zharinov
42d93b632c
refactor: ensurePr
improved testability ( #15443 )
2022-05-05 11:17:11 +02:00
Hasan Awad
e520129272
fix(manager/gradle): Add groupName
for toml parser and plugins ( #15190 )
2022-05-05 07:41:06 +02:00
Michael Kriese
a51baaf8af
fix(manager:npm): patch local yarn v1 binary ( #15440 )
...
* test: fix mocks
* fix(manager:npm): patch local yarn v1 binary
2022-05-04 10:28:37 +00:00
Michael Kriese
82a047965a
fix(manager:pip_requirements): declare git-tags datasource ( #15444 )
2022-05-04 09:30:51 +00:00
Michael Kriese
03b28828f3
feat(manager:npm): support binarySource=install
for yarn ( #15414 )
2022-05-04 08:32:15 +02:00
Kenneth Jorgensen
6ea0d5d6fb
feat(maven): S3 Support ( #14938 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-05-04 05:59:14 +02:00
Christoph Brand
30765fbd1e
feat(manager): no-emit-index-url in pip compile ( #15367 )
...
* feat(manager): no-emit-index-url in pip compile
Add support for no-emit-index-url to avoid sharing
confident credentials in the generated requirements.txt
file.
* chore: linting fixes
* chore: update docs
* chore: code review fixes
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-03 22:35:32 +00:00
Michael Kriese
10671a16cc
test(git): use longer jest timeout ( #15422 )
2022-05-03 15:11:36 +02:00
crapStone
4f2c6ea5fd
feat: add futures-rs, tauri and wasm-bindgen to monorepos ( #15040 )
2022-05-03 12:09:05 +00:00
Michael Kriese
8611d5c434
fix(manager:npm): support yarn-path in repo sub-dir ( #15415 )
2022-05-03 09:19:42 +00:00
Sergei Zharinov
add3520a30
fix(github): Use long pages for initial PR lsit fetch ( #15400 )
2022-05-02 18:59:17 +00:00
Alexandre Paradis
9f50a7d668
fix: new Sharp package changelog location ( #15406 )
2022-05-02 20:20:20 +02:00
Oscar Dominguez
e218379958
feat(presets): add support to presets ending with .json5
or .json
( #15377 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-02 16:34:09 +02:00
Gabriel-Ladzaretti
abf1814c07
refactor(repo/init): strict null checks ( #15311 )
...
* refactor(repo/init/merge): strict null checks
- strict null fixes
* refactor(repo/init/merge): strict null checks
- cr changes
2022-05-02 15:01:45 +02:00
Sebastian Poxhofer
ae9714a379
fix(helmv3): do not attempt to update locks for local references ( #15382 )
2022-05-02 07:49:17 +00:00
Maksim
ed73d380e8
refactor: improve commit message functionality ( #13328 )
...
* refactor: improve commit message functionality
* refactor: fix test coverage
* refactor: fix by comments
* refactor: fix build
* refactor: fix linting
* refactor: fix export type
* refactor: js private fields
* refactor: static private fields
* fix: lint
* refactor: fix tsconfig
* refactor: implement method normalizeInput
* refactor: fix by comments
* Update lib/workers/repository/model/commit-message.ts
* refactor: fix by comments
* refactor: use private typescript fields again
* refactor: fix by comments
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-02 01:42:33 +00:00
Wouter Klijn
9100172483
test(manager/nuget): add tests covering more complex project references ( #15386 )
...
* test(manager/nuget): add tests covering more complex project references
* chore: run prettier-fix
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-01 09:23:03 +00:00
Sergei Zharinov
608d0f6a40
feat: Create utility for function memoization ( #15373 )
...
* feat: Create utility for function memoization
* Simplify
2022-05-01 06:00:55 +02:00
Sergei Zharinov
d4e47f50b7
refactor: Extract participants-related functionality from PR update ( #15378 )
2022-04-30 17:20:38 +02:00
Craig Andrews
295cf29a59
refactor(maven): move createUrlForDependencyPom from index.ts to util.ts ( #15381 )
2022-04-30 14:45:09 +00:00
HonkingGoose
01d3465291
fix(matchUpdateTypes): improve config option description ( #15371 )
2022-04-29 12:52:22 +02:00
Michael Kriese
ef470f7f92
feat(config): parse json files as json5 ( #15187 )
2022-04-29 08:34:55 +00:00
Maron
27dd1c027a
bug: Gradle-Unsupported dependency formats ( #15355 )
2022-04-29 08:13:19 +00:00
Hasan Awad
e0053be5d6
fix(process/lookup): pinDigest update type ( #14658 )
2022-04-29 09:49:15 +02:00
Mikhail Advani
3fe66407f1
Support git over https without username for pip_requirements ( #15231 )
2022-04-29 04:11:11 +00:00
strowk
d288f1409e
feat(preset): add datadog browser sdk monorepo ( #15362 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-29 03:19:10 +00:00
Gabriel-Ladzaretti
05bf839b04
fix(pep440): renovate downgrades when rangeStrategy=bump ( #15358 )
2022-04-28 16:27:30 +02:00
StinkyLord
50d23e6576
feat(config): add configErrorIssue to suppressNotifications to disable issues on config failure ( #15296 )
2022-04-28 14:54:49 +02:00
Sergei Zharinov
d4541ec429
refactor(pr): Extract labels-related code to separate file ( #15352 )
2022-04-28 12:14:47 +02:00
Rhys Arkins
2471bcdf81
fix(package-rules): check for missing value ( #15347 )
...
* fix(package-rules): check for missing value
* fix null check
2022-04-28 06:02:55 +00:00
Rhys Arkins
b547729039
fix: crate cargo vulnerability datasource mapping ( #15348 )
2022-04-28 07:52:07 +02:00
Rhys Arkins
8e20e9959d
fix(npm): correct matchDatasources casing ( #15343 )
2022-04-28 05:12:58 +02:00
HonkingGoose
a0b8783e7b
fix(useBaseBranchConfig): improve description text ( #15339 )
2022-04-27 16:14:31 +00:00
Josef
b3be29ada0
include original error message when raising new error while connecting to rubygems ( #15154 )
2022-04-26 10:37:09 +00:00
Michael Kriese
9f53724d90
feat(manager:npm): use local fs api ( #15294 )
2022-04-25 15:41:10 +02:00
David Schneider
3eec5b7d88
fix(manager/gitlabci): strip Gitlab Dependecy Proxy variable from depName ( #14734 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-25 06:42:29 +02:00
Michael Kriese
982cefff2b
refactor(config): strict null checks ( #15291 )
...
* refactor(config): strict null checks
* chore: fix test
2022-04-24 22:48:54 +00:00
Sergei Zharinov
b9dc73ac43
feat(cache): Compression for repository cache ( #15289 )
2022-04-24 22:15:11 +02:00
Sergei Zharinov
05c0c9bd4b
fix(github): Drop ETag support for PR cache ( #15292 )
2022-04-24 18:36:06 +02:00
HonkingGoose
4ff728d72c
fix: improve descriptions for config options ( #15217 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-23 17:17:16 +00:00
Sergei Zharinov
ce52bda3c8
feat(github): Remove irrelevant fields from PR cache ( #15283 )
2022-04-23 15:23:06 +00:00
Sergei Zharinov
b722489191
feat(github): Descrease PR list page size ( #15280 )
2022-04-23 14:28:35 +01:00
Parvesh Chaudhary
6ea48d19e3
feat: pruneBranchAfterAutomerge ( #15126 )
2022-04-23 09:48:23 +00:00
Sergei Zharinov
f911b0ba22
refactor: Class-based implementations of repo cache ( #15157 )
2022-04-23 04:44:28 +00:00
Michael Kriese
53bd90b30f
refactor(platform): final strict checks ( #15268 )
2022-04-22 22:05:26 +02:00
Michael Kriese
e24bf474ef
refactor(platform): more strict null checks ( #15247 )
2022-04-22 14:13:14 +00:00
jandersen-plaid
2af3717baf
fix(manager:helmfile): remove go templating strings on a best effort basis for yaml parsing ( #15106 )
...
Signed-off-by: Jack Andersen <jandersen@plaid.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-22 06:44:46 +02:00
Michael Kriese
173ab07013
fix(manager:nuget): use upath
for cross-platform paths ( #15242 )
2022-04-22 04:24:01 +00:00
Gabriel-Ladzaretti
2288ce0333
test(versioning/ubuntu): Fix test failing due to new release rolling out ( #15210 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-21 17:21:19 +02:00
Michael Kriese
d9bbc18155
test: fix java skipping ( #15232 )
2022-04-21 16:59:49 +02:00
Michael Kriese
8267e77a64
fix(manager:npm): wrong lockfile token replacement ( #15229 )
2022-04-21 14:25:44 +00:00
Michael Kriese
cf57025002
fix(manager/nuget): quote arguments ( #15226 )
2022-04-21 15:05:52 +02:00
IKEDA Sho
2c087e86f7
feat(template): add lowercase
Handlebars helper ( #15212 )
2022-04-21 09:26:24 +00:00
Tobias Bieniek
65b6697a7b
feat(datasource/crate): fetch crate metadata from crates.io ( #15214 )
...
* feat(datasource/crate): fetch crate metadata from crates.io
* refactor(datasource/crate): simplify `mockCratesApiCallFor()` function
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-21 09:12:16 +00:00
Gabriel-Ladzaretti
8b003e1ba8
fix(versioning/ubuntu): Postpone offering new releases ( #15204 )
2022-04-21 08:50:00 +00:00
Michael Kriese
e8808f33aa
refactor(platform:bitbucket): strict null checks ( #15196 )
...
* refactor(platform:bitbucket): strict null checks
* refactor: wrong change
2022-04-20 20:55:20 +00:00
Rhys Arkins
62694efae7
fix(config): validate integer ( #15206 )
2022-04-20 20:44:19 +00:00
Rhys Arkins
5f1f104d65
fix(git): remove default gitTimeout ( #15200 )
2022-04-20 22:33:36 +02:00
Benjamin De Troch
2abed2745c
fix(pod): Massage only registry URLs that matched the GitHub regex
2022-04-20 14:49:08 +02:00
HonkingGoose
e23b8fc3e1
docs: use term GitHub Enterprise Server ( #15188 )
2022-04-20 11:26:26 +01:00
Michael Kriese
78eb54361d
refactor(platform:azure): strict null checks ( #15189 )
2022-04-20 11:22:23 +01:00
Michael Kriese
868ebbef63
refactor(manager): final strict null checks ( #15185 )
...
* refactor(manager): final strict null checks
* refactor: fix type issues
* test: fix mocking
2022-04-20 08:40:20 +02:00
Michael Kriese
f5f06c73be
refactor(manager): more strict null checks ( #15168 )
2022-04-20 06:19:59 +02:00
HonkingGoose
a8930b7256
chore(gitTimeOut): improve description ( #15180 )
2022-04-19 21:51:20 +02:00
Michael Kriese
6c7e79fbe3
refactor(manager): more strict null checks ( #15166 )
2022-04-19 17:46:07 +00:00
Michael Kriese
ba96b70034
refactor(manager): more strict null checks ( #15161 )
2022-04-18 11:13:29 +02:00
Hasan Awad
1f8422506d
refactor(manager/poetry): strict type checks ( #15152 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-18 08:33:25 +00:00
Hasan Awad
9270ebad80
feat: add git timeout ( #14914 )
2022-04-17 18:12:42 +01:00
Michael Kriese
da6ba6435f
refactor(manager): strict null checks ( #15151 )
...
* refactor: strict null checks for util
* chore: fix type
* Update tsconfig.strict.json
* Update lib/util/package-rules.ts
* Update lib/util/package-rules.ts
* chore: fix test and coverage
* chore: fix package rules
* refactor(manager): strict null checks
* chore: revert config changes
2022-04-17 14:34:26 +02:00
Michael Kriese
955b442871
refactor: strict null checks for util ( #15150 )
2022-04-17 11:07:22 +02:00
Maksim
6330414ad1
refactor(migrations): matchStrings ( #15061 )
...
* refactor(migrations): matchStrings
* refactor(migrations): use regEx helper
2022-04-16 22:13:32 +02:00
Michael Kriese
02838fbc07
refactor(datasources): strict null checks done ( #15144 )
2022-04-16 12:57:12 +01:00
Sergei Zharinov
b35cf6e0aa
refactor(git): Additional nesting level for non-branch refs ( #15143 )
2022-04-16 09:46:50 +00:00
Sergei Zharinov
2153835b94
refactor: Separate repository caches init and reset phases ( #15142 )
2022-04-16 10:20:09 +02:00
Michael Kriese
08b5063761
refactor: more strict null checks ( #15141 )
2022-04-16 09:38:07 +02:00
Michael Kriese
5cf9123017
refactor: more strict null checks ( #15140 )
2022-04-16 06:32:17 +00:00
Michael Kriese
15dd29cce8
feat(manager:bundler): extract ruby as dependency ( #15139 )
2022-04-16 06:21:42 +00:00
Sergei Zharinov
a06e5d9ce7
refactor(cache): Separate data and metadata for repo cache ( #15117 )
2022-04-16 06:51:29 +01:00
Sergei Zharinov
d663859207
feat(github): Fetch PRs using cacheable REST ( #14907 )
2022-04-15 17:21:09 +00:00
Michael Kriese
c2adeff003
feat(manager:bundler): move constraint extraction to update artifacts ( #15125 )
...
* feat(manager:bundler): move constraint extraction to update artifacts
* fix: missing null checks
* chore: add comment
* chore: not null save transitives
* chore: fix snapshot
2022-04-15 18:30:34 +02:00
Michael Kriese
017a3a5f74
fix(manager:npm): write updated lockfile before calling yarn ( #15119 )
2022-04-14 17:05:42 +00:00
Michael Kriese
59dbcfd9a1
fix(manager:npm): fix yarn lockfile version replacement ( #15116 )
2022-04-14 15:37:54 +00:00
Gabriel-Ladzaretti
5304734c4f
refactor(versioning/distro): added functionality for debian ( #15051 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-14 17:06:15 +03:00
Hasan Awad
4e83d3c2b3
default config change ( #15113 )
2022-04-14 13:36:30 +01:00
Michael Kriese
637585c5fd
feat(http): extend stats ( #15104 )
2022-04-14 10:47:06 +01:00
Michael Kriese
6ef2b8cb44
fix(logger): sanitize urls in strings ( #15102 )
2022-04-14 11:24:28 +02:00
Sergei Zharinov
ee582fe0e7
refactor(maven): Use explicit cacheability flag for datasource ( #15110 )
2022-04-14 09:37:07 +02:00
Kenneth Jorgensen
d44f7f42ad
refactor(maven): removed use of deprecated url module. ( #15109 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-14 06:13:40 +00:00
Alex Kessock
37d3b1da7c
feat: Add configuration option githubTokenWarn ( #14902 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-13 16:03:05 +00:00
Michael Kriese
ac12692637
fix(platform:github): filter discovered null repos ( #15097 )
2022-04-13 07:24:17 +01:00
Jamie Magee
48cb88e778
feat: add osv-vulnerabilities and vulnerability service ( #14567 )
2022-04-12 16:13:20 +00:00
Michael Kriese
64f5bd5f03
test: enforce lint style rules ( #15085 )
2022-04-12 14:49:49 +00:00
Martino di Filippo
71408653e4
fix(golang-version): ignore future releases ( #15083 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-12 15:28:30 +01:00
Michael Kriese
443bef5c52
test: cleanup snapshot tests ( #15082 )
2022-04-12 15:09:19 +01:00
Michael Kriese
3ab24f92fc
ci(jest): use different args for node ( #15074 )
2022-04-12 13:24:12 +02:00
Michael Kriese
0a264567d0
test(platform/gitea): replace massageMarkdown ( #15070 )
2022-04-12 08:06:55 +00:00
Rhys Arkins
e7899422fa
fix(manager/npm): deduplicate yarn upgrade strings ( #15069 )
2022-04-12 07:07:27 +00:00
MaronHatoum
3e312fd641
feat: refactor dry-run option ( #14849 )
...
* feat : added dryRun new behavior + added more migration
* feat : revert extra space
* feat : revert extra code
* feat : added unit tests
* feat : added unit tests
* feat : removed extra tests + removed unnecessary condition
* feat: changes after CR
* feat: added dry run migration cli and env + unit tests
* Update lib/workers/global/config/parse/cli.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* feat: migration changes + added logs + added unit test
* feat: removed log msgs + change unit test
* feat: update
* feat: update
* Update lib/workers/global/config/parse/cli.ts
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-11 20:29:02 +00:00
Maksim
5a70fa8805
refactor(migrations): gitLabAutomerge and azureAutoComplete ( #14975 )
2022-04-11 16:27:56 +00:00
Maksim
07620cdf3a
feat(migrations): support regexp as property name for migration ( #15038 )
...
* feat(migrations): support regexp as property name in migration
* refactor(migrations): add unit test
* refactor(migrations): fix coverage
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-11 01:52:40 +00:00
Róbert Papp
5c947569cb
docs: regex101 copy/paste tip ( #15045 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-10 21:20:30 +00:00
HonkingGoose
f3e0462aa0
docs(running renovate): move authentication info into platform readmes ( #14654 )
2022-04-10 09:39:51 +00:00
HonkingGoose
3e910bb4a3
fix: set mergeable
=false
for ignorePaths
config option ( #14946 )
2022-04-10 09:07:37 +02:00
Gabriel-Ladzaretti
974fa7b2a7
refactor(versioning/distro-info): for future use in debian and ubuntu versioning ( #14880 )
...
* refactor(tools/distro-info): for later use in ubuntu and debian versioning
distro-info refactor
* refactor(tools/distro-info): for later use in ubuntu and debian versioning
styling
* refactor(tools/distro-info): for later use in ubuntu and debian versioning
distro-info refactor
* refactor(tools/distro-info): for later use in ubuntu and debian versioning
styling
* refactor(tools/distro-info): for later use in ubuntu and debian versioning
use https://debian.pages.debian.net/distro-info-data/ubuntu.csv as distro info data
* refactor(tools/distro-info): for later use in ubuntu and debian versioning
cr changes and migrated from mjs to ts
* refactor(tools/distro-info): for later use in ubuntu and debian versioning
added a crude way to prevent writing corrupted data
* refactor(tools/distro-info): for later use in ubuntu and debian versioning
lint fixes
* refactor(tools/distro-info): for later use in ubuntu and debian versioning
cr changes and migrated from mjs to ts
* refactor(tools/distro-info): for later use in ubuntu and debian versioning
cr changes
* refactor(tools/distro-info): for later use in ubuntu and debian versioning
dynamically check if stable/released.
22.04 release for example
* refactor(tools/distro-info): for later use in ubuntu and debian versioning
fixed JSON order
* refactor(tools/distro-info): for later use in ubuntu and debian versioning
removed ts.ignore
* refactor(tools/distro-info): for later use in ubuntu and debian versioning
cr changes
* refactor(tools/distro-info): for later use in ubuntu and debian versioning
cr changes
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-09 14:38:06 +03:00
philicious
661f6df445
docs: fix aws-machine-image datasource usage ( #15000 )
2022-04-09 09:36:34 +02:00
Sergei Zharinov
f317458b95
fix(gradle): Don't skip files matched via custom pattern ( #15027 )
2022-04-08 16:25:48 +01:00
Rhys Arkins
6cadcddf4a
fix(docker): Revert "fix(docker): use a HEAD request to the real resource auth." ( #15018 )
2022-04-08 11:28:35 +00:00
sommmen
67152ddcf3
feat(presets): Add monorepo Azure AD IdentityModel ( #14988 )
2022-04-08 10:07:52 +01:00
eSamS
1da46b0672
fix(go): allow go modules in gitlab subgroups ( #14831 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-08 08:16:46 +00:00
StinkyLord
b79c82e206
fix(manager/npm): use root pnpm constraints for workspaces ( #14660 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-08 07:14:25 +00:00
Sergei Zharinov
6698c20603
feat(github): Mapping functions for ApiCache items ( #15010 )
2022-04-08 05:54:17 +00:00
Matthew Vaughan
6fd86edb32
feat(manager/nuget): Restore all dependent project files to generate new lock files ( #14312 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-07 21:45:24 +00:00
Hasan Awad
e47712f367
feat(gitlabci): used yaml parsing ( #14879 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-07 11:32:54 +00:00
MaronHatoum
01d2ef5d3f
fix(golang-version): restore parsing capability ( #14998 )
2022-04-07 07:02:53 +00:00
Michael Kriese
7a194811ca
fix(github-actions): tighten fileMatch ( #14983 )
...
* fix(github-actions): tighten fileMatch
* Update lib/modules/manager/github-actions/index.ts
2022-04-07 08:00:58 +02:00
Sergei Zharinov
65a99fb94f
feat(github): Implement ApiCache data structure ( #14943 )
2022-04-06 16:00:26 +00:00
Michael Kriese
fb9303c190
feat(core:changelogs): better platform detection ( #14989 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-06 14:56:40 +00:00
RahulGautamSingh
edfbe81da7
refactor: add manager fingerprinting ( #14671 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-06 14:28:48 +00:00
Rhys Arkins
1b20602682
fix(git): treat git 403 as external host error ( #14981 )
2022-04-06 07:47:56 +00:00
Lagorce
3bb6451da2
fix(docker): use a HEAD request to the real resource auth. ( #14744 )
2022-04-06 06:33:26 +00:00
markussiebert
58bec21084
docs: More details about configuration of aws machine image datasource ( #14698 )
2022-04-06 08:08:54 +02:00
StinkyLord
eab092d721
feat(manager/npm): update yarn metadata versions ( #14933 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-05 12:41:13 +02:00
MaronHatoum
f730ff5394
fix(platform/pr-body): refactor smartTruncate function ( #14915 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-04 17:49:19 +02:00
Sergei Zharinov
979de8d8e0
refactor(mix): Strict null checks for extract.ts ( #14924 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-04 13:05:05 +00:00
Maksim
5c03670736
feat(migrations): deprecate parentKey param ( #14886 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-04 05:15:11 +00:00
Maksim
eb938e4362
refactor(migrations): separateMajorReleases ( #14911 )
2022-04-04 04:24:35 +00:00
Róbert Papp
5946790b66
fix(gradle): Ignore Kotlin collection methods as dependencies ( #14925 )
2022-04-04 06:05:07 +02:00
Sergei Zharinov
5b470d3c1f
fix(maven): Allow whitespaces after comma in ranges ( #14922 )
2022-04-03 20:49:36 +02:00
Sergei Zharinov
5aed625302
fix(gradle): Fix false detected dependencies ( #14917 )
2022-04-03 15:37:27 +02:00
Maksim
bbb6eb122e
refactor(migrations): branchPrefix ( #14910 )
2022-04-02 21:07:15 +02:00
StinkyLord
a12f8377bc
fix(yarn): package.json resolutions patch in yarn was clobbered ( #14538 )
2022-04-02 06:36:57 +00:00
jatladams
e5a0ca905b
refactor(platform/bitbucket-server): split initRepo ( #14606 )
...
* Move getting repo git url logic into a function similar to gitlab implementation as per request in another PR:
https://github.com/renovatebot/renovate/pull/13875#issuecomment-1023980178
* Bitbucket server - Move getRepoGitUrl into utils
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-02 05:41:53 +00:00
Maksim
7a8180b3b0
refactor(migrations): extends ( #14807 )
2022-04-02 05:16:34 +00:00
Martin Herndl
e1dd631b52
docs: document composer VCS repo name hint ( #14875 )
2022-04-02 06:53:50 +02:00
Sergei Zharinov
0245f0f461
refactor(github): Explicit coerce functions for PR list responses ( #14884 )
2022-04-02 04:33:32 +00:00
David Schneider
34623d9dcb
docs: document python depTypes ( #14876 )
2022-03-31 10:58:39 +00:00
MaronHatoum
080ab8ed94
fix: PR body comment for pinning is wrong/outdated ( #14870 )
2022-03-31 12:43:47 +02:00
renovate[bot]
832517e98b
chore(deps): update linters to v5.16.0 ( #14833 )
...
* chore(deps): update linters to v5.16.0
* chore: fix lint errors manually
* Update lib/modules/manager/npm/update/package-version/index.ts
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-03-30 03:08:04 +00:00
Rhys Arkins
9fe713f257
chore: downgrade cargo warn
2022-03-29 13:58:54 +02:00
Stefan Kip
74766c1c66
fix: Referencing a preset on Azure DevOps with space in project name doesn't work ( #14800 ) ( #14826 )
2022-03-29 07:48:45 +00:00
Rhys Arkins
92477ae1c7
fix: Revert "fix: resolve repoConfig.packageRules.extends with repo config" ( #14842 )
2022-03-29 09:01:14 +02:00
zeshuaro
e244128bac
feat: add flutter-version datasource ( #14743 )
...
* feat: add flutter datasource
* refactor: rename flutter datasource to flutter-version
* feat: update to handle duplicate flutter releases
* refactor: tidy up flutter version datasource class names and imports
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Apply suggestions from code review
* style: add newline to test file
* refactor: move regex to util module
* refactor: tidy up stable version regex
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-03-29 04:09:16 +00:00
Maksim
0e6d2b674f
refactor(migrations): unpublishSafe ( #14680 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-03-29 05:42:28 +02:00
Michael Kriese
89d7fdf781
Revert "feat: extend dryRun options to extract lookup full ( #14555 )" ( #14836 )
...
This reverts commit 39471b57ad
.
2022-03-29 02:47:54 +02:00
HonkingGoose
41fd7fbf46
docs: replace however with but ( #14707 )
...
Co-authored-by: Anne Stellingwerf <astellin@opentext.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-03-28 19:25:49 +00:00
Rhys Arkins
00c74a9ca2
fix(git): treat stale rejection as REPOSITORY_CHANGED ( #14829 )
2022-03-28 17:44:40 +02:00
Maksim
25d793f690
refactor(migrations): schedule ( #14737 )
2022-03-28 14:16:43 +02:00
nyg
18b884d4a7
fix(github): Ignore vulnerability alerts in FIXED or DISMISSED states ( #14431 )
2022-03-28 14:16:25 +02:00
MaronHatoum
39471b57ad
feat: extend dryRun options to extract lookup full ( #14555 )
2022-03-28 13:55:26 +02:00
Sergei Zharinov
9933dda182
refactor(github): Stop using cannotMergeReason field ( #14823 )
2022-03-28 13:15:45 +02:00
Rhys Arkins
c56f5b9e72
fix(npm): allow for missing dist-tags/latest ( #14821 )
...
Closes #14814
2022-03-28 10:55:14 +02:00
RahulGautamSingh
e64b7576e9
feat: matchSourceUrls ( #14813 )
2022-03-28 09:58:20 +02:00
Sergei Zharinov
78a894ce5e
fix(maven): Incremental cache for HEAD request checks ( #14735 )
2022-03-27 05:27:30 +00:00
Maksim
0af1be577d
refactor(migrations): ignoreNpmrcFile ( #14802 )
2022-03-25 19:39:14 +00:00
Sergei Zharinov
e35a0e290f
fix(git): Don't call redundant fetch after git-based commit creation ( #14798 )
2022-03-25 16:46:03 +00:00
Brad Jorsch
e2b6466376
fix: resolve repoConfig.packageRules.extends with repo config ( #14688 )
2022-03-25 14:05:48 +00:00
Gabriel-Ladzaretti
a9e08256c7
fix(manager/github-actions): renovate propose to delete YAML inline comments ( #14757 )
2022-03-25 09:55:44 +00:00
Sergei Zharinov
2c2693b55e
refactor(packagist): Use cache decorator for datasource ( #14768 )
2022-03-25 04:17:08 +00:00
Gabriel-Ladzaretti
786fd6ac94
feat(versioning/ubuntu): Support for Ubuntu codenames ( #14601 )
...
* feat(versioning/ubuntu): Support for Ubuntu codenames
initial commit
* feat(versioning/ubuntu): Support for Ubuntu codenames
exported hardcoded data into JSON
* feat(versioning/ubuntu): Support for Ubuntu codenames
exported hardcoded data into JSON
* feat(versioning/ubuntu): Support for Ubuntu codenames
lint fix for DataFile
* feat(versioning/ubuntu): Support for Ubuntu codenames
fix for kebabCase
* feat(versioning/ubuntu): Support for Ubuntu codenames
JSON data file
* feat(versioning/ubuntu): Support for Ubuntu codenames
tests added
* feat(versioning/ubuntu): Support for Ubuntu codenames
added default branch in getCodenameByVersion function
* feat(versioning/ubuntu): Support for Ubuntu codenames
added the cmd to generate the data file
* feat(versioning/ubuntu): Support for Ubuntu codenames
CR changes
* feat(versioning/ubuntu): Support for Ubuntu codenames
CR changes
* feat(versioning/ubuntu): Support for Ubuntu codenames
CR changes
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation cr
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation cr
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation cr
* feat(versioning/ubuntu): Support for Ubuntu codenames
added sh script
* feat(versioning/ubuntu): Support for Ubuntu codenames
added mjs script
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script updated
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script updated
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script updated
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script updated
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script regex modification
* feat(versioning/ubuntu): Support for Ubuntu codenames
initial commit
* feat(versioning/ubuntu): Support for Ubuntu codenames
exported hardcoded data into JSON
* feat(versioning/ubuntu): Support for Ubuntu codenames
exported hardcoded data into JSON
* feat(versioning/ubuntu): Support for Ubuntu codenames
lint fix for DataFile
* feat(versioning/ubuntu): Support for Ubuntu codenames
fix for kebabCase
* feat(versioning/ubuntu): Support for Ubuntu codenames
JSON data file
* feat(versioning/ubuntu): Support for Ubuntu codenames
tests added
* feat(versioning/ubuntu): Support for Ubuntu codenames
added default branch in getCodenameByVersion function
* feat(versioning/ubuntu): Support for Ubuntu codenames
added the cmd to generate the data file
* feat(versioning/ubuntu): Support for Ubuntu codenames
CR changes
* feat(versioning/ubuntu): Support for Ubuntu codenames
CR changes
* feat(versioning/ubuntu): Support for Ubuntu codenames
CR changes
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation cr
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation cr
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation cr
* feat(versioning/ubuntu): Support for Ubuntu codenames
added sh script
* feat(versioning/ubuntu): Support for Ubuntu codenames
added mjs script
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script updated
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script updated
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script updated
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script updated
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script regex modification
* feat(versioning/ubuntu): Support for Ubuntu codenames
debian distro json
* feat(versioning/ubuntu): Support for Ubuntu codenames
removed debian distro json
* Update tools/distro-json-generate.mjs
* feat(versioning/ubuntu): Support for Ubuntu codenames
added package.json script entry
* feat(versioning/ubuntu): Support for Ubuntu codenames
added package.json script entry
* feat(versioning/ubuntu): Support for Ubuntu codenames
added package.json script entry
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-24 10:54:21 +00:00
Sergei Zharinov
e0cbabe452
fix(gradle): Fix registry url parsing ( #14783 )
2022-03-24 10:02:10 +00:00
Rhys Arkins
891bcd9960
fix(azure): handle missing repo ( #14784 )
2022-03-24 08:15:18 +01:00
Sergei Zharinov
4727eaa097
refactor(datasource/docker): Use cache decorators ( #14780 )
2022-03-24 06:42:58 +01:00
HonkingGoose
1f1f0c7d33
docs(aws-machine-image): add admonition ( #14582 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-23 09:46:54 +01:00
HonkingGoose
74cbdd3292
docs(conan versioning): rewrite sentence, fix punctuation ( #14771 )
2022-03-23 09:46:20 +01:00
Rhys Arkins
ebf9087555
fix(git): git default branch fall back to remote show ( #14766 )
2022-03-23 05:15:30 +01:00
Martin Herndl
394bb29f3f
fix(npm): add trailing newline when composing lockfiles ( #14753 )
2022-03-22 09:50:46 +01:00
Maksim
6de8b1db2b
refactor(migrations): packages ( #14736 )
2022-03-22 04:49:15 +01:00
Martin Herndl
35b6ee220d
refactor(npm): extract lockfile parsing ( #14720 )
2022-03-22 04:48:25 +01:00
Tobias
f19a388462
fix(maven): Support underscore (_) in versioning ( #14742 )
2022-03-21 13:49:39 +00:00
Maksim
ab8e1c634e
refactor(migrations): packageRules ( #14625 )
2022-03-21 04:54:49 +00:00
MaronHatoum
ef3db00462
fix(platform): renovate should not be case sensitive ( #14714 )
2022-03-20 12:13:51 +01:00
Hasan Awad
6558d051f4
fix(lib/modules/manager/gitlabci): fixed image regex ( #14704 )
2022-03-20 08:17:59 +00:00
Sergei Zharinov
d2c42ebe42
refactor(platform/github): Simplify test mocks ( #14725 )
2022-03-19 06:03:41 +00:00
Michael Kriese
6cab82c311
test(datasource/docker): remove snapshots ( #14669 )
2022-03-18 09:24:01 +01:00
Michael Kriese
3eaf416862
fix(preset): better @types/jest
grouping ( #14715 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-03-17 21:53:04 +00:00
renovate[bot]
7c100e20ef
chore(deps): update linters ( #14597 )
...
* chore(deps): update linters
* fix: wrong type inference
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-17 11:34:00 +00:00
Florian Greinacher
bcc1499eba
fix(kustomize): accept kustomization files without header ( #14651 )
2022-03-17 05:47:52 +01:00
HonkingGoose
79d171bcc6
docs: replace encounter with find ( #14694 )
2022-03-16 14:54:45 +01:00
HonkingGoose
c89655701a
docs: replace component with part ( #14691 )
2022-03-16 14:51:27 +01:00
HonkingGoose
5a52b04c96
docs: replace contain(s) with has or have ( #14692 )
2022-03-16 14:50:20 +01:00
Martin Herndl
53d376eb8d
fix(npm): massage lockfile with rangeStrategy=update-lockfile ( #14586 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-03-16 09:17:47 +00:00
Maksim
6ac710db45
refactor(migrations): baseBranch ( #14677 )
2022-03-16 04:31:34 +00:00
Maksim
600f603cf4
refactor(migrations): branchName ( #14679 )
2022-03-16 05:17:14 +01:00
Jeroen Schepens
242723b4a9
fix(datasource/bitbucket-tags): use paging to fetch tags ( #14675 )
2022-03-15 21:01:50 +01:00
Maksim
c147324169
refactor(migrations): automerge ( #14644 )
2022-03-15 05:37:44 +00:00
Ben Foster
24fa081b8e
feat(datasource/docker): Support OCI image manifests ( #14480 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-03-14 23:47:08 +00:00
Maksim
edd5f1aab8
refactor(migrations): packagePattern ( #14667 )
2022-03-14 23:53:35 +01:00
Rhys Arkins
7e2e0b3f18
feat(poetry): updateLockedDependency() ( #14627 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-14 17:56:09 +01:00
Michael Kriese
2bfb5604dc
fix(presets): optimize error handling ( #14653 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-03-14 16:23:30 +00:00
Alexander Backlund
b90584ce81
feat(argocd): support applicationsets ( #14496 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-14 10:31:23 +00:00
Rhys Arkins
72acc8bd47
fix(go): add GOPROXY username/password to global secrets list ( #14636 )
2022-03-14 10:15:49 +00:00
Morre Meyer
2a00fcb037
feat(terraform): add support for terraform_version in tfe_workspace blocks ( #14522 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2022-03-14 09:53:26 +00:00
Rhys Arkins
a2b47c822f
feat(npm): support custom registryUrls ( #14622 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-14 09:13:21 +01:00
Maksim
12a63f30c2
refactor(migrations): packageName ( #14645 )
2022-03-14 07:10:36 +00:00
Maksim
47feeb4f43
refactor(migrations): automergePatch ( #14637 )
2022-03-14 05:09:53 +00:00
Maksim
2e1dd754a1
refactor(migrations): automergeMinor ( #14633 )
2022-03-13 15:27:09 +01:00
Maksim
0b54d5e590
refactor(migrations): automergeMajor ( #14634 )
2022-03-13 11:38:28 +00:00
Rhys Arkins
90e5182bd4
refactor: split global/repo sanitizations ( #14635 )
2022-03-13 10:27:21 +00:00
Maksim
317f8cae98
refactor(migrations): automergeType ( #14626 )
2022-03-12 23:31:46 +01:00
Rhys Arkins
a892b2ae9e
feat: expose manager to templating ( #14624 )
2022-03-12 22:45:37 +01:00
Andrei Silviu Dragnea
27bfb75137
fix(manager/maven): Apply Maven properties recursively ( #14566 )
2022-03-12 15:16:07 +00:00
Sean Fausett
079c219f49
fix: add dotnet docker source urls ( #14613 )
2022-03-11 20:29:45 +00:00
Maksim
816621db6c
refactor(migrations): suppressNotifications ( #14603 )
2022-03-11 08:31:26 +00:00
MaronHatoum
1cef6f074c
feat(pep440): support complex minor ranges ( #14598 )
2022-03-11 08:14:47 +00:00
HonkingGoose
7d13826854
fix(bitbucket server): rewrite debug message ( #14595 )
2022-03-11 08:58:50 +01:00
wada811
0598f1b9d2
feat(manager/gradle): support repository content filtering of predefined registry ( #14592 )
...
* Add test for repository content filtering
* Support repository content filtering
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-10 13:28:07 +01:00
Sergei Zharinov
f337d50af6
fix(datasource/maven): Fix head request caching ( #14521 )
2022-03-09 14:34:23 +01:00
HonkingGoose
23c67c03a1
fix(config options): capitalize proper noun Git ( #14583 )
2022-03-09 14:29:02 +01:00
Hasan Awad
bb0bbcc383
fix(manager/gradle-wrapper): distributionSha256Sum is inconsistent with the gradle version ( #14495 )
...
* Change sha256 if it exists in the properties
* update sha to new value and then run update
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-09 12:56:17 +00:00
Nicolas Hansse
7cdc15ec38
chore(npm): fix typo ( #14575 )
2022-03-08 16:52:25 +01:00
Hasan Awad
f412eb3ec6
fix(config): changed digest commit message topic ( #14568 )
2022-03-08 16:52:02 +01:00
zml
bb6bc35e4d
fix(manager/gradle): Initial handling of rich versions in gradle version catalogs ( #14533 )
2022-03-08 04:54:45 +00:00
Sergei Zharinov
06f8802c54
refactor(datasource/pod): Enable strict null checks ( #14542 )
2022-03-07 06:12:48 +01:00
Maksim
92f8cb6e31
refactor(migrations): renovateFork ( #14532 )
2022-03-05 21:11:02 +00:00
Ivan Katliarchuk
81ebad1cfa
rebase ( #14511 )
2022-03-04 20:19:42 +01:00
Sergei Zharinov
857ab6682e
test(datasource/maven): Enhance test for HTML-based release fetch ( #14519 )
2022-03-04 13:46:35 +01:00
Rhys Arkins
8bd77f747b
feat(gradle): remove deepExtract ( #14497 )
...
Removes Gradle `deepExtract` option
BREAKING CHANGE: Option `deepExtract` is now removed and will be ignored
2022-03-04 09:04:02 +01:00
Rhys Arkins
143c9a6751
refactor: rename lookupName -> packageName ( #14494 )
...
Renames `lookupName` to be `packageName`.
BREAKING CHANGE: Use `packageName` instead of `lookupName` if interacting with Renovate datasources directly.
2022-03-04 09:04:02 +01:00
Rhys Arkins
a61821bde8
refactor: repository worker ( #14489 )
...
Refactors branch and pr worker to be under repository worker.
2022-03-04 09:04:02 +01:00
Rhys Arkins
dca3418bbd
refactor: lib/modules ( #14488 )
...
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/
BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
2022-03-04 09:04:02 +01:00
Gabriel-Ladzaretti
a737a1b4ef
fix(pep440): added support for widen & replace rangeStrategies ( #14334 )
2022-03-03 11:50:30 +01:00
Morre Meyer
20846c674b
docs: remove heading for conda datasource ( #14481 )
2022-03-02 16:51:41 +01:00
Scott Busche
f38729687b
fix(config/preset): Update dotNetCore Docker Group ( #14476 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-02 05:22:50 +00:00
Jamie Magee
b08439a6ed
fix: union types for ensurePR ( #14293 )
2022-03-02 06:09:06 +01:00
ò_ó
d5e010b002
feat(presets): add @pixi packages ( #14470 )
2022-03-01 16:54:19 +01:00
Rhys Arkins
47fbdb250e
fix(npm): Revert "refactor(npm): migrate from fs.readFile to fs.readLocalFile" ( #14464 )
...
This reverts commit 8ab537bef1
.
2022-03-01 09:55:07 +01:00
Rhys Arkins
f3d4e29c8a
fix(hostRules): sort by matchHost length ( #14264 )
2022-02-28 19:23:43 +00:00
Sergei Zharinov
4f3dfbcc18
feat(platform): Cache created comments ( #14279 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-28 20:11:57 +01:00
Hasan Awad
77e48684e7
fix(pr): pr table for digests ( #14337 )
2022-02-28 18:47:19 +00:00
StinkyLord
e4a4de6eab
fix(manager/sbt): group PRs by variable instead of variable+groupid together ( #14339 )
2022-02-28 18:01:48 +00:00
Rhys Arkins
69c9c98cd6
fix: sanitize base64 of all secrets ( #14423 )
2022-02-28 17:07:09 +00:00
Rhys Arkins
68a4415eb4
refactor(config): rename preset packageName/pkgName to repo ( #14453 )
2022-02-28 17:39:44 +01:00
Rhys Arkins
b7eab64efb
feat(config): deprecate non-default npm presets ( #14444 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-02-28 15:14:58 +01:00
Rhys Arkins
08a44c9566
refactor(npm): npmrc handling ( #14443 )
2022-02-28 10:50:30 +01:00
Oleg Krivtsov
8ab537bef1
refactor(npm): migrate from fs.readFile to fs.readLocalFile ( #13969 )
2022-02-28 09:31:16 +00:00
Gabriel-Ladzaretti
a2c78f8d10
docs(versioning): changed 'extend' to 'widen' as a supported strategy ( #14432 )
2022-02-27 16:54:56 +00:00
Jacob Rask
47eabc9a74
feat(config): Add Percy CLI monorepo preset ( #14434 )
2022-02-27 12:24:34 +00:00
Jacob Rask
8bdabd4dfe
feat(config): Add Fela monorepo preset ( #14435 )
2022-02-27 11:46:58 +00:00
Jacob Rask
6a757f1d66
feat(config): Add Sitecore JSS monorepo preset ( #14436 )
2022-02-27 11:34:59 +00:00
Rhys Arkins
2715748805
chore: log currentValue for maven bumpVersion warning
2022-02-27 11:55:41 +01:00
Rhys Arkins
f9ce0e1004
fix(npm): extract packageRules from npmrc ( #14433 )
2022-02-27 11:36:45 +01:00
Rhys Arkins
564d0fec9e
chore: jsdoc base64 functions
2022-02-26 21:59:49 +01:00
Rhys Arkins
6c9aad38a8
refactor: remove unnecessarily long paths in imports and mocks ( #14429 )
2022-02-26 16:09:01 +00:00
Rhys Arkins
5549d23a41
refactor(npm): use hostRules for npmrc auth ( #14424 )
2022-02-26 15:59:05 +01:00
Rhys Arkins
b130bf5afb
refactor: base64 util functions ( #14422 )
2022-02-26 10:16:54 +01:00
Michael Kriese
f5cc1de36f
fix(fs): missing path normalization ( #14414 )
2022-02-25 14:12:43 +01:00
Maxime Brunet
16dfc0e088
fix(bitbucket): Use HTTP GET method instead of HEAD ( #14403 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-25 11:39:48 +00:00
Oleg Krivtsov
6604de3aeb
feat(manager/nuget): migrate fs.readFile to fs.readLocalFile ( #14234 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-25 11:07:31 +01:00
zeshuaro
b0ae8f6680
feat: add fvm manager ( #14370 )
...
* feat(manager/fvm): add fvm manager
* fix(manager/fvm): add to check for type of version value
* style: update string type check
Co-authored-by: Rhys Arkins <rhys@arkins.net>
* feat: update fvm manager
* chore: add fvm folder to tsconfig.strict.json
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-25 07:19:19 +00:00
Sergei Zharinov
a674f727dd
feat(github): Platform-native REST-based push ( #14271 )
2022-02-24 15:32:46 +01:00
Gabriel-Ladzaretti
0f4aa8828d
fix(pep440): version range narrows when using tilde ( #14389 )
2022-02-24 14:44:53 +01:00
Maxime Brunet
3f5b34a4db
fix(bitbucket): Try sanitizing reviewers when failing to create PR ( #14331 )
2022-02-24 09:58:26 +00:00
Florian Greinacher
a989c78800
fix: do not interpret value as version during flattening ( #14320 )
2022-02-24 09:41:47 +00:00
Dan Ports
2d86c6fa65
feat(flux): Generate system manifests using the components specified in the manifest header ( #14332 )
2022-02-24 09:09:35 +00:00
MaronHatoum
b121deb969
refactor(util/http): move interfaces from index.ts to types.ts ( #14335 )
...
* refactor:util/http move interfaces and types from index.ts to types.ts
* refactor:reorder imports
* refactor:move HttpError from type.ts to index.ts
* refactor:change imports after moving HttpError from type.ts to index.ts
* refactor:revert white spaces
* refactor:revert moving httpError from types.ts to index.ts
* refactor: moving httpError from types.ts to index.ts
* refactor: change import
* refactor: change import
* refactor: change import
* refactor: fix circular dependencies (lint build)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-24 08:50:17 +00:00
Sergei Zharinov
88ffc9c0b8
refactor(platform): Simplify comment deletion API ( #14363 )
...
* refactor(platform): Simplify comment deletion API
* Fix comment id types
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-23 12:28:36 +00:00
Florian Greinacher
43d09395b4
fix(manager/kustomize): support yml extension for kustomization file ( #14364 )
2022-02-22 20:07:55 +01:00
scemily13
dd08fd9f32
fix(manager/buildkite): Strip '.git' from git-based plugin names ( #14292 )
...
* strip .git from applicable git-based buildkite plugin names
* Update lib/manager/buildkite/extract.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* add toEqual matcher in jest test
* Update lib/manager/buildkite/extract.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/manager/buildkite/extract.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* remove obsolete snapshot
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-21 21:26:35 +00:00
Ivan Katliarchuk
9a103cbb51
fix: ignore empty labels during label merge and templating ( #14322 )
2022-02-21 21:47:51 +01:00
MaronHatoum
2c10b15a9b
refactor: change secrets/replaceSecretsInObject function name to camel case ( #14318 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-21 16:11:40 +00:00
Rhys Arkins
36a29974bb
fix: validate depName is a string ( #14342 )
...
Closes #14338
2022-02-21 15:38:24 +01:00
Serge K
c75f0e9b47
fix: check hashedBranchLength ( #14307 )
2022-02-19 09:57:01 +00:00
RahulGautamSingh
cc6b458a02
fix: typo ( #14306 )
2022-02-19 07:54:21 +00:00
Rhys Arkins
f3bdb9470c
fix(composer): add support for github vulnerability alerts ( #14301 )
2022-02-18 16:48:40 +01:00
Tobias Gruetzmacher
4b1750eab0
feat(presets): add Apache Groovy monorepo ( #14296 )
2022-02-18 12:32:16 +01:00
RahulGautamSingh
537461b03f
feat: migrate packagist to v2 ( #14104 )
2022-02-18 07:30:59 +01:00
Oleg Krivtsov
bb9c10e250
chore(pip_requirements): migrate from fs.readFile to fs.readLocalFile ( #14232 )
2022-02-18 05:45:25 +00:00
Max Rose
977a027125
fix(presets): log depreciation only if fallback found ( #14281 )
2022-02-18 03:54:40 +01:00
Morre Meyer
9c16082173
feat(datasource/conda): add conda datasource ( #14257 )
2022-02-17 21:11:09 +01:00
Hasan Awad
1b08bcd7c9
fix(gitlab): add mapping for scheduled branch status ( #14277 )
2022-02-17 14:03:54 +00:00
Morre Meyer
98b20ad276
docs: add information about adding a new datasource to api.ts ( #14275 )
2022-02-17 12:56:25 +00:00
Sergei Zharinov
b6c374f166
refactor(datasource/bitbucket-tags): Strict null checks ( #13558 )
2022-02-17 10:01:01 +00:00
Kaj Ström
c424a84f87
feat(maven): bumpVersion support ( #14201 )
2022-02-17 08:57:13 +00:00
Karen Kua
dfa553da11
fix(gitlab): encode namespaced project paths in /api/v4/projects call ( #14269 )
2022-02-17 08:20:55 +00:00
Sebastian Poxhofer
6a2b91bd26
fix(manager/helmv3): ignore implied local repositories ( #14267 )
...
* fix(manager/helmv3): ignore local repositories which use the implied file paths
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* fixup tests
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-17 07:53:10 +00:00
Timm Krause
ccbb92a70e
fix(datasource/nuget): Encode whitespace for source and homepage URLs ( #14043 )
2022-02-17 06:15:44 +00:00
Oleg Krivtsov
536fd7366f
feat(util): add gitFs retry wrapper ( #13314 )
2022-02-17 05:57:26 +00:00
Florian Greinacher
4314bb8060
fix(manager/poetry): prioritize datasource-scoped credentials when authenticating with poetry sources ( #14255 )
...
* feat: use private gitlab pypi registry together with gitlab host
* docs: slim down documentation a bit
* fix: correctly normalize source name
* fix: correctly handle fallback
* refactor: apply review suggestions
* Update docs/usage/getting-started/private-packages.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update docs/usage/getting-started/private-packages.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Marion Deveaud <marion.deveaud@siemens.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-02-16 21:54:06 +01:00
David DOLCIMASCOLO
fd423903f0
fix(presets): Handle MUI (previously: Material-UI) organization change in material-ui monorepo ( #14252 )
2022-02-16 15:07:45 +01:00
Johann Behr
59f98ea6c5
fix(gitlab): remove double call for MR assignees ( #14212 )
...
* Fix primitive assignee calls
* Use proper Gitlab pronoun
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Use proper Gitlab offering noun
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Apply requirements
* Fix addAssignees test
* Remove debug log
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Implement getQueryString in addAssignees
* Add note on multiple assignees to platform/gitlab.md
* Fix typo
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/platform/gitlab/index.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-16 11:40:04 +01:00
Alexandre Paradis
b5c4f714e1
feat(config): add Sendgrid package for Node monorepo ( #14134 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-15 21:25:50 +00:00
Maxim Danilov
0e0123bdd7
feat(manager/jenkins): Switch default versioning to maven ( #14242 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-15 20:13:22 +00:00
Philip
5480202a59
fix(PrBody): pr table 'Change' field shows only "All locks refreshed" ( #13963 )
...
* fix(PrBody): issue 5838,
* Update lib/workers/pr/body/updates-table.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* fix(PrBody): issue 5838 review commits
* fix(PrBody): issue 5838 review commits
* fix(PrBody): issue 5838 review commits
* Update lib/workers/repository/updates/generate.ts
Co-authored-by: Rhys Arkins <rhys@arkins.net>
* 5838 - add import
* 5838 - add import
* 10033 - merge
* 5838 - new pull request commit
* 5838 - order imports
* Update lib/workers/repository/updates/generate.ts
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
Co-authored-by: philipabed <philip.abed@whitesourcesoftware.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-15 20:44:53 +01:00
Alexandre Paradis
85aa03d0db
Add @nestjs/passport to Nest monorepo ( #14239 )
2022-02-15 15:04:35 +01:00
Oleg Krivtsov
550ab89ba3
test(manager/pipenv): migrate all manage fs.readFile to fs.readLocalFile ( #14231 )
2022-02-15 11:34:51 +01:00
Gabriel-Ladzaretti
318c660abd
refactor(versioning/pep440): range.ts ( #14210 )
2022-02-15 09:41:22 +01:00
Sergei Zharinov
1e6ec07d8a
refactor(datasource/npm): Convert to class ( #14193 )
2022-02-15 08:20:45 +00:00
Sergei Zharinov
1f79f22e47
fix(util/git): Skip PR update on "force-with-lease" errors ( #14228 )
2022-02-15 07:27:30 +00:00
Maksim
00cab7c3a7
refactor(migrations): pathRules ( #14203 )
...
* refactor(migrations): pathRules
* refactor(migrations): fix typings & test
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-15 07:15:09 +00:00
Sergei Zharinov
d09ce212c4
feat(util/git): Renovate custom refs periodic cleanup ( #14211 )
2022-02-15 05:50:08 +00:00
Sergei Zharinov
a86f23df09
refactor: Convert Maven-based datasources to class ( #14188 )
2022-02-15 05:12:30 +00:00
Florian Greinacher
f4291e8f8f
fix(preset/workarounds): do not upgrade from Alpine stable to edge ( #14220 )
...
* fix: do not upgrade from Alpine stable to edge
* add doNotUpgradeFromAlpineStableToEdge to workarounds:all
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-14 22:30:45 +00:00
Rhys Arkins
b0d4012c45
fix(presets): set global host rules before validating presets ( #14213 )
2022-02-14 17:30:49 +00:00
Nico Tonnhofer
f2bffdad3a
fix(manager/setup-cfg): handle more dependencies ( #14091 )
...
* fix for https://github.com/renovatebot/renovate/issues/14076#issue-1126227358
* return null
* fix review findings
* const dep
* handle comments correctly again
* feat: allow multiple entries in one row
remove ';' to remove in each line. Only # is allowed for comments.
* remove tab for replace
add a test for very compact written dependency
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-14 13:00:44 +00:00
Philip
2cf304b69a
fix(manager/github-actions): dependencies with quotes are ignored ( #14130 )
2022-02-14 10:39:23 +00:00
Maksim
da3772ab18
refactor(migrations): host rules ( #13874 )
2022-02-13 20:07:09 +00:00
Sergei Zharinov
00a2dce783
refactor(datasource/docker): Convert to class ( #14194 )
2022-02-13 19:13:13 +00:00
Sergei Zharinov
b0ce30b59a
refactor(datasource/nuget): Convert to class ( #14140 )
...
* refactor(datasource/nuget): Convert to class
* Fix strict nulls and obsolete URL
* Fixes
* Fix mutability
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-13 13:55:03 +00:00
StinkyLord
780a699573
docs(preset): update :pinDependencies
description ( #14144 )
2022-02-13 09:59:16 +01:00
Hasan Awad
f83c82b94f
fix: added filtering for empty depName ( #14037 )
2022-02-13 09:59:03 +01:00
Rhys Arkins
c6b1cda575
fix(pr): intelligently merge prBodyColumns ( #14198 )
2022-02-13 08:26:49 +00:00
Jamie Magee
766d92144f
refactor(conan): retrieve raw content directly from GitHub ( #14195 )
2022-02-13 05:39:15 +00:00
Sergei Zharinov
8a7abfdf01
refactor(github): Convert datasources to class form ( #14124 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-02-13 03:24:40 +00:00
Rhys Arkins
91f36b7e54
feat(conan): use github repo for conan center lookup ( #14176 )
2022-02-12 18:52:50 -08:00
Jan Graichen
b646bcee52
fix: Do not drop bundler platforms on lock file maintenance ( #14159 )
2022-02-12 10:36:48 +00:00
Sergei Zharinov
a7d4f52b3c
refactor(datasource/go): Unify delegation to bitbucket ( #14189 )
2022-02-12 10:51:40 +01:00
Sergei Zharinov
e92ef1ac45
test(datasource): Refactor index tests ( #14187 )
2022-02-12 10:05:21 +01:00
LeoniePhiline
32f7988493
feat(composer): Default to 'widen' rangeStrategy for TYPO3 extensions ( #14175 )
2022-02-11 16:12:55 +00:00
Rhys Arkins
b2183a30c5
fix(npm): lockfileVersion 2+ transitiveRemediation only if package.json changes ( #14173 )
2022-02-11 13:20:55 +00:00
Oleg Krivtsov
0786775005
feat(workers/global): support eager resolving of presets ( #13279 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-11 11:35:29 +00:00
Rhys Arkins
3d38b95225
fix: disable conan manager by default ( #14171 )
2022-02-11 11:46:17 +01:00
Michael Kriese
5723be1ac5
refactor: add strict null checks ( #14169 )
2022-02-11 11:02:30 +01:00
Mariano Wahlmann
26cb91c977
fix(datasource/go): Remove version from repository URL for Gitlab ( #14163 )
...
Co-authored-by: Mariano Wahlmann <mariano.wahlmann@cbinsights.com>
2022-02-11 08:57:49 +00:00
Sergei Zharinov
00e2b51071
refactor(datasource/repology): Convert to class ( #14132 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-11 08:05:55 +00:00
Jamie Magee
0a4b1036b5
refactor(packagist): convert to class-based datasource ( #12227 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-11 07:29:11 +00:00
Jamie Magee
1127715c43
refactor(datasource): use datasource id instead of string ( #14166 )
2022-02-11 07:15:39 +01:00
Sergei Zharinov
93d32806b4
refactor(datasource/gitlab-tags): Convert to class ( #14055 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-11 05:42:14 +00:00
mhetzel
8f6bf44ea8
feat: add conan datasource and manager ( #12009 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
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-02-11 05:15:13 +00:00
Michael Kriese
b7e267f6ac
feat(datasource/docker): support legacy org.label-schema.vcs-url
label ( #14139 )
2022-02-11 04:59:29 +00:00
Michael Kriese
8dee195d0e
fix: wrong config access ( #14164 )
2022-02-11 04:37:57 +00:00
Sergei Zharinov
40f615e8ea
refactor(datasource/pod): Convert to class ( #14133 )
...
* refactor(datasource/pod): Convert to class
* Fix lint
* Fix
2022-02-10 20:07:16 +00:00
LeoniePhiline
917f30e783
feat(composer): Detect TYPO3 extensions and Symfony bundles as libraries ( #14143 )
2022-02-10 19:03:36 +00:00
Malte Swart
529a3a3f11
feat(manager/pip-compile): support basic arguments ( #14098 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-10 17:30:50 +00:00
LeoniePhiline
2252ca8c44
feat(presets): add parcel monorepo ( #14142 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-10 16:30:00 +00:00
Hasan Awad
bf0ebd2159
test: fix broken test of 'processBranch' function ( #14135 )
2022-02-10 16:21:05 +01:00
Maksim
090c81af1b
refactor(migrations): compatibility ( #13869 )
...
* refactor(migrations): compatibility
* refactor(migrations): fix test coverage
* refactor(migrations): add unit test
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-10 14:42:58 +00:00
Michael Kriese
a859c7f279
fix(helmfile): skip invalid versions ( #14127 )
2022-02-10 12:26:36 +01:00
Sergei Zharinov
9809ba476b
feat(git): Add helpers for platform-native commit ( #13955 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-10 08:58:30 +00:00
Alexandre Paradis
dbadaef47c
feat(config/preset): Add MikroORM monorepo ( #14122 )
2022-02-10 00:46:45 +01:00
Michael Kriese
a8ca710dd6
fix: improve coverage ( #14117 )
2022-02-09 19:12:14 +01:00
Maksim
638d958cc2
fix(migrations): don't migrate properties twice ( #14101 )
2022-02-09 16:20:47 +00:00
Michael Kriese
31c63a9549
chore: fix coverage comment. ( #14115 )
2022-02-09 16:48:51 +01:00
Sönke Liebau
5d419a1c01
feat(github-actions): Change behavior to not add "renovate" to inline yaml comments when pinning ( #14110 )
2022-02-09 16:48:25 +01:00
Rhys Arkins
27afe432f5
fix(npm): don't remediate unrelated package.json version ( #14109 )
...
Closes #14106
2022-02-09 12:13:51 +01:00
Michael Kriese
bc3a5281ca
fix(datasource/docker): override registry source url ( #14108 )
2022-02-09 11:06:29 +00:00
Gabriel-Ladzaretti
64460a75f0
fix(gomod): Now ignoring multi-line replace directive inside go.mod files. ( #14033 )
2022-02-09 09:38:37 +00:00
Jonas Havers
5c626988eb
feat(sbt-package): handle root relative urls ( #13949 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-09 10:23:03 +01:00
Sergei Zharinov
36ed312142
refactor(datasource/docker): Consolidate files into one ( #14054 )
2022-02-09 06:54:04 +01:00
Rhys Arkins
9b6b59dee9
feat(npm): efficient update-lockfile reuse for lockfileVersion>=2 ( #14097 )
2022-02-08 21:23:00 +01:00
Sergei Zharinov
08acc9ad0e
refactor(datasource/github-releases): Consolidate into single file ( #14083 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-08 14:27:56 +00:00
Sergei Zharinov
abc1197b85
refactor(datasource/terraform): Enable strict null checks ( #14050 )
...
* refactor(datasource/terraform): Enable strict null checks
* Fix coverage
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-08 11:48:43 +00:00
Rhys Arkins
9a43d32457
feat(npm): optimize remediation to detect already updated branches ( #14084 )
2022-02-08 09:41:26 +01:00
Rhys Arkins
98ed29c74b
fix(npm): don't disable lock file updates when remediating ( #14082 )
2022-02-08 08:55:27 +01:00
Nils Plaschke
33e9e5a97d
fix: remove quotations around git insteadOF url ( #14079 )
2022-02-07 20:00:53 +00:00
HonkingGoose
9f0ebb6509
docs: replace as per fragment with in line with ( #14068 )
2022-02-07 15:59:23 +01:00
HonkingGoose
a7903a4de2
docs: replace receive with get ( #14073 )
2022-02-07 15:53:22 +01:00
Rhys Arkins
bc300b858f
fix(automerge): don't reassign failing PRs if assignAutomerge=true ( #14065 )
2022-02-07 15:45:57 +01:00
Rhys Arkins
d555c5c1b6
fix(maven): Revert "fix: remove default maven central registry" ( #14058 )
...
This reverts commit ead221dd97
.
2022-02-07 12:17:14 +01:00
Hasan Awad
85cf82e79d
fix(logging): Added check for log level value ( #13941 )
2022-02-07 08:44:44 +00:00
Jamie Magee
3b7e9a17cb
refactor: set importsNotUsedAsValues to error ( #14052 )
2022-02-07 06:37:17 +00:00
Sergei Zharinov
c1555efb3b
refactor(datasource/crate): Enable strict null checks ( #13915 )
2022-02-07 06:14:23 +00:00
Sergei Zharinov
c966eb1c9c
refactor(versioning): Enable strict null checks ( #14053 )
2022-02-07 05:59:22 +00:00
Sergei Zharinov
1f052979df
refactor(versioning/poetry): Enable strict null checks ( #14028 )
2022-02-07 05:23:16 +00:00
Rhys Arkins
eba4e8f51b
fix(npm): remove failed remediations from dashboard ( #14025 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-02-07 03:27:24 +00:00
Sergei Zharinov
fca865b07f
refactor(datasource/helm): Enable strict null checks ( #14040 )
2022-02-06 16:50:31 +00:00
Sergei Zharinov
cdd9b44ae8
refactor: Use null-safe Boolean filtering ( #14039 )
...
* refactor: Use null-safe Boolean filtering
* Simplify and remove file
2022-02-06 16:30:53 +00:00
Sergei Zharinov
f0a1b64b15
refactor(datasource/orb): Enable strict null checks ( #14042 )
2022-02-06 15:42:11 +00:00
Sergei Zharinov
d82223f2e6
refactor(datasource/node): Enable strict null checks ( #14041 )
2022-02-06 16:28:10 +01:00
Sergei Zharinov
123d8b44d2
refactor(versioning/hashicorp): Enable strict null checks ( #14030 )
2022-02-06 09:14:04 +00:00