Skip to content

chore(deps): bump citty from 0.1.6 to 0.2.2#30

Merged
VinciGit00 merged 2 commits into
mainfrom
dependabot/npm_and_yarn/citty-0.2.2
Jun 8, 2026
Merged

chore(deps): bump citty from 0.1.6 to 0.2.2#30
VinciGit00 merged 2 commits into
mainfrom
dependabot/npm_and_yarn/citty-0.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps citty from 0.1.6 to 0.2.2.

Release notes

Sourced from citty's releases.

v0.2.2

compare changes

🚀 Enhancements

  • Support subcommand aliases (#236)
  • Add plugin system (#238)
  • Support default sub command (#156)

🩹 Fixes

  • main: Allow user-defined -h, --help, -v, --version args (#234)
  • Resolve alias value over default (#228)
  • Subcommand resolution incorrectly consumes flag values (#231)
  • Coerce parsed arg values to match declared types (#239)

💅 Refactors

  • Improve usage tips (#198)

📖 Documentation

  • Add usage section (#70)
  • Add example setup and cleanup option (#188)

✅ Tests

  • Reproduce issue with short option (alias) and = (#230)
  • parser: Add regression tests for hyphen-prefixed string values (#171)

❤️ Contributors

v0.2.1

compare changes

🩹 Fixes

  • Propagate --no- negation to aliases and main option (#225)

🏡 Chore

... (truncated)

Changelog

Sourced from citty's changelog.

v0.2.2

compare changes

🚀 Enhancements

  • Support subcommand aliases (#236)
  • Add plugin system (#238)
  • default: Support default sub command (#156)

🩹 Fixes

  • main: Allow user-defined -h, --help, -v, --version args (#234)
  • Resolve alias value over default (#228)
  • Subcommand resolution incorrectly consumes flag values (#231)
  • Coerce parsed arg values to match declared types (#239)

💅 Refactors

  • Improve usage tips (#198)

📖 Documentation

  • Add usage section (#70)
  • Add example setup and cleanup option (#188)

🏡 Chore

✅ Tests

  • Reproduce issue with short option (alias) and = (#230)
  • parser: Add regression tests for hyphen-prefixed string values (#171)

❤️ Contributors

... (truncated)

Commits

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 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 8, 2026
dependabot Bot and others added 2 commits June 8, 2026 16:31
Bumps [citty](https://github.com/unjs/citty) from 0.1.6 to 0.2.2.
- [Release notes](https://github.com/unjs/citty/releases)
- [Changelog](https://github.com/unjs/citty/blob/main/CHANGELOG.md)
- [Commits](unjs/citty@v0.1.6...v0.2.2)

---
updated-dependencies:
- dependency-name: citty
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
citty 0.2 types command args as `string | undefined`. TS control-flow
narrowing via the `out.error(): never` method call does not propagate
(object-method limitation), so guard with an explicit `return` to keep
`url`/`interval` typed as `string` for MonitorCreateRequest.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@VinciGit00 VinciGit00 force-pushed the dependabot/npm_and_yarn/citty-0.2.2 branch from c1af10d to 8a8818f Compare June 8, 2026 14:36
@VinciGit00 VinciGit00 merged commit c01b980 into main Jun 8, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/citty-0.2.2 branch June 8, 2026 14:37
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