Update rubocop 1.57.2 → 1.64.1 (minor) #361
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.57.2 → 1.64.1) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
2.7.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
Bump up 2.7.2
Merge pull request #578 from flori/warn-bundled-gems
Warn to install ostruct if json couldn't load it
Merge pull request #577 from tompng/autoload_generic_object
Merge pull request #576 from headius/no_19_jruby_methods
Autoload GenericObject to avoid require ostruct warning in Ruby 3.4
Remove references to "19" methods in JRuby
Merge pull request #575 from flori/refine-ci
Exclude 2.3-2.5 on macos-14 iamge
Added JRuby 9.4
TruffleRuby 24 is broken
Added latest stable versions of macOS
macOS 11 is EOL today
Merge pull request #574 from peterzhu2118/generator-mem-leak
Fix memory leak when exception is raised during JSON generation
Merge pull request #571 from mperham/patch-1
Update README.md
Merge pull request #565 from flori/optional-ostruct
Make OpenStruct support as optional
Merge pull request #561 from jhawthorn/rb_sym2str
Use rb_sym2str instead of SYM2ID
Commits
See the full diff on Github. The new version differs by 5 commits:
v1.24.0
Merge pull request #340 from grosser/grosser/order
polish
Merge pull request #339 from shaicoleman/finish-in-order
Add :finish_in_order option
Release Notes
3.3.2.0 (from changelog)
3.3.1.0 (from changelog)
3.3.0.5 (from changelog)
3.3.0.4 (from changelog)
3.3.0.3 (from changelog)
3.3.0.2 (from changelog)
3.3.0.1 (from changelog)
3.3.0.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 60 commits:
Update changelog.
Bump version.
bump actions/checkout to v4
* Bump 3.3 branch to 3.3.2
* Bump 3.1 branch to 3.1.6 (#1014)
Update changelog.
Update changelog.
Bump version.
* Bump parser branches to 3.0.7, 3.1.5, 3.2.4, 3.3.1 (#1011)
+ ruby{33,34}.y: allow blocks inherit anonymous args. (#1010)
`action.rb` doc fixes (#1008)
* Use `require_relative` in the Parser codebase (#1003)
Use `AST::Processor::Mixin` instead of deprecated `AST::Processor` (#1000)
+ Raise a more specific error when encountering an unknown magic comment encoding (#999)
Update changelog.
Update changelog.
Bump version.
* Bump 3.2 branch to 3.2.3 (#993)
a few fixes to fully integrate 3.4 grammar (#992)
Update changelog.
Bump version.
+ Register a Ruby 3.4 parser (#991)
Update changelog.
Update changelog.
Bump version.
- lexer.rl: accept tabs before closing heredoc delimiter (#990)
Update changelog.
Update changelog.
Bump version.
- Fix an error when using heredoc with non-word delimiters (#987)
Update changelog.
Update changelog.
Bump version.
- Supports Ruby 2.0+ runtime (#986)
Fix incorrect required_ruby_version (#985)
Update changelog.
Bump version.
* current.rb: mark 3.3 branch as stable (#984)
+ ruby33.y: reject ambiguous anonymous arguments (#983)
+ ruby33.y: extract arg_splat rule. (#981)
+ builder.rb: warn `it` in a block with no ordinary params. (#980)
+ builder.rb: extract named captures only from static regexes. (#979)
+ ruby33.y: accept expr_value in sclass definition. (#978)
+ ruby33.y: extract p_in_kwarg (#977)
+ ruby33.y: extract p_assoc and p_in rules (#976)
document running no "syntax checks for block exits" (added first in MRI 3.3.0) (#975)
+ ruby33.y: reject invalid gvar as symbol (#974)
+ ruby33.y: properly restore in_defined flag, extract begin_defined rule (#973)
+ builder.rb: reject multi-char gvar names starting with 0 (#972)
+ ruby33.y: allow semicolon in parenthesis at the first argument of command call (#971)
+ ruby33.y: parse qualified const with brace block as a method call (#970)
* ruby33.y: extract string_dend (#969)
* lexer.rl: treat numparams as locals (#968)
* ruby33.y: extract words_sep (#967)
add tests for duplicate variable name check with p_rest (#966)
* literal.rb: match heredoc identifier from end of line (#965)
* ruby33.y: extract {endless_command,endless_arg} rules (#964)
* Bump Racc to 1.7.3 (#954)
Replace whitequark blog links with archive URLs (#948)
Update changelog.
Release Notes
2.9.2 (from changelog)
2.9.1 (from changelog)
2.9.0 (from changelog)
2.8.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
Release v2.9.2
Merge pull request #91 from tagliala/security/opt-in-for-mfa
Opt-in for MFA requirement explicitly
Merge pull request #92 from tagliala/chore/fix-typos
Fix typos
Release v2.9.1
Unify CHANGELOG formatting
Simplify path slightly
Merge pull request #90 from koic/use_require_relative
Use `require_relative` in the Regexp::Parser codebase
Release v2.9.0
Add Ruby 3.3 to build matrix
Fix b526e4d for ancient rubies
Update license years
Fix b526e4d for ancient rubies
Add support for GCB properties
Add `#negative?` to all expressions
Release v2.8.3
Handle leading 0s in group refs, fixes #88
Update comment
Update github actions
Release Notes
1.31.3 (from changelog)
1.31.2 (from changelog)
1.31.1 (from changelog)
1.31.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 32 commits:
Cut 1.31.3
Update Changelog
Handle encoding error from the parser gem
Workaround for incompatibilities between Prism 0.24.0 and 0.25.0 (#290)
Update org name from rubocop-hq to rubocop
Suppress a RuboCop's offense
Add CHANGELOG entry.
Restore docs/antora.yml
Cut 1.31.2
Improve error message when passing wrong `parser_engine` and accept strings
Restore docs/antora.yml
Cut 1.31.1
Update Changelog
[Fix #282] Remove Prism from runtime dependency
Satisfy rubocop
Restore docs/antora.yml
Cut 1.31
Update Changelog
Remove useless `TARGET_RUBY_VERSION` env var
Make `Node#left_curly_brace?` aware of lambda brace
Support Prism as a Ruby parser
Fix a build error (#280)
Drop Ruby 2.6 runtime support
Fix a build error (#278)
CI against Ruby 3.3 (#274)
Bump actions/setup-python from 4 to 5
Support `Parser::Ruby34`
Suppress false positives of `RSpec/RedundantPredicateMatcher`
Bump actions/checkout from 3 to 4 (#269)
Suppress RuboCop offenses
Fix a few small things in NodeTypes docs (#273)
Suppress a RuboCop offense
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