Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: renovatebot/renovate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 43.91.5
Choose a base ref
...
head repository: renovatebot/renovate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 43.91.6
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 26, 2026

  1. 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>
    jamietanna and Claude Sonnet 4.6 authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    41eba99 View commit details
    Browse the repository at this point in the history
  2. 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#19937
    jamietanna authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    a1495c8 View commit details
    Browse the repository at this point in the history
  3. 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>
    renovate[bot] authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    cdf6ffe View commit details
    Browse the repository at this point in the history
  4. 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>
    renovate[bot] authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    10bbc2e View commit details
    Browse the repository at this point in the history
  5. 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
    relnah authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    413dcdd View commit details
    Browse the repository at this point in the history
Loading