Update rubocop-rails 2.22.2 → 2.25.1 (minor) #376
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.22.2 → 2.25.1) · Repo · Changelog
Release Notes
2.25.1
2.25.0
2.24.1
2.24.0
2.23.1
2.23.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.
Release Notes
1.3.3
1.3.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 12 commits:
1.3.3
Improve speed for windows `Get-CimInstance`
1.3.2
Add a windows job to CI
Remove dependency on `win32ole`
Automatically run bundle install before running tests
Release edge 0.7.1
Make it possible to publish edge without base
Ensure JRuby is used in release tests
Fix concurrent-ruby-edge to depend on `~> MAJOR.MINOR` of concurrent-ruby
Get RakeCompilerDock to work with either podman or docker, based on what is installed
Fix method name in CHANGELOG.md
Release Notes
5.24.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 8 commits:
Branching minitest to version 5.24.1
- Fix the error message when an extension is invalid value. (y-yagi)
prepped for release
+ Added Minitest.register_plugin.
Remove more anacronisms. Allow tests to pass w/o rubygems loaded.
- Removed anacronism, but allow load_plugins to exit gracefully if --disable=gems.
Fix one failing tests when string literals are frozen.
Moved some methods around to follow actual call structure a bit better.
Commits
See the full diff on Github. The new version differs by 19 commits:
v1.25.1
Merge pull request #347 from Earlopain/speedup-windows-cpu
Improve speed for `Get-CimInstance`
v1.25.0
Merge pull request #346 from Earlopain/drop-win32ole
Add Ruby 3.3 to CI
Bump `sqlite3` to solve compilation failures with latest lib
Bump `actions/checkout` to v4
Remove dependency on `win32ole`
Merge pull request #344 from grosser/grosser/read
example for proc usage
Merge pull request #343 from grosser/grosser/bump
rubocop: fix assignment in condition
update rubocop
fix rubocop
update ruby requirements
Merge pull request #341 from MITSUBOSHI/remove-unneeded-travis-env
Remove unneeded ENV['TRAVIS'] from spec
thx for the pr
Release Notes
3.3.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 5 commits:
Update changelog.
Bump version.
* Bump maintenance branches to 3.3.3 (#1023)
* Bump Racc to 1.8.0 (#1018)
Update changelog.
Release Notes
3.1.4 (from changelog)
3.1.2 (from changelog)
3.1.1 (from changelog)
3.1.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 2 commits:
Bump patch version.
Don't allow authority to match path. (#2220)
Release Notes
3.3.1
3.3.0
3.2.9
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 32 commits:
Add 3.3.1 entry
Optimize BaseParser#unnormalize method (#158)
Reuse of Set.new at prefixes variables (#157)
Add changelog_uri to gemspec (#156)
Don't include private_constant-ed module (#155)
Fix a bug that a large XML can't be parsed (#154)
Reject unclosed DOCTYPE on parsing (#153)
Add a "Malformed comment" check for invalid comments such as `<!-->` (#147)
Fix small typos (#148)
Improve `Element#attribute` implementation as 6500x faster (#146)
Add a "malformed comment" check for top-level comments (#145)
Remove an unused class var `@@namespaces` (#144)
Bump version
Add 3.3.0 entry
ci: don't use Ruby 2.5 for gem test
Add support for strscan 0.7.0 installed with Ruby 2.6
ci document: use the latest Ruby
news: fix a typo
Bump version
Add 3.2.9 entry
Improve text parse performance
Improve `Node#each_recursive` performance (#139)
test: reduce the number of rehearsal executions
test: improve name
benchmark: Remove non-parsing operations from the DOM case (#136)
Optimize Source#read_until method (#135)
Source#read_until: Add missing position move on all read
Add missing encode for custom term
Fix the NEWS.md and change PR reference that fixes CVE-2024-35176 (#133)
Use /#{Regexp.escape}/ instead of Regexp.union
Add support for old strscan
Bump version
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