Skip to content

chore(deps-dev): bump rubocop from 0.66.0 to 1.62.0 - #17

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/rubocop-1.62.0
Closed

chore(deps-dev): bump rubocop from 0.66.0 to 1.62.0#17
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/rubocop-1.62.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 8, 2024

Copy link
Copy Markdown
Contributor

Bumps rubocop from 0.66.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. (@鈥媖oic)
  • #12726: Fix a false positive for Style/RedundantLineContinuation when using line concatenation and calling a method with keyword arguments without parentheses. (@鈥媖oic)
  • #12738: Fix an error for Style/Encoding when magic encoding with mixed case present. (@鈥媖oic)
  • #12732: Fix error determining target Ruby when gemspec required_ruby_version is read from another file. (@鈥媎avidrunger)
  • #12736: Fix invalid autocorrect in Layout/SpaceInsideHashLiteralBraces. (@鈥媌quorning)
  • #12667: Don't load excluded configuration. (@鈥媕onas054)

RuboCop 1.61

New features

Bug fixes

  • #12720: Fix a false positive for Style/ArgumentsForwarding when using block arg forwarding to within block with Ruby 3.3.0. (@鈥媖oic)
  • #12714: Fix an error for Gemspec/RequiredRubyVersion when required_ruby_version is specified with Gem::Requirement.new and is higher than TargetRubyVersion. (@鈥媖oic)
  • #12690: Fix an error for Style/CaseLikeIf when using == with literal and using ternary operator. (@鈥媖oic)
  • #12668: Fix an incorrect autocorrect for Lint/EmptyConditionalBody when missing if body with conditional else body. (@鈥媖oic)
  • #12683: Fix an incorrect autocorrect for Style/MapCompactWithConditionalBlock when using guard clause with next implicitly nil. (@鈥媖oic)
  • #12693: Fix an incorrect autocorrect for Style/ObjectThen when using yield_self without receiver. (@鈥媖oic)
  • #12646: Fix --auto-gen-config bug for Layout/SpaceBeforeBlockBraces. (@鈥媕onas054)
  • #12717: Fix regexp for inline disable comments in Style/CommentedKeyword. (@鈥媕onas054)
  • #12695: Fix bug in Include from inherited file in a parent directory. (@鈥媕onas054)
  • #12656: Fix an error for Layout/RedundantLineBreak when using index access call chained on multiline hash literal. (@鈥媖oic)
  • #12691: Fix an error for Style/MultilineTernaryOperator when nesting multiline ternary operators. (@鈥媖oic)
  • #12707: Fix false negative for Style/RedundantAssignment when using pattern matching. (@鈥媖oic)
  • #12674: Fix false negatives for Style/RedundantReturn when using pattern matching. (@鈥媖oic)
  • #12673: Fix false negatives for Lint/RedundantSafeNavigation when using safe navigation operator for literal receiver. (@鈥媖oic)
  • #12719: Fix false negatives for Style/ArgumentsForwarding when using forwardable block arguments with Ruby 3.2+. (@鈥媖oic)

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.62.0 (2024-03-06)

New features

Bug fixes

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

1.61.0 (2024-02-29)

New features

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

Bug fixes

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

Changes

... (truncated)

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

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.66.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@v0.66.0...v1.62.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 8, 2024
@dependabot @github

dependabot Bot commented on behalf of github Mar 11, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #19.

@dependabot dependabot Bot closed this Mar 11, 2024
@dependabot
dependabot Bot deleted the dependabot/bundler/rubocop-1.62.0 branch March 11, 2024 20:19
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants