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 ruby_parser from 2.3.1 to 3.20.0 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 8, 2023

Bumps ruby_parser from 2.3.1 to 3.20.0.

Changelog

Sourced from ruby_parser's changelog.

=== 3.20.0 / 2023-03-04

  • 1 major enhancement:

    • Added tentative 3.2 support.
  • 1 minor enhancement:

    • Change minimum ruby version to 2.6. (want higher)
  • 1 bug fix:

    • Fix up compare tasks for ruby 3.2 differences.

=== 3.19.2 / 2022-12-03

  • 5 bug fixes:

    • Fixed bug parsing array patterns using %w, %i, etc.
    • Fixed dedenting when heredoc has only empty line and interpolation. (mvz)
    • Fixed dsym unescaping. (mvz)
    • Fixed vars in pattern matching that should be lasgn, not lvar.
    • find_pat mid-patterns are now splatted inline, not wrapped in an array_pat.

=== 3.19.1 / 2022-04-05

  • 2 bug fixes:

    • Added comments to endless defn and defs. (mvz)
    • Fixed endless method bug handling attrset names.

=== 3.19.0 / 2022-03-29

  • 1 major enhancement:

    • Added tentative 3.1 support.
  • 7 minor enhancements:

    • 3.1: bare RHS assoc: { y: } => s(:hash, s(:lit, :y), nil)
    • 3.1: calls w/ unnamed block args (bare &)
    • 3.1: endless defn/defs w/ paren-less calls (aka commands)
    • 3.1: pattern capture to nonlocal vars, eg: ^@​a, ^$b, ^@@​c
    • 3.1: pattern: ^(expr) => expr
    • Improved steps for adding new versions.
    • Improved steps for running gauntlets.
  • 2 bug fixes:

    • Bumped 2.6+ cached versions for rake compare.

... (truncated)

Commits
  • d0cf074 prepped for release
  • 77e0fe4 fix up realclean task to remove ruby tarballs properly
  • d58dc8c bumped ruby versions for compare tasks
  • 0b2869e - Fix up compare tasks for ruby 3.2 differences.
  • 5464620 + Change minimum ruby version to 2.6. (want higher)
  • 8c8f5bb ! Added tentative 3.2 support.
  • 8cd0871 clarified update instructions in README.rdoc
  • c324389 prepped for release
  • c82ae7b - Fixed dsym unescaping. (mvz)
  • 8553cf6 - find_pat mid-patterns are now splatted inline, not wrapped in an array_pat.
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [ruby_parser](https://github.com/seattlerb/ruby_parser) from 2.3.1 to 3.20.0.
- [Release notes](https://github.com/seattlerb/ruby_parser/releases)
- [Changelog](https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc)
- [Commits](seattlerb/ruby_parser@v2.3.1...v3.20.0)

---
updated-dependencies:
- dependency-name: ruby_parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 8, 2023
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
Projects
None yet
0 participants