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.21.0 in /examples/barley #111

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 29, 2024

Bumps ruby_parser from 2.3.1 to 3.21.0.

Changelog

Sourced from ruby_parser's changelog.

=== 3.21.0 / 2024-01-15

  • 18 minor enhancements:

    • (internal) Added simple RubyLexer#comment.
    • (internal) Removed RubyLexer#comments and #ignore_body_comments.
    • (internal) Removed RubyParser#comments.
    • (internal) Renamed files from lib/ruby##_parser.* to lib/ruby_parser##.*
    • (internal) Renamed lib/ruby3_parser.yy to lib/ruby_parser3.yy
    • (internal) Renamed lib/ruby_parser.yy to lib/ruby_parser2.yy
    • Added tentative 3.2 support. (torrocus)
    • Made rake compare a multitask (28s -> 10s!!).
    • Made rake compare depend on generate (from clean: 28s -> 18s).
    • No longer package versioned .y files.
    • Overhaul of parser/lexer comment processing.
    • Parser productions for k_class/k_module/k_def carry their comment with them.
    • Restructured build tasks to utilize Hoe's .yy support! 8.5s -> 1.2s!!!
    • RubyParser new_(class|module|defn|defs) handle comment processing via sexp.
    • RubyParser new_(class|module|defn|defs) handle normalizing production sexps.
    • RubyParser#next_token clears out lexer's comment when applicable.
    • Simplified parser productions for defn_head, defs_head. No more normalizing.
    • Updated rake compare steps for lrama in ruby 3.3+.
  • 6 bug fixes:

    • Cleaned out cruft from rake compare code.
    • Fixed compare/normalize.rb for lrama differences.
    • Made parser task depend on isolate task to pick up racc generator.
    • Made racc a runtime dependency (was dev only) now that ruby 3.3 doesn't ship with the racc runtime. (wildmaples)
    • Updated README.rdoc updating instructions to match current filenames.
    • Updated compare versions and added 3.3.

=== 3.20.3 / 2023-07-11

  • 2 minor enhancements:

    • Added Parser#in_argdef and integrated into 3.x parsers.
    • Improved tools/munge.rb to handler MRI 3.2 output
  • 2 bug fixes:

    • Fixed process_dots to properly deal with paren-less forward_args. (eric1234)
    • Fixed tools/ripper.rb to properly print ripper sexp at the end

=== 3.20.2 / 2023-06-06

  • 1 bug fix:

    • 3.2: fixed parsing of f(*) and f(**). (agrobbin)

... (truncated)

Commits
  • b07cac0 prepped for release
  • dda9728 + Made rake compare depend on generate (from clean: 28s -> 18s).
  • 33753ca + Added tentative 3.2 support. (torrocus)
  • 2dc7171 + Restructured build tasks to utilize Hoe's .yy support! 8.5s -> 1.2s!!!
  • f59a6b0 - Made racc a runtime dependency (was dev only) now that ruby 3.3 doesn't shi...
  • 349afad Fixed clean task from previous commit. Removed some cruft in Rakefile.
  • b48b979 + (internal) Renamed lib/ruby_parser.yy to lib/ruby_parser2.yy
  • 8f419fd + Overhaul of parser/lexer comment processing.
  • fe1286f prepped for release
  • 744c910 + Added Parser#in_argdef and integrated into 3.x parsers.
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    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.21.0.
- [Changelog](https://github.com/seattlerb/ruby_parser/blob/master/History.rdoc)
- [Commits](seattlerb/ruby_parser@v2.3.1...v3.21.0)

---
updated-dependencies:
- dependency-name: ruby_parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 29, 2024
@jmettraux jmettraux merged commit b47eb99 into master Feb 29, 2024
@dependabot dependabot bot deleted the dependabot/bundler/examples/barley/ruby_parser-3.21.0 branch February 29, 2024 01:24
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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant