-
Notifications
You must be signed in to change notification settings - Fork 3k
Comparing changes
Open a pull request
base repository: renovatebot/renovate
base: 43.91.5
head repository: renovatebot/renovate
compare: 43.91.6
- 5 commits
- 8 files changed
- 4 contributors
Commits on Mar 26, 2026
-
test(workers/repository): cover generation of
prettyDepType(#42152)As part of changes in #42142, I noticed that we didn't have any coverage of how this was determined. Co-authored-by: Claude Sonnet 4.6 <jamie.tanna+claude-code@mend.io>
Configuration menu - View commit details
-
Copy full SHA for 41eba99 - Browse repository at this point
Copy the full SHA 41eba99View commit details -
chore: allow oxlint to run in child worktrees (#42153)
As noted in [0], adding the `typeAware` config into `oxlint` leads to usage of Git worktrees (nested under the root repo) failing to run `oxlint`: > renovate@0.0.0-semantic-release oxlint > oxlint Failed to parse oxlint configuration file. × The `options.typeAware` option is only supported in the root config, but it was found in /Users/jamietanna/workspaces/renovatebot/renovate/.worktrees/reviews/.oxlintrc.json. help: Move `options.typeAware` to the root configuration file. This not only breaks pre-commit checks, but regular linting checks. As noted in [0] we can explicitly specify the config file, which avoids this. [0]: oxc-project/oxc#19937Configuration menu - View commit details
-
Copy full SHA for a1495c8 - Browse repository at this point
Copy the full SHA a1495c8View commit details -
chore(deps): update codecov/codecov-action action to v5.5.4 (main) (#…
…42157) chore(deps): update codecov/codecov-action action to v5.5.4 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.5.3 | v5.5.4 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cdf6ffe - Browse repository at this point
Copy the full SHA cdf6ffeView commit details -
build(deps): update dependency @yarnpkg/core to v4.6.0 (main) (#42160)
build(deps): update dependency @yarnpkg/core to v4.6.0 | datasource | package | from | to | | ---------- | ------------- | ----- | ----- | | npm | @yarnpkg/core | 4.5.0 | 4.6.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 10bbc2e - Browse repository at this point
Copy the full SHA 10bbc2eView commit details -
fix(platform/bitbucket): replace deprecated cross-workspace repos end…
…point (#42134) * fix(platform/bitbucket): replace deprecated cross-workspace repos endpoint The GET /2.0/repositories?role=contributor endpoint is being removed by Bitbucket Cloud on 2026-03-31 (CHANGE-2770). Replace it with per-workspace calls to GET /2.0/repositories/{workspace}. When autodiscoverNamespaces is set, those values are used directly as workspace slugs. Otherwise the current user's workspaces are first discovered via GET /2.0/user/workspaces (the non-deprecated replacement for GET /2.0/workspaces) and repositories are then fetched per workspace. * fix(platform/bitbucket): address review comments - Use z.array instead of LooseArray for WorkspaceAccesses schema - Limit workspace fetch concurrency via promises.map - Align test workspace slugs with reviewer suggestions * fix(platform/bitbucket): address review comments - Use z.array instead of LooseArray for WorkspaceAccesses schema - Limit workspace fetch concurrency via promises.map - Align test workspace slugs with reviewer suggestions * fix(platform/bitbucket): restore original repo names in negation test
Configuration menu - View commit details
-
Copy full SHA for 413dcdd - Browse repository at this point
Copy the full SHA 413dcddView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 43.91.5...43.91.6