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

composer(deps): update nikic/php-parser requirement from ^4.10 to ^4.13 #9

Merged
merged 1 commit into from
Dec 14, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 14, 2021

Updates the requirements on nikic/php-parser to permit the latest version.

Release notes

Sourced from nikic/php-parser's releases.

PHP-Parser 4.13.2

Added

  • Added builders for enums and enum cases.

Fixed

  • NullsafeMethodCall now extends from CallLike.
  • The namespacedName property populated by the NameResolver is now declared on relevant nodes, to avoid a dynamic property deprecation warning with PHP 8.2.
Changelog

Sourced from nikic/php-parser's changelog.

Version 4.13.2 (2021-11-30)

Added

  • Added builders for enums and enum cases.

Fixed

  • NullsafeMethodCall now extends from CallLike.
  • The namespacedName property populated by the NameResolver is now declared on relevant nodes, to avoid a dynamic property deprecation warning with PHP 8.2.

Version 4.13.1 (2021-11-03)

Fixed

  • Support reserved keywords as enum cases.
  • Support array unpacking in constant expression evaluator.

Version 4.13.0 (2021-09-20)

Added

  • [PHP 8.1] Added support for intersection types using a new IntersectionType node. Additionally a ComplexType parent class for NullableType, UnionType and IntersectionType has been added.
  • [PHP 8.1] Added support for explicit octal literals.
  • [PHP 8.1] Added support for first-class callables. These are represented using a call whose first argument is a VariadicPlaceholder. The representation is intended to be forward-compatible with partial function application, just like the PHP feature itself. Call nodes now extend from Expr\CallLike, which provides an isFirstClassCallable() method to determine whether a placeholder id present. getArgs() can be used to assert that the call is not a first-class callable and returns Arg[] rather than array<Arg|VariadicPlaceholder>.

Fixed

  • Multiple modifiers for promoted properties are now accepted. In particular this allows something like public readonly for promoted properties.
  • Formatting-preserving pretty printing for comments in array literals has been fixed.

Version 4.12.0 (2021-07-21)

Added

  • [PHP 8.1] Added support for readonly properties (through a new MODIFIER_READONLY).
  • [PHP 8.1] Added support for final class constants.

... (truncated)

Commits
  • 210577f Release PHP-Parser 4.13.2
  • f09f227 Declare namespacedName property
  • d4cb98a Fix typo in property name
  • 68d2a52 Avoid creation of dynamic property in test
  • 63f8699 Add CallLike test for NullsafeMethodCall
  • 4122ff3 Make NullsafeMethodCall extend from CallLike
  • 6f1f206 Fix minor typo
  • 99a24b6 Added builders for enum and enum case
  • 63a79e8 Release PHP-Parser 4.13.1
  • 6a21234 Code highlighting
  • Additional commits viewable in compare view

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)

Updates the requirements on [nikic/php-parser](https://github.com/nikic/PHP-Parser) to permit the latest version.
- [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.10.0...v4.13.2)

---
updated-dependencies:
- dependency-name: nikic/php-parser
  dependency-type: direct:production
...

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

dependabot bot commented on behalf of github Dec 14, 2021

The following labels could not be found: dependency.

@icanhazstring icanhazstring merged commit aee5f28 into main Dec 14, 2021
@icanhazstring icanhazstring deleted the dependabot/composer/nikic/php-parser-tw-4.13 branch December 14, 2021 14:09
@icanhazstring
Copy link
Member

@dependabot ignore this minor version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 14, 2021

OK, I won't notify you about version 4.13.x again, unless you re-open this PR or update to a 4.13.x release yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant