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-dev group with 4 updates #3802

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the bundler-dev group with 4 updates: rubocop, ruby-lsp, rubocop-ast and sorbet-runtime.

Updates rubocop from 1.61.0 to 1.62.0

Release notes

Sourced from rubocop's releases.

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)
Changelog

Sourced from rubocop's changelog.

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
  • 92785dd Cut 1.62
  • 2d882c3 Update Changelog
  • c0582a4 [Fix #12746] Fix a false positive for Lint/ToEnumArguments
  • dea3b76 Bump rubocop-rspec from ~> 2.27.0 to ~> 2.27.1
  • 5026393 Call .value to get gemspec required_ruby_version only if str_type?
  • 07cad75 [Fix #12740] Tweak annotation pattern for expect_offense
  • 859f6fd Fix missing assertions in RuboCop::TargetRuby specs
  • 6674cc8 [Fix #12738] Fix an error for Style/Encoding
  • 1a73d64 Refactor TargetFinder
  • 664ba3d [Fix #12667] Avoid loading excluded configuration
  • Additional commits viewable in compare view

Updates ruby-lsp from 0.14.3 to 0.14.5

Commits
  • 3fffcfb Show require and require_relative completions on quotes (#1443)
  • fdac2fb Allow addons to register for filewatching events (#1464)
  • d1da885 Use highlighted_area for rubocop diagnostics (#1459)
  • abf3fd4 Supprot RuboCop's LSP mode (#1453)
  • 01394af Set value instead of placeholder for textarea in issue template (#1460)
  • c27ef7f Fix missing images on the documentation website (#1455)
  • a975732 Ignore the release that triggered the action when searching for latest release
  • 0d9abdd Use ref_name as head to compare commits in release as well
  • 91c05b8 Use ref_name as head to compare commits
  • 9531e0b Fix syntax error in publish action
  • Additional commits viewable in compare view

Updates rubocop-ast from 1.31.1 to 1.31.2

Changelog

Sourced from rubocop-ast's changelog.

1.31.2 (2024-03-08)

Bug fixes

Commits

Updates sorbet-runtime from 0.5.11284 to 0.5.11287

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11286.20240306201230-72b13abde

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11285.20240305111122-15df026a4

To use Sorbet add this line to your Gemfile:

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

sorbet 0.5.11284.20240301063639-a75ce501d

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11284', :group => :development
gem 'sorbet-runtime', '0.5.11284'
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-dev group with 4 updates: [rubocop](https://github.com/rubocop/rubocop), [ruby-lsp](https://github.com/Shopify/ruby-lsp), [rubocop-ast](https://github.com/rubocop/rubocop-ast) and [sorbet-runtime](https://github.com/sorbet/sorbet).


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

Updates `ruby-lsp` from 0.14.3 to 0.14.5
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](Shopify/ruby-lsp@v0.14.3...v0.14.5)

Updates `rubocop-ast` from 1.31.1 to 1.31.2
- [Release notes](https://github.com/rubocop/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-ast@v1.31.1...v1.31.2)

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

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler-dev
- dependency-name: ruby-lsp
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler-dev
- dependency-name: rubocop-ast
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-dev
- dependency-name: sorbet-runtime
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@just1602 just1602 merged commit 10d9320 into main Mar 11, 2024
7 checks passed
@just1602 just1602 deleted the dependabot/bundler/bundler-dev-eb54e8c606 branch March 11, 2024 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant