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

chore(deps): update dependency thor to v1 #22

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

Conversation

mend-5034428[bot]
Copy link

@mend-5034428 mend-5034428 bot commented Oct 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
thor (source, changelog) '~> 0.19' -> '~> 1.3', '>= 1.3.2' age adoption passing confidence

Release Notes

rails/thor (thor)

v1.3.2: 1.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v1.3.1...v1.3.2

v1.3.1: 1.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v1.3.0...v1.3.1

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v1.2.2...v1.3.0

v1.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v1.2.1...v1.2.2

v1.2.1

Compare Source

What's Changed

  • Fix regressions with insert_into_file

Full Changelog: rails/thor@v1.2.0...v1.2.1

v1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v1.1.0...v1.2.0

v1.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v1.0.1...v1.1.0

v1.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v1.0.0...v1.0.1

v1.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: rails/thor@v0.20.3...v1.0.0

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

@mend-5034428 mend-5034428 bot changed the title chore(deps): update dependency thor to v1 chore(deps): update dependency thor to v1 - autoclosed Nov 8, 2024
@mend-5034428 mend-5034428 bot closed this Nov 8, 2024
@mend-5034428 mend-5034428 bot deleted the whitesource-remediate/thor-1.x branch November 8, 2024 03:29
@mend-5034428 mend-5034428 bot changed the title chore(deps): update dependency thor to v1 - autoclosed chore(deps): update dependency thor to v1 Nov 8, 2024
@mend-5034428 mend-5034428 bot reopened this Nov 8, 2024
@mend-5034428 mend-5034428 bot restored the whitesource-remediate/thor-1.x branch November 8, 2024 06:19
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