Skip to content

Bump nikic/php-parser from 5.8.0 to 5.9.0 - #767

Merged
github-actions[bot] merged 1 commit into
7.xfrom
dependabot/composer/nikic/php-parser-5.9.0
Sep 17, 2026
Merged

github-actions[bot] merged 1 commit into
7.xfrom
dependabot/composer/nikic/php-parser-5.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 17, 2026

Copy link
Copy Markdown
Contributor

Bumps nikic/php-parser from 5.8.0 to 5.9.0.

Release notes

Sourced from nikic/php-parser's releases.

PHP-Parser 5.9.0

Fixed

  • Fix attribute insertion on enums and enum cases in formatting-preserving pretty printer.
  • Reject invalid Unicode escapes above \u{10FFFF}. Previously the limit was \u{1FFFFF}.
  • Don't allow newlines in (void) cast emulation.
  • Fix warning on float hex/binary/octal literals with PHP 8.6.

Added

  • Added support for PHP 8.6 partial function application. Placeholders are represented using ArgPlaceholder nodes.
Changelog

Sourced from nikic/php-parser's changelog.

Version 5.9.0 (2026-09-13)

Fixed

  • Fix attribute insertion on enums and enum cases in formatting-preserving pretty printer.
  • Reject invalid Unicode escapes above \u{10FFFF}. Previously the limit was \u{1FFFFF}.
  • Don't allow newlines in (void) cast emulation.
  • Fix warning on float hex/binary/octal literals with PHP 8.6.

Added

  • Added support for PHP 8.6 partial function application. Placeholders are represented using ArgPlaceholder nodes.
Commits
  • 9e33da9 Release PHP-Parser 5.9.0
  • 23c8e36 Implement support for partial function application
  • 1aa08bf Use iteration over recursion in `PrettyPrinterAbstract:: newOperandRequiresPa...
  • 160ea57 Suppress warning on hexdec/bindec/octdec overflow
  • fbd47f7 Fix attribute insertion on enum cases in formatting-preserving printer
  • 04ba49c Anchor the void cast emulator's interior whitespace check
  • 0725f08 Reject Unicode escapes above the maximum code point
  • 021f412 Fix attribute insertion on enums in formatting-preserving printer (#1156)
  • 10d6a90 Fix typo in Pretty_printing docs: "defaul" -> "default" (#1153)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [nikic/php-parser](https://github.com/nikic/PHP-Parser) from 5.8.0 to 5.9.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@v5.8.0...v5.9.0)

---
updated-dependencies:
- dependency-name: nikic/php-parser
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Sep 17, 2026
@github-actions
github-actions Bot enabled auto-merge September 17, 2026 08:42
@github-actions
github-actions Bot merged commit 696f3ac into 7.x Sep 17, 2026
33 of 34 checks passed
@dependabot
dependabot Bot deleted the dependabot/composer/nikic/php-parser-5.9.0 branch September 17, 2026 08:44
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants