Skip to content

Bump the dev-dependencies group across 1 directory with 6 updates#516

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

Bump the dev-dependencies group across 1 directory with 6 updates#516
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/dev-dependencies-26c2c6b344

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

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

Package From To
rubocop 1.73.2 1.75.2
rubocop-sorbet 0.9.0 0.10.0
sorbet-static-and-runtime 0.5.11915 0.5.11989
mocha 2.4.5 2.7.1
minitest 5.25.4 5.25.5

Updates rubocop from 1.73.2 to 1.75.2

Release notes

Sourced from rubocop's releases.

RuboCop v1.75.2

Changes

Bug fixes

  • #14041: Fix an error when using ERB templated config YAML with server mode. (@​koic)
  • #14048: Do not emit a warning for a zero-sized file while checking if it is executable. (@​viralpraxis)
  • #14053: Fix incorrect autocorrect for Lint/DeprecatedOpenSSLConstant cipher constant argument is not cbc. (@​koic)
  • #14051: Fix incorrect autocorrect for Style/RedundantCondition when true is used as the true branch and the condition takes arguments. (@​koic)
  • #14062: Fix false positives for Lint/ReturnInVoidContext when returning inside define_method or a nested singleton method. (@​earlopain)
  • #14057: Fix Style/ConditionalAssignment cop error on dynamic string node in branch. (@​viralpraxis)
  • #14047: Fix Style/FrozenStringLiteralComment cop errors on emacs-styled magic comment. (@​viralpraxis)

RuboCop v1.75.1

Changes

  • #14038: Rename EnforcedStyle: allow_named_parameter to EnforcedStyle: only_numbered_parameters in Style/ItBlockParameter. (@​koic)

RuboCop v1.75.0

New features

Bug fixes

  • #14022: Fix an error for Style/HashFetchChain when no arguments are given to fetch. (@​koic)
  • #14028: Fix false negative for Layout/MultilineMethodParameterLineBreaks when class method definitions are used. ([@​vlad-pisanov][])
  • #14027: Fix false negative for Layout/LineLength when autocorrecting class method definitions. ([@​vlad-pisanov][])
  • #8099: Fix infinite loop between Layout/SpaceAroundOperators and Layout/HashAlignment with EnforcedHashRocketStyle being an array containing table. ([@​dvandersluis][])
  • #14021: Fix handling of long heredoc lines with SplitStrings enabled. ([@​mauro-oto][])
  • #13968: Fix InternalAffairs/RedundantDescribedClassAsSubject cop error on missing describe. (@​viralpraxis)
  • #14036: Fix false negative for Lint/ShadowingOuterLocalVariable when block local variable is used inside a condition. (@​lovro-bikic)
  • #13990: Fix a false positive for Lint/UselessAssignment when a variable is reassigned in a different branch. ([@​eugeneius][])
  • #14012: Fix incorrect autocorrections for Style/SoleNestedConditional. (@​lovro-bikic)

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.75.2 (2025-04-03)

Changes

  • #14065: Update Lint/RedundantTypeConversion to register an offense for to_json.to_s. ([@​lovro-bikic][])

Bug fixes

  • #14041: Fix an error when using ERB templated config YAML with server mode. ([@​koic][])
  • #14048: Do not emit a warning for a zero-sized file while checking if it is executable. ([@​viralpraxis][])
  • #14053: Fix incorrect autocorrect for Lint/DeprecatedOpenSSLConstant cipher constant argument is not cbc. ([@​koic][])
  • #14051: Fix incorrect autocorrect for Style/RedundantCondition when true is used as the true branch and the condition takes arguments. ([@​koic][])
  • #14062: Fix false positives for Lint/ReturnInVoidContext when returning inside define_method or a nested singleton method. ([@​earlopain][])
  • #14057: Fix Style/ConditionalAssignment cop error on dynamic string node in branch. ([@​viralpraxis][])
  • #14047: Fix Style/FrozenStringLiteralComment cop errors on emacs-styled magic comment. ([@​viralpraxis][])

1.75.1 (2025-03-26)

Changes

  • #14038: Rename EnforcedStyle: allow_named_parameter to EnforcedStyle: only_numbered_parameters in Style/ItBlockParameter. ([@​koic][])

1.75.0 (2025-03-26)

New features

Bug fixes

  • #14022: Fix an error for Style/HashFetchChain when no arguments are given to fetch. ([@​koic][])
  • #14028: Fix false negative for Layout/MultilineMethodParameterLineBreaks when class method definitions are used. ([@​vlad-pisanov][])
  • #14027: Fix false negative for Layout/LineLength when autocorrecting class method definitions. ([@​vlad-pisanov][])
  • #8099: Fix infinite loop between Layout/SpaceAroundOperators and Layout/HashAlignment with EnforcedHashRocketStyle being an array containing table. ([@​dvandersluis][])
  • #14021: Fix handling of long heredoc lines with SplitStrings enabled. ([@​mauro-oto][])
  • #13968: Fix InternalAffairs/RedundantDescribedClassAsSubject cop error on missing describe. ([@​viralpraxis][])
  • #14036: Fix false negative for Lint/ShadowingOuterLocalVariable when block local variable is used inside a condition. ([@​lovro-bikic][])
  • #13990: Fix a false positive for Lint/UselessAssignment when a variable is reassigned in a different branch. ([@​eugeneius][])
  • #14012: Fix incorrect autocorrections for Style/SoleNestedConditional. ([@​lovro-bikic][])
  • #14020: Fix comment autocorrection for Style/IfInsideElse. ([@​lovro-bikic][])

Changes

... (truncated)

Commits
  • b159321 Cut 1.75.2
  • 919be6b Fix a heading
  • c3d8832 Update Changelog
  • ae1f33c Use RuboCop::AST::Node#any_def_type? method
  • d8e1f94 [Fix #14062] Fix false positives for Lint/ReturnInVoidContext when returnin...
  • f5e9ca9 Use RuboCop Performance 1.25 for development
  • 01d3e9d Merge pull request #14065 from lovro-bikic/redundant-type-conversion-to-json-...
  • bc3f2a6 Make Lint/RedundantTypeConversion register an offense for to_json.to_s
  • 237a95e Merge pull request #14059 from henrik/patch-1
  • 6ddcf46 Merge pull request #14060 from Earlopain/global-std-stream-ractor
  • 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.11989

Release notes

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

sorbet 0.5.11988.20250404090213-f1ba7a927

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11987.20250403141847-c2cb41171

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11986.20250403141521-505f2fe87

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11985.20250403141521-ed65e0b98

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11984.20250402140224-0b36ad13c

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11983.20250402122001-d6615ab1a

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11982.20250402083548-8bee3da65

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11981.20250402083303-6835dc09b

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

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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rubocop](https://github.com/rubocop/rubocop) | `1.73.2` | `1.75.2` |
| [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.11989` |
| [mocha](https://github.com/freerange/mocha) | `2.4.5` | `2.7.1` |
| [minitest](https://github.com/minitest/minitest) | `5.25.4` | `5.25.5` |



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

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.11989
- [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)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.75.2
  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.11989
  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
...

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 Apr 7, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 21, 2025

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

4 similar comments
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 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 May 5, 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 May 12, 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 May 26, 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 2, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 2, 2025
@dependabot dependabot bot deleted the dependabot/bundler/dev-dependencies-26c2c6b344 branch June 2, 2025 11:07
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.

0 participants