omu / xokul

The Xokul Project
https://xokul.omu.sh
GNU General Public License v3.0
6 stars 0 forks source link

chore(deps): bump parser from 2.7.1.4 to 3.1.2.1 #599

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps parser from 2.7.1.4 to 3.1.2.1.

Changelog

Sourced from parser's changelog.

v3.1.2.1 (2022-08-08)

Bugs fixed:

  • ruby31.y: fix preparing the state for one-line patterns without braces (#864) (Vladimir Dementyev)

v3.1.2.0 (2022-04-12)

API modifications:

  • Bump maintenance branches to 3.1.2, 3.0.4, 2.7.6, and 2.6.10 (#850) (Koichi ITO)

Bugs fixed:

  • ruby32.y: fix using p_kwnorest in f_no_kwarg (#848) (Vladimir Dementyev)

v3.1.1.0 (2022-02-21)

API modifications:

  • Bump 3.1 branch to 3.1.1 (Koichi ITO)

Features implemented:

  • ruby32.y: Reuse operation rule for operation2 (Koichi ITO)
  • ruby32.y: Reuse p_kwnorest rule for f_no_kwarg (Koichi ITO)
  • ruby-parse: add ability to read fragment from stdin (#844) (Jeremy Stanley)
  • ruby32.y: reduce p_args with p_rest (#843) (Vladimir Dementyev)
  • ruby32.y: branch parser (#841) (Ilya Bylich)

v3.1.0.0 (2022-01-03)

API modifications:

  • parser/current: update for 3.1.0 release. (#840) (Ilya Bylich)

Features implemented:

  • ruby31.y: accept forward arg without parentheses. (#839) (Ilya Bylich)

v3.0.3.2 (2021-12-08)

Bugs fixed:

  • dedenter.rb: fix an encoding/squiggly heredoc regression (#836) (hmdne)

v3.0.3.1 (2021-11-29)

Features implemented:

  • ruby31.y: parse anonymous block argument. (#833) (Ilya Bylich)
  • ruby31.y: parse forward argument without parentheses (#832) (Ilya Bylich)

... (truncated)

Commits


Dependabot compatibility score

You can trigger a rebase of this PR 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[bot] commented 1 year ago

Superseded by #612.