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.1
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.2
Choose a head ref
  • 3 commits
  • 4 files changed
  • 4 contributors

Commits on Jan 7, 2026

  1. refactor(git): add debug logging for baseBranch (#40307)

    * refactor: log baseBranch name in isBranchModified
    
    Signed-off-by: Adam Setch <adam.setch@outlook.com>
    
    * refactor: log baseBranch name
    
    Signed-off-by: Adam Setch <adam.setch@outlook.com>
    
    ---------
    
    Signed-off-by: Adam Setch <adam.setch@outlook.com>
    setchy authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    bc86d73 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update prom/prometheus docker tag to v3.9.1 (main) (#40313)

    chore(deps): update prom/prometheus docker tag to v3.9.1
    
    | datasource | package         | from   | to     |
    | ---------- | --------------- | ------ | ------ |
    | docker     | prom/prometheus | v3.9.0 | v3.9.1 |
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    efda1ab View commit details
    Browse the repository at this point in the history
  3. fix(jsonata): ensure all evaluations use a new environment (#40312)

    * fix(jsonata): ensure all evaluations use a new environment
    
    When evaluating a JSONata expression concurrently, specifically when reusing
    an expression instance (as we do since we cache them), it's possible that
    a second concurrent evaluate() call clobbers the `$` binding before the
    first one has finished, which will make it use incorrect values.
    
    Passing in a non-undefined bindings value causes JSONata to instead
    create a new environment for each evaluate() call, preventing these conflicts.
    
    Fixes #40311.
    
    * fix(jsonata): concurrency issues by wrapping jsonata.Expression
    
    * fix(jsonata): tweak return type and revert no-longer-necessary change
    
    ---------
    
    Co-authored-by: secustor <sebastian@poxhofer.at>
    markspolakovs and secustor authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    8efdad4 View commit details
    Browse the repository at this point in the history
Loading