Ocramius / GeneratedHydrator

:bullettrain_side: Fast Generated Object Hydrator for PHP
MIT License
726 stars 69 forks source link

Bump nikic/php-parser from 4.14.0 to 4.15.1 #590

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps nikic/php-parser from 4.14.0 to 4.15.1.

Release notes

Sourced from nikic/php-parser's releases.

PHP-Parser 4.15.1

Fixed

  • Fixed formatting preservation when adding multiple attributes to a class/method/etc that previously had none. This fixes a regression in the 4.15.0 release.

PHP-Parser 4.15.0

Added

  • PHP 8.2: Added support for true type.
  • PHP 8.2: Added support for DNF types.

Fixed

  • Support readonly as a function name.
  • Added __serialize and __unserialize to magic method list.
  • Fixed bounds check in Name::slice().
  • Fixed formatting preservation when adding attributes to a class/method/etc that previously had none.
Changelog

Sourced from nikic/php-parser's changelog.

Version 4.15.1 (2022-09-04)

Fixed

  • Fixed formatting preservation when adding multiple attributes to a class/method/etc that previously had none. This fixes a regression in the 4.15.0 release.

Version 4.15.0 (2022-09-03)

Added

  • PHP 8.2: Added support for true type.
  • PHP 8.2: Added support for DNF types.

Fixed

  • Support readonly as a function name.
  • Added __serialize and __unserialize to magic method list.
  • Fixed bounds check in Name::slice().
  • Fixed formatting preservation when adding attributes to a class/method/etc that previously had none.
Commits
  • 0ef6c55 Release PHP-Parser 4.15.1
  • 8216e87 Fix empty list insertion of multiple attributes
  • 617d022 Release PHP-Parser 4.15.0
  • a951e9e Add support for DNF types (#862)
  • b30e7e7 Support empty list insertion for attributes
  • ff24d1d Fix length bounds check in Name::slice()
  • e55f8c6 Add __serialize/__unserialize to ClassMethod::$magicNames
  • 3ee592b Handle true/false/null types in builder APIs
  • 3fe2422 Add support for true type
  • 2d58992 Fix incorrect doc type
  • 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)