Skip to content

Bump esbuild and netlify-cli #231

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

Merged
merged 1 commit into from
Apr 19, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 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 17.37.0 to 20.0.2

Release notes

Sourced from netlify-cli's releases.

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

  • The netlify status command will no longer print information about your permissions on your team memberships; it now simply prints a list of the teams you are a member of. Notably, this changes the shape of the output printed by netlify status --json; the Teams property was previously a hash of team name (string) to permissions on that team (string), but is now a list of strings (only team names).

Performance Improvements

  • Save ~30% of boot time for all commands by lazy-loading dev, dev:exec commands (9e27cdc)
  • Save 1000+ ms on most commands by using minimal accounts query when loading config (3c2c5f3)

v19.1.7

19.1.7 (2025-04-08)

Performance Improvements

  • speed up all commands by 75+ ms by enabling V8 code cache when available (node>=22.8.0) (#7173) (a916f23)

v19.1.6

19.1.6 (2025-04-07)

... (truncated)

Changelog

Sourced from netlify-cli's changelog.

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)
  • perform minimal accounts query when loading config (3c2c5f3)

19.1.7 (2025-04-08)

Performance Improvements

  • speed up all commands by 75+ ms by enabling V8 code cache when available (node>=22.8.0) (#7173) (a916f23)

19.1.6 (2025-04-07)

Bug Fixes

  • deps: update netlify packages (#7116) (11a8bfd)
  • types: fix 388 type errors and fully type src/lib/functions/ (#7130) (c9dbcc1)

... (truncated)

Commits
  • ae637a7 chore(main): release 20.0.2 (#7212)
  • a59c66f fix(deps): remove trivial dependencies
  • 5fd9add fix: mark siteInfo.published_deploy as optional (#7185)
  • 5fef8d6 fix(deps): remove stream utils (#7120)
  • 5069b7c build(vitest): try reverting e2e vitest pool to v1 config to fix new flakines...
  • 2f88f93 chore(main): release 20.0.1 (#7188)
  • a10b142 fix(deps): upgrade misc. dependencies (#7208)
  • fe1de94 fix: actually populate auth user field (#7181)
  • 1c27810 ci(e2e): add same Windows perf config as for integration tests (#7207)
  • 506fef8 refactor: remove unused args in calls to getBuildSettings (#7182)
  • 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.

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 17.37.0 to 20.0.2
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v17.37.0...v20.0.2)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 
  dependency-type: indirect
- dependency-name: netlify-cli
  dependency-version: 20.0.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 19, 2025
@ericwbailey ericwbailey merged commit 0d5e30d into main Apr 19, 2025
2 checks passed
@ericwbailey ericwbailey deleted the dependabot/npm_and_yarn/multi-c41cdb6ffb branch April 19, 2025 22:41
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.

1 participant