Commit graph

15152 commits

Author SHA1 Message Date
renovate[bot]
2e497c8acb
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.1.2 (#23168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-05 12:37:00 +00:00
Sebastian Poxhofer
b6c4f5ea1b
feat(managers): add more categories (#23162) 2023-07-05 09:28:12 +00:00
renovate[bot]
1fdb10d4b8
chore(deps): update dependency @ls-lint/ls-lint to v2.0.1 (#23163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-05 11:45:40 +02:00
Adam Setch
271aba2c4d
test(markdown): add example for GH issue link (#23160) 2023-07-05 08:12:11 +00:00
Rhys Arkins
7b82e8d9ef
fix(config): migrate language objects (#23157)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-07-05 07:43:08 +00:00
Michael Kriese
9bc12da2a0
fix(markdown): don't remove char before # (#23151) 2023-07-05 07:00:13 +00:00
renovate[bot]
4b2f4abcb9
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.1.0 (#23150)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-05 04:50:20 +00:00
renovate[bot]
295b330629
chore(deps): update dependency typescript to v5.1.6 (#23149)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-05 00:40:50 +00:00
renovate[bot]
899519f900
chore(deps): update dependency typescript to v5.1.5 (#23148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-05 00:13:59 +00:00
Sebastian Poxhofer
11e30a08f6
refactor: move getChildProcessEnv to break dependency loop (#23144) 2023-07-04 20:34:08 +00:00
renovate[bot]
2c8d565c1d
chore(deps): update ghcr.io/containerbase/sidecar docker tag to v9 (#23138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-04 17:57:03 +00:00
Rhys Arkins
9845082f22 feat!: commit all files in postUpgradeTasks by default (#23126)
BREAKING CHANGE: all modified files are now commited by default for postUpgradeTasks.fileFilters
2023-07-04 19:21:52 +02:00
Sebastian Poxhofer
19259a0383 feat!: categories (#16534)
Closes #13953

Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

BREAKING CHANGE: languages are now called categories instead
2023-07-04 19:21:52 +02:00
Rhys Arkins
3923e7ee68 feat!: drop node v19 support (#23006)
BREAKING CHANGE: Node v19 is no longer supported
2023-07-04 19:21:52 +02:00
Sebastian Poxhofer
8ccb0eaae2 feat(datasource)!: default to the central default versioning (#23020)
BREAKING CHANGE: semver-coerced is now the default versioning
2023-07-04 19:21:52 +02:00
Michael Kriese
f9e3e80e0c feat(presets)!: rename config:base to config:recommended (#21136)
Closes #12024

Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Bastian Gutschke <bastian.gutschke@gmx.de>

BREAKING CHANGE: Preset config:base is now called config:recommended
2023-07-04 19:21:52 +02:00
Rhys Arkins
c7832e55f8 feat!: remove BUILDPACK env support 2023-07-04 19:21:52 +02:00
Rhys Arkins
d059ad1feb chore: fix docker exec test 2023-07-04 19:21:52 +02:00
Rhys Arkins
e4dead2e35 feat(package-rules)!: match packageName for matchPackageNames (#22703)
Closes #20926

BREAKING CHANGE: matchPackageNames now matches both depName (existing) and packageName (new)
2023-07-04 19:21:52 +02:00
Rhys Arkins
ad0479a11b feat(npm): support constraintsFiltering=strict (#22447)
Closes #4826

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-07-04 19:21:52 +02:00
RahulGautamSingh
c2d3ca856f feat(release-notes)!: support configurable fetching stage (#22781)
Changes fetchReleaseNotes from boolean to enum, with values off, branch, pr.

Closes #20476

BREAKING CHANGE: Release notes won't be fetched early for commitBody insertion unless explicitly configured with fetchReleaseNotes=branch
2023-07-04 19:21:52 +02:00
RahulGautamSingh
aa14b777c0 feat!: replace dockerImagePrefix with dockerSidecarImage (#22708)
Closes #21217

BREAKING CHANGE: dockerImagePrefix is now replaced by dockerSidecarImage
2023-07-04 19:21:52 +02:00
Rhys Arkins
e3d5f7df92 feat!: merge matchPaths and matchFiles into matchFileNames (#22406)
Closes #22395

BREAKING CHANGE: matchPaths and matchFiles are now combined into matchFileNames, supporting exact match and glob-only
2023-07-04 19:21:52 +02:00
Rhys Arkins
033d776ab0 feat(package-rules)!: remove fuzzy matchPaths matching (#22394)
BREAKING CHANGE: matchPaths will no longer use “any string match” and instead must be a glob pattern
2023-07-04 19:21:52 +02:00
Rhys Arkins
a23ca9e406 fix(presets)!: remove compatibility:additionalBranchPrefix (#22015)
BREAKING CHANGE: v25 compatibility for language-based branch prefixes is removed
2023-07-04 19:21:52 +02:00
Rhys Arkins
530f537b9b feat(npm)!: disable rollbackPrs for npm by default (#21970)
BREAKING CHANGE: Rollback PRs will no longer be enabled by default for npm (they are now disabled by default for all managers)
2023-07-04 19:21:52 +02:00
Bastian Gutschke
bc693f2003 fix(post-upgrade-tasks)!: enable dot option for file filters (#21282)
Set `{ dot: true }` for minimatch.

Closes #21276

BREAKING CHANGE: dot files will now be included by default for all minimatch results
2023-07-04 19:21:52 +02:00
Michael Kriese
08bbf812b0 feat(platform/gitlab)!: prefer commit_email (#21122)
gitAuthor discover for GitLab now prefers the field `commit_email` over `email`.

Closes #12532

BREAKING CHANGE: GitLab gitAuthor will change from the account's "email" to "commit_email" if they are different.
2023-07-04 19:21:52 +02:00
Rhys Arkins
61a7813aba feat(automerge)!: default to platformAutomerge=true (#21327)
Closes #21319

BREAKING CHANGE: Platform automerge will now be chosen by default whenever automerge is enabled.
2023-07-04 19:21:52 +02:00
Rhys Arkins
6a95024e22 feat!: allow post upgrade templating by default (#21326)
Closes #21320

BREAKING CHANGE: Post upgrade templating is now allowed by default, as long as the post upgrade task command is itself already allowed.
2023-07-04 19:21:52 +02:00
Adam Setch
519fe4ccbb
chore(ide/vscode): fix eslint issues on save (#23129) 2023-07-04 12:11:57 +00:00
Adam Setch
3bae715502
refactor(release-notes): use util/url to validate url (#23128) 2023-07-04 12:08:23 +00:00
renovate[bot]
81eb17aaca
chore(deps): update linters (#23120)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-07-04 09:19:17 +00:00
RahulGautamSingh
17004670eb
fix(platform): compare target refs before updating (#23094) 2023-07-04 09:00:49 +00:00
renovate[bot]
3b6ffa914b
chore(deps): update dependency aws-sdk-client-mock to v2.2.0 (#23122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-04 06:39:09 +00:00
renovate[bot]
259a69268b
build(deps): update dependency tslib to v2.6.0 (#23125)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-03 23:18:40 +00:00
Adam Setch
8b819dd272
fix(changelog): remove urls from md heading url (#23112) 2023-07-03 19:34:01 +00:00
Bert De Geyter
5db88aad89
fix(presets): Update @aws-lambda-powertools monorepo url (#23057) 2023-07-03 19:33:27 +00:00
Tobias
700fa4d146
test(git-refs/git-tags): add types to mocked objects (#23096) 2023-07-03 19:20:06 +00:00
renovate[bot]
6e0b9e475c
chore(deps): update linters to v5.60.1 (#23119)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-03 18:19:08 +00:00
Adam Setch
9c9c17b003
test(changelog): moves tests to respective source-platform folder (#23118) 2023-07-03 17:54:25 +00:00
Sergei Zharinov
1f3a14addb
fix(datasource/packagist): Use serializable type for availablePackages (#23117) 2023-07-03 17:54:20 +00:00
Adam Setch
74ad033896
refactor(changelog): use util/url instead of deprecated URL (#23113) 2023-07-03 16:06:25 +00:00
Adam Setch
bd3cf102bf
refactor(changelog/github): move source (#23103) 2023-07-03 14:54:59 +00:00
HonkingGoose
0551a12f60
docs(private package support): monospace github.com URL (#23107) 2023-07-03 14:11:50 +00:00
HonkingGoose
2147ae260e
docs: fetchReleaseNotes works with Bitbucket Cloud (#23108) 2023-07-03 13:15:09 +00:00
Adam Setch
b70cd1cedc
refactor(changelog/gitlab): move source (#23104) 2023-07-03 13:14:10 +00:00
renovate[bot]
42dcecaf1e
build(deps): update dependency simple-git to v3.19.1 (#23101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-03 11:42:39 +00:00
renovate[bot]
0513797ed9
chore(deps): update github/codeql-action action to v2.20.2 (#23102)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-03 11:40:38 +00:00
Adam Setch
b3424c626c
feat(platform/bitbucket): add support for fetching release notes (#22094)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-07-03 11:23:53 +00:00