Shopify / rbi-central

MIT License
55 stars 36 forks source link

Bump the minor-and-patch group in /gem with 6 updates #247

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the minor-and-patch group in /gem with 6 updates:

Package From To
minitest 5.22.3 5.23.1
rbi 0.1.12 0.1.13
rubocop 1.63.4 1.64.1
sorbet-static-and-runtime 0.5.11361 0.5.11406
spoom 1.3.1 1.3.2
tapioca 0.13.3 0.14.3

Updates minitest from 5.22.3 to 5.23.1

Changelog

Sourced from minitest's changelog.

=== 5.23.1 / 2024-05-21

  • 1 bug fix:

    • Fully qualify the Queue class to avoid conflicts with other libraries. (rafaelfranca)

=== 5.23.0 / 2024-05-15

  • 3 minor enhancements:

    • Added -Werror to raise on any warning output. (byroot)
    • Added UnexpectedWarning as a failure summary type, added count to output if activated.
    • Added minitest/manual_plugins.rb w/ new Minitest.load method. (tenderlove)
  • 2 bug fixes:

    • Allow empty_run! and reporter to display summary for empty runs. (zzak)
    • Make test task verbose using either rake's -v or -t (was just -t).
Commits
  • 7ad0ff0 prepped for release
  • f60c6f2 - Fully qualify the Queue class to avoid conflicts with other libraries. (raf...
  • b04feec Branching minitest to version 5.23.0
  • f0f17b9 + Added -Werror to raise on any warning output. (byroot)
  • 609f1ad Added testW0 rake task.
  • d6f62b9 Fixed specs task for pattern_match expectation mapping.
  • 56f5068 OMG... Rake.verbose returns Object.new if unset. Fixed by ruby/rake#567, but ...
  • 3f14f2a Updated versions/EOL for ruby/rails in readme
  • b2a4b43 + Added minitest/manual_plugins.rb w/ new Minitest.load method. (tenderlove)
  • 6a8f348 - Make test task verbose using either rake's -v or -t (was just -t).
  • Additional commits viewable in compare view


Updates rbi from 0.1.12 to 0.1.13

Release notes

Sourced from rbi's releases.

v0.1.13

What's Changed

✨ Enhancements

🛠 Other Changes

Full Changelog: https://github.com/Shopify/rbi/compare/v0.1.12...v0.1.13

Commits
  • fbd96ec Merge pull request #297 from Shopify/vs/relax_prism_constraint
  • 028bafd Bump version to v0.1.13
  • c843b01 Update gem RBIs
  • a48fed3 Relax Prism constraint
  • 10e3ba3 Merge pull request #296 from Shopify/at-ruby30-eol
  • 78023e1 Bump required Ruby version to 3.1
  • a565572 Remove Ruby 3.0 from CI matrix
  • 78f14a9 Merge pull request #295 from Shopify/dependabot/bundler/minor-and-patch-9dad1...
  • 7801218 Bump the minor-and-patch group with 2 updates
  • 3dcbb3d Merge pull request #294 from Shopify/andyw8/enable-grouped-dependabot-updates
  • Additional commits viewable in compare view


Updates rubocop from 1.63.4 to 1.64.1

Release notes

Sourced from rubocop's releases.

RuboCop 1.64.1

Bug fixes

  • #12951: Fix an error for Style/Copyright when AutocorrectNotice is missing. (@​koic)
  • #12932: Fix end position of diagnostic for LSP. (@​ksss)
  • #12926: Fix a false positive for Style/SuperArguments when the methods block argument is reassigned before super. (@​earlopain)
  • #12931: Fix false positives for Style/RedundantLineContinuation when line continuations involve break, next, or yield with a return value. (@​koic)
  • #12924: Fix false positives for Style/SendWithLiteralMethodName when public_send argument is a method name that cannot be autocorrected. (@​koic)

RuboCop 1.64

New features

Bug fixes

  • #7189: Fix a false positive for Style/Copyright when using multiline copyright notice. (@​koic)
  • #12914: Fix a false negative for Layout/EmptyComment when using an empty comment next to code after comment line. (@​koic)
  • #12919: Fix false negatives for Style/ArgumentsForwarding when forward target is super. (@​koic)
  • #12923: Fix false negatives for Style/ArgumentsForwarding when forward target is safe navigation method. (@​koic)
  • #12894: Fix false positives for Style/MapIntoArray when using each without receiver with << to build an array. (@​koic)
  • #12876: Fix an error for the lockfile parser if a gemfile exists but a lockfile doesn't. (@​earlopain)
  • #12888: Fix --no-exclude-limit generating a todo with Max config instead of listing everything out with Exclude. (@​earlopain)
  • #12898: Fix an error for TargetRailsVersion when parsing from the lockfile with prerelease rails. (@​earlopain)

Changes

  • #12908: Add rubocop-rspec back to suggested extensions when rspec-rails is in use. (@​pirj)
  • #12884: Align output from cop.documentation_url with --show-docs-url when passing a config as argument. (@​earlopain)
  • #12905: Support ActiveSupportExtensionsEnabled for Style/SymbolProc. (@​koic)
  • #12897: Respect user's intentions with workspace/executeCommand LSP method. (@​koic)

RuboCop 1.63.5

Bug fixes

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.64.1 (2024-05-31)

Bug fixes

  • #12951: Fix an error for Style/Copyright when AutocorrectNotice is missing. ([@​koic][])
  • #12932: Fix end position of diagnostic for LSP. ([@​ksss][])
  • #12926: Fix a false positive for Style/SuperArguments when the methods block argument is reassigned before super. ([@​earlopain][])
  • #12931: Fix false positives for Style/RedundantLineContinuation when line continuations involve break, next, or yield with a return value. ([@​koic][])
  • #12924: Fix false positives for Style/SendWithLiteralMethodName when public_send argument is a method name that cannot be autocorrected. ([@​koic][])

1.64.0 (2024-05-23)

New features

  • #12904: Add new either_consistent SupportedShorthandSyntax to Style/HashSyntax. ([@​pawelma][])
  • #12842: Add new Style/SendWithLiteralMethodName cop. ([@​koic][])
  • #12309: Add new Style/SuperArguments cop. ([@​earlopain][])
  • #12917: Suggest correct formatter name for --format command line option. ([@​koic][])
  • #12242: Support AllowModifiersOnAttrs option for Style/AccessModifierDeclarations. ([@​krororo][])
  • #11585: Support AllowedMethods for Style/DocumentationMethod. ([@​koic][])

Bug fixes

  • #7189: Fix a false positive for Style/Copyright when using multiline copyright notice. ([@​koic][])
  • #12914: Fix a false negative for Layout/EmptyComment when using an empty comment next to code after comment line. ([@​koic][])
  • #12919: Fix false negatives for Style/ArgumentsForwarding when forward target is super. ([@​koic][])
  • #12923: Fix false negatives for Style/ArgumentsForwarding when forward target is safe navigation method. ([@​koic][])
  • #12894: Fix false positives for Style/MapIntoArray when using each without receiver with << to build an array. ([@​koic][])
  • #12876: Fix an error for the lockfile parser if a gemfile exists but a lockfile doesn't. ([@​earlopain][])
  • #12888: Fix --no-exclude-limit generating a todo with Max config instead of listing everything out with Exclude. ([@​earlopain][])
  • #12898: Fix an error for TargetRailsVersion when parsing from the lockfile with prerelease rails. ([@​earlopain][])

Changes

  • #12908: Add rubocop-rspec back to suggested extensions when rspec-rails is in use. ([@​pirj][])
  • #12884: Align output from cop.documentation_url with --show-docs-url when passing a config as argument. ([@​earlopain][])
  • #12905: Support ActiveSupportExtensionsEnabled for Style/SymbolProc. ([@​koic][])
  • #12897: Respect user's intentions with workspace/executeCommand LSP method. ([@​koic][])

1.63.5 (2024-05-09)

Bug fixes

  • #12877: Fix an infinite loop error for Layout/FirstArgumentIndentation when specifying EnforcedStyle: with_fixed_indentation of Layout/ArrayAlignment. ([@​koic][])
  • #12873: Fix an error for Metrics/BlockLength when the CountAsOne config is invalid. ([@​koic][])
  • #12881: Fix incorrect autocorrect when Style/NumericPredicate is used with negations. ([@​fatkodima][])
  • #12882: Fix Layout/CommentIndentation for comment-only pattern matching. ([@​nekketsuuu][])
Commits


Updates sorbet-static-and-runtime from 0.5.11361 to 0.5.11406

Release notes

Sourced from sorbet-static-and-runtime's releases.

sorbet 0.5.11405.20240530190231-ec12d405e

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11404.20240530153503-bf1c6d45b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11403.20240530115241-1fa7593f6

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11402.20240530112207-b43269334

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11401.20240530112127-94fee6d32

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11400.20240529182802-53f7018cc

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11399.20240529211644-a4530eaea

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11398.20240529161512-e1c9d1080

... (truncated)

Commits


Updates spoom from 1.3.1 to 1.3.2

Commits


Updates tapioca from 0.13.3 to 0.14.3

Release notes

Sourced from tapioca's releases.

v0.14.3

What's Changed

✨ Enhancements

🐛 Bug Fixes

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

v0.14.2

What's Changed

✨ Enhancements

🐛 Bug Fixes

New Contributors

Full Changelog: https://github.com/Shopify/tapioca/compare/v0.14.1...v0.14.2

v0.14.1

What's Changed

🐛 Bug Fixes

Full Changelog: https://github.com/Shopify/tapioca/compare/v0.14.0...v0.14.1

v0.14.0

What's Changed

✨ Enhancements

🐛 Bug Fixes

... (truncated)

Commits
  • 24d05cb Bump version to v0.14.3
  • d7a9777 Merge pull request #1912 from Shopify/at-fix-check-shims
  • 607640d Do not report duplicate for shim or annotations classes redefining the parent...
  • 73327a3 Merge pull request #1907 from alex-tan/cidr-support
  • e12b986 Support Postgres cidr column type
  • 12a8fb7 Merge pull request #1905 from Shopify/dependabot/bundler/minor-and-patch-cc09...
  • 4fbdc2e Merge pull request #1904 from alex-tan/encryption-fix
  • 81b2525 Merge pull request #1906 from Shopify/dependabot/bundler/rails-7.1.3.3
  • d8a1001 Regenerate gem RBIs
  • 0cc4d3c ---
  • 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
egiurleo commented 3 months ago

@dependabot recreate