Commit graph

1386 commits

Author SHA1 Message Date
Erik Gaal
8b731042d7
fix: include newVersion in composer update command (#24057)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-08-25 12:03:23 +00:00
Rhys Arkins
afbf0b8032
fix(azure): more external error catches for presets (#24078) 2023-08-25 11:46:12 +00:00
Dylan Owen
151435acfd
feat(manager/cargo): support for cargo repository source replacement (#23956)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-08-25 09:41:15 +00:00
HonkingGoose
48ece9a455
docs(html): rewrite readme (#23232)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-08-25 09:40:59 +00:00
kroonprins
03636915e4
feat(platform/azure): check targetBranch when finding PRs (#23941)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-08-25 08:26:14 +00:00
scmeli
aa250175b8
feat(datasource/helm): add digest to release (#23432)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-08-25 07:43:38 +00:00
Sergei Zharinov
95d3a1db88
refactor(poetry): Use transforms for dependencies parsing (#23965) 2023-08-25 07:41:07 +00:00
Jonas Wittbrodt
47e32986b6
fix(platform/gitlab): fix false positive PR string replacements (#24068) 2023-08-24 19:14:55 +00:00
Rhys Arkins
acdd430caf
chore(gomod): better update failure logging 2023-08-24 19:36:03 +02:00
HonkingGoose
b8c7a2ddb8
docs: improve custom datasource text (#23962)
Co-authored-by: Anne Stellingwerf <astellin@opentext.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-08-24 11:44:55 +00:00
Rhys Arkins
8b86ce5e81
chore: update bazelisk test to invalid extract cache 2023-08-24 07:04:28 +02:00
Chuck Grindel
70e7a5e12d
fix(swift): return clean newVersion if other cases do not apply (#24028) 2023-08-22 18:56:06 +00:00
Chuck Grindel
fe0962685c
fix: remove the v prefix for Swift version values (#24004) 2023-08-22 17:08:28 +00:00
Sergei Zharinov
5ed8bb2642
refactor(result): Separate unwrapOrElse from unwrap (#24014) 2023-08-22 12:10:08 +00:00
RahulGautamSingh
6f3721e6b1
fix: update logic to add missing custom manager readme (#24018) 2023-08-22 12:04:34 +00:00
Rhys Arkins
053234f7d6
fix(npm): don’t massage package.json before updating 2023-08-22 14:20:37 +02:00
HonkingGoose
76c9c63417
docs: use simple words (#23989) 2023-08-22 14:07:21 +02:00
Sergei Zharinov
847721e9aa
refactor(manager/poetry): Use schema for lockfile parsing (#23973) 2023-08-21 21:06:44 +00:00
Sergei Zharinov
31b3f28d5d
feat(result): Add helper for Zod schema parsing (#23992) 2023-08-21 15:55:34 +00:00
Patrick Decat
745edc18d7
feat(manager/asdf): support multiple spaces in .tool-versions for rtx compatibility (#23995) 2023-08-21 15:30:48 +00:00
Sergei Zharinov
6c8c469ca0
refactor(schema): Use Json helper schema instead of JSON.parse (#23997) 2023-08-21 15:29:41 +00:00
Michael Kriese
375d2678a8
fix(manager/npm): determine yarn version from lockfile (#23975) 2023-08-21 08:23:19 +00:00
Petr Ruzicka
b7627b2a6a
docs(datasource): add helm chart customDatasources example (#23954) 2023-08-19 12:12:53 +00:00
Joshua Tang
a24b6e57d5
fix(manager/pub): skip dependency flutter_test and path dependencies (#23934) 2023-08-18 10:52:19 +00:00
Joshua Tang
cec6faeaf6
refactor(manager/poetry): use zod schema validation (#23830) 2023-08-18 10:23:32 +00:00
Marcowindt
e485b5262a
fix(mix): authenticate hex private repos configured in hostRules (#23901) 2023-08-17 21:13:03 +00:00
Rhys Arkins
11d374b1e3
fix(azure): catch unavailable devops and throw ExternalHostError (#23908) 2023-08-17 21:03:28 +00:00
udakak
0bce5452f0
feat(manager/gradle): Add verification metadata update support to gradle manager (#23733)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Johannes Feichtner <343448+Churro@users.noreply.github.com>
2023-08-17 18:20:37 +00:00
Rhys Arkins
ff8831f409
chore: fix bumpVersion type check (#23906) 2023-08-17 06:48:29 +02:00
Maxime Brunet
b9a177fc86
docs(github): correct typo in "Administration" (#23897) 2023-08-16 16:09:45 +00:00
Rhys Arkins
d45cf97dd9
feat(lerna): deprecate lerna support (#23886) 2023-08-16 06:55:05 +00:00
Jiahao Guo
8ad31261d7
feat(github): support fine-grained token (#23810) 2023-08-16 05:53:48 +00:00
Maxime Brunet
63690f233b
docs(github): add "Administation" to required permissions (#23885) 2023-08-16 05:06:35 +00:00
Maxime Brunet
878e3c5cd4
fix(nix): trim x-access-token: prefix from Github token (#23884) 2023-08-16 05:05:01 +00:00
RahulGautamSingh
bf2c0693ac
refactor(managers): implement custom managers api (#23357)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-08-15 17:12:54 +00:00
Joshua Tang
1d53c73cb0
feat(manager/pub): extract Dart SDK (#23829)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-08-15 17:00:57 +00:00
Jiahao Guo
58748ab6c2
refactor(util): move GitHub token related utils to proper place (#23869) 2023-08-15 14:26:38 +00:00
Rhys Arkins
a1f79bcf39
feat(docker): use Docker Hub tags api (#23876) 2023-08-15 13:21:17 +00:00
Rhys Arkins
36e2b328bb
chore: update types reference 2023-08-15 11:31:15 +02:00
Rhys Arkins
6699320682
fix(composer): use php-prebuild tags for composer php (#23870) 2023-08-15 08:10:30 +00:00
Steffen
aced1aab16
docs(gitea): update PAT matrix (#23821) 2023-08-11 09:25:26 +00:00
Joshua Tang
4484cbcb28
feat(manager/pub): extract Flutter SDK (#23759) 2023-08-10 13:19:17 +00:00
Sebastian Poxhofer
bd3c3e3ee9
feat(managers/cpanfile): add perl category (#23808) 2023-08-10 09:33:58 +00:00
Rhys Arkins
5e31c69a31
fix(bazelisk): use semver versioning (#23771) 2023-08-09 07:08:24 +00:00
Rhys Arkins
77e106841c
fix(bundler): update patch, minor, major separately (#23770)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-08-09 07:08:22 +00:00
PeterNitsche
1ecaab241d
feat(github-actions): support GitHub actions runners (#23633)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-08-08 19:59:41 +00:00
Rhys Arkins
03c8ef7344
fix(lerna): don’t use packages if v7 or higher (#23756) 2023-08-08 14:29:32 +00:00
Tobias
853f02844d
feat(github-actions): autodetect GitHub Actions registry urls for Enterprise Server (#23042) 2023-08-08 12:07:47 +00:00
Michael Kriese
29cec2cb91
fix: better validation before bumping package version (#23684) 2023-08-08 09:50:42 +00:00
Michael Kriese
2f99b3cf25
feat(datasource/docker): add schema types (#23752) 2023-08-08 09:02:42 +00:00