Update rubocop-rake 0.6.0 → 0.7.1 (major) #874
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-rake (0.6.0 → 0.7.1) · Repo · Changelog
Release Notes
0.7.1 (from changelog)
0.7.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 35 commits:
Cut 0.7.1
Merge pull request #59 from koic/fix_incorrect_plugin_version
Fix incorrect plugin version when displaing `rubocop -V`
Tweak the changelog
Cut 0.7.0
Merge pull request #58 from koic/plugin_lint_roller
Pluginfy RuboCop Rake
Suppress redundant configuration logging for rubocop-rake
Merge pull request #57 from koic/require_ruby_27_or_later
Drop Ruby 2.5 and 2.6 for runtime environment
Fix a build error in the ruby-head (Ruby 3.5dev)
Suppress `InternalAffairs/NodeTypeMultiplePredicates` offense
Disable `InternalAffairs/OnSendWithoutOnCSend` cop
CI against Ruby 3.4
Suppress a RuboCop's offense
Suppress RuboCop's offenses
Merge pull request #52 from m-nakamura145/move-from-circleci-to-github-actions
Introduce Github Actions
Merge pull request #47 from janie314/2023-07-09-jd-README-doc-touchup
Add import path to README example, and lint README.md with Deno
Suppress a warning
Suppress RuboCop offenses
CI against Ruby 3.2
Suppress `RSpec/NoExpectationExample`'s offenses
Suppress RuboCop offenses
CI against Ruby 3.1
Merge pull request #43 from pvdb/update_usage_instructions
Add more usage instructions
CI against Ruby 3.1
Use `cimg/ruby` instead of deprecated `circleci/ruby` images
Merge pull request #40 from dvandersluis/gemspec/require-mfa
Set `rubygems_mfa_required` in gemspec.
Enable new cops
Merge pull request #39 from koic/use_restrict_on_send
Use `RESTRICT_ON_SEND`
Release Notes
2.10.1 (from changelog)
2.10.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 61 commits:
Release 2.10.1
Merge pull request #749 from byroot/fix-state-roundtrip
Fix a compatibility issue with `MultiJson.dump(obj, pretty: true)`
Update changelog
Release 2.10.0
Apply recent C optimizations to Java encoder (#725)
Skip installing ragel on CI
Merge pull request #745 from etiennebarrie/optimize-symbol-generation
Merge pull request #746 from etiennebarrie/fix-json-coder-NaN-Infinity
Optimize Symbol generation in strict mode
Fix JSON::Coder to call as_json proc for NaN and Infinity
Merge pull request #744 from eregon/optimize-utf8_to_json
Optimize and cleanup #utf8_to_json
Refactor further to expose the simpler escape search possible
Merge pull request #742 from byroot/refactor-convert-utf8
Refactor convert_UTF8_to_JSON to split searching and escaping code
Merge pull request #741 from nobu/ctype-plain-char
Avoid plain char for ctype macros
Merge pull request #740 from Edouard-chin/ec-minor-fixed
Few doc tweaks:
Make benchmarks JRuby compatible
Update changelog
Merge pull request #718 from etiennebarrie/json-coder
Allow JSON::Fragment to be used even in strict mode
Introduce JSON::Coder
Update gemspec URIs
Add some JSON::Fragment documentation
Merge pull request #735 from tompng/fix_invalid_number
Reject invalid number: `-` `-.1` `-e0`
Merge pull request #734 from tompng/error_on_invalid_comments
Merge pull request #733 from tompng/unicode_escape_fix
Raise parse error on invalid comments
Fix parsing incomplete unicode escape "\uaaa"
Fix JSON::Fragment#to_json signature
Merge pull request #732 from etiennebarrie/fragment
Introduce JSON::Fragment
Fix a regression in the parser with leading /
Merge pull request #731 from byroot/arm64-ci
Test on aarch64 Ubuntu
json_string_unescape: use memchr to search for backslashes
Cleanup json_decode_float
parser.c: Pass the JSON_ParserConfig pointer
Use RSTRING_END
Replace fbuffer by stack buffers or RB_ALLOCV in parser.c
Implement write barriers for ParserConfig objects
Cleanup c ext Rakefile
Merge pull request #729 from byroot/handrolled
Finalize Kevin's handrolled parser.
Initial handrolled parser
Refactor JSONFixturesTest
Removed unnecessary sections
Fix a method redefinition warning in C parser
Merge pull request #728 from byroot/refactor-parser
Refactor JSON::Ext::Parser to split configuration and parsing state
Merge pull request #727 from etiennebarrie/remove-State-_generate
Remove Generator::State#_generate
Merge pull request #726 from ruby/support-bundled-gems
Refactor to omit JSON::GenericObject tests
Require "date"
Merge pull request #724 from byroot/lookup-3
Improve lookup tables for string escaping.
Release Notes
3.17.0.4 (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
3.3.7.1 (from changelog)
3.3.7.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 15 commits:
Update changelog.
Bump version.
* parser/current: add -dev prefix to 3.4 branch (#1067)
* parser/current: bump 3.2 branch to 3.2.7 (#1066)
Update changelog.
Update changelog.
Bump version.
update CI config (bump JRuby version, drop MRI 3.0 branch) (#1062)
* Bump maintenance branches to 3.3.7 (#1061)
Revert "* bump 3.4 branch, remove 3.0 from CI (EOL) (#1057)" (#1058)
* bump 3.4 branch, remove 3.0 from CI (EOL) (#1057)
* assert that version-specific checks actually run against at least one version (#1050)
+ ruby34.y: reject `return` in singleton class (#1048)
- Fix `ruby-parse` with a folder ending in `.rb` (#1047)
Update changelog.
Release Notes
1.72.1
1.72.0
1.71.2
1.71.1
1.71.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.38.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 24 commits:
Cut 1.38.0
Update Changelog
Update to use `Node#loc?`
Add `Node#loc?` to determine if a node has a given location
Add `Node#any_block_type?` to determine if a node is either a block or numblock
Disable `InternalAffairs/LocationExpression` cop
Test main specs against prism as well
[Fix #323] Fix node captures inside of `?`, `+`, and `*` repetition
Support node groups in `Node#each_descendant` and similar traversal methods
Remove windows-specific CI step
Simplify `internal_investigation`
Add newlines between different jobs
Use `bundler-cache` for `ruby/setup-ruby`
Remove `TEST_QUEUE_WORKERS`
Consistent naming of steps
Import RuboCop spellcheck workflow
Doc
CI against an older RuboCop version
Fix typo
Better handle `LoadError`s from prism
CI against Ruby 3.4 (#351)
Fix current RuboCop offenses (#350)
Refactor `ArrayNode#percent_literal?`
Restore docs/antora.yml
🆕 lint_roller (added, 1.1.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