Shopify / cli-ui

CLI tooling framework with simple interactive widgets
MIT License
996 stars 50 forks source link

Bump the dev-dependencies group with 5 updates #533

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the dev-dependencies group with 5 updates:

Package From To
sorbet-runtime 0.5.11435 0.5.11444
sorbet 0.5.11435 0.5.11444
tapioca 0.14.3 0.14.4
minitest 5.23.1 5.24.0
minitest-reporters 1.6.1 1.7.1

Updates sorbet-runtime from 0.5.11435 to 0.5.11444

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11443.20240621123819-d7697fc53

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11443', :group => :development
gem 'sorbet-runtime', '0.5.11443'

sorbet 0.5.11442.20240621115514-d2941c89b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11442', :group => :development
gem 'sorbet-runtime', '0.5.11442'

sorbet 0.5.11441.20240621144540-6a7147df7

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11441', :group => :development
gem 'sorbet-runtime', '0.5.11441'

sorbet 0.5.11440.20240621114512-9ea827a9b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11440', :group => :development
gem 'sorbet-runtime', '0.5.11440'

sorbet 0.5.11438.20240620114837-98dfd23b3

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11438', :group => :development
gem 'sorbet-runtime', '0.5.11438'

sorbet 0.5.11437.20240620110451-38fb0c9df

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11437', :group => :development
gem 'sorbet-runtime', '0.5.11437'

sorbet 0.5.11436.20240620093303-b1086bb35

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11436', :group => :development
gem 'sorbet-runtime', '0.5.11436'

sorbet 0.5.11435.20240614124013-ce3d1ad38

... (truncated)

Commits


Updates sorbet from 0.5.11435 to 0.5.11444

Release notes

Sourced from sorbet's releases.

sorbet 0.5.11443.20240621123819-d7697fc53

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11443', :group => :development
gem 'sorbet-runtime', '0.5.11443'

sorbet 0.5.11442.20240621115514-d2941c89b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11442', :group => :development
gem 'sorbet-runtime', '0.5.11442'

sorbet 0.5.11441.20240621144540-6a7147df7

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11441', :group => :development
gem 'sorbet-runtime', '0.5.11441'

sorbet 0.5.11440.20240621114512-9ea827a9b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11440', :group => :development
gem 'sorbet-runtime', '0.5.11440'

sorbet 0.5.11438.20240620114837-98dfd23b3

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11438', :group => :development
gem 'sorbet-runtime', '0.5.11438'

sorbet 0.5.11437.20240620110451-38fb0c9df

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11437', :group => :development
gem 'sorbet-runtime', '0.5.11437'

sorbet 0.5.11436.20240620093303-b1086bb35

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11436', :group => :development
gem 'sorbet-runtime', '0.5.11436'

sorbet 0.5.11435.20240614124013-ce3d1ad38

... (truncated)

Commits


Updates tapioca from 0.14.3 to 0.14.4

Release notes

Sourced from tapioca's releases.

v0.14.4

What's Changed

✨ Enhancements

🐛 Bug Fixes

New Contributors

Full Changelog: https://github.com/Shopify/tapioca/compare/v0.14.3...v0.14.4

Commits
  • a4ec8e1 Bump version to v0.14.4
  • e1086ca Merge pull request #1933 from spencewenski/ActiveSupportConcern-generates-inv...
  • cdff667 Merge branch 'main' into ActiveSupportConcern-generates-invalid-classmethod
  • e7d6130 Rename spec to add directly and remove trailing whitespace
  • 35a6a43 Merge pull request #1931 from Shopify/uk-refactor-dsl-options
  • 4c458b6 Add docs for compiler options
  • d3c6028 Refactor DSL compiler options to be a flat namespaced hash
  • 81d481e Exclude ancestors from the const_defined? check
  • 48aae04 fix: ActiveSupportConcern recursively checks for ClassMethod
  • 11a654f Merge pull request #1929 from Shopify/dependabot/bundler/minor-and-patch-4971...
  • Additional commits viewable in compare view


Updates minitest from 5.23.1 to 5.24.0

Changelog

Sourced from minitest's changelog.

=== 5.24.0 / 2024-06-18

  • 2 minor enhancements:

    • Added Minitest.register_plugin.
    • Extended plugin system to work with modules/classes for opt-out plugins.
  • 1 bug fix:

    • Removed anacronism, but allow load_plugins to exit gracefully if --disable=gems.
Commits
  • 0719fdb prepped for release
  • 2c5f1b7 + Added Minitest.register_plugin.
  • 0a1289f Remove more anacronisms. Allow tests to pass w/o rubygems loaded.
  • 8712996 - Removed anacronism, but allow load_plugins to exit gracefully if --disable=...
  • 09fe9a0 Fix one failing tests when string literals are frozen.
  • 08280ac Moved some methods around to follow actual call structure a bit better.
  • See full diff in compare view


Updates minitest-reporters from 1.6.1 to 1.7.1

Changelog

Sourced from minitest-reporters's changelog.

1.7.1

  • Fixed logic of new suppress_inline_failure_output. This option was doing the opposite of what it intended to do. #354

1.7.0

  • Minor documentation improvements #343
  • Fixed homepage link in gemspec #333 contributed by andyw8
  • Added Ruby 3.2 to the CI matrix #335 contributed by petergoldstein
  • Updated JUnitReporter to output a failure screenshot path when included in the minitest result #346 contributed by matteeyah
  • Fixed backwards fraction in ProgressReporter default format #348 contributed by notEthan
  • Added option suppress_inline_failure_output to SpecReporter to provide an explicit switch, separate from print_failure_summary, for suppressing inline failure messages. Until this change, the print_failure_summary would do both: print a failure/error summary after all tests run and suppress the inline failure messages. With this change print_failure_summary will just add a summary at the end of a test run, and it will no longer suppress the inline failure messages. #352 contributed by rthbound
Commits
  • 265ff4b Prep for 1.7.1 release
  • a4cc508 Merge pull request #354 from minitest-reporters/fix-suppress_inline_failure_o...
  • 52c5ca0 Add CHANGELOG notes for #354
  • 70ea3c7 Fix logic of new suppress_inline_failure_output option
  • 9f909d0 Prep for 1.7.0 release
  • 2f7ac47 Update CHANGELOG.md
  • 6508c29 Merge pull request #352 from rthbound/suppress_inline_failure_output
  • dd109b2 Update Minitest::Reporters::SpecReporter annotations with addition of suppres...
  • d9dd6c5 Remove excess pasta from CHANGELOG.md
  • 4bb2b14 * Added option suppress_inline_failure_output to SpecReporter
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 2 months ago

Superseded by #535.