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

Update dependency thor to v0.20.3 #14

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 30, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
thor (source, changelog) 0.19.1 -> 0.20.3 age adoption passing confidence

Release Notes

rails/thor (thor)

v0.20.3

Compare Source

What's Changed

Full Changelog: rails/thor@v0.20.2...v0.20.3

v0.20.2

Compare Source

What's Changed

Full Changelog: rails/thor@v0.20.1...v0.20.2

v0.20.1

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v0.20.0...v0.20.1

v0.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v0.19.4...v0.20.0

v0.19.4

Compare Source

What's Changed

  • Rename Thor::Base#thor_reserved_word? to #is_thor_reserved_word?

Full Changelog: rails/thor@v0.19.3...v0.19.4

v0.19.3

Compare Source

What's Changed

  • Output a warning instead of raising an exception when a default option value doesn't match its specified type

Full Changelog: rails/thor@v0.19.2...v0.19.3

v0.19.2

Compare Source

What's Changed

  • fix 'thor_script subcommand [args] --help' 🌈 by @​doudou in https://github.com/rails/thor/pull/500
    • Fix bug with handling of colors passed to ask (and methods like yes? and no? which it underpins)
  • Allow numeric arguments to be negative
  • Ensure that default option values are of the specified type (e.g. you can't specify "foo" as the default for a numeric option), but make symbols and strings interchangeable
  • Add Thor::Shell::Basic#indent method for intending output
  • Fix remove_command for an inherited command (see #​451)
  • Allow hash arguments to only have each key provided once (see #​455)
  • Allow commands to disable class options, for instance for "help" commands (see #​363)
  • Do not generate a negative option (--no-no-foo) for already negative boolean options (--no-foo)
  • Improve compatibility of Thor::CoreExt::HashWithIndifferentAccess with Ruby standard library Hash
  • Allow specifying a custom binding for template evaluation (e.g. #key? and #fetch)
  • Fix support for subcommand-specific "help"s
  • Use a string buffer when handling ERB for Ruby 2.3 compatibility
  • Update dependencies

New Contributors

Full Changelog: rails/thor@v0.19.1...v0.19.2


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 was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants