Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2021

Bumps parser from 3.0.2.0 to 3.0.3.0.

Changelog

Sourced from parser's changelog.

v3.0.3.0 (2021-11-25)

API modifications:

  • Bump maintenance branches to 3.0.3, 2.7.5, and 2.6.9 (#829) (Koichi ITO)

Features implemented:

  • lexer.rl: parse meta-control-hex chars in regexes starting from 3.1 (#828) (Ilya Bylich)
  • builder.rb: warn on duplicate hash key literals. (#827) (Ilya Bylich)
  • ruby31.y: Allow value omission in Hash literals (#818) (Svyatoslav Kryukov)
  • ruby31.y: Allow omission of parentheses in one line pattern matching (#816) (Koichi ITO)
  • ruby31.y: Add pattern matching pin support for instance/class/global variables (#813) (Koichi ITO)

Bugs fixed:

  • ruby31.y: handle local variables as hash labels with omitted values (#820) (Ilya Bylich)
  • lexer.rl: Fix handling of beginless ranges at start of line (#822) (Matijs van Zuijlen)
  • dedenter.rb: Fix squiggly heredoc line continuation handling (#819) (Matijs van Zuijlen)
  • lexer.rl: fix incompatible delimiters on percent literal (#808) (Masataka Pocke Kuwabara)
Commits
  • dd268b9 Update changelog.
  • 3cfcb80 Bump version.
  • 2479b90 * Bump maintenance branches to 3.0.3, 2.7.5, and 2.6.9 (#829)
  • 24d2f68 + lexer.rl: parse meta-control-hex chars in regexes starting from 3.1 (#828)
  • 547d731 + builder.rb: warn on duplicate hash key literals. (#827)
  • 57bd371 - ruby31.y: handle local variables as hash labels with omitted values (#820)
  • bc8582c - lexer.rl: Fix handling of beginless ranges at start of line (#822)
  • 0f1c7d7 add tests for keyword argument value omission (#821)
  • 61bf873 - dedenter.rb: Fix squiggly heredoc line continuation handling (#819)
  • 22e6ca5 + ruby31.y: Allow value omission in Hash literals (#818)
  • 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)

Bumps [parser](https://github.com/whitequark/parser) from 3.0.2.0 to 3.0.3.0.
- [Release notes](https://github.com/whitequark/parser/releases)
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.0.2.0...v3.0.3.0)

---
updated-dependencies:
- dependency-name: parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2021
@github-actions github-actions bot merged commit d50b069 into main Nov 25, 2021
@dependabot dependabot bot deleted the dependabot/bundler/parser-3.0.3.0 branch November 25, 2021 17:27
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.

1 participant