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

Bump org.rogach:scallop_2.12 from 3.5.1 to 5.1.0 in /azure #27

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2024

Bumps org.rogach:scallop_2.12 from 3.5.1 to 5.1.0.

Release notes

Sourced from org.rogach:scallop_2.12's releases.

v5.1.0

  • extend validation functions to support props (#244);

v5.0.1

  • --version takes precedence over validation of required args, now it works regardless of other arguments (#241, #242);

v5.0.0

  • BREAKING: behavior change: --help now takes precedence and prints help regardless of its position in the arguments (#239);
  • add exitHandler, stdoutPrintln and stderrPrintln variables to ScallopConf to allow more control over Scallop behavior (#240);

v4.1.0

  • allow toggle options to be marked as "required" (#234);

v4.0.4

v4.0.3

v4.0.2

  • fix: do not throw "excess arguments" error if there is only one multi-arg option (#224);
  • upgrade Scala Native dependency to 0.4, see #225 (@​vhiairrassary);
  • handle single and double quoted strings when reading options from file in Scala Native;

v4.0.1

  • fix: make ScallopConf.builder accessible again;

v4.0.0

  • BREAKING: singleArgConverter and listArgConverter now include exception text if provided handler didn't catch the exception;
  • BREAKING: singleArgConverter2 was removed;
  • BREAKING: ArgType.V is now sealed abstract class;
  • BREAKING: ScallopHelpFormatter.getOptionLines (and similar methods) now return List[Either[String, CliOption]] instead of List[Option[CliOption]];
  • BREAKING: behavior change: Scallop now supports trailing arguments before options, thus --opt1 optArg1 trailArg1 --opt2 will now be parsed instead of throwing an error;
  • BREAKING: behavior change: Scallop now handles single and double quotes in a shell-like fashion when reading options from stdin or file;
  • added support for trailing arguments before (or between) options, see #147;
  • added cross-compilation for Scala 3.0.0-M2, see #215 and #216 (@​Sciss);
  • added support for option ordering in help output via option groups, see #196;
  • handle single and double quoted strings when reading options from stdin or file, allows for using arguments with spaces in such cases;
Changelog

Sourced from org.rogach:scallop_2.12's changelog.

v5.1.0

  • extend validation functions to support props (#244);

v5.0.1

  • --version takes precedence over validation of required args, now it works regardless of other arguments (#241);

v5.0.0

  • BREAKING: behavior change: --help now takes precedence and prints help regardless of its position in the arguments (#239);
  • add exitHandler, stdoutPrintln and stderrPrintln variables to ScallopConf to allow more control over Scallop behavior (#240);

v4.1.0

  • allow toggle options to be marked as "required" (#234);

v4.0.4

  • Align opt descrs with '\n' (#231 by @​Kalin-Rudnicki);
  • Previous:
      -o, --output-dir  <arg>         Directory to output generated files
    (In same tree structure as inputDir)
    
  • Now:
      -o, --output-dir  <arg>         Directory to output generated files
                                      (In same tree structure as inputDir)
    

v4.0.3

v4.0.2

  • fix: do not throw "excess arguments" error if there is only one multi-arg option (#224);
  • upgrade Scala Native dependency to 0.4, see #225 (@​vhiairrassary);
  • handle single and double quoted strings when reading options from file in Scala Native;

v4.0.1

  • fix: make ScallopConf.builder accessible again;

v4.0.0

  • BREAKING: singleArgConverter and listArgConverter now include exception text if provided handler didn't catch the exception;
  • BREAKING: singleArgConverter2 was removed;
  • BREAKING: ArgType.V is now sealed abstract class;
  • BREAKING: ScallopHelpFormatter.getOptionLines (and similar methods) now return List[Either[String, CliOption]] instead of List[Option[CliOption]];
  • BREAKING: behavior change: Scallop now supports trailing arguments before options, thus --opt1 optArg1 trailArg1 --opt2 will now be parsed instead of throwing an error;
  • BREAKING: behavior change: Scallop now handles single and double quotes in a shell-like fashion when reading options from stdin or file;
  • added support for trailing arguments before (or between) options, see #147;
  • added cross-compilation for Scala 3.0.0-M2, see #215 and #216 (@​Sciss);
  • added support for option ordering in help output via option groups, see #196;
  • handle single and double quoted strings when reading options from stdin or file, allows for using arguments with spaces in such cases;
Commits
  • 72a7fee Released 5.1.0
  • bd2f63f extend validation functions to support props (#244)
  • 61a1807 Released 5.0.1
  • 0c36e4d Merge pull request #242 from MartinHH/fix/#241
  • 7b3403c fix --version not taking precedence
  • cc4a951 update build status badge link
  • 8286692 update API docs link
  • 8e8f8a5 Released 5.0.0
  • f30488b add exitHandler, stdoutPrintln and stderrPrintln variables to ScallopCo...
  • 3c8d824 --help now takes precedence and prints help regardless of its position in t...
  • 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 [org.rogach:scallop_2.12](https://github.com/scallop/scallop) from 3.5.1 to 5.1.0.
- [Release notes](https://github.com/scallop/scallop/releases)
- [Changelog](https://github.com/scallop/scallop/blob/develop/CHANGELOG.md)
- [Commits](scallop/scallop@v3.5.1...v5.1.0)

---
updated-dependencies:
- dependency-name: org.rogach:scallop_2.12
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 12, 2024
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants