Skip to content

Bump the dev-dependencies group across 1 directory with 7 updates#517

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/dev-dependencies-1e3da5108c
Closed

Bump the dev-dependencies group across 1 directory with 7 updates#517
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/dev-dependencies-1e3da5108c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps the dev-dependencies group with 6 updates in the / directory:

Package From To
rubocop 1.73.2 1.75.8
rubocop-sorbet 0.9.0 0.10.0
sorbet-static-and-runtime 0.5.11915 0.5.12142
mocha 2.4.5 2.7.1
minitest 5.25.4 5.25.5
rake 13.2.1 13.3.0

Updates rubocop from 1.73.2 to 1.75.8

Release notes

Sourced from rubocop's releases.

RuboCop v1.75.8

Bug fixes

  • #14191: Fix Lint/FloatComparison cop to detect floating-point number comparisons in case statements. (@​daisuke)
  • #14209: Fix an error for Style/RedundantFormat with invalid format arguments. (@​earlopain)
  • #14200: Fix false positives for Style/DefWithParentheses when using endless method definition with empty parentheses and a space before =. (@​koic)
  • #14197: Fix infinite loop error for EnforcedStyle: with_fixed_indentation of Layout/ArgumentAlignment and EnforcedStyle: consistent of Layout/FirstArgumentIndentation and Layout/HashAlignment. (@​koic)
  • #14204: Fix Layout/EmptyLinesAroundAccessModifier cop error on trailing access modifier. (@​viralpraxis)
  • #14198: Fix Lint/DuplicateMethods cop error on to option is dynamically generated and prefix is enabled. (@​viralpraxis)
  • #14199: Fix wrong autocorrection for Style/MapToHash with destructuring argument. (@​lovro-bikic)
  • #14050: Modify condition for rubocop:todo EOL comment. (@​jonas054)

RuboCop v1.75.7

Bug fixes

  • #14185: Fix an error for Style/IfUnlessModifierOfIfUnless when using nested modifier. (@​koic)
  • #14192: Fix negatives for Layout/SpaceBeforeBrackets when using space between method argument parentheses and left bracket. (@​koic)
  • #14189: Fix incorrect autocorrect for Layout/SpaceBeforeBrackets when using space between receiver and left brackets, and a space inside left bracket. (@​koic)
  • #14170: Fix Style/AccessModifierDeclarations cop error on semicolon after modifier. (@​viralpraxis)
  • #14195: Fix Style/AccessModifierDeclarations cop error on symbol modifier without surrounding scope. (@​viralpraxis)
  • #14172: Fix Style/AccessModifierDeclarations cop false positives when there are no method definitions and style is inline. (@​viralpraxis)
  • #14193: Fix Lint/UselessAssignment cop error when using nested assignment with splat. (@​earlopain)

Changes

RuboCop v1.75.6

Bug fixes

  • #14176: Fix an error for Style/MultilineIfModifier when using nested modifier. (@​koic)
  • #14077: Change nil representation in todo file comments. (@​jonas054)
  • #14164: Fix an error for Lint/UselessAssignment when variables are assigned using unary operator in chained assignment and remain unreferenced. (@​koic)
  • #14173: Fix an error for Style/StringConcatenation when using implicit concatenation with string interpolation. (@​koic)
  • #14177: Fix false positives for Style/SoleNestedConditional when using nested if and not in condition. (@​koic)
  • #14152: Fix Layout/SpaceInsideArrayLiteralBrackets cop error on array pattern without brackets. (@​viralpraxis)
  • #14153: Fix Style/PercentQLiterals cop error on Unicode escape sequence. (@​viralpraxis)

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.75.8 (2025-05-28)

Bug fixes

  • #14191: Fix Lint/FloatComparison cop to detect floating-point number comparisons in case statements. ([@​daisuke][])
  • #14209: Fix an error for Style/RedundantFormat with invalid format arguments. ([@​earlopain][])
  • #14200: Fix false positives for Style/DefWithParentheses when using endless method definition with empty parentheses and a space before =. ([@​koic][])
  • #14197: Fix infinite loop error for EnforcedStyle: with_fixed_indentation of Layout/ArgumentAlignment and EnforcedStyle: consistent of Layout/FirstArgumentIndentation and Layout/HashAlignment. ([@​koic][])
  • #14204: Fix Layout/EmptyLinesAroundAccessModifier cop error on trailing access modifier. ([@​viralpraxis][])
  • #14198: Fix Lint/DuplicateMethods cop error on to option is dynamically generated and prefix is enabled. ([@​viralpraxis][])
  • #14199: Fix wrong autocorrection for Style/MapToHash with destructuring argument. ([@​lovro-bikic][])
  • #14050: Modify condition for rubocop:todo EOL comment. ([@​jonas054][])

1.75.7 (2025-05-21)

Bug fixes

  • #14185: Fix an error for Style/IfUnlessModifierOfIfUnless when using nested modifier. ([@​koic][])
  • #14192: Fix negatives for Layout/SpaceBeforeBrackets when using space between method argument parentheses and left bracket. ([@​koic][])
  • #14189: Fix incorrect autocorrect for Layout/SpaceBeforeBrackets when using space between receiver and left brackets, and a space inside left bracket. ([@​koic][])
  • #14170: Fix Style/AccessModifierDeclarations cop error on semicolon after modifier. ([@​viralpraxis][])
  • #14195: Fix Style/AccessModifierDeclarations cop error on symbol modifier without surrounding scope. ([@​viralpraxis][])
  • #14172: Fix Style/AccessModifierDeclarations cop false positives when there are no method definitions and style is inline. ([@​viralpraxis][])
  • #14193: Fix Lint/UselessAssignment cop error when using nested assignment with splat. ([@​earlopain][])

Changes

  • #14188: Enhance Gemspec/DuplicatedAssignment cop to detect duplicated indexed assignment. ([@​viralpraxis][])
  • #14183: Recognize prefix argument for delegate method in Lint/DuplicateMethods. ([@​lovro-bikic][])

1.75.6 (2025-05-15)

Bug fixes

  • #14176: Fix an error for Style/MultilineIfModifier when using nested modifier. ([@​koic][])
  • #14077: Change nil representation in todo file comments. ([@​jonas054][])
  • #14164: Fix an error for Lint/UselessAssignment when variables are assigned using unary operator in chained assignment and remain unreferenced. ([@​koic][])
  • #14173: Fix an error for Style/StringConcatenation when using implicit concatenation with string interpolation. ([@​koic][])
  • #14177: Fix false positives for Style/SoleNestedConditional when using nested if and not in condition. ([@​koic][])
  • #14152: Fix Layout/SpaceInsideArrayLiteralBrackets cop error on array pattern without brackets. ([@​viralpraxis][])
  • #14153: Fix Style/PercentQLiterals cop error on Unicode escape sequence. ([@​viralpraxis][])

Changes

1.75.5 (2025-05-05)

... (truncated)

Commits
  • 38333dc Cut 1.75.8
  • 6649f39 Update Changelog
  • cfb0716 Fix wrong autocorrection for Style/MapToHash with destructuring argument
  • 81aab63 [Fix #14197] Fix infinite loop error for Layout/FirstArgumentIndentation
  • 0258e0b [Fix #13194] Detect case statement in FloatComparison (#14191)
  • fb36825 Fix an error for Style/RedundantFormat with invalid format arguments
  • c72ae6d Merge pull request #14208 from Earlopain/better-debug-errors
  • b3a47ca Show better message on error with --debug
  • 080c909 [Fix #14050] Modify condition for EOL comment
  • cdda4b2 Merge pull request #14203 from viralpraxis/fix-codespell-rake-task-when-not-f...
  • Additional commits viewable in compare view

Updates rubocop-sorbet from 0.9.0 to 0.10.0

Release notes

Sourced from rubocop-sorbet's releases.

v0.10.0

What's Changed

🚧 Breaking Changes

🐛 Bug Fixes

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

Commits
  • 9d59780 Bump version to v0.10.0
  • f0c702b Merge pull request #302 from Shopify/dependabot/bundler/minor-and-patch-1f0c7...
  • 9b1f368 Bump rubocop from 1.74.0 to 1.75.1 in the minor-and-patch group
  • 11fea99 Merge pull request #301 from Shopify/uk-fix-plugin-require-logic
  • 23a52cd Make loading the sorbet plugin a responsibility of the app
  • 40e0b0b Do not load plugin class if RuboCop version is too old
  • d380807 We should never need a dependency on lint_roller
  • 4940989 Merge pull request #300 from Shopify/dependabot/bundler/minor-and-patch-4768c...
  • ff062c6 Bump rubocop from 1.73.2 to 1.74.0 in the minor-and-patch group
  • 4215c18 Merge pull request #297 from Shopify/ba-add-missing-allow-rbs-default
  • Additional commits viewable in compare view

Updates sorbet-static-and-runtime from 0.5.11915 to 0.5.12142

Release notes

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

sorbet 0.5.12141.20250529120420-da0f56f99

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.12140.20250528110951-cd728f0b5

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.12139.20250528103638-7d4cd791f

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.12138.20250528103258-313a29080

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.12137.20250528103142-08cd02c6b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.12136.20250528094840-907142ce2

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.12135.20250527101635-f860e00ee

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.12134.20250526195403-5bd66273c

... (truncated)

Commits

Updates tapioca from 0.16.11 to 0.4.13

Commits
  • 13a71d8 Bum version to v0.4.13
  • e8b903e Merge pull request #205 from Shopify/more-rbi-compile-bug
  • 55127a1 Clean up + comment in SymbolGenerator#compile_alias
  • 8397301 Better temp file name in symbol_table_compiler_spec
  • 292c331 Bump version to v0.4.12
  • 234dbb0 PR Feedback
  • d6bf96b Fix bug in compile_alias when constant names are mismatched
  • e38fb51 Merge pull request #204 from Shopify/ruby-3.0-compat
  • 0ea0823 Fix Ruby 3.0 compat
  • bab9f39 Bump version to v0.4.11
  • Additional commits viewable in compare view

Updates mocha from 2.4.5 to 2.7.1

Changelog

Sourced from mocha's changelog.

2.7.1

External changes

  • Deprecate Configuration#stubbing_method_on_nil= (#694)
  • Indicate when parameter matcher logic is defined by block passed to Expectation#with (#698, b30e4434)
  • Improve documentation for Expectation#with, especially when it is passed a block (#698, #682, #606 & #681)

2.7.0

External changes

Internal changes

  • Workaround for JRuby jar-dependencies issue (#690)
  • Ruby v3.4 stacktrace uses single-quote vs backtick (#688 & #689) - thanks to Vít Ondruch

WARNING: This release fixes a very old bug

  • The bug relates to the use of Expectation#never in combination with other expectations on the same method.

  • Please ensure you fix the relevant deprecation warnings when running against v2.6.1 before upgrading to v2.7.0.

  • Previously, the following test would have passed, but now it will fail with an unexpected invocation error on the foo.bar line.

    foo = mock('foo') foo.stubs(:bar) foo.expects(:bar).never foo.bar

2.6.1

External changes

  • Fix logic for displaying deprecation warning for expectation with never cardinality (#686) - thanks to @​davidstosik for reporting

2.6.0

External changes

  • Expectation with never cardinality should display deprecation warning (#681) - thanks to @​ducmtran for reporting and testing

WARNING: This release results in some incorrect deprecation warnings:

  • The logic for displaying the deprecation warnings is fixed in v2.6.1 (#686).

Internal changes

  • Simplify backtrace related assertions (#680)
  • Remove unused ExpectationList#match_but_out_of_order (f2fa9919)

2.5.0

... (truncated)

Commits
  • cb0909e [skip ci] Update documentation for v2.7.1
  • d6ba8b9 Bump version to 2.7.1 & prepare for release
  • 4d4a027 Merge pull request #698 from freerange/expectation-with-improvements
  • b30e443 Indicate when matcher logic is defined by block
  • fed3387 Add custom matcher example to Expectatation#with docs
  • 17a4856 Improve docs for Expectation#with when passed block
  • 3ca865f Document argument precedence for Expectation#with
  • 558d521 Add docs for Expectation#with when passed block
  • 99f3f6b Document Expectation#with called multiple times
  • c3b4b8e Clarify docs for Expectation#with yieldparam
  • Additional commits viewable in compare view

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 rake from 13.2.1 to 13.3.0

Commits
  • 0fdacef Bump rake to 13.3.0
  • fcc1f86 Merge pull request #515 from rgarner/task-arguments-deconstruct-keys
  • 8e917d9 Merge pull request #609 from pvdb/fix_rubyrunner_require
  • 0378c45 Merge pull request #627 from komagata/fix-rdoc-links
  • cff7664 Pattern matching support for arguments
  • a4454e6 Merge pull request #608 from pvdb/use_dir_home
  • 0b727e9 Remove superfluous dependency requires (in tests)
  • 5367e5c Move dependency requires to RubyRunner file
  • 6ba4601 Merge pull request #634 from ruby/trusted-publisher
  • 6b3daf8 Enabled trusted publisher for rubygems.org
  • 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 <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 dev-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rubocop](https://github.com/rubocop/rubocop) | `1.73.2` | `1.75.8` |
| [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.9.0` | `0.10.0` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11915` | `0.5.12142` |
| [mocha](https://github.com/freerange/mocha) | `2.4.5` | `2.7.1` |
| [minitest](https://github.com/minitest/minitest) | `5.25.4` | `5.25.5` |
| [rake](https://github.com/ruby/rake) | `13.2.1` | `13.3.0` |



Updates `rubocop` from 1.73.2 to 1.75.8
- [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.75.8)

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

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

Updates `tapioca` from 0.16.11 to 0.4.13
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](Shopify/tapioca@v0.16.11...v0.4.13)

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

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 `rake` from 13.2.1 to 13.3.0
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.2.1...v13.3.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.75.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: rubocop-sorbet
  dependency-version: 0.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: sorbet-static-and-runtime
  dependency-version: 0.5.12142
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: tapioca
  dependency-version: 0.4.13
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: mocha
  dependency-version: 2.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: minitest
  dependency-version: 5.25.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: rake
  dependency-version: 13.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jun 2, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2025

Dependabot can't resolve your Ruby dependency files. Because of this, Dependabot cannot update this pull request.

7 similar comments
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2025

Dependabot can't resolve your Ruby dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2025

Dependabot can't resolve your Ruby dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2025

Dependabot can't resolve your Ruby dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 30, 2025

Dependabot can't resolve your Ruby dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2025

Dependabot can't resolve your Ruby dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 14, 2025

Dependabot can't resolve your Ruby dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 21, 2025

Dependabot can't resolve your Ruby dependency files. Because of this, Dependabot cannot update this pull request.

@donk-shopify
Copy link
Contributor

Merged into #520

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/bundler/dev-dependencies-1e3da5108c branch July 29, 2025 16:16
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 ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant