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: 42.74.3
Choose a base ref
...
head repository: renovatebot/renovate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 42.74.4
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 8, 2026

  1. fix(yarn): don't rely on shell semantics for ignoring command failures (

    #40292)
    
    As reported in #40294, since f430552
    we've seen Yarn 1 failing to update.
    
    We can take advantage of the new `ignoreFailure` option to replace the
    usage of shell semantics.
    
    We also refactor `getOptimizeCommand` to make sure this always returns
    the split command-and-arguments.
    jamietanna authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    4e6e29f View commit details
    Browse the repository at this point in the history
  2. chore(util/exec): allow specifying shell on CommandWithOptions (#…

    …40323)
    
    As part of future changes, we need to be able to specify on a
    per-command level whether a `shell` should be used.
    
    Before we do this, we should make it possible to provide the `shell`
    specifier.
    jamietanna authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    f903dcd View commit details
    Browse the repository at this point in the history
Loading