syncforynab / fintech-to-ynab

Automatically push Monzo and Starling transactions into YNAB in real time.
MIT License
246 stars 137 forks source link

Bump rubocop-rails from 2.11.1 to 2.16.0 #390

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps rubocop-rails from 2.11.1 to 2.16.0.

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.16.0

New features

Bug fixes

  • #757: Fix a false positive for Rails/ReflectionClassName when using Ruby 3.1's hash shorthand syntax. (@​koic)
  • #741: Fix a bad autocorrection for errors.details[:name] << value in Rails/DeprecatedActiveModelErrorsMethods. (@​BrianHawley)
  • #742: Rails/DeprecatedActiveModelErrorsMethods was missing the deprecated values, to_h, and to_xml methods. (@​BrianHawley)
  • #740: Fix a NoMethodError on nil for errors.keys in a model in Rails/DeprecatedActiveModelErrorsMethods. (@​BrianHawley)
  • #753: Fix Rails/CompactBlank bug when offense is found in block. (@​r7kamura)
  • #756: Fix incorrect documentation URLs when using rubocop --show-docs-url. (@​r7kamura)
  • #754: Make Rails/RedundantReceiverInWithOptions and Rails/ReversibleMigration cops aware of numbered block parameter. (@​koic)

Changes

  • #750: Deprecate IgnoredMethods option in integrate to AllowedMethods and AllowedPatterns option. (@​koic)
  • #729: Change the minimum required rubocop dependency version to 1.31.0. (@​pirj)

RuboCop Rails 2.15.2

Bug fixes

  • #712: Fix false negative in Rails/Delegate when preceding nested class declares private or protected methods. (@​Darhazer)
  • #737: Fix a false positive for Rails/DeprecatedActiveModelErrorsMethods when using keys method with Rails 6.0. (@​koic)
  • #737: Make Rails/ExpandedDateRange aware beginning_of_week with an argument. (@​koic)
  • #731: Fix an incorrect autocorrect for Rails/StripHeredoc. (@​kazarin)

RuboCop Rails 2.15.1

Bug fixes

... (truncated)

Changelog

Sourced from rubocop-rails's changelog.

2.16.0 (2022-09-09)

New features

Bug fixes

  • #757: Fix a false positive for Rails/ReflectionClassName when using Ruby 3.1's hash shorthand syntax. ([@​koic][])
  • #741: Fix a bad autocorrection for errors.details[:name] << value in Rails/DeprecatedActiveModelErrorsMethods. ([@​BrianHawley][])
  • #742: Rails/DeprecatedActiveModelErrorsMethods was missing the deprecated values, to_h, and to_xml methods. ([@​BrianHawley][])
  • #740: Fix a NoMethodError on nil for errors.keys in a model in Rails/DeprecatedActiveModelErrorsMethods. ([@​BrianHawley][])
  • #753: Fix Rails/CompactBlank bug when offense is found in block. ([@​r7kamura][])
  • #756: Fix incorrect documentation URLs when using rubocop --show-docs-url. ([@​r7kamura][])
  • #754: Make Rails/RedundantReceiverInWithOptions and Rails/ReversibleMigration cops aware of numbered block parameter. ([@​koic][])

Changes

  • #750: Deprecate IgnoredMethods option in integrate to AllowedMethods and AllowedPatterns option. ([@​koic][])
  • #729: Change the minimum required rubocop dependency version to 1.31.0. ([@​pirj][])

2.15.2 (2022-07-07)

Bug fixes

  • #712: Fix false negative in Rails/Delegate when preceding nested class declares private or protected methods. ([@​Darhazer][])
  • #737: Fix a false positive for Rails/DeprecatedActiveModelErrorsMethods when using keys method with Rails 6.0. ([@​koic][])
  • #737: Make Rails/ExpandedDateRange aware beginning_of_week with an argument. ([@​koic][])
  • #731: Fix an incorrect autocorrect for Rails/StripHeredoc. ([@​kazarin][])

2.15.1 (2022-06-26)

Bug fixes

  • #723: Fix include value in Rails/AttributeDefaultBlockValue. ([@​kkitadate][])
  • #717: Fix an error for Rails/DeprecatedActiveModelErrorsMethods when root receiver is a variable. ([@​koic][])
  • #719: Fix a false negative for Rails/FormattedS when using safe navigation operator. ([@​koic][])
  • #725: Fix an incorrect autocorrect for Rails/DotSeparatedKeys when a key starts with dot. ([@​koic][])

2.15.0 (2022-06-14)

New features

... (truncated)

Commits
  • 10e57c3 Cut 2.16.0
  • 50792ea Update Changelog
  • 91cd6bb Merge pull request #749 from bdewater/active-support-on-load
  • 32b9839 Add new Rails/ActiveSupportOnLoad cop.
  • 7470bf2 Merge pull request #758 from koic/fix_a_false_positive_for_rails_reflection_c...
  • 931e9b2 [Doc] Remove an obsolete contributing method
  • d4164a2 Use Dir#[] instead of git command for gemspec
  • bf55de4 Merge pull request #759 from americodls/flash-before-render
  • 9414eb9 Use cimg/ruby instead of deprecated circleci/ruby image
  • 469025e Add Rails/ActionControllerFlashBeforeRender cop
  • 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[bot] commented 1 year ago

Superseded by #392.