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-rails from 2.4.2 to 2.10.1 #519

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps rubocop-rails from 2.4.2 to 2.10.1.

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.10.1

Bug fixes

  • #478: Fix Rails/ReversibleMigrationMethodDefinition cop's Include. (@​rhymes)

RuboCop Rails 2.10.0

New features

Bug fixes

  • #421: Fix incorrect auto-correct for Rails/LinkToBlank when using target: '_blank' with hash brackets for the option. ([@​koic][])
  • #436: Fix a false positive for Rails/ContentTag when the first argument is a splat argument. ([@​koic][])
  • #435: Fix a false negative for Rails/BelongsTo when using belongs_to lambda block with required option. ([@​koic][])
  • #451: Fix a false negative for Rails/RelativeDateConstant when a method is chained after a relative date method. ([@​koic][])
  • #450: Fix a crash for Rails/ContentTag with nested content tags. ([@​tejasbubane][])
  • #103: Fix a false positive for Rails/FindEach when not inheriting ActiveRecord::Base and using all.each. ([@​koic][])
  • #466: Fix a false positive for Rails/DynamicFindBy when not inheriting ApplicationRecord and without no receiver. ([@​koic][])
  • #147: Fix a false positive for Rails/HasManyOrHasOneDependent when specifying default dependent: nil strategy. ([@​koic][])
  • #137: Make Rails/HasManyOrHasOneDependent aware of readonly? is true. ([@​koic][])
  • #474: Fix a false negative for Rails/SafeNavigation when using try! without receiver. ([@​koic][])
  • #126: Fix an incorrect auto-correct for Rails/SafeNavigation with Style/RedndantSelf. ([@​koic][])
  • #476: Fix a false positive for Rails/ReversibleMigration when using drop_table with symbol proc. ([@​koic][])

Changes

  • #409: Deconstruct "table.column" in Rails/WhereNot. ([@​mobilutz][])
  • #416: Make Rails/HasManyOrHasOneDependent accept combination of association extension and with_options. ([@​ohbarye][])
  • #432: Exclude gemspec file by default for Rails/TimeZone cop. ([@​koic][])
  • #440: This PR makes Rails/TimeZone aware of timezone specifier. ([@​koic][])
  • #381: Update IgnoredMethods list for Lint/NumberConversion to allow Rails' duration methods. ([@​dvandersluis][])
  • #444: Mark Rails/Blank as unsafe auto-correction. ([@​koic][])
  • #451: Make Rails/RelativeDateConstant aware of yesterday and tomorrow methods. ([@​koic][])
  • #454: Mark Rails/WhereExists as unsafe auto-correction. ([@​koic][])
  • #403: Mark Rails/WhereEquals as unsafe auto-correction. ([@​koic][])
  • #379: Mark Rails/DynamicFindBy as unsafe. ([@​koic][])
  • #106: Mark Rails/ReflectionClassName as unsafe. ([@​koic][])
  • #106: Make Rails/ReflectionClassName aware of the use of string with to_s. ([@​koic][])
  • #456: Drop Ruby 2.4 support. ([@​koic][])
  • #462: Require RuboCop 1.7 or higher. ([@​koic][])

... (truncated)

Changelog

Sourced from rubocop-rails's changelog.

2.10.1 (2021-05-06)

Bug fixes

  • #478: Fix Rails/ReversibleMigrationMethodDefinition cop's Include. ([@​rhymes][])

2.10.0 (2021-05-05)

New features

Bug fixes

  • #421: Fix incorrect auto-correct for Rails/LinkToBlank when using target: '_blank' with hash brackets for the option. ([@​koic][])
  • #436: Fix a false positive for Rails/ContentTag when the first argument is a splat argument. ([@​koic][])
  • #435: Fix a false negative for Rails/BelongsTo when using belongs_to lambda block with required option. ([@​koic][])
  • #451: Fix a false negative for Rails/RelativeDateConstant when a method is chained after a relative date method. ([@​koic][])
  • #450: Fix a crash for Rails/ContentTag with nested content tags. ([@​tejasbubane][])
  • #103: Fix a false positive for Rails/FindEach when not inheriting ActiveRecord::Base and using all.each. ([@​koic][])
  • #466: Fix a false positive for Rails/DynamicFindBy when not inheriting ApplicationRecord and without no receiver. ([@​koic][])
  • #147: Fix a false positive for Rails/HasManyOrHasOneDependent when specifying default dependent: nil strategy. ([@​koic][])
  • #137: Make Rails/HasManyOrHasOneDependent aware of readonly? is true. ([@​koic][])
  • #474: Fix a false negative for Rails/SafeNavigation when using try! without receiver. ([@​koic][])
  • #126: Fix an incorrect auto-correct for Rails/SafeNavigation with Style/RedndantSelf. ([@​koic][])
  • #476: Fix a false positive for Rails/ReversibleMigration when using drop_table with symbol proc. ([@​koic][])

Changes

  • #409: Deconstruct "table.column" in Rails/WhereNot. ([@​mobilutz][])
  • #416: Make Rails/HasManyOrHasOneDependent accept combination of association extension and with_options. ([@​ohbarye][])
  • #432: Exclude gemspec file by default for Rails/TimeZone cop. ([@​koic][])
  • #440: This PR makes Rails/TimeZone aware of timezone specifier. ([@​koic][])
  • #381: Update IgnoredMethods list for Lint/NumberConversion to allow Rails' duration methods. ([@​dvandersluis][])
  • #444: Mark Rails/Blank as unsafe auto-correction. ([@​koic][])
  • #451: Make Rails/RelativeDateConstant aware of yesterday and tomorrow methods. ([@​koic][])
  • #454: Mark Rails/WhereExists as unsafe auto-correction. ([@​koic][])
  • #403: Mark Rails/WhereEquals as unsafe auto-correction. ([@​koic][])
  • #379: Mark Rails/DynamicFindBy as unsafe. ([@​koic][])
  • #106: Mark Rails/ReflectionClassName as unsafe. ([@​koic][])
  • #106: Make Rails/ReflectionClassName aware of the use of string with to_s. ([@​koic][])
  • #456: Drop Ruby 2.4 support. ([@​koic][])
  • #462: Require RuboCop 1.7 or higher. ([@​koic][])

2.9.1 (2020-12-16)

Bug fixes

... (truncated)

Commits
  • 4ce12da Cut 2.10.1
  • a506670 Merge pull request #478 from rhymes/patch-1
  • 6e913b5 Fix ReversibleMigrationMethodDefinition "Include"
  • 7035fc3 Switch back docs version to master
  • f20e51a Cut 2.10.0
  • a2334ff Merge pull request #477 from koic/fix_a_false_positive_for_rails_reversible_m...
  • 6259a52 [Fix #476] Fix a false positive for Rails/ReversibleMigration
  • 5c44c5d Merge pull request #475 from koic/fix_incorrect_autocorrect_for_rails_safe_na...
  • fb75399 [Fix #126] Fix an incorrect auto-correct for Rails/SafeNavigation
  • f0e8893 Merge pull request #474 from koic/fix_false_negative_for_rails_safe_navigation
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.4.2 to 2.10.1.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.4.2...v2.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@coveralls
Copy link

Coverage Status

Coverage decreased (-90.7%) to 7.256% when pulling 9e812e4 on dependabot/bundler/rubocop-rails-2.10.1 into f7fee95 on master.

@dependabot-preview
Copy link
Contributor Author

Superseded by #526.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/rubocop-rails-2.10.1 branch July 1, 2021 09:21
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