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: netlify/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v23.13.5
Choose a base ref
...
head repository: netlify/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v23.14.0
Choose a head ref
  • 12 commits
  • 19 files changed
  • 11 contributors

Commits on Jan 21, 2026

  1. build(deps): bump diff from 4.0.2 to 4.0.4 (#7879)

    Bumps [diff](https://github.com/kpdecker/jsdiff) from 4.0.2 to 4.0.4.
    - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
    - [Commits](kpdecker/jsdiff@v4.0.2...v4.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: diff
      dependency-version: 4.0.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 21, 2026
    1 Configuration menu
    Copy the full SHA
    c0db1c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. fix(deps): update dependency lodash to v4.17.23 [security] (#7885)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 22, 2026
    2 Configuration menu
    Copy the full SHA
    e0fe8dc View commit details
    Browse the repository at this point in the history
  2. fix(deps): bump tar from 7.5.3 to 7.5.6 (#7883)

    Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.3 to 7.5.6.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v7.5.3...v7.5.6)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-version: 7.5.6
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2026
    2 Configuration menu
    Copy the full SHA
    d563fac View commit details
    Browse the repository at this point in the history
  3. fix(deps): update dependency @netlify/edge-functions to v3.0.3 (#7860)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
    renovate[bot] and serhalp authored Jan 22, 2026
    2 Configuration menu
    Copy the full SHA
    803c6ae View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. 1 Configuration menu
    Copy the full SHA
    f5b3588 View commit details
    Browse the repository at this point in the history
  2. fix: refactor image handling to use @netlify/images (#7584)

    * refactor: change initializeProxy to use ImageHandler
    
    * refactor: removed unused functions and tests
    
    * format imports in correct place
    
    * specified type import for ImageHandler
    
    * fix: remove ipx dependency (now indirect via @netlify/images) (#7802)
    
    * Initial plan
    
    * chore: remove ipx dependency (now used indirectly via @netlify/images)
    
    Co-authored-by: serhalp <1377702+serhalp@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: serhalp <1377702+serhalp@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Karin Hendrikse <30577427+khendrikse@users.noreply.github.com>
    Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: serhalp <1377702+serhalp@users.noreply.github.com>
    Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
    5 people authored Jan 23, 2026
    2 Configuration menu
    Copy the full SHA
    321170d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. chore(readme): fix dead link to CLI command reference (#7673)

    Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
    DanielPasion and serhalp authored Jan 26, 2026
    2 Configuration menu
    Copy the full SHA
    ff24801 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update netlify packages (#7895)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 26, 2026
    2 Configuration menu
    Copy the full SHA
    63e1eea View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency deno to v2.6.6 (#7900)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 26, 2026
    1 Configuration menu
    Copy the full SHA
    c090425 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. feat: ai gateway disabled check (#7891)

    * feat(dev): skip AI Gateway setup when disabled for account
    
    * use capabilities
    kathmbeck authored Jan 27, 2026
    2 Configuration menu
    Copy the full SHA
    4a57375 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. fix: address flaky integration tests (#7890)

    * fix: prevent edge function build race condition and fix init test prompts
    
    * fix: add tests for edge build coalescing behavior
    
    * test: registry should builds new instance after concurrent calls complete
    
    * replace @ts-expect-error with typed interface
    
    * make build coalescing members protected for testing
    
    * Add comment explaining why member is protected and not private
    
    * add @internal semantic to protected comment
    
    * separate interface from implementation for testability
    
    ---------
    
    Co-authored-by: Karin Hendrikse <30577427+khendrikse@users.noreply.github.com>
    jaredm563 and khendrikse authored Jan 28, 2026
    1 Configuration menu
    Copy the full SHA
    a329330 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 23.14.0 (#7887)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Jan 28, 2026
    1 Configuration menu
    Copy the full SHA
    8c9178d View commit details
    Browse the repository at this point in the history
Loading