Update rubocop: 1.41.0 → 1.43.0 (minor) #1133
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 (1.41.0 → 1.43.0) · Repo · Changelog
Release Notes
1.43.0
1.42.0
1.41.1
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
3.2.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 14 commits:
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.Commits
See the full diff on Github. The new version differs by 8 commits:
Cut 1.24.1Several optimizationsSuppress `Layout/ClassStructure` offensesBump actions/setup-python from 2 to 4 (#248)Bump paambaati/codeclimate-action from 2.6.0 to 3.2.0 (#247)Suppress `Style/RedundantConstantBase`'s offensesAdded dependabot for GitHub Actions (#244)Restore docs/antora.ymlRelease Notes
2.4.2 (from changelog)
2.4.1 (from changelog)
2.4.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 20 commits:
Release v2.4.2Avoid overwrite lookup if no overwrites are setFavor instance_of? over is_a?Avoid asignment before return resultOptimize lookup of first 4096 codepoints (direct array lookup)README: Announce that version 2.4.1 is better than everUpdate license yearRelease v2.4.1Improve performance for ASCII and other common charsImprove performance: Rewrite char lookupFurther improve performance for ASCII-only stringsRelease v2.4.0Performance optimization: Be more specific about forbidden control charactersAdd more specs covering all C0 control codesRequire Ruby 2.4, improve Readme, update ChangelogMerge branch 'fatkodima-optimize-ascii'Optimize for ASCII-only strings without control symbolsUpdate CI Rubies: Add Ruby 3.2Merge pull request #25 from mishina2228/ci-on-ruby30Fix to run CI with Ruby 3.0Depfu 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