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 rubocop from 1.48.0 to 1.48.1 #513

Merged
merged 3 commits into from
Mar 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps rubocop from 1.48.0 to 1.48.1.

Release notes

Sourced from rubocop's releases.

RuboCop 1.48.1

Bug fixes

  • #11673: Fix incorrect Style/HashSyntax autocorrection for assignment methods. (@​gsamokovarov)
  • #11682: Fix a false positive for Lint/UselessRescue when using Thread#raise in rescue clause. (@​koic)
  • #11672: Fix an error for Layout/BlockEndNewline when multiline block } is not on its own line and it is used as multiple arguments. (@​koic)
  • #11675: Style/AccessorGrouping: Fix sibling detection for methods with type sigs. (@​issyl0)
  • #11658: Fix Lint/Debugger should not allow pry. (@​ThHareau)
  • #11686: Fix Lint/Syntax behavior when Enabled: false of Lint department. (@​koic)
  • #11677: Fix the severity for Lint/Syntax. (@​koic)
  • #11691: Fix an error for Gemspec/DependencyVersion when method called on gem name argument for add_dependency. (@​koic)
Changelog

Sourced from rubocop's changelog.

1.48.1 (2023-03-13)

Bug fixes

  • #11673: Fix incorrect Style/HashSyntax autocorrection for assignment methods. ([@​gsamokovarov][])
  • #11682: Fix a false positive for Lint/UselessRescue when using Thread#raise in rescue clause. ([@​koic][])
  • #11672: Fix an error for Layout/BlockEndNewline when multiline block } is not on its own line and it is used as multiple arguments. ([@​koic][])
  • #11675: Style/AccessorGrouping: Fix sibling detection for methods with type sigs. ([@​issyl0][])
  • #11658: Fix Lint/Debugger should not allow pry. ([@​ThHareau][])
  • #11686: Fix Lint/Syntax behavior when Enabled: false of Lint department. ([@​koic][])
  • #11677: Fix the severity for Lint/Syntax. ([@​koic][])
  • #11691: Fix an error for Gemspec/DependencyVersion when method called on gem name argument for add_dependency. ([@​koic][])
Commits
  • 675114c Cut 1.48.1
  • a0d896a Update Changelog
  • ed786ab [Fix #11658] Register Object#pry as an offense (#11669)
  • 96911a9 [Doc] Tweak the doc for DisabledByDefault config
  • e79974b Merge pull request #11691 from koic/fix_an_error_for_gemspec_dependency_version
  • a3b8a8d Fix an error for Gemspec/DependencyVersion
  • f035637 Fix Lint/Syntax behavior when Enabled: false of Lint department
  • d11e25f Add Ruby 3.3 context to rspec/support.rb
  • 0fc26d8 [Fix #11677] Fix the severity for Lint/Syntax
  • 6c3bbff [Fix #11682] Fix a false positive for Lint/UselessRescue
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner March 13, 2023 15:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 13, 2023
@sambostock
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/rubocop-1.48.1 branch from 1596e48 to 10d8960 Compare March 14, 2023 19:19
@sambostock
Copy link
Contributor

@dependabot recreate

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.48.0 to 1.48.1.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.48.0...v1.48.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/rubocop-1.48.1 branch from da354bd to 729207b Compare March 14, 2023 20:19
sambostock and others added 2 commits March 14, 2023 16:31
This automated commit dumps the contents of the full RuboCop config.
[dependabot skip]
@rafaelfranca rafaelfranca merged commit 59a9c4c into main Mar 15, 2023
@rafaelfranca rafaelfranca deleted the dependabot/bundler/rubocop-1.48.1 branch March 15, 2023 20:24
@shopify-shipit shopify-shipit bot temporarily deployed to rubygems April 11, 2023 15:04 Inactive
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.

None yet

2 participants