php-semver-checker
php-semver-checker copied to clipboard
Bump nikic/php-parser from 4.13.2 to 4.15.1
Bumps nikic/php-parser from 4.13.2 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
truetype.- PHP 8.2: Added support for DNF types.
Fixed
- Support
readonlyas a function name.- Added
__serializeand__unserializeto magic method list.- Fixed bounds check in
Name::slice().- Fixed formatting preservation when adding attributes to a class/method/etc that previously had none.
PHP-Parser 4.14.0
Added
- Added support for readonly classes.
- Added
rawValueattribute toLNumber,DNumberandString_nodes, which stores the unparsed value of the literal (e.g."1_000"rather than1000).
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
truetype.- PHP 8.2: Added support for DNF types.
Fixed
- Support
readonlyas a function name.- Added
__serializeand__unserializeto magic method list.- Fixed bounds check in
Name::slice().- Fixed formatting preservation when adding attributes to a class/method/etc that previously had none.
Version 4.14.0 (2022-05-31)
Added
- Added support for readonly classes.
- Added
rawValueattribute toLNumber,DNumberandString_nodes, which stores the unparsed value of the literal (e.g."1_000"rather than1000).
Commits
0ef6c55Release PHP-Parser 4.15.18216e87Fix empty list insertion of multiple attributes617d022Release PHP-Parser 4.15.0a951e9eAdd support for DNF types (#862)b30e7e7Support empty list insertion for attributesff24d1dFix length bounds check in Name::slice()e55f8c6Add __serialize/__unserialize to ClassMethod::$magicNames3ee592bHandle true/false/null types in builder APIs3fe2422Add support for true type2d58992Fix incorrect doc type- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #150 (a6721b0) into master (ba14ff3) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #150 +/- ##
=========================================
Coverage 77.04% 77.04%
Complexity 309 309
=========================================
Files 54 54
Lines 980 980
=========================================
Hits 755 755
Misses 225 225
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.