Skip to content

Bump esbuild and netlify-cli #15157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2025

Removes esbuild. It's no longer used after updating ancestor dependency netlify-cli. These dependencies need to be updated together.

Removes esbuild

Updates netlify-cli from 18.1.0 to 21.1.0

Release notes

Sourced from netlify-cli's releases.

v21.1.0

21.1.0 (2025-05-06)

Features

  • add new netlify clone command, to clone an existing repo + connected Netlify site in one step (#7260) (fe9940e)
  • init: prompt to configure build settings in 'no git remote' case (#7258) (cb881e8)

Bug Fixes

v21.0.1

21.0.1 (2025-05-06)

Bug Fixes

  • actually stop spinning on success/failure (#7262) (5f68338)

v21.0.0

21.0.0 (2025-05-06)

⚠ BREAKING CHANGES

  • remove support for deprecated netlify-lambda package (#7236)

The netlify-lambda NPM package was deprecated in Feb 2023. If you are one of the few using this, see the migration guide.

⚠ Potentially breaking changes

run build before deploy (#7195)

The deploy command now runs the site's configured build command before deployment by default. Previously, this was achieved by passing the --build flag. In other words, --build is no longer needed.

To opt into the previous default behavior, users can now specify netlify deploy --no-build.

Why are we changing this?

This has long been one of the most common sources of confusion with the Netlify CLI. Developers expect a "deploy" command to deploy their project. We're making this change to follow the Principle of Least Surprise and streamline the experience for new users.

Upgrading

... (truncated)

Changelog

Sourced from netlify-cli's changelog.

21.1.0 (2025-05-06)

Features

  • add new netlify clone command, to clone an existing repo + connected Netlify site in one step (#7260) (fe9940e)
  • init: prompt to configure build settings in 'no git remote' case (#7258) (cb881e8)

Bug Fixes

21.0.1 (2025-05-06)

Bug Fixes

  • actually stop spinning on success/failure (#7262) (5f68338)

21.0.0 (2025-05-06)

⚠ BREAKING CHANGES

  • remove support for deprecated netlify-lambda package (#7236)

The netlify-lambda NPM package was deprecated in Feb 2023. If you are one of the few using this, see the migration guide.

⚠ Potentially breaking changes

run build before deploy (#7195)

The deploy command now runs the site's configured build command before deployment by default. Previously, this was achieved by passing the --build flag. In other words, --build is no longer needed.

To opt into the previous default behavior, users can now specify netlify deploy --no-build.

👉🏼 Why are we changing this?

This has long been one of the most common sources of confusion with the Netlify CLI. Developers expect a "deploy" command to deploy their project. We're making this change to follow the Principle of Least Surprise and streamline the experience for new users.

Upgrading

👉🏼 (most common) Build and deploy

Remove the --build flag:

... (truncated)

Commits
  • a017181 chore(main): release 21.1.0 (#7269)
  • fe9940e feat: add new netlify clone command, to clone an existing repo + connected ...
  • cb881e8 feat(init): prompt to configure build settings in 'no git remote' case (#7258)
  • 4e0f92f fix(deps): update dependency ulid to v3 (#7270)
  • 6abe1a4 fix(deps): update dependency open to v10.1.2 (#7266)
  • 4e8732c fix(deps): update dependency ws to v8.18.2 (#7267)
  • d7bc2f8 fix(deps): update dependency fastify to v4.29.1 (#7265)
  • 9476b24 fix(deps): update dependency ulid to v2.4.0 (#7268)
  • a0bfbba chore(main): release 21.0.1 (#7264)
  • 5f68338 fix: actually stop spinning on success/failure (#7262)
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 7, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 7, 2025 19:21
Copy link

netlify bot commented May 7, 2025

Deploy Preview for devopsdays-web failed. Why did it fail? →

Name Link
🔨 Latest commit 8454f5b
🔍 Latest deploy log https://app.netlify.com/sites/devopsdays-web/deploys/681e1205a82a550008604a5a

@nimbinatus nimbinatus added the spike Work being done to learn/discover something label May 9, 2025
@nimbinatus nimbinatus force-pushed the dependabot/npm_and_yarn/multi-ef8eed3743 branch from 35e4ecb to 657c4ad Compare May 9, 2025 14:27
@nimbinatus
Copy link
Member

Updating branch to see if the errors are fixed with #15153's bump to Node

@nimbinatus
Copy link
Member

@dependabot recreate

Removes [esbuild](https://github.com/evanw/esbuild). It's no longer used after updating ancestor dependency [netlify-cli](https://github.com/netlify/cli). These dependencies need to be updated together.


Removes `esbuild`

Updates `netlify-cli` from 18.1.0 to 21.1.0
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v18.1.0...v21.1.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 
  dependency-type: indirect
- dependency-name: netlify-cli
  dependency-version: 21.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-ef8eed3743 branch from 657c4ad to 8454f5b Compare May 9, 2025 14:32
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 spike Work being done to learn/discover something
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant