Skip to content

chore(deps): bump yargs from 17.7.2 to 18.0.0 - #132

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/yargs-18.0.0
Open

chore(deps): bump yargs from 17.7.2 to 18.0.0#132
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/yargs-18.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2025

Copy link
Copy Markdown
Contributor

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Summary

Category Description
enhance Update yargs dependency from version 17.7.2 to 18.0.0 in package.json
enhance Update related dependencies in bun.lock file, including cliui from 8.0.1 to 9.0.1
enhance Update yargs-parser from 21.1.1 to 22.0.0 in bun.lock file
enhance Remove require-directory dependency from bun.lock as it's no longer needed in the updated yargs version
enhance Update string-width, strip-ansi, and wrap-ansi dependencies to newer versions in bun.lock file

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [yargs](https://github.com/yargs/yargs) from 17.7.2 to 18.0.0.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs@v17.7.2...v18.0.0)

---
updated-dependencies:
- dependency-name: yargs
  dependency-version: 18.0.0
  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 Jun 5, 2025
@github-actions

github-actions Bot commented Jun 5, 2025

Copy link
Copy Markdown

Bug Report

File Description
bun.lock Dependency update from yargs v17.7.2 to v18.0.0 introduces a breaking change in the required dependencies. The new version requires string-width v7.2.0 instead of v4.2.3, which may cause compatibility issues with other packages using the older version.
bun.lock Dependency update from yargs-parser v21.1.1 to v22.0.0 is a major version upgrade which likely includes breaking changes that could affect application functionality.
bun.lock Upgrade from cliui v8.0.1 to v9.0.1 introduces breaking changes in dependencies, including string-width, strip-ansi, and wrap-ansi, which could cause compatibility issues with other packages.
package.json Type definition @types/yargs is for version ^17.x.x but the actual yargs package has been updated to ^18.0.0, which may cause type incompatibilities.

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