Update rubocop 1.74.0 → 1.75.4 (minor) #1445
Open
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.74.0 → 1.75.4) · Repo · Changelog
Release Notes
1.75.4
1.75.3
1.75.2
1.75.1
1.75.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 10 commits:
Bump version.
Update CI matrix, remove redundant `context`s from specs (#42)
Replace bacon with rspec (#41)
Use latest ruby versions on test job (#39)
Bump actions/checkout (#38)
Use `require_relative` instead of `require` (#37)
Update Rubies in CI (#35)
Fix usage example for Sexp (#36)
Fix broken link
Fixnum is now spelled Integer (#33)
Release Notes
2.11.3 (from changelog)
2.11.2 (from changelog)
2.11.1
2.11.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 54 commits:
Release 2.11.3
Merge pull request #791 from byroot/fix-pretty-generate
Stop caching the generator state pointer
Release 2.11.2
Merge pull request #789 from byroot/deprecated-pretty-prototype
Bring back JSON::PRETTY_STATE_PROTOTYPE with a deprecation
Release 2.11.1
Merge pull request #787 from byroot/deprecate-aliases
Bring back the numerous deprecated alias
Release 2.11.0
Get rid of unused CircularDatastructure class
Cleanup Kernel#JSON
Deprecate Kernel#j and Kernel#jj
Get rid of JSONError.wrap
Don't create custom NaN and Infinity objects.
Merge pull request #783 from byroot/remove-pragma
Cleanup jeaiii-ltoa to not need pragmas
Merge pull request #782 from nobu/unknown-pragmas
Suppress -Wunknown-pragmas warnings
Remove caller location assertions
Merge pull request #780 from casperisfine/assert-deprecations
Add missing assert_deprecated_warning
Update changelog
Merge pull request #774 from casperisfine/on-parse-callback
Move `create_addtions` logic in Ruby.
JSON.load invoke the proc callback directly from the parser.
Remove more dead code
Merge pull request #779 from casperisfine/cleanup-pretty-generate
Remove `Class#json_creatable?` monkey patch.
Get rid of JSON::NOT_SET
Remove outdated JSON.iconv
Cleanup JSON.pretty_generate
Merge pull request #778 from casperisfine/deprecate-fast-generate
Deprecate `JSON.fast_generate`
Merge pull request #777 from ruby/remove-trailing-whitespaces
Removed trailing spaces
Merge pull request #776 from casperisfine/remove-safe-state-prototype
Get rid of SAFE_STATE_PROTOTYPE
Remove unused `FAST_STATE_PROTOTYPE` and `PRETTY_STATE_PROTOTYPE`
Merge pull request #775 from casperisfine/remove-deprecated-aliases
Remove `unparse` and `restore` aliases.
Merge pull request #773 from casperisfine/deprecate-global-configs
Deprecate all `*_default_options`
Merge pull request #767 from radiospiel/eno/pr/fixnums
Refactor jeaiii-ltoa.h
Faster integer formatting
Merge pull request #772 from ruby/remove-trailing-whitespace
Removed trailing space
Merge pull request #768 from radiospiel/eno/pr/floats-2
Reorganize `fpconv` vendoring
Extends license description
Adjust fpconv to add ".0" to integers
Faster float formatting
Update changelog
Commits
See the full diff on Github. The new version differs by 4 commits:
v1.27.0
Merge pull request #355 from grosser/grosser/34
skip
ruby 3.4
Release Notes
3.3.8.0 (from changelog)
3.3.7.4 (from changelog)
3.3.7.3 (from changelog)
3.3.7.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 28 commits:
Bump version
Update changelog.
Update changelog.
Bump version
* Bump maintenance branches to 3.3.8 (#1077)
* YARD docs for Parser::CurrentRuby and Parser::Base#version (#1076)
Update README to specify Ruby version compatibility
Update changelog.
Update changelog.
Bump version
- lexer-strings.rb: Avoid an exception on utf8 surrogate pair codepoints (#1051)
- builder.rb: emit `kwargs` node for `indexasgn` when opted in (#1053)
- builder.rb: correctly handle `...` forwarding to super with explicit block (#1049)
Supress warnings during parsing (#1013)
- numbered parameters are valid for pattern matching pinning (#1060)
Update changelog.
Update changelog.
Bump version
* Bump maintenance branches to 3.2.8 and 3.1.7 (#1074)
Tweak a terminology
Document parser/prism migration path
Update changelog.
Update changelog.
Bump version.
+ add prism-specific node types (#1071)
Document the current state of the project in the readme (#1069)
- builder.rb: fix hash value omission considering some local vars as constants (#1064)
Update changelog.
Release Notes
1.44.1
1.44.0
1.43.0
1.42.0
1.41.0
1.40.0
1.39.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 39 commits:
Cut 1.44.1
Update Changelog
Fix `flip-flop` operator possible children nodes count
Restore docs/antora.yml
Cut 1.44.0
Update Changelog
Add support `RuboCop::AST::Node#any_def_type?` method (#377)
Restore docs/antora.yml
Add release notes
Cut 1.43.0
Update Changelog
Use the `prism` translation layer to analyze Ruby 3.4 by default
Add `prism` as a dependency
Restore docs/antora.yml
Cut 1.42.0
Update Changelog
Support `Prism::Translation::Parser35` for Ruby 3.5 parser
Remove a bit of backwards compat code
Remove prism skips in tests
Stop using `Parser::CurrentRuby`
Restore docs/antora.yml
Cut 1.41.0
Update Changelog
Add support for `itblock` node for Ruby 3.4 (#365)
Revert "Don't show a deprecation warning for `EnsureNode#branch` just yet"
Restore docs/antora.yml
Cut 1.40.0
Update Changelog
Enforce a minimum version for prism
Use the custom builder provided by prism
Add a release note of 1.39.0
Restore docs/antora.yml
Cut 1.39.0
Update Changelog
Modify `def_callback` code to be easier to understand
Enable reusable Prism parse result (#359)
[Fix #348] Automate the process of GitHub release creation
Fix current Rubocop offenses (#362)
Restore docs/antora.yml
🆕 prism (added, 1.4.0)
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