Skip to content

Bump netlify-cli from 19.1.5 to 20.0.4#1530

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/netlify-cli-20.0.4
Closed

Bump netlify-cli from 19.1.5 to 20.0.4#1530
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/netlify-cli-20.0.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2025

Bumps netlify-cli from 19.1.5 to 20.0.4.

Release notes

Sourced from netlify-cli's releases.

v20.0.4

20.0.4 (2025-04-24)

Bug Fixes

  • deps: remove tempy (#7223) (fd28f48)
  • match the branch-deploy context when using --context branch:foo (#7235) (ccb079a)
  • skip framework detection for deploy only command (fixes erroneous Multiple possible build commands found) (#7229) (444ddff)

v20.0.3

20.0.3 (2025-04-22)

Bug Fixes

v20.0.2

20.0.2 (2025-04-16)

Bug Fixes

v20.0.1

20.0.1 (2025-04-15)

Bug Fixes

  • actually handle AWS SDK errors as intended (#7184) (e7cd9e5)
  • actually populate auth user field (#7181) (fe1de94)
  • add missing error handling for unauthed live tunnel use (#7183) (4f57f10)
  • await zipFunctions() in functions build (#7180) (e3b04e5)
  • deps: update netlify packages (major) (#7177) (494db5c)
  • deps: update rust crate tokio to 1.38.2 [security] (#7172) (729fbe9)
  • deps: upgrade misc. dependencies (#7208) (a10b142)
  • functions: await functions error handling (#7186) (3831ea0)
  • print site information in link output (33b60ba)

v20.0.0

20.0.0 (2025-04-08)

⚠ BREAKING CHANGES

... (truncated)

Changelog

Sourced from netlify-cli's changelog.

20.0.4 (2025-04-24)

Bug Fixes

  • deps: remove tempy (#7223) (fd28f48)
  • match the branch-deploy context when using --context branch:foo (#7235) (ccb079a)
  • skip framework detection for deploy only command (#7229) (444ddff)

20.0.3 (2025-04-22)

Bug Fixes

20.0.2 (2025-04-16)

Bug Fixes

20.0.1 (2025-04-15)

Bug Fixes

  • actually handle AWS SDK errors as intended (#7184) (e7cd9e5)
  • actually populate auth user field (#7181) (fe1de94)
  • add missing error handling for unauthed live tunnel use (#7183) (4f57f10)
  • await zipFunctions() in functions build (#7180) (e3b04e5)
  • deps: update netlify packages (major) (#7177) (494db5c)
  • deps: update rust crate tokio to 1.38.2 [security] (#7172) (729fbe9)
  • deps: upgrade misc. dependencies (#7208) (a10b142)
  • functions: await functions error handling (#7186) (3831ea0)
  • print site information in link output (33b60ba)

20.0.0 (2025-04-08)

⚠ BREAKING CHANGES

  • perform minimal accounts query when loading config

Performance Improvements

  • lazy load dev, dev-exec commands (9e27cdc)

... (truncated)

Commits
  • 759cc88 chore(main): release 20.0.4 (#7233)
  • ccb079a fix: match the branch-deploy context when using --context branch:foo (#7235)
  • 2172a38 refactor(utils/env): rename variables, add comments, and clarify intent (#7234)
  • 444ddff fix: skip framework detection for deploy only command (#7229)
  • fd28f48 fix(deps): remove tempy (#7223)
  • 4938182 refactor(deploy): improve types to avoid extraneous runtime check (#7220)
  • 2aa2e44 refactor: fix Account.capabilities and parseAllRemoteImages types (#7219)
  • a95b9e5 test: remove skipped eleventy integration tests (#7221)
  • b83580c chore(deps): bump next (#7166)
  • a4f01dc chore(deps): bump prismjs from 1.29.0 to 1.30.0 in /site (#7191)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [netlify-cli](https://github.com/netlify/cli) from 19.1.5 to 20.0.4.
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v19.1.5...v20.0.4)

---
updated-dependencies:
- dependency-name: netlify-cli
  dependency-version: 20.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 25, 2025
@github-actions
Copy link
Copy Markdown

🍱 Your pull request preview is ready

Please use this preview to check your changes. Ideally use the test documentation template and document your test results by commenting on the PR. This will speed up the review process for everyone.

FYI, once this PR is merged, you can use the iD Editor Preview to test your changes in interaction with all other changes.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2025

Superseded by #1532.

@dependabot dependabot bot closed this Apr 28, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/netlify-cli-20.0.4 branch April 28, 2025 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants