Thanks to visit codestin.com
Credit goes to github.com

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.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: v23.4.1
Choose a head ref
  • 10 commits
  • 14 files changed
  • 6 contributors

Commits on Aug 27, 2025

  1. chore: add conventional commit PR title linter (#7583)

    * chore: add conventional commit PR title linter
    
    * chore: clearer job name
    
    * chore: different config file format
    
    * chore: format
    
    ---------
    
    Co-authored-by: Netlify <[email protected]>
    sarahetter and Netlify authored Aug 27, 2025
    2 Configuration menu
    Copy the full SHA
    97bdd4b View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency tsx to v4.20.5 (#7579)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Aug 27, 2025
    1 Configuration menu
    Copy the full SHA
    9b2f32e View commit details
    Browse the repository at this point in the history
  3. chore(website): update dependency astro to v5.13.3 (#7580)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Aug 27, 2025
    1 Configuration menu
    Copy the full SHA
    5107263 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update dependency @types/node to v22.18.0 (#7574)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Aug 27, 2025
    1 Configuration menu
    Copy the full SHA
    c304058 View commit details
    Browse the repository at this point in the history
  5. fix(deps): update dependency @netlify/blobs to v10.0.9 (#7588)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Aug 27, 2025
    1 Configuration menu
    Copy the full SHA
    3c62a62 View commit details
    Browse the repository at this point in the history
  6. chore(website): update dependency @netlify/functions to v4.2.4 (#7587)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Aug 27, 2025
    1 Configuration menu
    Copy the full SHA
    99a2f05 View commit details
    Browse the repository at this point in the history
  7. fix: load correct environment variables in Preview Server context

    This changeset fixes environment-variable loading a Preview Server context.
    
    Previously, we were missing `dev-server` from the CLI's list of
    supported contexts. Because of a variable that (unnecessarily) mixes the
    concept of branches and contexts, when we run into an unsupported
    context, we assume we must be running a branch preview, and try to find
    variables for the branch named `dev-server`. For the majority of users,
    variables for that branch won't exist, and they'll end up with an
    unexpectedly empty variable.
    
    Why do we assume it's a branch preview when we have enough information
    available to us to know it's not one? Why do we throw away the type
    information that would have caught this? Why do we load environment
    variables from the API in the CLI even though `@netlify/config` already
    does this?
    
    These are the mysteries of the universe.
    ndhoule committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    03103fc View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    96ab785 View commit details
    Browse the repository at this point in the history
  9. fix(deps): update dependency @netlify/dev-utils to v4.1.2 (#7590)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    renovate[bot] and kodiakhq[bot] authored Aug 27, 2025
    1 Configuration menu
    Copy the full SHA
    e81d790 View commit details
    Browse the repository at this point in the history
  10. 1 Configuration menu
    Copy the full SHA
    9117331 View commit details
    Browse the repository at this point in the history
Loading