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 bundler-deps group with 4 updates #144

Merged
merged 1 commit into from
Mar 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps the bundler-deps group with 4 updates: rubocop, rubocop-sorbet, sorbet and sorbet-runtime.

Updates rubocop from 1.60.2 to 1.61.0

Release notes

Sourced from rubocop's releases.

RuboCop 1.61

New features

  • #12682: Add --editor-mode CLI option. (@​koic)
  • #12657: Support AutoCorrect: contextual option for LSP. (@​koic)
  • #12273: Make OffenseCountFormatter display autocorrection information. (@​koic)
  • #12679: Publish RuboCop::LSP.enable API to enable LSP mode. (@​koic)
  • #12699: Support searching for .rubocop.yml and rubocop/config.yml in compliance with dot-config. (@​koic)

Bug fixes

  • #12720: Fix a false positive for Style/ArgumentsForwarding when using block arg forwarding to within block with Ruby 3.3.0. (@​koic)
  • #12714: Fix an error for Gemspec/RequiredRubyVersion when required_ruby_version is specified with Gem::Requirement.new and is higher than TargetRubyVersion. (@​koic)
  • #12690: Fix an error for Style/CaseLikeIf when using == with literal and using ternary operator. (@​koic)
  • #12668: Fix an incorrect autocorrect for Lint/EmptyConditionalBody when missing if body with conditional else body. (@​koic)
  • #12683: Fix an incorrect autocorrect for Style/MapCompactWithConditionalBlock when using guard clause with next implicitly nil. (@​koic)
  • #12693: Fix an incorrect autocorrect for Style/ObjectThen when using yield_self without receiver. (@​koic)
  • #12646: Fix --auto-gen-config bug for Layout/SpaceBeforeBlockBraces. (@​jonas054)
  • #12717: Fix regexp for inline disable comments in Style/CommentedKeyword. (@​jonas054)
  • #12695: Fix bug in Include from inherited file in a parent directory. (@​jonas054)
  • #12656: Fix an error for Layout/RedundantLineBreak when using index access call chained on multiline hash literal. (@​koic)
  • #12691: Fix an error for Style/MultilineTernaryOperator when nesting multiline ternary operators. (@​koic)
  • #12707: Fix false negative for Style/RedundantAssignment when using pattern matching. (@​koic)
  • #12674: Fix false negatives for Style/RedundantReturn when using pattern matching. (@​koic)
  • #12673: Fix false negatives for Lint/RedundantSafeNavigation when using safe navigation operator for literal receiver. (@​koic)
  • #12719: Fix false negatives for Style/ArgumentsForwarding when using forwardable block arguments with Ruby 3.2+. (@​koic)
  • #12687: Fix a false positive for Lint/Void when each block with conditional expressions that has multiple statements. (@​koic)
  • #12649: Fix false positives for Style/InverseMethods when using relational comparison operator with safe navigation. (@​koic)
  • #12711: Handle implicit receivers in Style/InvertibleUnlessCondition. (@​sambostock)
  • #12648: Fix numblock regressions in omit_parentheses Style/MethodCallWithArgsParentheses. (@​gsamokovarov)

Changes

Changelog

Sourced from rubocop's changelog.

1.61.0 (2024-02-29)

New features

  • #12682: Add --editor-mode CLI option. ([@​koic][])
  • #12657: Support AutoCorrect: contextual option for LSP. ([@​koic][])
  • #12273: Make OffenseCountFormatter display autocorrection information. ([@​koic][])
  • #12679: Publish RuboCop::LSP.enable API to enable LSP mode. ([@​koic][])
  • #12699: Support searching for .rubocop.yml and rubocop/config.yml in compliance with dot-config. ([@​koic][])

Bug fixes

  • #12720: Fix a false positive for Style/ArgumentsForwarding when using block arg forwarding to within block with Ruby 3.3.0. ([@​koic][])
  • #12714: Fix an error for Gemspec/RequiredRubyVersion when required_ruby_version is specified with Gem::Requirement.new and is higher than TargetRubyVersion. ([@​koic][])
  • #12690: Fix an error for Style/CaseLikeIf when using == with literal and using ternary operator. ([@​koic][])
  • #12668: Fix an incorrect autocorrect for Lint/EmptyConditionalBody when missing if body with conditional else body. ([@​koic][])
  • #12683: Fix an incorrect autocorrect for Style/MapCompactWithConditionalBlock when using guard clause with next implicitly nil. ([@​koic][])
  • #12693: Fix an incorrect autocorrect for Style/ObjectThen when using yield_self without receiver. ([@​koic][])
  • #12646: Fix --auto-gen-config bug for Layout/SpaceBeforeBlockBraces. ([@​jonas054][])
  • #12717: Fix regexp for inline disable comments in Style/CommentedKeyword. ([@​jonas054][])
  • #12695: Fix bug in Include from inherited file in a parent directory. ([@​jonas054][])
  • #12656: Fix an error for Layout/RedundantLineBreak when using index access call chained on multiline hash literal. ([@​koic][])
  • #12691: Fix an error for Style/MultilineTernaryOperator when nesting multiline ternary operators. ([@​koic][])
  • #12707: Fix false negative for Style/RedundantAssignment when using pattern matching. ([@​koic][])
  • #12674: Fix false negatives for Style/RedundantReturn when using pattern matching. ([@​koic][])
  • #12673: Fix false negatives for Lint/RedundantSafeNavigation when using safe navigation operator for literal receiver. ([@​koic][])
  • #12719: Fix false negatives for Style/ArgumentsForwarding when using forwardable block arguments with Ruby 3.2+. ([@​koic][])
  • #12687: Fix a false positive for Lint/Void when each block with conditional expressions that has multiple statements. ([@​koic][])
  • #12649: Fix false positives for Style/InverseMethods when using relational comparison operator with safe navigation. ([@​koic][])
  • #12711: Handle implicit receivers in Style/InvertibleUnlessCondition. ([@​sambostock][])
  • #12648: Fix numblock regressions in omit_parentheses Style/MethodCallWithArgsParentheses. ([@​gsamokovarov][])

Changes

Commits
  • 45ba779 Cut 1.61
  • 0882ca9 Update Changelog
  • 87b3b4d Rename variable in InvertibleUnlessCondition
  • f151524 Add InvertibleUnlessCondition implicit receiver example
  • 8acce28 Tweak specs for Security/YAMLLoad
  • b4cc305 Merge pull request #12723 from koic/add_specs_for_style_arguments_forwarding
  • bac7a0b Add specs for Style/ArgumentsForwarding
  • 5da1905 Handle implicit receivers in Style/InvertibleUnlessCondition
  • 18004e9 [Fix #12717] Re-use definition of directive comments from Style/CommentedKeyword
  • 8aae48b Fix a false positive for Style/ArgumentsForwarding
  • Additional commits viewable in compare view

Updates rubocop-sorbet from 0.7.6 to 0.7.7

Commits

Updates sorbet from 0.5.11222 to 0.5.11276

Release notes

Sourced from sorbet's releases.

sorbet 0.5.11275.20240227153016-5971fb77b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11274.20240226160522-c70601a8b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11273.20240226153046-2f3cda284

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11272.20240226161319-380f8da29

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11271.20240226113327-fffb3d87e

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11270.20240226060747-b94b3f28a

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11269.20240226084343-685f197c0

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11268.20240225070216-0719b62df

... (truncated)

Commits

Updates sorbet-runtime from 0.5.11222 to 0.5.11276

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11275.20240227153016-5971fb77b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11274.20240226160522-c70601a8b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11273.20240226153046-2f3cda284

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11272.20240226161319-380f8da29

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11271.20240226113327-fffb3d87e

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11270.20240226060747-b94b3f28a

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11269.20240226084343-685f197c0

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11268.20240225070216-0719b62df

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

@dependabot dependabot bot added the A-deps Area: Source and library dependencies. label Mar 1, 2024
@lopopolo
Copy link
Member

lopopolo commented Mar 2, 2024

@dependabot rebase

Bumps the bundler-deps group with 4 updates: [rubocop](https://github.com/rubocop/rubocop), [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet), [sorbet](https://github.com/sorbet/sorbet) and [sorbet-runtime](https://github.com/sorbet/sorbet).


Updates `rubocop` from 1.60.2 to 1.61.0
- [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.61.0)

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

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

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

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-deps
- dependency-name: rubocop-sorbet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-deps
- dependency-name: sorbet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-deps
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/bundler-deps-60bf6a0ee1 branch from ac90fdf to aad1a55 Compare March 2, 2024 00:21
@lopopolo lopopolo merged commit eda0c77 into trunk Mar 2, 2024
19 checks passed
@lopopolo lopopolo deleted the dependabot/bundler/bundler-deps-60bf6a0ee1 branch March 2, 2024 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-deps Area: Source and library dependencies.
Development

Successfully merging this pull request may close these issues.

1 participant