Skip to content

Bump nikic/php-parser from 4.3.0 to 4.11.0#246

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/nikic/php-parser-4.11.0
Closed

Bump nikic/php-parser from 4.3.0 to 4.11.0#246
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/nikic/php-parser-4.11.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps nikic/php-parser from 4.3.0 to 4.11.0.

Release notes

Sourced from nikic/php-parser's releases.

PHP-Parser 4.11.0

Added

  • BuilderFactory::args() now accepts named arguments.
  • BuilderFactory::attribute() has been added.
  • An addAttribute() method accepting an Attribute or AttributeGroup has been added to all builders that accept attributes, such as Builder\Class_.

Fixed

  • NameResolver now handles enums.
  • PrettyPrinter now prints backing enum type.
  • Builder methods for types now property handle never type.

PHP-Parser 4.10.5

Added

  • [PHP 8.1] Added support for enums. These are represented using the Stmt\Enum_ and Stmt\EnumCase nodes.
  • [PHP 8.1] Added support for never type. This type will now be returned as an Identifier rather than Name.
  • Added ClassConst builder.

Changed

  • Non-UTF-8 code units in strings will now be hex-encoded.

Fixed

  • Fixed precedence of arrow functions.

PHP-Parser 4.10.4

Fixed

  • Fixed position information for variable-variables (#741).
  • Fixed position information for traits/interfaces preceded by if statement (#738).

PHP-Parser 4.10.3

Fixed

  • Fixed formatting-preserving pretty printing for "{$x}".
  • Ternary expressions are now treated as non-associative in the pretty printer, in order to generate code that is compatible with the parentheses requirement introduced in PHP 8.
  • Removed no longer necessary error_clear_last() call in lexer, which may interfere with fatal error handlers if invoked during shutdown.

PHP-Parser 4.10.2

Fixed

  • Fixed check for token emulation conflicts with other libraries.

PHP-Parser 4.10.1

Added

  • Added support for recovering from a missing semicolon after a property or class constant declaration.

... (truncated)

Changelog

Sourced from nikic/php-parser's changelog.

Version 4.11.0 (2021-07-03)

Added

  • BuilderFactory::args() now accepts named arguments.
  • BuilderFactory::attribute() has been added.
  • An addAttribute() method accepting an Attribute or AttributeGroup has been adde to all builders that accept attributes, such as Builder\Class_.

Fixed

  • NameResolver now handles enums.
  • PrettyPrinter now prints backing enum type.
  • Builder methods for types now property handle never type.

Version 4.10.5 (2021-05-03)

Added

  • [PHP 8.1] Added support for enums. These are represented using the Stmt\Enum_ and Stmt\EnumCase nodes.
  • [PHP 8.1] Added support for never type. This type will now be returned as an Identifier rather than Name.
  • Added ClassConst builder.

Changed

  • Non-UTF-8 code units in strings will now be hex-encoded.

Fixed

  • Fixed precedence of arrow functions.

Version 4.10.4 (2020-12-20)

Fixed

  • Fixed position information for variable-variables (#741).
  • Fixed position information for traits/interfaces preceded by if statement (#738).

Version 4.10.3 (2020-12-03)

Fixed

  • Fixed formatting-preserving pretty printing for "{$x}".
  • Ternary expressions are now treated as non-associative in the pretty printer, in order to

... (truncated)

Commits
  • fe14cf3 Release PHP-Parser 4.11.0
  • 3fb7352 Add handling for Enum(Case)s in NameResolver
  • c35cc4b Add support for "never" type in the BuilderHelpers::normalizeType()
  • e69ebbb chore: use the word Xdebug instead of XDebug
  • 0b258d9 Add missing tests for methods of BuilderHelpers
  • 2d193bb Add attributes to integration Builder test
  • 49e9951 Add addAttribute() method to Builders with normalizer (#782)
  • eccf1bf Add Attribute builder and support for named args (#781)
  • b67560d Update CHANGELOG.md
  • 4432ba3 Release PHP-Parser 4.10.5
  • 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 will not automatically merge this PR because it includes a minor update to a production dependency.


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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [nikic/php-parser](https://github.com/nikic/PHP-Parser) from 4.3.0 to 4.11.0.
- [Release notes](https://github.com/nikic/PHP-Parser/releases)
- [Changelog](https://github.com/nikic/PHP-Parser/blob/master/CHANGELOG.md)
- [Commits](nikic/PHP-Parser@v4.3.0...v4.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

Superseded by #247.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/nikic/php-parser-4.11.0 branch July 22, 2021 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants