Update rubocop-performance 1.3.0 → 1.21.1 (minor)#197
Closed
depfu[bot] wants to merge 1 commit into
Closed
Conversation
Author
|
Closed in favor of #202. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
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-performance (1.3.0 → 1.21.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 (0.71.0 → 1.64.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 28 commits:
Cut 1.64.1Update ChangelogFix an error for `Style/Copyright`[Fix #12949] Use the secret for the coverage reporter idMerge pull request #12946 from Earlopain/speedier-ciSlightly speed up CI runsMove main tests to GitHub actions[Fix #12910] Ensure that RuboCop runs warning-freeMove `ascii_spec` to GitHub actionsMove `internal_investigation` to GitHub actionsMove `documentation-check` to GitHub actionsMerge pull request #12932 from ksss/lsp-diagnostic-rangeRemove mergifyFix end position of diagnostic[Fix #12926] Fix false positive for `Style/SuperArguments`Avoid a ruby warning in `Layout/SpaceInsideStringInterpolation`Merge pull request #12935 from Earlopain/erb-args-warningAvoid a ruby warning in `Lint/ErbNewArguments`Fix error message when exception occurs during force callback[Fix #12931] Fix false positives for `Style/RedundantLineContinuation`Merge pull request #12930 from sunny/patch-1Fix changelog PR number for ActiveSupportExtensionsEnabled on Style/SymbolProc[Docs] Tweak examples for `Style/Documentation`Merge pull request #12928 from Earlopain/copyright-specific-warningDisplay a more specific warning for `Style/Copyright` when `AutocorrectNotice` is not setMerge pull request #12925 from koic/fix_false_positives_for_style_send_with_literal_method_name[Fix #12924] Fix false positives for `Style/SendWithLiteralMethodName`Reset the docs versionCommits
See the full diff on Github. The new version differs by 12 commits:
Bump version.Run tests using github actions (#32)added dummy test github actionEnable matching with `Node#deconstruct` (#31)Add Truffleruby head to CIBump version.Fixed AST::Node#updated to always return a copy. (#25)Removed unused dependencies from gemspec.update cibump rakeOnly ship the necessary library files in the gem artifactFix typo.Commits
See the full diff on Github. The new version differs by more commits than we can show here.
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
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 29 commits:
v3.1.1fix: Include all lib/ filesAdd screenshot of example in READMEUpdate .travis.ymlUpdate .travis.ymlRuboCop: configure new 0.81.0 rulesPin RuboCop to 0.81.0 to support Ruby 2.3v3.1.0v3.1.0 Changelog(chore) Add v0.80 RuboCop copsCI: Use JRuby 9.2.11.0CI: Update matrixFix RuboCop offenses and warnings about .rubocop.ymlGemspec: List files using RubyCI: Use 2.4.6, 2.5.5, 2.6.3, jruby-9.2.7.0 (#94)Use rubocop latest, drop support for Ruby 2.1, 2.2 (#91)CI: Allow Bundler 2, add Rubies to CI matrix (#89)Remove specific TargetRubyVersion from .rubocop.yml (#88)README: Add cross_out, strike to presenters docsAdd test with non-existent :color (#86)introducing #cross_out (#84)Simplify `wrap_with_sgr` method (#85)Merge pull request #83 from chiting/add-hex-checkMake rubocop happyAdd hexadecimal format checkingAdd unit test for non hexadecimal stringMerge pull request #81 from nicolasleger/patch-1[CI] Test against new Ruby 2.5 and patchedUpdate changelogRelease Notes
1.13.0 (from changelog)
1.12.0 (from changelog)
1.11.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)
2.2.0 (from changelog)
2.1.0 (from changelog)
1.8.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:
Release v2.5.0Update Unicode version numberUnicode 15.1Re-add 3.2 to Windows CIREADME: Update supported RubiesRelease 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.0Release v2.3.0Merge pull request #24 from rivo/mainAdded a reference to the Golang version.Update Unicode version numberUnicode 15.0Update CI RubiesRelease v2.2.0Update CI RubiesAdd *Hangul Jamo Extended-B* block to zero-width charsUpdate license yearGemspec: Add MFA requirementGitHub CI: Update RubiesREADME: Update list of supported RubiesRelease v2.1.0GitHub CI: Update RubiesUpdate CHANGELOGUpdate Unicode version numberUnicode 14.0README: Update list of supported RubiesUpdate license yearRelease v2.0.0Remove Travis CISetup GitHub CIFix typo in READMEREADME: Update list of supported RubiesUpdate rake development dependency(Pre-)release v2.0.0.pre2Release v1.7.0Unicode 13(Pre-)release v2.0.0.pre1(unreleased)Release v1.6.1Fix that ambiguous and overwrite options where ignored for emoji-measuringIntroduce new class-based API, which remembers your string-width configurationImprove README and CHANGELOGEnable frozen string literalsDrop auto-loading of string extensionsRemove (already deprecated) String#display_size and String#display_width aliasesUpdate license yearUpdate gemspectravis: Allow JRuby to failAdd Ruby 2.7 to list of supported RubiesUpdate travis Rubies🆕 json (added, 2.7.2)
🆕 language_server-protocol (added, 3.17.0.3)
🆕 racc (added, 1.8.0)
🆕 regexp_parser (added, 2.9.2)
🆕 rexml (added, 3.3.0)
🆕 rubocop-ast (added, 1.31.3)
🆕 strscan (added, 3.1.0)
🗑️ jaro_winkler (removed)
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