Skip to content

composer(deps-dev): update nikic/php-parser requirement from ^v4.15.5 to ^v4.16.0 #419

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2023

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

Release notes

Sourced from nikic/php-parser's releases.

PHP-Parser 4.16.0

Added

  • Added Name::getParts() method for forward-compatibility with PHP-Parser 5.

Deprecated

  • Deprecated direct access to Name::$parts, which will be removed in PHP-Parser 5.
Changelog

Sourced from nikic/php-parser's changelog.

Version 4.16.0 (2023-06-25)

Added

  • Added Name::getParts() method for forward-compatibility with PHP-Parser 5.

Deprecated

  • Deprecated direct access to Name::$parts, which will be removed in PHP-Parser 5.

Version 4.15.5 (2023-05-19)

Added

  • Added makePrivate(), makeProtected(), makePublic() and makeReadonly() methods to Builder\Param to allow the creation of promoted parameters.

Version 4.15.4 (2023-03-05)

Fixed

  • Fixed formatting-preservation for alternative if syntax with trailing comments.

Version 4.15.3 (2023-01-16)

Fixed

  • Support readonly property with PHP 8.2 DNF type.
  • Fixed PHP attribute group and PHP-Parser attribute mixup in EnumCase builder.

Version 4.15.2 (2022-11-12)

Fixed

  • Fixed parsing of large hex float literals that contain an "e" character.
  • Fixed tests to pass on 32-bit.
  • Fixed generation of invalid code when using formatting-preserving pretty printer with code that uses inline HTML.

Version 4.15.1 (2022-09-04)

Fixed

  • Fixed formatting preservation when adding multiple attributes to a class/method/etc that

... (truncated)

Commits
  • 19526a3 Release PHP-Parser 4.16.0
  • 1d0748a Update main.yml to use GitHub Actions V3
  • c9e5a13 Add Name::getParts(), deprecate Name::$parts
  • ba788aa Remove redundant parameter
  • See full diff 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)

@dependabot dependabot bot requested a review from mimmi20 as a code owner July 1, 2023 02:50
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jul 1, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

composer.json
  • nikic/php-parser@>= 4.16.0, < 5.0.0
  • nikic/php-parser@>= 4.15.5, < 5.0.0

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/4.x/CHANGELOG.md)
- [Commits](nikic/PHP-Parser@v4.15.5...v4.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@mimmi20 mimmi20 force-pushed the dependabot/composer/master/nikic/php-parser-tw-v4.16.0 branch from 470d1be to 55606cb Compare July 4, 2023 06:35
@mimmi20 mimmi20 merged commit f23d783 into master Jul 4, 2023
@mimmi20 mimmi20 deleted the dependabot/composer/master/nikic/php-parser-tw-v4.16.0 branch July 4, 2023 09:35
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