Skip to content

Conversation

@depfu
Copy link

@depfu depfu bot commented Oct 13, 2020


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 (0.71.0 → 0.93.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.

↗️ ast (indirect, 2.4.0 → 2.4.1) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 7 commits:

↗️ parallel (indirect, 1.17.0 → 1.19.2) · Repo

Commits

See the full diff on Github. The new version differs by 32 commits:

↗️ parser (indirect, 2.6.3.0 → 2.7.2.0) · Repo · Changelog

Release Notes

2.7.2.0 (from changelog)

API modifications:

  • Bump 2.7 branch to 2.7.2 (#748) (Koichi ITO)

2.7.1.5 (from changelog)

API modifications:

  • right assignment: use existing AST node types (#738) (#739) (Marc-André Lafortune)
  • ruby28.y -> ruby30.y (#729) (Vladimir Dementyev)

Features implemented:

  • Optimize Range#column_range (#741) (Marc-André Lafortune)
  • ruby30.y: reject endless setter. (#736) (Ilya Bylich)
  • ruby28.y: reject assignment to numparam. (#725) (Ilya Bylich)
  • emit "endless method def" as :def node. (#716) (Ilya Bylich)

Bugs fixed:

  • rename 2.8 to 3.0 everywhere (#732) (Ilya Bylich)
  • test_current.rb: 2.8 -> 3.0 (#731) (Vladimir Dementyev)
  • Parser#parse returns nil instead of false if error is thrown (#722) (Marc-André Lafortune)
  • unify locations for normal and endless method definition (#718) (Marc-André Lafortune)
  • ruby27.y: accept const names as hash keys for pattern matching (#717) (Koichi ITO)
  • Fix locations for alias / undef nodes with internal symbols (#715) (Marc-André Lafortune)

2.7.1.4 (from changelog)

Features implemented:

  • ruby28.y: add find pattern. (#714) (Ilya Bylich)
  • lexer.rl: reject ->... and ->(...) with the same error. (#713) (Ilya Bylich)
  • ruby28.y: accept leading args before forward arg. (#712) (Ilya Bylich)
  • Added emit_forward_arg compatibility flag. (#710) (Ilya Bylich)
  • ruby28.y: include entire lambda expr in lambda rule. (#708) (Ilya Bylich)
  • ruby28.y: extracted excessed_comma rule. (#706) (Ilya Bylich)
  • Source::TreeRewriter: Improved merging and representations (#703) (Marc-André Lafortune)

Bugs fixed:

  • ruby*.y: fixed context inside lambda args and module. (#709) (Ilya Bylich)

2.7.1.3 (from changelog)

API modifications:

  • fixed all warnings. tests are running in verbose mode now. (#685) (Ilya Bylich)

Features implemented:

  • ruby-[parse, rewrite]: add legacy switches (#699) (Marc-André Lafortune)
  • Added Parser::Source::Range#to_range. (#697) (Ilya Bylich)
  • ruby28.y: support rescue modifier in endless method definition. (#696) (Ilya Bylich)
  • ruby28.y: unify kwrest and no-kwrest rules. (#694) (Ilya Bylich)
  • ruby28.y: add right hand assignment (#682) (Vladimir Dementyev)

Bugs fixed:

  • fix Comment.associate for postfix conditions/loops (#688) (Marc-André Lafortune)

2.7.1.0 (from changelog)

API modifications:

  • Bump ruby versions to 2.4.10, 2.5.8, 2.6.6, 2.7.1. (#665) (Ilya Bylich)

Features implemented:

  • ruby27.y: allow newlines inside braced pattern. (#664) (Ilya Bylich)
  • ruby27.y: Allow trailing comma in hash pattern (#661) (Koichi ITO)

2.7.0.5 (from changelog)

Features implemented:

  • ruby27.y: fix array pattern with tail source map (#659) (Vladimir Dementyev)

Bugs fixed:

  • builder.rb: fix constant_pattern source map (#660) (Vladimir Dementyev)

2.7.0.2 (from changelog)

Bugs fixed:

  • lexer.rl: fix paren_nest for curly braces (#646) (Ilya Bylich)

2.7.0.1 (from changelog)

Bugs fixed:

  • dedenter.rb: prevent ArgumentError when processing binary en… (#642) (Koichi ITO)

2.7.0.0 (from changelog)

API modifications:

  • README.md: documented compatibility issue with EOF chars after… (#637) (Ilya Bylich)
  • ruby27.y: refactor logic around 'circular argument reference'(#628) (Ilya Bylich)

Features implemented:

  • ruby27.y: added pattern matching (#574) (Ilya Bylich)
  • lexer.rl: parse embedded ivars/cvars starting with digit as str (#639) (Ilya Bylich)
  • lexer.rl: warn on ... at EOL. (#636) (Ilya Bylich)
  • ruby27.y: removed opt_block_args_tail: tOROP rule. (#635) (Ilya Bylich)
  • ruby27.y: reverted method reference operator (added in #634) (Ilya Bylich)
  • ruby27.y: treat numparams as locals outside numblock. (#633) (Ilya Bylich)

Bugs fixed:

  • dedenter.rb: fixed over-dedenting of squiggly heredocs (#641) (Ilya Bylich)
  • ruby27.y: added "arguments forwarding" (#625) (Ilya Bylich)
  • ruby27.y: reject circular argument reference. (#622) (Ilya Bylich)
  • ruby27.y: changed prefix of numparams to "_" (#620) (Ilya Bylich)

2.6.5.0 (from changelog)

API modifications:

  • Bump ruby versions to 2.4.9, 2.5.7 and 2.6.5. (#619) (Ilya Bylich)

Features implemented:

  • lexer.rl: changed max numparam to @9 (#617) (Ilya Bylich)
  • lexer.rl: support comments before leading dot in 27 mode. (#613) (Ilya Bylich)

Bugs fixed:

  • lexer.rl: emit tMETHREF as tDOT+tCOLON for rubies < 27. (#614) (Ilya Bylich)

2.6.4.1 (from changelog)

Features implemented:

  • ruby27.y: Add kwnilarg for **nil argument (#606) (Ilya Bylich)

Bugs fixed:

  • lexer.rl: fix parsing of 'm a + b do end' (#605) (Ilya Bylich)

2.6.4.0 (from changelog)

API modifications:

  • Added specs for heredocs with mixed encoding. (#581) (Ilya Bylich)

Features implemented:

  • ruby27.y: Revert "pipeline operator" (#601) (Koichi ITO)
  • ruby27.y: Fix parsing of mutiple assignment with rescue modifier (#600) (Koichi ITO)
  • ruby27.y: hoisted out f_rest_marg. (#594) (Ilya Bylich)
  • ruby27.y: added pipeline operator. (#592) (Ilya Bylich)
  • ruby27.y: reject safe navigator in LHS of mass-assignment. (#586) (Ilya Bylich)
  • lexer.rl: reject whitespaces in meta and control chars. (#585) (Ilya Bylich)
  • lexer.rl: Reject numparams as symbol literals. (#582) (Ilya Bylich)
  • ruby27.y: Added numbered parameters support. (#565) (Ilya Bylich)
  • lexer.rl: Reject \n and \r in heredoc identifiers starting from 2.7. (#575) (Ilya Bylich)

Bugs fixed:

  • ruby-parse: print empty string when --emit-json and empty input are given. (#590) (Ilya Bylich)
  • AST_FORMAT: fixed documentation of the string with interpolation. (#589) (Ilya Bylich)
  • builder.rb, processor.rb: Changed format of the procarg0 node. (#587) (Ilya Bylich)

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.

↗️ unicode-display_width (indirect, 1.6.0 → 1.7.0) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 9 commits:

🆕 regexp_parser (added, 1.8.2)

🆕 rexml (added, 3.2.4)

🆕 rubocop-ast (added, 0.8.0)

🗑️ jaro_winkler (removed)


Depfu Status

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
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant