Update rubocop-rails 2.15.2 → 2.22.1 (minor) #1413
Closed
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-rails (2.15.2 → 2.22.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.
✳️ rubocop (1.36.0 → 1.57.2) · 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.6.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
Bump version to 2.6.3
Merge pull request #470 from Shopify/remove-exception-line
Merge pull request #483 from notEthan/unicode_mixed
Commits
See the full diff on Github. The new version differs by 10 commits:
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.2.2.4 (from changelog)
3.2.2.3 (from changelog)
3.2.2.2 (from changelog)
3.2.1.1 (from changelog)
3.2.1.0 (from changelog)
3.2.0.0 (from changelog)
3.1.3.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 68 commits:
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.
Update changelog.
Bump version.
* Bump maintenance branches to 3.2.1 (#908)
Update parsing Ruby versions in README.md (#906)
* lexer.rl: extract strings lexing to lexer-strings.rl (#905)
+ Ruby 3.3 support (#904)
Update changelog.
Update changelog.
Bump version.
Add full-release Ruby 3.2.0 support (#903)
Move blocks outside Lexer#advance (#902)
Code size reduction for advance method (#899)
Use -F1 on JRuby (#898)
Reduce the number of allocated Ranges (#896)
+ lexer.rl: use Ragel -F0 on non-CRuby (#894)
* lexer.rl: extract `extend_string_escaped` to a separate method (#893)
+ ruby32.y: Allow optional newlines before closing parenthesis (#892)
* bump Racc to 1.6.1 (#890)
- ruby32.y: fix a parse error when using forwarded argument with restarg (#889)
Add a missing whitespace to the warning message (#887)
Update changelog.
Update changelog.
Bump version.
* Bump maintenance branches to 3.1.3, 3.0.5, 2.7.7 (#886)
disable failing test on TruffleRuby (#883)
bump racc to 1.6.0 (#882)
remove 2.6 branch from CI matrix (#881)
add tests for multiple pattern matches in a single body. (#880)
* ruby32.y: reuse nonlocal_var rule. (#879)
* ruby32.y: reuse opt_nl rule. (#878)
add tests for newline after hash key in pattern matching. (#877)
add test for bare backslash error. (#876)
add tests for `class/module <keyword> ...` definition. (#875)
+ ruby32.y: implement forwarded restarg and kwrestarg. (#874)
lexer.rl: handle invalid escape sequences in regexes on the Ruby side since 3.2. (#873)
Update changelog.
Release Notes
2.8.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 9 commits:
Release v2.8.2
Fix rubocop
Mirror Onigmo quirk for escaped number chains ...
Update README.md
Test on 3.2 explicitly, now that head is 3.3
Omit docs from bundled gem
Declutter CHANGELOG a bit
Add author in gemspec
Test token map against current syntax
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)
1.26.0 (from changelog)
1.25.0 (from changelog)
1.24.0 (from changelog)
1.23.0 (from changelog)
1.22.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 more commits than we can show here.
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)
2.4.2 (from changelog)
2.4.1 (from changelog)
2.4.0 (from changelog)
2.3.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 31 commits:
Release v2.5.0
Update Unicode version number
Unicode 15.1
Re-add 3.2 to Windows CI
README: Update supported Rubies
Release v2.4.2
Avoid overwrite lookup if no overwrites are set
Favor instance_of? over is_a?
Avoid asignment before return result
Optimize lookup of first 4096 codepoints (direct array lookup)
README: Announce that version 2.4.1 is better than ever
Update license year
Release v2.4.1
Improve performance for ASCII and other common chars
Improve performance: Rewrite char lookup
Further improve performance for ASCII-only strings
Release v2.4.0
Performance optimization: Be more specific about forbidden control characters
Add more specs covering all C0 control codes
Require Ruby 2.4, improve Readme, update Changelog
Merge branch 'fatkodima-optimize-ascii'
Optimize for ASCII-only strings without control symbols
Update CI Rubies: Add Ruby 3.2
Merge pull request #25 from mishina2228/ci-on-ruby30
Fix to run CI with Ruby 3.0
Release v2.3.0
Merge pull request #24 from rivo/main
Added a reference to the Golang version.
Update Unicode version number
Unicode 15.0
Update CI 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