Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2023

Updates the requirements on slop to permit the latest version.

Changelog

Sourced from slop's changelog.

v4.10.0 (2023-02-15)

Features:

  • Add support for optional type validation #278 (Victor Gama)

v4.9.3 (2022-09-30)

Bug fixes:

  • Fix explicitly false boolean options and allow for additional false arguments #276 (Eugene Otto)

v4.9.2 (2022-03-26)

Bug fixes:

  • Handle flag arguments that contain equals character #275 (ConnorWGarvey)

v4.9.1 (2021-05-28)

Bug fixes:

  • Fixed a bug where flag=arg syntax would raise an error when an empty value was passed. #266

v4.9.0 (2021-05-11)

Features:

  • Add SymbolOption #263

Bug fixes:

  • Use += over << to handle frozen string literals. 255

v4.8.2 (2020-07-10)

Bug fixes:

  • Fix bug where separator position was messed up if using help: false #253

v4.8.1 (2020-03-31)

Bug fixes:

  • Fix keyword argument warning. #251

v4.8.0 (2020-01-17)

... (truncated)

Commits
  • 450ab80 Bump version to 4.10.0
  • 2410f31 Merge pull request #278 from heyvito/feat/validate-types
  • becc030 Augment tests for validated types
  • 556f883 Allow singular form 'validate_type' to be provided to Option
  • 25cae16 Update README
  • a23fa41 Add optional type validation
  • fc4622f Adds Ruby 3.2 to the CI matrix. Updates checkout action version. (#277)
  • 5ac67f3 Bump version to 4.9.3
  • 24d85e0 Merge pull request #276 from eugeneotto/fix-explicitly-false-booleans
  • 1bcf46b Fix explicitly false booleans
  • Additional commits viewable in compare view

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)

Updates the requirements on [slop](https://github.com/leejarvis/slop) to permit the latest version.
- [Release notes](https://github.com/leejarvis/slop/releases)
- [Changelog](https://github.com/leejarvis/slop/blob/master/CHANGELOG.md)
- [Commits](leejarvis/slop@v4.4.1...v4.10.0)

---
updated-dependencies:
- dependency-name: slop
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant