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

Commits on Mar 27, 2025

  1. ci: build CLI before release

    ndhoule committed Mar 27, 2025
    Copy the full SHA
    d36bfad View commit details
  2. chore(deps): update dependency @types/ws to v8.18.0 (#7107)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 27, 2025
    Copy the full SHA
    e79f1de View commit details
  3. fix(deps): update dependency @netlify/functions to v3.0.4 (#7118)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 27, 2025
    Copy the full SHA
    48a4e3e View commit details
  4. chore(deps): bump next (#7127)

    Bumps [next](https://github.com/vercel/next.js) from 14.2.21 to 14.2.25.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v14.2.21...v14.2.25)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 27, 2025
    Copy the full SHA
    b511b2c View commit details
  5. chore(deps): update dependency eslint-config-prettier to ^10.1.1 (#7108)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 27, 2025
    1
    Copy the full SHA
    d2497e3 View commit details
  6. ci: simplify release-please conditionals

    This changeset modifies the CI test workflows to not run on release PRs.
    
    One effect this PR will have is that these workflows will no longer
    report a status on release-please PRs. Because we have our repo rules
    configured to require these workflows' jobs to block merges to main
    unless these workflows are in a passing state, merging this as is will
    break release-please branches. To fix this, we'll modify the
    merge-to-main ruleset to exclude the release-please bot user from the
    ruleset's requirements.
    ndhoule committed Mar 27, 2025
    Copy the full SHA
    8b4d55a View commit details
  7. chore(website): update dependency @netlify/functions to v3.0.4 (#7110)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 27, 2025
    3
    Copy the full SHA
    475cecf View commit details
  8. fix: run E2E tests before publishing package

    This is technically a `test` scope, but I'm giving it a fix so it
    triggers a release.
    ndhoule committed Mar 27, 2025
    8
    Copy the full SHA
    db675be View commit details
  9. 1
    Copy the full SHA
    d70bd02 View commit details
  10. 2
    Copy the full SHA
    c1a7cd6 View commit details
  11. 1
    Copy the full SHA
    8cde14b View commit details
Loading