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

Commits on May 14, 2025

  1. fix: improve link fallback when OSC 8 not supported (#7294)

    The `terminal-link` package uses [OSC 8](https://github.com/Alhadis/OSC8-Adoption/) link
    formatting when running in a terminal that supports it. When it isn't supported, by
    default it falls back to rendering the text followed by the link in parens. This is fine,
    but when we pass the full URL as the text, it's unnecessarily noisy, e.g.:
    https://example.com/foo/bar (https://example.com/foo/bar)
    
    Passing `fallback: false` toggles the fallback behaviour to just render the text as-is.
    
    This wasn't clear previously from the docs:
    sindresorhus/terminal-link#26.
    serhalp authored May 14, 2025
    1 Configuration menu
    Copy the full SHA
    47242ce View commit details
    Browse the repository at this point in the history
  2. fix: stop spinner after netlify login (#7296)

    Currently, when the `netlify login` command successfully finishes or
    fails, we fail to stop the spinner correctly. The user must then
    SIGINT/Ctrl-C to exit. This change fixes that issue.
    
    Co-authored-by: Philippe Serhal <[email protected]>
    ndhoule and serhalp authored May 14, 2025
    1 Configuration menu
    Copy the full SHA
    9dfb71a View commit details
    Browse the repository at this point in the history
  3. test: update integration test admin_url expectations (#7298)

    The API now returns a new URL format for `admin_url`.
    serhalp authored May 14, 2025
    1 Configuration menu
    Copy the full SHA
    e2cb434 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 21.4.1 (#7297)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    Co-authored-by: Philippe Serhal <[email protected]>
    token-generator-app[bot] and serhalp authored May 14, 2025
    1 Configuration menu
    Copy the full SHA
    b4c6ca6 View commit details
    Browse the repository at this point in the history
Loading