Update rubocop 1.81.6 → 1.81.7 (patch)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop (1.81.6 → 1.81.7) · Repo · Changelog
Release Notes
1.81.7
Bug fixes
- #14597: Fix an infinite loop error for
Layout/HashAlignmentwhenEnforcedStyle: with_fixed_indentationis specified forLayout/ArgumentAlignment. (@koic)- #14621: Fix an error for
Naming/PredicateMethodwhen using aninpattern with empty parentheses body. (@koic)- #14631: Fix an error for
Style/SoleNestedConditionalwhen using nested single lineif. (@koic)- #14626: Fix false positives in
Style/ConstantVisibilitywhen visibility is declared with multiple constants. (@koic)- #14628: Fix false positives for
Style/FloatDivisionwhen usingRegexp.last_matchor nth reference (e.g.,$1). (@koic)- #14617: Handle non-specific issues with the Gemfile to allow fallback. (@Fryguy)
- #14622: Fix an error for
Naming/MethodNamewhen the first argument toaliascontains interpolation. (@earlopain)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 23 commits:
Cut 1.81.7Update ChangelogRemove uselsss code from `Lint/Debugger`Skip unnecessary logic in `Style/Semicolon`[Docs] Tweak the doc for `Lint/MissingCopEnableDirective`Reuse `s.version` in gemspecFix an error for `Style/SoleNestedConditional`Remove `bundler` gem from GemfileMerge pull request #14629 from koic/fix_false_positives_for_style_float_divisionMerge pull request #14627 from koic/fix_false_positives_for_style_constant_visibility[Fix #14628] Fix false positives for `Style/FloatDivision`[Fix #14626] Fix false positives for `Style/ConstantVisibility`Merge pull request #14624 from Earlopain/naming-method-name-alias-interpolationMerge pull request #14623 from koic/fix_an_error_for_naming_predicate_method[Fix #14622] Fix an error for `Naming/MethodName` when the first argument to `alias` contains interpolation[Fix #14621] Fix an error for `Naming/PredicateMethod`Merge pull request #14617 from Fryguy/handle_gemfile_errorsHandle non-specific issues with the Gemfile to allow fallbackRun `references:verify` task before version bumpMerge pull request #14614 from viralpraxis/actualize-rubygems-repository-uriActualize RubyGems repository URI[Fix #14597] Fix an infinite loop error for `Layout/HashAlignment`Reset the docs version
↗️ json (indirect, 2.15.1 → 2.15.2) · Repo · Changelog
Release Notes
2.15.2
What's Changed
- Fix
JSON::Coderto have one dedicated depth counter per invocation.
After encountering a circular reference inJSON::Coder#dump, any further#dumpcall would raiseJSON::NestingError.Full Changelog: v2.15.1...v2.15.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
↗️ parser (indirect, 3.3.9.0 → 3.3.10.0) · Repo · Changelog
Release Notes
3.3.10.0 (from changelog)
API modifications:
- Bump maintenance branches to 3.3.10 (#1083) (Koichi ITO)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 5 commits:
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu cancel merge
- Cancels automatic merging of this PR
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)