-
Notifications
You must be signed in to change notification settings - Fork 422
Comparing changes
Open a pull request
base repository: netlify/cli
base: v23.4.0
head repository: netlify/cli
compare: v23.4.1
- 10 commits
- 14 files changed
- 6 contributors
Commits on Aug 27, 2025
-
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]>
2Configuration menu - View commit details
-
Copy full SHA for 97bdd4b - Browse repository at this point
Copy the full SHA 97bdd4bView commit details -
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>
1Configuration menu - View commit details
-
Copy full SHA for 9b2f32e - Browse repository at this point
Copy the full SHA 9b2f32eView commit details -
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>
1Configuration menu - View commit details
-
Copy full SHA for 5107263 - Browse repository at this point
Copy the full SHA 5107263View commit details -
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>
1Configuration menu - View commit details
-
Copy full SHA for c304058 - Browse repository at this point
Copy the full SHA c304058View commit details -
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>
1Configuration menu - View commit details
-
Copy full SHA for 3c62a62 - Browse repository at this point
Copy the full SHA 3c62a62View commit details -
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>
1Configuration menu - View commit details
-
Copy full SHA for 99a2f05 - Browse repository at this point
Copy the full SHA 99a2f05View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 03103fc - Browse repository at this point
Copy the full SHA 03103fcView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 96ab785 - Browse repository at this point
Copy the full SHA 96ab785View commit details -
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>
1Configuration menu - View commit details
-
Copy full SHA for e81d790 - Browse repository at this point
Copy the full SHA e81d790View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 9117331 - Browse repository at this point
Copy the full SHA 9117331View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v23.4.0...v23.4.1