Skip to content
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

fix(deps): update dependency args to v2 #49

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

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 10, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
args dependencies major ^1.5.1 -> ^2.0.0

Release Notes

dart-lang/args (args)

v2.4.2

Compare Source

  • Change the validation of mandatory options; they now perform validation when
    the value is retrieved (from the ArgResults object), instead of when the
    args are parsed.
  • Require Dart 2.19.

v2.4.1

Compare Source

  • Add a CONTRIBUTING.md file; move the publishing automation docs from the
    readme into the contributing doc.
  • Added package topics to the pubspec file.

v2.4.0

Compare Source

  • Command suggestions will now also suggest based on aliases of a command.
  • Introduce getter Command.suggestionAliases for names that cannot be used as
    aliases, but will trigger suggestions.

v2.3.2

Compare Source

  • Require Dart 2.18

v2.3.1

Compare Source

  • Switch to using package:lints.
  • Address an issue with the readme API documentation (#​211).
  • Populate the pubspec repository field.

v2.3.0

Compare Source

  • Add the ability to group commands by category in usage text.

v2.2.0

Compare Source

  • Suggest similar commands if an unknown command is encountered, when using the
    CommandRunner.
    • The max edit distance for suggestions defaults to 2, but can be configured
      using the suggestionDistanceLimit parameter on the constructor. You can
      set it to 0 to disable the feature.

v2.1.1

Compare Source

  • Fix a bug with mandatory options which caused a null assertion failure when
    used within a command.

v2.1.0

Compare Source

  • Add a mandatory argument to require the presence of an option.
  • Add aliases named argument to addFlag, addOption, and addMultiOption,
    as well as a public findByNameOrAlias method on ArgParser. This allows
    you to provide aliases for an argument name, which eases the transition from
    one argument name to another.

v2.0.0

Compare Source

  • Stable null safety release.

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner February 10, 2021 22:50
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 10, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. kokoro:force-run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant