Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rubocop-ast from 0.2.0 to 0.3.0 #177

Closed
wants to merge 49 commits into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 3, 2020

Bumps rubocop-ast from 0.2.0 to 0.3.0.

Changelog

Sourced from rubocop-ast's changelog.

0.3.0 (2020-08-01)

New features

Bug fixes

  • #70: Fix arguments processing for BreakNode ([@marcandre][])
  • #70: (Potentially breaking) BreakNode and ReturnNode no longer include MethodDispatchNode. These methods were severely broken ([@marcandre][])

Changes

  • #44: (Breaking) Use parser flag self.emit_forward_arg = true by default. ([@marcandre][])
  • #86: PairNode#delimiter and inverse_delimiter now accept their argument as a named argument. ([@marcandre][])
  • #87: (Potentially breaking) Have IfNode#branches return a nil value if source has else; end ([@marcandre][])
Commits
  • fb14203 Cut 0.3.0
  • b6de2fb Have IfNode#branches return a nil branch if there is an else keyword bu...
  • c884fd9 Add CaseNode#branches
  • 3736bcb Add Parser::Source::Range#line_span
  • 11ef5c0 Refactor WrappedArgumentsNode => ParameterizedNode::WrappedArguments
  • 31fdd27 Fix LambdaNode ("modern" only)
  • 6de161a SendNode & al.: Optimize arguments handling using RestArguments
  • a35e54a SuperNode / DefinedNode / YieldNode: avoid double intermediate array for argu...
  • 32a2696 [Fixes #44] Use parser's new emit_forward_arg by default
  • add3be7 Add ProcessedSource#each_comment_in_lines
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

This reverts commit c7d00eea1e1123d623d87bc53cd0fda0cd5785e0.
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 3, 2020
@Hanage999 Hanage999 force-pushed the crazynewworld branch 4 times, most recently from 6024e1a to df44c9a Compare August 10, 2020 02:33
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 14, 2020

Looks like rubocop-ast is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 14, 2020
@dependabot dependabot bot deleted the dependabot/bundler/rubocop-ast-0.3.0 branch August 14, 2020 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
1 participant