Update rubocop 1.46.0 → 1.59.0 (minor) #337
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.46.0 → 1.59.0) · 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.1
2.7.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by 15 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
v1.23.0
Merge pull request #336 from grosser/grosser/filter-map
add filter-map
Merge pull request #333 from M-Yamashita01/fix-inline-method-in-processor-count
Inline the methods of ProcessorCount module.
Merge pull request #331 from msasaki666/add-ruby-3.2-to-ci
add ruby 3.2 to ci
Merge pull request #330 from grosser/grosser/docs
small docs fix
improve ractor docs
Release Notes
3.3.0.2 (from changelog)
3.3.0.1 (from changelog)
3.3.0.0 (from changelog)
3.2.2.4 (from changelog)
3.2.2.3 (from changelog)
3.2.2.2 (from changelog)
3.2.1.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 65 commits:
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.
Update changelog.
Bump version.
- Fix an error for flip-flop with beginless or endless ranges (#946)
Fix comment association in comment associator. (#939)
Add more syntax highlighting to README (#937)
* bump Racc to 1.7.1 (#930)
Update changelog.
Update changelog.
Bump version.
* Add Racc to runtime dependencies (#929)
Update changelog.
Update changelog.
Bump version.
* bump racc to 1.7.0 (#928)
Bump version.
Fix broken Ragel website link (#925)
Optimize duplicate hash key warning (#924)
Update changelog.
Update changelog.
Update changelog.
Update changelog.
Bump version.
* Bump maintenance branches to 3.2.2, 3.1.4, 3.0.6, and 2.7.8 (#920)
Update changelog.
Update changelog.
Bump version.
* bump racc to 1.6.2 (#916)
* backport tests for mixed usage of anonymous kwarg/kwrestarg and forwarded-arguments (#915)
* add tests for kwopt+kwrest arguments and forwarded_kwrestarg. (#913)
- builders/default: allow forwarded_kwrestarg with additional kwargs (#912)
Fix broken link to ast gem documentation (#909)
Update changelog.
Release Notes
2.9.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 7 commits:
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 Notes
1.30.0 (from changelog)
1.29.0 (from changelog)
1.28.1 (from changelog)
1.28.0 (from changelog)
1.27.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 37 commits:
Cut 1.30.0
Update Changelog
Add `BlockNode#{first,last}_argument` helpers
Fix "Chacks" -> "Checks" typo
Suppress `RSpec/FilePath`'s offense
Fix duplicate contributor names when generating changelog
Use RuboCop RSpec 2.24
Suppress `Performance/MapMethodChain` cop's offenses
Fix a typo
Bump paambaati/codeclimate-action from 3.2.0 to 5.0.0
Suppress a warning for a custom cop
Restore docs/antora.yml
Cut 1.29.0
Introduce RuboCop::Ast::MethodDispatchNode#selector
Improve docs (#265)
Update .mergify
Autoformat
Run rubocop's tests on oldest compatible release
Fix new cop offense
Revert "Run rubocop's tests on oldest compatible release"
Run rubocop's tests on oldest compatible release
Restore docs/antora.yml
Cut 1.28.1
Update Changelog
Fix an error when parsing non UTF-8 frozen string
Fix a build error when using Ruby 2.6 runtime
Suppress new `Style/MapToSet` offense
Restore docs/antora.yml
Cut 1.28.0
Update Changelog
Add `forwarded_kwrestarg` node to `AST::Builder`
Suppress RuboCop offenses
Restore docs/antora.yml
Cut 1.27.0
Update Changelog
Add `source_range` method to `NodePattern`
Restore docs/antora.yml
Release Notes
1.13.0 (from changelog)
1.12.0 (from changelog)
Does any of this look wrong? Please let us know.
Release Notes
2.5.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 5 commits:
Release v2.5.0
Update Unicode version number
Unicode 15.1
Re-add 3.2 to Windows CI
README: Update supported Rubies
🆕 language_server-protocol (added, 3.17.0.3)
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