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 5 updates #147

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the bundler-deps group with 5 updates:

Package From To
rubocop 1.61.0 1.62.1
rubocop-sorbet 0.7.7 0.8.0
sorbet 0.5.11276 0.5.11319
tapioca 0.12.0 0.13.1
sorbet-runtime 0.5.11276 0.5.11319

Updates rubocop from 1.61.0 to 1.62.1

Release notes

Sourced from rubocop's releases.

RuboCop 1.62.1

Bug fixes

  • #12761: Fix a false positive for Style/HashEachMethods when the key block argument of Enumerable#each method is unused after chunk. (@​koic)
  • #12768: Fix a false positive for Style/NilComparison without receiver and EnforcedStyle: comparison. (@​earlopain)
  • #12752: Fix an error for Gemspec/RequiredRubyVersion when the file is empty. (@​earlopain)
  • #12770: Fix an error for Lint/RedundantWithIndex when the method has no receiver. (@​earlopain)
  • #12775: Fix an error for Lint/UselessTimes when no block is present. (@​earlopain)
  • #12772: Fix an error for Style/ClassVars when calling class_variable_set without arguments. (@​earlopain)
  • #12773: Fix an error for Style/For with EnforcedStyle: for when no receiver. (@​earlopain)
  • #12765: Fix an error for Layout/MultilineMethodCallIndentation with safe navigation and assignment method. (@​earlopain)
  • #12703: Fix an error for Lint/MixedCaseRange with invalid byte sequence in UTF-8. (@​earlopain)
  • #12755: Fix an exception for RedundantCurrentDirectoryInPath in case of require_relative without arguments. (@​viralpraxis)
  • #12710: Fix a false negative for Layout/EmptyLineAfterMagicComment when the file is comments only. (@​earlopain)
  • #12758: Fix false positives for Layout/RedundantLineBreak when using && or || after a backslash newline. (@​koic)
  • #12763: Fix an infinite loop for Style/MultilineMethodSignature when there is a newline directly after the def keyword. (@​earlopain)
  • #12774: Fix an infinite loop for Style/RaiseArgs with EnforcedStyle: compact when passing more than 2 arguments to raise. (@​earlopain)
  • #12663: Fix Lint/Syntax getting disabled by rubocop:disable Lint/Syntax. (@​earlopain)
  • #12756: Only parse target Ruby from gemspec if array elements are strings. (@​davidrunger)

Changes

RuboCop 1.62

Note: This is the first RuboCop release that features (experimental) support for using Prism instead of the parser gem. Check out the docs for more details.

See also this article for additional context.

New features

Bug fixes

  • #12746: Fix a false positive for Lint/ToEnumArguments when enumerator is created for another method in no arguments method definition. (@​koic)
  • #12726: Fix a false positive for Style/RedundantLineContinuation when using line concatenation and calling a method with keyword arguments without parentheses. (@​koic)
  • #12738: Fix an error for Style/Encoding when magic encoding with mixed case present. (@​koic)
  • #12732: Fix error determining target Ruby when gemspec required_ruby_version is read from another file. (@​davidrunger)
  • #12736: Fix invalid autocorrect in Layout/SpaceInsideHashLiteralBraces. ([@​bquorning][])
  • #12667: Don't load excluded configuration. ([@​jonas054][])

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.62.1 (2024-03-11)

Bug fixes

  • #12761: Fix a false positive for Style/HashEachMethods when the key block argument of Enumerable#each method is unused after chunk. ([@​koic][])
  • #12768: Fix a false positive for Style/NilComparison without receiver and EnforcedStyle: comparison. ([@​earlopain][])
  • #12752: Fix an error for Gemspec/RequiredRubyVersion when the file is empty. ([@​earlopain][])
  • #12770: Fix an error for Lint/RedundantWithIndex when the method has no receiver. ([@​earlopain][])
  • #12775: Fix an error for Lint/UselessTimes when no block is present. ([@​earlopain][])
  • #12772: Fix an error for Style/ClassVars when calling class_variable_set without arguments. ([@​earlopain][])
  • #12773: Fix an error for Style/For with EnforcedStyle: for when no receiver. ([@​earlopain][])
  • #12765: Fix an error for Layout/MultilineMethodCallIndentation with safe navigation and assignment method. ([@​earlopain][])
  • #12703: Fix an error for Lint/MixedCaseRange with invalid byte sequence in UTF-8. ([@​earlopain][])
  • #12755: Fix an exception for RedundantCurrentDirectoryInPath in case of require_relative without arguments. ([@​viralpraxis][])
  • #12710: Fix a false negative for Layout/EmptyLineAfterMagicComment when the file is comments only. ([@​earlopain][])
  • #12758: Fix false positives for Layout/RedundantLineBreak when using && or || after a backslash newline. ([@​koic][])
  • #12763: Fix an infinite loop for Style/MultilineMethodSignature when there is a newline directly after the def keyword. ([@​earlopain][])
  • #12774: Fix an infinite loop for Style/RaiseArgs with EnforcedStyle: compact when passing more than 2 arguments to raise. ([@​earlopain][])
  • #12663: Fix Lint/Syntax getting disabled by rubocop:disable Lint/Syntax. ([@​earlopain][])
  • #12756: Only parse target Ruby from gemspec if array elements are strings. ([@​davidrunger][])

Changes

1.62.0 (2024-03-06)

New features

  • #12600: Support Prism as a Ruby parser (experimental). ([@​koic][])
  • #12725: Support TargetRubyVersion 3.4 (experimental). ([@​koic][])

Bug fixes

  • #12746: Fix a false positive for Lint/ToEnumArguments when enumerator is created for another method in no arguments method definition. ([@​koic][])
  • #12726: Fix a false positive for Style/RedundantLineContinuation when using line concatenation and calling a method with keyword arguments without parentheses. ([@​koic][])
  • #12738: Fix an error for Style/Encoding when magic encoding with mixed case present. ([@​koic][])
  • #12732: Fix error determining target Ruby when gemspec required_ruby_version is read from another file. ([@​davidrunger][])
  • #12736: Fix invalid autocorrect in Layout/SpaceInsideHashLiteralBraces. ([@​bquorning][])
  • #12667: Don't load excluded configuration. ([@​jonas054][])
Commits
  • ed9b69e Cut 1.62.1
  • a99fe78 Update Changelog
  • eceedb7 Fix an error for Lint/UselessTimes when no block is present
  • 8d2ef48 Fix an infinite loop for Style/RaiseArgs with EnforcedStyle: compact when...
  • bb0dd97 Merge pull request #12771 from Earlopain/node-matcher-directive-followup
  • 9b39a55 Merge pull request #12773 from Earlopain/fix-error-for-style-for
  • 409c5a0 Merge pull request #12772 from Earlopain/fix-error-for-style-class-vars
  • 54dbee1 Fix an error for Style/For with EnforcedStyle: for when no receiver
  • 94c17b8 Fix an error for Style/ClassVars when calling class_variable_set without ...
  • 5ee786d Merge pull request #12770 from Earlopain/fix-an-error-for-lint-redundant-with...
  • Additional commits viewable in compare view

Updates rubocop-sorbet from 0.7.7 to 0.8.0

Release notes

Sourced from rubocop-sorbet's releases.

v0.8.0

What's Changed

[!NOTE] This version drops the runtime dependency that Sorbet/SignatureBuildOrder had on unparser, so if you had that dependency in your Gemfile for only this reason, you should be able to drop it now.

🛠 Other Changes

Full Changelog: Shopify/rubocop-sorbet@v0.7.8...v0.8.0

v0.7.8

What's Changed

🛠 Other Changes

Full Changelog: Shopify/rubocop-sorbet@v0.7.7...v0.7.8

Commits
  • fde440d Bump version to v0.8.0
  • e4181c5 Merge pull request #189 from Shopify/order-more-signature-builders
  • e9be4a9 Consolidate dev deps into Gemfile
  • 4e1c3fc Refactor SignatureBuildOrder
  • 67efc28 Add final, bind, & implementation to SignatureBuildOrder
  • 233cf9a Extract SignatureBuildOrder Order config
  • 6b87977 Remove trailing spaces in default config
  • 517d4de Bump version to v0.7.8
  • bd50ee1 Merge pull request #203 from Shopify/at-tmp
  • dcf2f1c Handle spaces in type definitions
  • Additional commits viewable in compare view

Updates sorbet from 0.5.11276 to 0.5.11319

Release notes

Sourced from sorbet's releases.

sorbet 0.5.11318.20240328160456-a3f5df505

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11317.20240328144455-3a170f7b2

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11316.20240327175628-afd0fd2f0

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11315.20240327175533-dd1e5710b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11314.20240327174609-176146026

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11313.20240327124806-deb2363e4

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11312.20240327110619-b87279c97

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11311.20240326153500-c0331cec0

... (truncated)

Commits

Updates tapioca from 0.12.0 to 0.13.1

Release notes

Sourced from tapioca's releases.

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

🐛 Bug Fixes

New Contributors

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

Commits
  • 6f515e0 Bump version to v0.13.1
  • a497082 Merge pull request #1843 from Shopify/at-fix-active-record-relations-compiler
  • cc008be Merge pull request #1840 from Shopify/emily/fix-protobuf-compiler
  • 62d4eca Write test for protobuf dsl with gem version before 3.26
  • 5fda757 Fix ActiveRecordRelations compiler spec for Rails 7.0
  • b5d08d9 Do not call has_presence? on Protobuf::FieldDescriptor unless method exists
  • 05359bf Merge pull request #1846 from Shopify/centralize_ruby_version
  • 22a8190 Complete the .ruby-version standardization
  • fff1131 Merge pull request #1838 from Shopify/dependabot/bundler/rdoc-6.6.3.1
  • d0a0622 Fix ActiveRecordRelations compiler
  • Additional commits viewable in compare view

Updates sorbet-runtime from 0.5.11276 to 0.5.11319

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11318.20240328160456-a3f5df505

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11317.20240328144455-3a170f7b2

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11316.20240327175628-afd0fd2f0

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11315.20240327175533-dd1e5710b

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11314.20240327174609-176146026

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11313.20240327124806-deb2363e4

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11312.20240327110619-b87279c97

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11311.20240326153500-c0331cec0

... (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 bundler-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [rubocop](https://github.com/rubocop/rubocop) | `1.61.0` | `1.62.1` |
| [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.7.7` | `0.8.0` |
| [sorbet](https://github.com/sorbet/sorbet) | `0.5.11276` | `0.5.11319` |
| [tapioca](https://github.com/Shopify/tapioca) | `0.12.0` | `0.13.1` |
| [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11276` | `0.5.11319` |


Updates `rubocop` from 1.61.0 to 1.62.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.61.0...v1.62.1)

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

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

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

Updates `sorbet-runtime` from 0.5.11276 to 0.5.11319
- [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-minor
  dependency-group: bundler-deps
- dependency-name: sorbet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-deps
- dependency-name: tapioca
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 added the A-deps Area: Source and library dependencies. label Apr 1, 2024
@lopopolo lopopolo merged commit bcadc6b into trunk Apr 2, 2024
20 checks passed
@lopopolo lopopolo deleted the dependabot/bundler/bundler-deps-c1b7d4da7d branch April 2, 2024 01:28
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