Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps netlify-cli from 17.38.0 to 19.0.2.

Release notes

Sourced from netlify-cli's releases.

v19.0.2

19.0.2 (2025-03-05)

Bug Fixes

  • better ip version detection when using skip wait port property in dev command (#7074) (0cf0f11)
  • remove package.json#packageManager entry (#7087) (736d006)

v19.0.1

19.0.1 (2025-03-04)

Bug Fixes

  • deps: pin dependencies (#7055) (93d6107)
  • deps: pin dependency @​pnpm/tabtab to 0.5.4 (#7063) (150fcc3)
  • deps: replace tabtab with maintained fork (#7057) (1ddae37)
  • deps: update dependency @​netlify/functions to v3.0.1 (#7081) (97f3a58)
  • deps: update dependency readdirp to v4.1.2 (#7064) (1fd1f5a)
  • deps: update dependency ws to v8.18.1 (#7065) (fb36998)
  • deps: update netlify packages (#7052) (31e5e59)
  • skip checking for endpoint existence for hidden redirects (#7067) (5fc044d)

Reverts

  • "chore: simplify and standardize package.json scripts and CI setup (#7069)" (4571be3)
  • "ci: fix new job config (#7071)" (992431d)
  • "ci: only typecheck in typechecking job (#7072)" (506bc33)

v19.0.0

19.0.0 (2025-02-24)

⚠ BREAKING CHANGES

  • upgrade to commander@12 and fix some conflicting short option names (#7008)
  • remove deprecated camelCase option variants (#7046)
  • remove integration commands (#7047)

Features

Bug Fixes

  • deps: add type declarations for 20 of 29 untyped dependencies (#7049) (b56095b)

... (truncated)

Changelog

Sourced from netlify-cli's changelog.

19.0.2 (2025-03-05)

Bug Fixes

  • better ip version detection when using skip wait port property in dev command (#7074) (0cf0f11)
  • remove package.json#packageManager entry (#7087) (736d006)

19.0.1 (2025-03-04)

Bug Fixes

  • deps: pin dependencies (#7055) (93d6107)
  • deps: pin dependency @​pnpm/tabtab to 0.5.4 (#7063) (150fcc3)
  • deps: replace tabtab with maintained fork (#7057) (1ddae37)
  • deps: update dependency @​netlify/functions to v3.0.1 (#7081) (97f3a58)
  • deps: update dependency readdirp to v4.1.2 (#7064) (1fd1f5a)
  • deps: update dependency ws to v8.18.1 (#7065) (fb36998)
  • deps: update netlify packages (#7052) (31e5e59)
  • skip checking for endpoint existence for hidden redirects (#7067) (5fc044d)

Reverts

  • "chore: simplify and standardize package.json scripts and CI setup (#7069)" (4571be3)
  • "ci: fix new job config (#7071)" (992431d)
  • "ci: only typecheck in typechecking job (#7072)" (506bc33)

19.0.0 (2025-02-24)

⚠ BREAKING CHANGES

  • upgrade to commander@12 and fix some conflicting short option names (#7008)
  • remove deprecated camelCase option variants (#7046)
  • remove integration commands (#7047)

Features

Bug Fixes

  • deps: add type declarations for 20 of 29 untyped dependencies (#7049) (b56095b)
  • deps: update dependency @​octokit/rest to v21.1.1 (#7039) (504e7f3)
  • process mutated env by plugins in dev server (#7045) (5435e79)
  • upgrade to commander@12 and fix some conflicting short option names (#7008) (42b4a6c)

... (truncated)

Commits
  • 0ca991e chore(main): release 19.0.2 (#7086)
  • 736d006 fix: remove package.json#packageManager entry (#7087)
  • 0cf0f11 fix: better ip version detection when using skip wait port property in dev co...
  • f5bddb4 chore(main): release 19.0.1 (#7062)
  • 8e6da5c ci: fix SHA prereleaser to release to rc tag
  • 4571be3 revert: "chore: simplify and standardize package.json scripts and CI setup ...
  • 992431d revert: "ci: fix new job config (#7071)"
  • 506bc33 revert: "ci: only typecheck in typechecking job (#7072)"
  • f393aac ci: fix prerelease version command
  • 46561c3 style: fix formatting in prerelease-SHA CI workflow
  • 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 17.38.0 to 19.0.2.
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v17.38.0...v19.0.2)

---
updated-dependencies:
- dependency-name: netlify-cli
  dependency-type: direct:production
  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 Mar 10, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 10, 2025 19:43
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
Development

Successfully merging this pull request may close these issues.

0 participants