Update rubocop-performance 1.3.0 → 1.23.0 (minor)#205
Closed
depfu[bot] wants to merge 1 commit into
Closed
Conversation
Author
|
Closed in favor of #206. |
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.23.0) · 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.68.0) · 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 71 commits:
Cut 1.68Update Changelog[Fix #12140] Add new `Style/CombinableDefined` cop.Fix a false negative for `Style/RedundantLineContinuation`Merge pull request #13400 from Earlopain/offense-cop-name-docsFix docs for `Offense.cop_name`Fix deserialization of unknown encoding offenses[Fix #13387] Fix false positives for `Style/RedundantParentheses`Merge pull request #13399 from dvandersluis/fix-and-offense-typoFix typos `and offense` instead of `an offense`.Merge pull request #13397 from dvandersluis/percent-literal-corrector-brace-pairsUpdate `PercentLiteralCorrector` to be able to write pairs of delimiters without excessive escaping.Merge pull request #13393 from koic/fix_false_positives_for_style_guard_clause[Fix #13390] Fix false positives for `Style/GuardClause`Merge pull request #13325 from kotaro0522/fix_the_autocorrect_of_non_atomic_file_operationMerge pull request #13389 from pCosta99/issue/13309Use RuboCop RSpec 3.2 for developmentFix the autocorrect of non_atomic_file_operation[Fix #13309] Fix false negative for Lint/UselessAssignmentMerge pull request #13388 from Earlopain/generate-docs-2.7Fix another error for the documentation generator on Ruby 2.7Add new `Style/SafeNavigationChainLength` copMerge pull request #13386 from dvandersluis/fix-unescaped-bracket-in-regexp-docsFix documentation for `Lint/UnescapedBracketInRegexp`.[Fix #11514] Add new `Lint/UnescapedBracketInRegexp` cop.Handle error in extractors when the extractor is a classFix a wrongly memoized method in `VariableForce`Merge pull request #13381 from dvandersluis/issue/13378[Fix #13378] When removing parens in `Style/TernaryParentheses` with a `send` node condition, ensure its arguments are parenthesized.Merge pull request #13375 from dvandersluis/issue/13374Merge pull request #13379 from Earlopain/ruby-3.4-stringioFix an error when running with Ruby 3.4-devMerge pull request #13370 from dvandersluis/issue/13364[Fix #13374] Return exit code 0 with `--display-only-correctable` and `--display-only-safe-correctable` when no offenses are displayed.[Fix #13365] Fix false positives for `Lint/SafeNavigationConsistency`[Fix #13364] Fix incorrect autocorrect with `Lint/UselessAssignment` a multiple assignment or `for` contains an inner assignment.Fix an incorrect issue numberMerge pull request #13369 from koic/fix_an_incorrect_autocorrect_for_naming_block_forwarding[Fix #13368] Fix an incorrect autocorrect for `Naming/BlockForwarding`Merge pull request #13363 from masato-bkn/fix-cyclomatic-complexity-doc[Doc] Fix the broken example in the `Metrics/CyclomaticComplexity` documentFix false positive in `Style/MultipleComparison` when `ComparisonsThreshold` exceeds 2Add new `IgnoreDuplicateElseBranch` option to `Lint/DuplicateBranch`Merge pull request #13255 from vlad-pisanov/vp_map_into_array_3[Fix #13050] Add new `Style/BitwisePredicate` copFix false negatives for `Style/MapIntoArray` when using non-splatted argumentsMerge pull request #13362 from vlad-pisanov/vp_redundant_freeze_1Fix false positives for `Style/RedundantInterpolationUnfreeze` and `Style/RedundantFreeze` when strings contain interpolated global, instance, and class variablesAdd AllowSteepAnnotation option to Layout/LeadingCommentSpaceMerge pull request #13355 from koic/fix_incorrect_autocorrect_for_style_block_delimiters_copMerge pull request #13358 from Earlopain/false-positive-space-before-brackets[Fix #13356] Fix a false positive for `Layout/SpaceBeforeBrackets` when there is a dot before `[]=`[Fix #13353] Fix an incorrect autocorrect for `Style/BlockDelimiters`Add style guide URL to `Style/AmbiguousEndlessMethodDefinition`[Fix #12988] Add new `Style/AmbiguousEndlessMethodDefinition` cop.Add a basic test for the docs generator[Fix #13336] Update `Style/SafeNavigation` to not autocorrect if the RHS of an `and` node is an `or` node.[Fix #13324] Fix `--disable-uncorrectable` to not insert a comment inside a string continuation.Show Ruby version of the current dir for `rubocop -V`Clearly distinguish between the version string and verbose version outputMerge pull request #13349 from dvandersluis/block-delim-bug[Fix #13348] Ensure `Style/BlockDelimiters` autocorrection does not move other code between the block and comment.Merge pull request #13345 from dvandersluis/issue/13343[Fix #13343] Prevent `Layout/LineLength` from breaking up a method with arguments chained onto a heredoc delimiter.Merge pull request #13342 from koic/fix_false_positves_for_lint_safe_navigation_chain[Fix #13341] Fix false positives for `Lint/SafeNavigationChain`[Fix #13337] Fix false positives for `Style/RedundantLineContinuation`Add new `Style/KeywordArgumentsMerging` copMerge pull request #13333 from Earlopain/server-cli-specsFix test failures caused by changes to the rubocop versionReset 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.6.0 (from changelog)
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 75 commits:
Release v2.6.0Update Unicode version numberUnicode 16.0Update license yearWait for Windows CI to include 3.3README: Update list of supported RubiesUpdate CI Rubies: Add Ruby 3.3Release 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.8.2)
🆕 language_server-protocol (added, 3.17.0.3)
🆕 racc (added, 1.8.1)
🆕 regexp_parser (added, 2.9.2)
🆕 rubocop-ast (added, 1.36.1)
🗑️ 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