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

chore(deps): update dependency rubocop to v1.72.2 #4809

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rubocop (source, changelog) 1.71.2 -> 1.72.2 age adoption passing confidence

Release Notes

rubocop/rubocop (rubocop)

v1.72.2

Compare Source

Bug fixes
  • #​13853: Fix exclusion of relative paths in plugin's AllCops: Exclude as expected. ([@​koic][])
  • #​13844: Fix an error for Style/RedundantFormat when a template argument is used without keyword arguments. ([@​koic][])
  • #​13857: Fix an error for Style/RedundantFormat when numeric placeholders is used in the template argument. ([@​koic][])
  • #​13861: Fix ArgumentError related to two deprecated AllowedPattern APIs. ([@​koic][])
  • #​13849: Fix an error for Lint/UselessConstantScoping when multiple assigning to constants after private access modifier. ([@​koic][])
  • #​13856: Fix false positives for Lint/UselessConstantScoping when a constant is used after private access modifier with arguments. ([@​koic][])
Changes

v1.72.1

Compare Source

Bug fixes
  • #​13836: Fix an error for Style/RedundantParentheses when a different expression appears before a range literal. ([@​koic][])
  • #​13839: Fix false positives for Lint/RedundantTypeConversion when passing block arguments when generating a Hash or a Set. ([@​koic][])
Changes
  • #​13839: Extension plugin is loaded automatically with `require 'rubocop/rspec/support'. ([@​koic][])

v1.72.0

Compare Source

New features
Bug fixes
  • #​13807: Fix false negatives for Style/RedundantParentheses when chaining [] method calls. ([@​koic][])
  • #​13788: Fix false negatives for Style/RedundantParentheses when [] method is called with variable or constant receivers. ([@​koic][])
  • #​13811: Fix false negatives for Style/RedundantParentheses when handling range literals with redundant parentheses. ([@​koic][])
  • #​13796: Fix crash in Layout/EmptyLinesAroundMethodBody for endless methods. ([@​dvandersluis][])
  • #​13817: Fix false positive for format specifier with non-numeric precision. ([@​dvandersluis][])
  • #​12672: Fix false positives for Lint/FormatParameterMismatch when the width value is interpolated. ([@​dvandersluis][])
  • #​12795: Fix Layout/BlockAlignment for blocks that are the body of an endless method. ([@​dvandersluis][])
  • #​13822: Fix undefined method Logger when processing watched file notifications. ([@​vinistock][])
  • #​13805: Make the language_server-protocol dependency version stricter. ([@​koic][])

Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

github-actions bot commented Feb 18, 2025

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ API spectral 1 0 0 1.72s
⚠️ BASH bash-exec 6 1 0 0.02s
✅ BASH shellcheck 6 0 0 0.19s
✅ BASH shfmt 6 0 0 0 0.35s
✅ COPYPASTE jscpd yes no no 2.9s
✅ DOCKERFILE hadolint 129 0 0 29.51s
✅ JSON jsonlint 20 0 0 0.23s
✅ JSON v8r 22 0 0 13.64s
⚠️ MARKDOWN markdownlint 267 0 302 0 21.8s
✅ MARKDOWN markdown-table-formatter 267 0 0 0 165.01s
⚠️ PYTHON bandit 215 66 0 3.46s
✅ PYTHON black 215 0 0 0 4.95s
✅ PYTHON flake8 215 0 0 2.03s
✅ PYTHON isort 215 0 0 0 0.94s
✅ PYTHON mypy 215 0 0 11.58s
✅ PYTHON pylint 215 0 0 32.69s
✅ PYTHON ruff 215 0 0 0 0.37s
✅ REPOSITORY checkov yes no no 33.44s
✅ REPOSITORY git_diff yes no no 0.28s
⚠️ REPOSITORY grype yes 31 no 14.38s
✅ REPOSITORY secretlint yes no no 13.73s
✅ REPOSITORY trivy yes no no 16.19s
✅ REPOSITORY trivy-sbom yes no no 0.64s
⚠️ REPOSITORY trufflehog yes 1 no 56.82s
✅ SPELL cspell 718 0 0 13.34s
⚠️ SPELL lychee 349 17 0 69.74s
✅ XML xmllint 3 0 0 0 0.43s
✅ YAML prettier 160 0 0 0 3.59s
✅ YAML v8r 102 0 0 14.45s
✅ YAML yamllint 161 0 0 2.96s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@nvuillam nvuillam merged commit ccac7bc into main Feb 19, 2025
130 checks passed
@nvuillam nvuillam deleted the renovate/rubocop-1.x branch February 19, 2025 05:41
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.

1 participant