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

build(deps): Bump the rubocop group across 1 directory with 7 updates #2452

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2024

Bumps the rubocop group with 6 updates in the / directory:

Package From To
parser 3.3.3.0 3.3.6.0
rubocop-ast 1.31.3 1.37.0
rubocop-md 1.2.2 1.2.4
rubocop-minitest 0.35.0 0.36.0
rubocop-performance 1.21.1 1.23.0
rubocop-rails 2.25.0 2.27.0

Updates parser from 3.3.3.0 to 3.3.6.0

Changelog

Sourced from parser's changelog.

v3.3.6.0 (2024-11-05)

API modifications:

  • Bump maintenance branches to 3.3.6 (#1045) (Koichi ITO)

v3.3.5.1 (2024-10-31)

API modifications:

  • Bump maintenance branches to 3.2.6 (#1044) (Koichi ITO)

v3.3.5.0 (2024-09-04)

API modifications:

  • Bump maintenance branches to 3.3.5 (#1039) (Koichi ITO)

v3.3.4.2 (2024-08-08)

Bugs fixed:

  • Fix errros in the ascii specs of RuboCop (#1037) (Koichi ITO)

v3.3.4.1 (2024-08-07)

API modifications:

  • Bump 3.2 branch to 3.2.5. (#1036) (Ilya Bylich)
  • Bump Racc to 1.8.1 (#1031) (Koichi ITO)

Bugs fixed:

  • builder.rb: catch encoding errors when parsing invalid encoding regexp (#1033) (Earlopain)

v3.3.4.0 (2024-07-10)

API modifications:

  • Bump maintenance branches to 3.3.4 (#1027) (Koichi ITO)
Commits

Updates rubocop-ast from 1.31.3 to 1.37.0

Changelog

Sourced from rubocop-ast's changelog.

1.37.0 (2024-12-13)

New features

  • #341: Make RuboCop::AST::IfNode support then?. ([@​koic][])

Changes

  • #343: Add StrNode#single_quoted?, StrNode#double_quoted? and StrNode#percent_literal? to simplify checking for string delimiters. ([@​dvandersluis][])

1.36.2 (2024-11-27)

Bug fixes

1.36.1 (2024-11-13)

Bug fixes

  • #339: Do not emit a deprecation warning for EnsureNode#body to give RuboCop a chance to update its usage. EnsureNode#body will still be changed in the next major version of rubocop-ast. ([@​earlopain][])

1.36.0 (2024-11-13)

Changes

  • #337: Deprecate EnsureNode#body in favour of EnsureNode#branch. EnsureNode#body will be redefined in the next major version of rubocop-ast. ([@​dvandersluis][])

1.35.0 (2024-11-11)

New features

Changes

1.34.1 (2024-11-07)

New features

Bug fixes

... (truncated)

Commits

Updates rubocop-md from 1.2.2 to 1.2.4

Changelog

Sourced from rubocop-md's changelog.

1.2.4 (2024-10-16)

  • Fix RuboCop warnings.

1.2.3 (2024-09-12)

  • Do no try linting .mdx files by default.
Commits
  • cea6619 Bump 1.2.4
  • f45bbe5 Merge pull request #39 from yahonda/fix_typo
  • a2584b7 Merge pull request #40 from koic/suppress_deprecation_warning
  • 04c3a82 Suppress RuboCop's deprecation warning
  • 8a0e8b7 Fix typo by replacing RoboCop with RuboCop
  • e0161f5 Bump 1.2.3
  • efe54bf style: ignore FileName for md
  • fefd605 ci: add release.yml
  • f4c06e1 style: fix rubocop
  • 09ebd29 Merge pull request #38 from larouxn/remove_mdx_support
  • Additional commits viewable in compare view

Updates rubocop-minitest from 0.35.0 to 0.36.0

Release notes

Sourced from rubocop-minitest's releases.

RuboCop Minitest 0.36.0

Bug fixes

  • #317: Fix an error for Minitest/MultipleAssertions when using for-style loops. (@​earlopain)
  • #314: Fix an error for Minitest/SkipEnsure when only ensure has a body. (@​earlopain)

Changes

  • #314: (Breaking) Raise a useful error when using a Cop in AssertOffense if the Cop's class is not defined. (@​brandoncc)

RuboCop Minitest 0.35.1

New features

  • #307: Make AssertOffense support assert_no_corrections. (@​koic)

Bug fixes

  • #311: Suppress deprecation warning for Minitst/MultipleAssertions. (@​koic)
Changelog

Sourced from rubocop-minitest's changelog.

0.36.0 (2024-08-31)

Bug fixes

  • #317: Fix an error for Minitest/MultipleAssertions when using for-style loops. ([@​earlopain][])
  • #314: Fix an error for Minitest/SkipEnsure when only ensure has a body. ([@​earlopain][])

Changes

  • #314: (Breaking) Raise a useful error when using a Cop in AssertOffense if the Cop's class is not defined. ([@​brandoncc][])

0.35.1 (2024-07-11)

New features

  • #307: Make AssertOffense support assert_no_corrections. ([@​koic][])

Bug fixes

  • #311: Suppress deprecation warning for Minitst/MultipleAssertions. ([@​koic][])
Commits
  • 68aed47 Cut 0.36.0
  • a7452b7 Update Changelog
  • 8a6967d Merge pull request #318 from Earlopain/enable-undefined-config
  • a3deb85 Merge pull request #317 from Earlopain/multiple-assertions-error
  • 4f75dc5 Merge pull request #316 from Earlopain/error-skip-ensure
  • bec9cbb Enable InternalAffairs/UndefinedConfig
  • 53d197d Fix an error for Minitest/MultipleAssertions when using for-style loops
  • e901adf Fix an error for Minitest/SkipEnsure when only ensure has a body
  • 859751a Merge pull request #314 from brandoncc/brandoncc/fail-with-usable-message-if-...
  • 2c2add0 Accessing an unregistered cop raises useful error
  • Additional commits viewable in compare view

Updates rubocop-performance from 1.21.1 to 1.23.0

Release notes

Sourced from rubocop-performance's releases.

RuboCop Performance 1.23.0

New features

RuboCop Performance 1.22.1

Bug fixes

  • #468: Fix false positives for Performance/BigDecimalWithNumericArgument when using float argument for BigDecimal. (@​koic)

RuboCop Performance 1.22.0

Bug fixes

  • #454: Fix false positives for Performance/BigDecimalWithNumericArgument when using BigDecimal 3.1+. (@​koic)

Changes

Changelog

Sourced from rubocop-performance's changelog.

1.23.0 (2024-11-14)

New features

1.22.1 (2024-09-17)

Bug fixes

  • #468: Fix false positives for Performance/BigDecimalWithNumericArgument when using float argument for BigDecimal. ([@​koic][])

1.22.0 (2024-09-16)

Bug fixes

  • #454: Fix false positives for Performance/BigDecimalWithNumericArgument when using BigDecimal 3.1+. ([@​koic][])

Changes

  • #385: Disable Performance/BlockGivenWithExplicitBlock by default. ([@​earlopain][])
  • #407: Make Performance/DoubleStartEndWith aware of safe navigation. ([@​earlopain][])
Commits
  • 7c904d6 Cut 1.23.0
  • 8633b3a Update Changelog
  • 3806fc4 Merge pull request #474 from viralpraxis/add-new-cop-performance-string-bytesize
  • d3637be [Fix #475] Add new Performance/StringBytesize cop
  • 1ae01bc Suppress new RuboCop offenses
  • fb0a21b Use RuboCop RSpec 3.1
  • c75628f Switch back docs version to master
  • 69c5abc Cut 1.22.1
  • 3188974 Update Changelog
  • 100cdfe Merge pull request #469 from koic/fix_false_positives_for_performance_big_dec...
  • Additional commits viewable in compare view

Updates rubocop-rails from 2.25.0 to 2.27.0

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.27.0

Bug fixes

  • #1377: Fix an error for Rails/EnumSyntax when positional arguments are used and options are not passed as keyword arguments. (@​koic)
  • #1367: Fix Rails/TimeZone should not report offense on String#to_time with timezone specifier. (@​armandmgt)

Changes

RuboCop Rails 2.26.2

Bug fixes

  • #1362: Fix false positives for Rails/EnumSyntax when using Ruby 2.7. (@​koic)
  • #1269: Fix false positives for Rails/ActionControllerFlashBeforeRender in combination with implicit returns. (@​earlopain)
  • #1326: Fix wrong autocorrect for Rails/FilePath when passing an array to File.join. (@​earlopain)

Changes

RuboCop Rails 2.26.1

Bug fixes

  • #1343: Fix false negatives for Rails/EnumSyntax for non-literal mappings. (@​earlopain)
  • #1340: Fix a false positive for Rails/WhereEquals, Rails/WhereNot, and Rails/WhereRange when qualifying the database name. (@​earlopain)

Changes

RuboCop Rails 2.26.0

New features

... (truncated)

Changelog

Sourced from rubocop-rails's changelog.

2.27.0 (2024-10-26)

Bug fixes

  • #1377: Fix an error for Rails/EnumSyntax when positional arguments are used and options are not passed as keyword arguments. ([@​koic][])
  • #1367: Fix Rails/TimeZone should not report offense on String#to_time with timezone specifier. ([@​armandmgt][])

Changes

2.26.2 (2024-09-21)

Bug fixes

  • #1362: Fix false positives for Rails/EnumSyntax when using Ruby 2.7. ([@​koic][])
  • #1269: Fix false positives for Rails/ActionControllerFlashBeforeRender in combination with implicit returns. ([@​earlopain][])
  • #1326: Fix wrong autocorrect for Rails/FilePath when passing an array to File.join. ([@​earlopain][])

Changes

2.26.1 (2024-09-07)

Bug fixes

  • #1343: Fix false negatives for Rails/EnumSyntax for non-literal mappings. ([@​earlopain][])
  • #1340: Fix a false positive for Rails/WhereEquals, Rails/WhereNot, and Rails/WhereRange when qualifying the database name. ([@​earlopain][])

Changes

2.26.0 (2024-08-24)

New features

Bug fixes

  • #1335: Fix an error for Rails/BulkChangeTable when the block for change_table is empty. ([@​earlopain][])
  • #1325: Fix an error for Rails/RenderPlainText when the content type is passed as a constant. ([@​earlopain][])
  • #1337: Fix an error for Rails/Validation when passing no arguments. ([@​earlopain][])

... (truncated)

Commits
  • 9165c10 Cut 2.27.0
  • f052a89 Update Changelog
  • f66b8f7 Merge pull request #1378 from koic/fix_an_error_for_rails_enum_syntax
  • 94a8370 [Fix #1377] Fix an error for Rails/EnumSyntax
  • ec31d1b Merge pull request #1367 from armandmgt/feature/allow-to_time-with-specifier
  • a413fe6 Suppress new RuboCop offenses
  • 5bc926f Fix Rails/TimeZone should not report offense on String#to_time with timez...
  • 209cc09 Use RuboCop Performance 1.22
  • 2e619f3 [Docs] Add TargetRailsVersion to config documentation
  • 083e24c Merge pull request #1374 from fatkodima/env_local-handle-negations
  • Additional commits viewable in compare view

Updates unicode-display_width from 2.5.0 to 2.6.0

Changelog

Sourced from unicode-display_width's changelog.

2.6.0

  • Unicode 16
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

@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Dec 13, 2024
@dependabot dependabot bot requested a review from toshimaru December 13, 2024 18:09
@dependabot dependabot bot force-pushed the dependabot/bundler/rubocop-87b7c0fd1c branch 2 times, most recently from cffbeae to c72801d Compare December 19, 2024 00:15
Bumps the rubocop group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [parser](https://github.com/whitequark/parser) | `3.3.3.0` | `3.3.6.0` |
| [rubocop-ast](https://github.com/rubocop/rubocop-ast) | `1.31.3` | `1.37.0` |
| [rubocop-md](https://github.com/rubocop/rubocop-md) | `1.2.2` | `1.2.4` |
| [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) | `0.35.0` | `0.36.0` |
| [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.21.1` | `1.23.0` |
| [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.25.0` | `2.27.0` |



Updates `parser` from 3.3.3.0 to 3.3.6.0
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.3.3.0...v3.3.6.0)

Updates `rubocop-ast` from 1.31.3 to 1.37.0
- [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.3...v1.37.0)

Updates `rubocop-md` from 1.2.2 to 1.2.4
- [Release notes](https://github.com/rubocop/rubocop-md/releases)
- [Changelog](https://github.com/rubocop/rubocop-md/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-md@v1.2.2...v1.2.4)

Updates `rubocop-minitest` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.35.0...v0.36.0)

Updates `rubocop-performance` from 1.21.1 to 1.23.0
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.21.1...v1.23.0)

Updates `rubocop-rails` from 2.25.0 to 2.27.0
- [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.25.0...v2.27.0)

Updates `unicode-display_width` from 2.5.0 to 2.6.0
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md)
- [Commits](janlelis/unicode-display_width@v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: parser
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rubocop
- dependency-name: rubocop-ast
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rubocop
- dependency-name: rubocop-md
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rubocop
- dependency-name: rubocop-minitest
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rubocop
- dependency-name: rubocop-performance
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rubocop
- dependency-name: rubocop-rails
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rubocop
- dependency-name: unicode-display_width
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rubocop
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/rubocop-87b7c0fd1c branch from c72801d to c7e3357 Compare December 19, 2024 18:13
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 25, 2024

Superseded by #2469.

@dependabot dependabot bot closed this Dec 25, 2024
@dependabot dependabot bot deleted the dependabot/bundler/rubocop-87b7c0fd1c branch December 25, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants