Skip to content

Bump airline from 2.7.2 to 2.8.5#160

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/com.github.rvesse-airline-2.8.5
Closed

Bump airline from 2.7.2 to 2.8.5#160
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/com.github.rvesse-airline-2.8.5

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 8, 2022

Bumps airline from 2.7.2 to 2.8.5.

Changelog

Sourced from airline's changelog.

2.8.5

  • Restriction Improvements
    • New @RequiredUnlessEnvironment restriction for making an option/argument required only if one/more environment variables are not set
  • Stopped generating the airline-offline-site artifact as it is superflous

2.8.4

  • Restriction Improvements
    • New @NoOptionLikeValues restriction for explicitly rejecting values that look like options i.e. start with - or -- but didn't match a defined option e.g. user typos (#112)

2.8.3

  • Parser Improvements
    • Added a GreedyMaybeListValueOptionParser to cover more cases where greedy parsing behaviour is desired (#110)

2.8.2

  • Bug Fixes
    • Fix for some option parsers being overly greedy for arity=1 options and incorrectly consuming subsequent options (#110)
      • For most users the change should have no impact other than more reliable error reporting. For users who rely heavily upon ClassicGetOptParser you may notice the removal of this greediness. If you wish to retain the old behaviour configure your option parsers to include the new GreedyClassicGetOptParser.

2.8.1

  • Bug Fixes

2.8.0

  • Core Improvements
    • @Option annotation now allows an array of values for the title field allowing options with arity > 1 to have distinct titles shown for each value the option accepts
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 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 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 [airline](https://github.com/rvesse/airline) from 2.7.2 to 2.8.5.
- [Release notes](https://github.com/rvesse/airline/releases)
- [Changelog](https://github.com/rvesse/airline/blob/master/CHANGELOG.md)
- [Commits](rvesse/airline@2.7.2...2.8.5)

---
updated-dependencies:
- dependency-name: com.github.rvesse:airline
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 8, 2022
@dependabot dependabot bot requested a review from nouda March 8, 2022 02:12
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 4, 2022

Superseded by #170.

@dependabot dependabot bot closed this Aug 4, 2022
@dependabot dependabot bot deleted the dependabot/gradle/com.github.rvesse-airline-2.8.5 branch August 4, 2022 02:18
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants