Skip to content

Bump the minor-and-patch group with 6 updates#437

Merged
github-actions[bot] merged 2 commits intomainfrom
dependabot/bundler/minor-and-patch-7733a80b51
Mar 17, 2025
Merged

Bump the minor-and-patch group with 6 updates#437
github-actions[bot] merged 2 commits intomainfrom
dependabot/bundler/minor-and-patch-7733a80b51

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 17, 2025

Bumps the minor-and-patch group with 6 updates:

Package From To
minitest 5.25.4 5.25.5
rubocop 1.73.2 1.74.0
rubocop-sorbet 0.8.9 0.9.0
sorbet 0.5.11911 0.5.11934
spoom 1.6.0 1.6.1
sorbet-runtime 0.5.11911 0.5.11934

Updates minitest from 5.25.4 to 5.25.5

Changelog

Sourced from minitest's changelog.

=== 5.25.5 / 2025-03-12

  • 4 bug fixes:

    • Bumped minimum ruby to 2.7.
    • Fixed expectation docs for must/wont_pattern_match. (jaredcwhite)
    • Reorder Minitest::Test.ancestors to allow reaching Minitest::Assertions#skipped? (Edouard-chin)
    • Update the ruby and rails compatibility tables. (bquorning)
Commits
  • 4dcad89 prepped for release
  • 8e2f840 - Bumped minimum ruby to 2.7.
  • 7b63c6c Added notice to readme about development versions
  • 7b88058 - Update the ruby and rails compatibility tables. (bquorning)
  • 55ad48a - Reorder Minitest::Test.ancestors to allow reaching Minitest::Assertions#ski...
  • 06bae5b Added ruby 3.4 to CI
  • 8a59450 - Fixed expectation docs for must/wont_pattern_match. (jaredcwhite)
  • See full diff in compare view

Updates rubocop from 1.73.2 to 1.74.0

Release notes

Sourced from rubocop's releases.

RuboCop v1.74.0

New features

Bug fixes

  • #13969: Fix a false positive for Lint/SharedMutableDefault when capacity keyword argument is used. (@​koic)
  • #13945: Fix a false positive for Style/DoubleNegation when calling define_method/define_singleton_method with a numblock. (@​earlopain)
  • #13971: Fix false alarm for config obsoletion. (@​koic)
  • #13960: Fix a false negative for Lint/ReturnInVoidContext when returning out of a block. (@​earlopain)
  • #13947: Fix a false negative for Lint/UselessConstantScoping for constants defined in class << self. (@​earlopain)
  • #13949: Fix a false negative for Lint/NonLocalExitFromIterator with numblocks. (@​earlopain)
  • #13975: Fix false positives for Style/RedundantCurrentDirectoryInPath when using a complex current directory path in require_relative. (@​koic)
  • #13963: Fix wrong autocorrect for Lint/LiteralAsCondition when the literal is followed by return, break, or next. (@​earlopain)
  • #13946: Fix some false positives for Style/MethodCallWithArgsParentheses with EnforcedStyle: omit_parentheses style and numblocks. (@​earlopain)
  • #13950: Fix sporadic errors about rubocop-rails or rubocop-performance extraction, even if they are already part of the Gemfile. (@​earlopain)
  • #13981: Prevent redundant plugin loading when a duplicate plugin is specified in an inherited config. (@​koic)
  • #13965: Update Lint/RedundantCopDisableDirective to register an offense when cop names are given with improper casing. (@​dvandersluis)
  • #13948: Fix wrong autocorrect for Style/RescueModifier when using parallel assignment and the right-hand-side is not a bracketed array. (@​earlopain)

Changes

  • #12851: Add EnforcedStyleForClasses and EnforcedStyleForModules configuration options to Style/ClassAndModuleChildren. (@​dvandersluis)
  • #13979: Add Mode: conservative configuration to Style/FormatStringToken to make the cop only register offenses for strings given to printf, sprintf, format, and %. (@​dvandersluis)
  • #13977: Allow TLS1_1 and TLS1_2 by default in Naming/VariableNumber to accommodate OpenSSL version parameter names. (@​koic)
  • #13967: Make Lint/RedundantTypeConversion aware of redundant to_d. (@​koic)
Changelog

Sourced from rubocop's changelog.

1.74.0 (2025-03-13)

New features

Bug fixes

  • #13969: Fix a false positive for Lint/SharedMutableDefault when capacity keyword argument is used. ([@​koic][])
  • #13945: Fix a false positive for Style/DoubleNegation when calling define_method/define_singleton_method with a numblock. ([@​earlopain][])
  • #13971: Fix false alarm for config obsoletion. ([@​koic][])
  • #13960: Fix a false negative for Lint/ReturnInVoidContext when returning out of a block. ([@​earlopain][])
  • #13947: Fix a false negative for Lint/UselessConstantScoping for constants defined in class << self. ([@​earlopain][])
  • #13949: Fix a false negative for Lint/NonLocalExitFromIterator with numblocks. ([@​earlopain][])
  • #13975: Fix false positives for Style/RedundantCurrentDirectoryInPath when using a complex current directory path in require_relative. ([@​koic][])
  • #13963: Fix wrong autocorrect for Lint/LiteralAsCondition when the literal is followed by return, break, or next. ([@​earlopain][])
  • #13946: Fix some false positives for Style/MethodCallWithArgsParentheses with EnforcedStyle: omit_parentheses style and numblocks. ([@​earlopain][])
  • #13950: Fix sporadic errors about rubocop-rails or rubocop-performance extraction, even if they are already part of the Gemfile. ([@​earlopain][])
  • #13981: Prevent redundant plugin loading when a duplicate plugin is specified in an inherited config. ([@​koic][])
  • #13965: Update Lint/RedundantCopDisableDirective to register an offense when cop names are given with improper casing. ([@​dvandersluis][])
  • #13948: Fix wrong autocorrect for Style/RescueModifier when using parallel assignment and the right-hand-side is not a bracketed array. ([@​earlopain][])

Changes

  • #12851: Add EnforcedStyleForClasses and EnforcedStyleForModules configuration options to Style/ClassAndModuleChildren. ([@​dvandersluis][])
  • #13979: Add Mode: conservative configuration to Style/FormatStringToken to make the cop only register offenses for strings given to printf, sprintf, format, and %. ([@​dvandersluis][])
  • #13977: Allow TLS1_1 and TLS1_2 by default in Naming/VariableNumber to accommodate OpenSSL version parameter names. ([@​koic][])
  • #13967: Make Lint/RedundantTypeConversion aware of redundant to_d. ([@​koic][])
Commits
  • ba27193 Cut 1.74
  • 448dc7f Update Changelog
  • e2fc35a Add Mode: conservative configuration to Style/FormatStringToken to make t...
  • a118624 Prevent redundant plugin loading
  • b667815 [Fix #13975] Fix false positives for Style/RedundantCurrentDirectoryInPath
  • f20e4c5 Allow TLS1_1 and TLS1_2 by default in Naming/VariableNumber
  • 5a405d5 Update documentation for Style/FormatStringToken for clarity
  • 5695986 Merge pull request #13972 from dvandersluis/issue/13965た
  • 6bd6f89 [Fix #13965] Update Lint/RedundantCopDisableDirective to register an offens...
  • 1776749 [Fix #13969] Fix a false positive for Lint/SharedMutableDefault
  • Additional commits viewable in compare view

Updates rubocop-sorbet from 0.8.9 to 0.9.0

Release notes

Sourced from rubocop-sorbet's releases.

v0.9.0

What's Changed

✨ Enhancements

🛠 Other Changes

New Contributors

Full Changelog: Shopify/rubocop-sorbet@v0.8.9...v0.9.0

Commits
  • 29e96a2 Merge pull request #289 from ngan/rubocop-plugin
  • b160028 Rubocop
  • 88e9cc9 Restore injection for old rubocop versions
  • 713c4de Update plugin.rb
  • ee77a5e Pluginfy RuboCop Performance
  • ad4ad8d Merge pull request #293 from Shopify/dependabot/bundler/minor-and-patch-b028a...
  • 53da083 Bump rubocop from 1.72.2 to 1.73.2 in the minor-and-patch group
  • e882f8f Merge pull request #291 from Shopify/ba-enforce-rbs-signatures
  • 6584df4 Merge branch 'main' into ba-enforce-rbs-signatures
  • 7984e78 Update Sorbet/EnforceSignatures to accept RBS signatures
  • Additional commits viewable in compare view

Updates sorbet from 0.5.11911 to 0.5.11934

Release notes

Sourced from sorbet's releases.

sorbet 0.5.11933.20250313191715-f416167bd

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11932.20250313123424-d9180005d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11931.20250313122033-fa5ce1a39

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11930.20250312174930-23b1dbd68

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11929.20250312153101-129488227

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11928.20250312174337-5b98de7b5

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11927.20250312140302-62b9ad96d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11926.20250312110407-c992e3fa8

... (truncated)

Commits

Updates spoom from 1.6.0 to 1.6.1

Release notes

Sourced from spoom's releases.

v1.6.1

What's Changed

✨ Enhancements

🐛 Bug Fixes

Full Changelog: Shopify/spoom@v1.6.0...v1.6.1

Commits
  • f3e6772 Bump version to v1.6.1
  • b123413 Merge pull request #700 from Shopify/at-fix-rbs-yard
  • 6bbf8bd Update exported RBI
  • 7ad424c Ignore RBS signatures that contain a parsing error
  • a6702b4 Bump rbi to v0.3.1
  • d66be80 Merge pull request #699 from Shopify/at-rbs-optional-names
  • a8b36a3 Update exported RBI
  • 5d7efee Add option to generate RBS sigs without positional names
  • 78aeb3a Merge pull request #698 from Shopify/dependabot/bundler/json-2.10.2
  • 0298084 Bump json from 2.10.1 to 2.10.2
  • See full diff in compare view

Updates sorbet-runtime from 0.5.11911 to 0.5.11934

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11933.20250313191715-f416167bd

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11932.20250313123424-d9180005d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11931.20250313122033-fa5ce1a39

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11930.20250312174930-23b1dbd68

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11929.20250312153101-129488227

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11928.20250312174337-5b98de7b5

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11927.20250312140302-62b9ad96d

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11926.20250312110407-c992e3fa8

... (truncated)

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [minitest](https://github.com/minitest/minitest) | `5.25.4` | `5.25.5` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.73.2` | `1.74.0` |
| [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.8.9` | `0.9.0` |
| [sorbet](https://github.com/sorbet/sorbet) | `0.5.11911` | `0.5.11934` |
| [spoom](https://github.com/Shopify/spoom) | `1.6.0` | `1.6.1` |
| [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11911` | `0.5.11934` |


Updates `minitest` from 5.25.4 to 5.25.5
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.25.4...v5.25.5)

Updates `rubocop` from 1.73.2 to 1.74.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.73.2...v1.74.0)

Updates `rubocop-sorbet` from 0.8.9 to 0.9.0
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](Shopify/rubocop-sorbet@v0.8.9...v0.9.0)

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

Updates `spoom` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/Shopify/spoom/releases)
- [Commits](Shopify/spoom@v1.6.0...v1.6.1)

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

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: rubocop-sorbet
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sorbet
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: spoom
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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] <support@github.com>
@dependabot dependabot Bot requested a review from a team March 17, 2025 05:33
@dependabot dependabot Bot requested a review from a team as a code owner March 17, 2025 05:33
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 17, 2025
@github-actions github-actions Bot enabled auto-merge March 17, 2025 05:33
@vinistock vinistock force-pushed the dependabot/bundler/minor-and-patch-7733a80b51 branch from 4932a6e to a9ddcac Compare March 17, 2025 22:02
@github-actions github-actions Bot merged commit 3da96c3 into main Mar 17, 2025
@github-actions github-actions Bot deleted the dependabot/bundler/minor-and-patch-7733a80b51 branch March 17, 2025 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant