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

Bump the minor-and-patch group across 1 directory with 11 updates #103

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the minor-and-patch group with 9 updates in the / directory:

Package From To
debug 1.9.1 1.9.2
minitest-reporters 1.6.1 1.7.1
minitest 5.22.2 5.24.1
mocha 2.1.0 2.4.5
rake 13.1.0 13.2.1
rubocop-minitest 0.34.5 0.35.1
rubocop-sorbet 0.7.7 0.8.5
sorbet-static-and-runtime 0.5.11276 0.5.11506
tapioca 0.12.0 0.13.3

Updates debug from 1.9.1 to 1.9.2

Release notes

Sourced from debug's releases.

v1.9.2

What's Changed

New Contributors

Full Changelog: ruby/debug@v1.9.1...v1.9.2

Commits
  • 0b77e82 v1.9.2
  • 6407c98 Format tables
  • a655f10 Mention IRB as the console in readme
  • ffbdb30 Use rb_iseqw_to_iseq to get iseq pointer
  • 75326e2 Fix name of rb_iseq_t struct
  • 6e9a127 Add Launchable in CI
  • 3564601 Fix flakey test "test_reponse_returns_correct_threads_info"
  • 98dad00 Separate setup and execution steps in CI
  • 68f7753 Add Session#deactivate_irb_integration
  • 935f903 Make irb_console toggleable with config update
  • Additional commits viewable 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

Updates minitest from 5.22.2 to 5.24.1

Changelog

Sourced from minitest's changelog.

=== 5.24.1 / 2024-06-29

  • 1 bug fix:

    • Fix the error message when an extension is invalid value. (y-yagi)

=== 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.

=== 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).

=== 5.22.3 / 2024-03-13

  • 1 minor enhancement:

    • MASSIVE improvement of minitest's pride plugin output: Frequencies doubled! Sine waves shifted!! Comments improved!!! Colors rotated!!!! (havenwood)
  • 3 bug fixes:

    • Improved wording on Minitest::Test#parallelize_me! to clarify it goes INSIDE your test class/describe.
    • Minor changes to tests to pass when tests ran with extra flags (eg -p).
    • Support Ruby 3.4's new error message format. (mame)
Commits
  • 15c7418 Branching minitest to version 5.24.1
  • 8dc42bf - Fix the error message when an extension is invalid value. (y-yagi)
  • 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.
  • 7ad0ff0 prepped for release
  • f60c6f2 - Fully qualify the Queue class to avoid conflicts with other libraries. (raf...
  • Additional commits viewable in compare view

Updates mocha from 2.1.0 to 2.4.5

Changelog

Sourced from mocha's changelog.

2.4.5

External changes

  • Fix regression when stubbed method expects Hash but receives ActionController::Parameters object (#662, #664) - thanks to @​evgeni for reporting and testing

2.4.4

External changes

  • Fix regression when method expecting Hash parameter or keyword arguments is invoked with no arguments (#662, #663) - thanks to @​vlad-pisanov for reporting

2.4.3

External changes

  • Fix regression when matching Hash parameter or keyword arguments (#657, #660) - thanks to @​josesei for reporting and testing

2.4.2

External changes

2.4.1

External changes

  • Fix regression in matchers when used with keyword arguments (#654 & #655) - thanks to @​ElvinEfendi for reporting

Internal changes

  • Reduce duplication & consolidate #to_matcher method definitions (600ee2aa, e9de64e4, #655)
  • Change #to_matcher method to use keyword arguments (3b60b7df, #655)

2.4.0

External changes

Internal changes

  • Improvements to #mocha_inspect unit tests (#650)

2.3.0

External changes

  • Fix nested parameter matching for keyword arguments (f94e2504, #648) - thanks to @​CodingAnarchy for reporting

... (truncated)

Commits
  • 4e2ca1b [skip ci] Update documentation for v2.4.5
  • 3d77c69 Bump version to 2.4.5 & prepare for release
  • 6a91439 Merge pull request #664 from freerange/fix-regression-when-stubbed-method-exp...
  • 228acc9 Fix exact match on ActionController::Parameters
  • 0e2b73c Add missing unit tests for HasEntries exact option
  • 9d7b2ba Add missing unit tests for HasEntries
  • 9f917f8 [skip ci] Update documentation for v2.4.4
  • 06ee5ba Bump version to 2.4.4 & prepare for release
  • 64b8904 Improve formatting in release notes for v2.4.3
  • 869c24e Fix regression when stubbed method invoked with no args
  • Additional commits viewable in compare view

Updates rake from 13.1.0 to 13.2.1

Changelog

Sourced from rake's changelog.

=== 13.2.1

  • Suppressed "internal:array:52:in 'Array#each'" from backtrace by @​hsbt in #554
  • Bump actions/configure-pages from 4 to 5 by @​dependabot in #553

=== 13.2.0

Commits
  • d84f6ef Bump up 13.2.1
  • 8b33b36 Merge pull request #553 from ruby/dependabot/github_actions/actions/configure...
  • 99f6823 Merge pull request #554 from ruby/suppress-array-internal
  • 54950e0 Suppressed "<internal:array>:52:in 'Array#each'" from backtrace
  • 675498c Bump up 13.2.0
  • 3dc4277 Bump actions/configure-pages from 4 to 5
  • c68e010 Merge pull request #549 from ruby/dependabot/github_actions/dependabot/fetch-...
  • 2cb46b6 Merge pull request #551 from andrykonchin/ak/restore-truffleruby-on-ci
  • c342e96 Add TruffleRuby on CI
  • d569f0f Merge pull request #550 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • Additional commits viewable in compare view

Updates rubocop-minitest from 0.34.5 to 0.35.1

Release notes

Sourced from rubocop-minitest's releases.

RuboCop Minitest 0.35.1

New features

  • #307: Make AssertOffense support assert_no_corrections. (@​koic)

Bug fixes

  • #311: Suppress deprecation warning for Minitst/MultipleAssertions. (@​koic)

RuboCop Minitest 0.35.0

New features

Bug fixes

  • #300: Fix an error for Minitest/AssertEmptyLiteral when only passing an empty literal. (@​earlopain)

Changes

  • #303: Require RuboCop 1.61 to use AutoCorrect: Contextual. (@​koic)
  • #304: Require RuboCop AST >= 1.31.1 to support Prism as a Ruby Parser. (@​koic)
Changelog

Sourced from rubocop-minitest's changelog.

0.35.1 (2024-07-11)

New features

  • #307: Make AssertOffense support assert_no_corrections. ([@​koic][])

Bug fixes

  • #311: Suppress deprecation warning for Minitst/MultipleAssertions. ([@​koic][])

0.35.0 (2024-03-10)

New features

Bug fixes

  • #300: Fix an error for Minitest/AssertEmptyLiteral when only passing an empty literal. ([@​earlopain][])

Changes

  • #303: Require RuboCop 1.61 to use AutoCorrect: Contextual. ([@​koic][])
  • #304: Require RuboCop AST >= 1.31.1 to support Prism as a Ruby Parser. ([@​koic][])
Commits
  • 07c4bd5 Cut 0.35.1
  • 1a1d11e Update Changelog
  • 3f9c8a9 Merge pull request #311 from koic/suppress_deprecation_warning_for_minitest_m...
  • 2ad914d Suppress deprecation warning for Minitst/MultipleAssertions
  • 9955aa1 Suppress RuboCop offenses
  • 97ddbb1 Use RuboCop Performance 1.21
  • 654e0e6 Use sh instead of system cmd, exception: true in *.rake
  • 0b8c8a2 Merge pull request #309 from Earlopain/readme-badge
  • e318bfe Fix readme CI badge
  • 50e8859 Merge pull request #307 from koic/support_no_corrections
  • Additional commits viewable in compare view

Updates rubocop-sorbet from 0.7.7 to 0.8.5

Release notes

Sourced from rubocop-sorbet's releases.

v0.8.5

What's Changed

✨ Enhancements

Full Changelog: Shopify/rubocop-sorbet@v0.8.4...v0.8.5

v0.8.4

What's Changed

🛠 Other Changes

New Contributors

Full Changelog: Shopify/rubocop-sorbet@v0.8.3...v0.8.4

v0.8.3

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/rubocop-sorbet@v0.8.2...v0.8.3

v0.8.2

What's Changed

🛠 Other Changes

Full Changelog: Shopify/rubocop-sorbet@v0.8.1...v0.8.2

... (truncated)

Commits
  • 7443406 Bump version to v0.8.5
  • 05c6081 Merge pull request #249 from Shopify/at-rbi-cop
  • 3c6ad00 Enable Layout/SpaceInsideReferenceBrackets cop
  • e25f534 Reorder Sorbet/ValidGemVersionAnnotations cop config
  • d2ceae7 Merge pull request #248 from Shopify/KaanOzkan-patch-1
  • a543588 Enable Layout/SpaceInsideBlockBraces
  • 5cba866 Merge pull request #199 from Shopify/emily/valid-rbi-version-annotations
  • 3cffa24 Create a cop to validate gem version annotations in RBI files
  • b781739 Use consistent inheritance style (#246)
  • ccb0dfd Bump version to v0.8.4 in Gemfile.lock
  • Additional commits viewable in compare view

Updates rubocop from 1.60.2 to 1.65.1

Release notes

Sourced from rubocop's releases.

RuboCop 1.65.1

New features

  • #13068: Add config validation to Naming/PredicateName to check that all ForbiddenPrefixes are being checked. (@​maxjacobson)

Bug fixes

  • #13051: Fix an error for Lint/FloatComparison when comparing with rational literal. (@​koic)
  • #13065: Fix an error for Lint/UselessAssignment when same name variables are assigned using chained assignment. (@​koic)
  • #13062: Fix an error for Style/InvertibleUnlessCondition when using empty parenthesis as condition. (@​earlopain)
  • #11438: Explicitly load fileutils before calculating before_us. (@​r7kamura)
  • #13044: Fix false negatives for Lint/ImplicitStringConcatenation when using adjacent string interpolation literals on the same line. (@​koic)
  • #13083: Fix a false positive for Style/GlobalStdStream when using namespaced constants like Foo::STDOUT. (@​earlopain)
  • #13081: Fix a false positive for Style/ZeroLengthPredicate when using safe navigation and non-zero comparison. (@​fatkodima)
  • #13041: Fix false positives for Lint/UselessAssignment when pattern match variable is assigned and used in a block. (@​koic)
  • #13076: Fix an incorrect autocorrect for Naming/RescuedExceptionsVariableName when using hash value omission. (@​koic)

RuboCop 1.65

New features

Bug fixes

  • #12954: Fix a false negative for Style/ArgumentsForwarding when arguments forwarding in yield. (@​koic)
  • #13033: Fix a false positive for Layout/SpaceAroundOperators when using multiple spaces between an operator and a tailing comment. (@​koic)
  • #12885: Fix a false positive for Lint/ToEnumArguments when enumerator is created for another method. (@​koic)
  • #13018: Fix a false positive for Style/MethodCallWithArgsParentheses when EnforcedStyle: omit_parentheses is set and parenthesized method call is used before constant resolution. (@​koic)
  • #12986: Fix a false positive for Style/RedundantBegin when endless method definition with rescue. (@​koic)
  • #12985: Fix an error for Style/RedundantRegexpCharacterClass when using regexp_parser gem 2.3.1 or older. (@​koic)
  • #13010: Fix an error for Style/SuperArguments when the hash argument is or-assigned. (@​koic)
  • #13023: Fix an error for Style/SymbolProc when using lambda -> with one argument and multiline do...end block. (@​koic)
  • #12989: Fix an error for the inherit_gem config when the Gemfile contains an uninstalled git gem. (@​earlopain)
  • #12975: Fix an error for the inherit_gem config when running RuboCop without bundler and no Gemfile exists. (@​earlopain)
  • #12997: Fix an error for Lint/UnmodifiedReduceAccumulator when the block is empty. (@​earlopain)
  • #12979: Fix false negatives for Lint/Void when void expression with guard clause is not on last line. (@​koic)
  • #12716: Fix false negatives for Lint/Void when using parenthesized void operators. (@​koic)
  • #12471: Fix false negatives for Style/ZeroLengthPredicate when using safe navigation operator. (@​koic)
  • #12960: Fix false positives for Lint/NestedMethodDefinition when definition of method on variable. (@​koic)
  • #13012: Fix false positives for Style/HashExcept when using reject and calling include? method with bang. (@​koic)
  • #12983: Fix false positives for Style/SendWithLiteralMethodName using send with writer method name. (@​koic)
  • #12957: Fix false positives for Style/SuperArguments when calling super in a block. (@​koic)

Changes

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.65.1 (2024-08-01)

New features

  • #13068: Add config validation to Naming/PredicateName to check that all ForbiddenPrefixes are being checked. ([@​maxjacobson][])

Bug fixes

  • #13051: Fix an error for Lint/FloatComparison when comparing with rational literal. ([@​koic][])
  • #13065: Fix an error for Lint/UselessAssignment when same name variables are assigned using chained assignment. ([@​koic][])
  • #13062: Fix an error for Style/InvertibleUnlessCondition when using empty parenthesis as condition. ([@​earlopain][])
  • #11438: Explicitly load fileutils before calculating before_us. ([@​r7kamura][])
  • #13044: Fix false negatives for Lint/ImplicitStringConcatenation when using adjacent string interpolation literals on the same line. ([@​koic][])
  • #13083: Fix a false positive for Style/GlobalStdStream when using namespaced constants like Foo::STDOUT. ([@​earlopain][])
  • #13081: Fix a false positive for Style/ZeroLengthPredicate when using safe navigation and non-zero comparison. ([@​fatkodima][])
  • #13041: Fix false positives for Lint/UselessAssignment when pattern match variable is assigned and used in a block. ([@​koic][])
  • #13076: Fix an incorrect autocorrect for Naming/RescuedExceptionsVariableName when using hash value omission. ([@​koic][])

1.65.0 (2024-07-10)

New features

Bug fixes

  • #12954: Fix a false negative for Style/ArgumentsForwarding when arguments forwarding in yield. ([@​koic][])
  • #13033: Fix a false positive for Layout/SpaceAroundOperators when using multiple spaces between an operator and a tailing comment. ([@​koic][])
  • #12885: Fix a false positive for Lint/ToEnumArguments when enumerator is created for another method. ([@​koic][])
  • #13018: Fix a false positive for Style/MethodCallWithArgsParentheses when EnforcedStyle: omit_parentheses is set and parenthesized method call is used before constant resolution. ([@​koic][])
  • #12986: Fix a false positive for Style/RedundantBegin when endless method definition with rescue. ([@​koic][])
  • #12985: Fix an error for Style/RedundantRegexpCharacterClass when using regexp_parser gem 2.3.1 or older. ([@​koic][])
  • #13010: Fix an error for Style/SuperArguments when the hash argument is or-assigned. ([@​koic][])
  • #13023: Fix an error for Style/SymbolProc when using lambda -> with one argument and multiline do...end block. ([@​koic][])
  • #12989: Fix an error for the inherit_gem config when the Gemfile contains an uninstalled git gem. ([@​earlopain][])
  • #12975: Fix an error for the inherit_gem config when running RuboCop without bundler and no Gemfile exists. ([@​earlopain][])
  • #12997: Fix an error for Lint/UnmodifiedReduceAccumulator when the block is empty. ([@​earlopain][])
  • #12979: Fix false negatives for Lint/Void when void expression with guard clause is not on last line. ([@​koic][])
  • #12716: Fix false negatives for Lint/Void when using parenthesized void operators. ([@​koic][])
  • #12471: Fix false negatives for Style/ZeroLengthPredicate when using safe navigation operator. ([@​koic][])
  • #12960: Fix false positives for Lint/NestedMethodDefinition when definition of method on variable. ([@​koic][])
  • #13012: Fix false positives for Style/HashExcept when using reject and calling include? method with bang. ([@​koic][])
  • #12983: Fix false positives for Style/SendWithLiteralMethodName using send with writer method name. ([@​koic][])
  • #12957: Fix false positives for Style/SuperArguments when calling super in a block. ([@​koic][])

Changes

  • #12970: Add CountModifierForms option to Metrics/BlockNesting and set it to false by default. ([@​koic][])
  • #13032: Display warning messages for deprecated APIs. ([@​koic][])
  • #13031: Enable YJIT by default in server mode. ([@​koic][])

... (truncated)

Commits
  • b073d7a Cut 1.65.1
  • 8c4c144 Update Changelog
  • 19b3d9d Merge pull request #13083 from Earlopain/false-positive-global-std-stream
  • 761b917 Fix false positive for Style/GlobalStdStream for namespaced constants
  • 58eeb7a Clarify docs in Naming/PredicateName
  • 2443641 Add a validate_config for Naming/PredicateName
  • 68bd9da Merge pull request #13079 from koic/fix_incorrect_autocorrect_for_naming_resc...
  • 748a568 Merge pull request #13081 from fatkodima/zero_length_predicate-false-positive
  • 70d8e88 Fix a false positive for Style/ZeroLengthPredicate when using safe navigati...
  • ea309c2 [Fix #13076] Fix an incorrect autocorrect for `Naming/RescuedExceptionsVariab...
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.5.11276 to 0.5.11506

Release notes

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

sorbet 0.5.11505.20240802155434-6f56fa4fe

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11504.20240731154411-2d91ebab7

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11503.20240731143622-5b4782ef1

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11502.20240731130558-ece51e0c9

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11501.20240730165607-19fa95b57

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11500.20240729155837-8d2a98f0f

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11499.20240729150127-44fc605c7

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11498.20240729145941-1645466a9

... (truncated)

Commits

Updates tapioca from 0.12.0 to 0.13.3

Release notes

Sourced from tapioca's releases.

v0.13.3

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/tapioca@v0.13.2...v0.13.3

v0.13.2

What's Changed

🚧 Breaking Changes

✨ Enhancements

🛠 Other Changes

New Contributors

Full Changelog: Shopify/tapioca@v0.13.1...v0.13.2

v0.13.1

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: Shopify/tapioca@v0.13.0...v0.13.1

v0.13.0

What's Changed

✨ Enhancements

... (truncated)

Commits
  • f00b6c1 Bump version to v0.13.3
  • d4034fc Merge pull request #1867 from Shopify/fix_invalid-ar-find-output
  • 01b7880 Remove extra ) in the ActiveRecord.find output
  • 37e48be Bump version to v0.13.2
  • 4f4b9ed Merge pull request

Bumps the minor-and-patch group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [debug](https://github.com/ruby/debug) | `1.9.1` | `1.9.2` |
| [minitest-reporters](https://github.com/CapnKernul/minitest-reporters) | `1.6.1` | `1.7.1` |
| [minitest](https://github.com/minitest/minitest) | `5.22.2` | `5.24.1` |
| [mocha](https://github.com/freerange/mocha) | `2.1.0` | `2.4.5` |
| [rake](https://github.com/ruby/rake) | `13.1.0` | `13.2.1` |
| [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) | `0.34.5` | `0.35.1` |
| [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.7.7` | `0.8.5` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11276` | `0.5.11506` |
| [tapioca](https://github.com/Shopify/tapioca) | `0.12.0` | `0.13.3` |



Updates `debug` from 1.9.1 to 1.9.2
- [Release notes](https://github.com/ruby/debug/releases)
- [Commits](ruby/debug@v1.9.1...v1.9.2)

Updates `minitest-reporters` from 1.6.1 to 1.7.1
- [Changelog](https://github.com/minitest-reporters/minitest-reporters/blob/master/CHANGELOG.md)
- [Commits](minitest-reporters/minitest-reporters@v1.6.1...v1.7.1)

Updates `minitest` from 5.22.2 to 5.24.1
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.22.2...v5.24.1)

Updates `mocha` from 2.1.0 to 2.4.5
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v2.1.0...v2.4.5)

Updates `rake` from 13.1.0 to 13.2.1
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.1.0...v13.2.1)

Updates `rubocop-minitest` from 0.34.5 to 0.35.1
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.34.5...v0.35.1)

Updates `rubocop-sorbet` from 0.7.7 to 0.8.5
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](Shopify/rubocop-sorbet@v0.7.7...v0.8.5)

Updates `rubocop` from 1.60.2 to 1.65.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.60.2...v1.65.1)

Updates `sorbet-static-and-runtime` from 0.5.11276 to 0.5.11506
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `tapioca` from 0.12.0 to 0.13.3
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.12.0...v0.13.3)

Updates `sorbet-runtime` from 0.5.11276 to 0.5.11506
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: minitest-reporters
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: minitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rake
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rubocop-minitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rubocop-sorbet
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tapioca
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Aug 5, 2024

Dependabot tried to add @andyw8/ruby-dev-exp as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/andyw8/ruby-lsp/pulls/103/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the andyw8/ruby-lsp repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Author

dependabot bot commented on behalf of github Aug 12, 2024

Superseded by #106.

@dependabot dependabot bot closed this Aug 12, 2024
@dependabot dependabot bot deleted the dependabot/bundler/minor-and-patch-087c8ea79e branch August 12, 2024 12:36
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.

0 participants