chore(deps): bump nikic/php-parser from 5.4.0 to 5.5.0 in /app-backend
Open
Number: #456
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 1
Association: Contributor
Comments: 1
Created:
June 06, 2025 at 11:08 AM UTC
(6 months ago)
(6 months ago)
Updated:
June 06, 2025 at 11:08 AM UTC
(6 months ago)
(6 months ago)
Description:
Bumps nikic/php-parser from 5.4.0 to 5.5.0.
Release notes
Sourced from nikic/php-parser's releases.
PHP-Parser 5.5.0
Added
- [8.5] Added support for attributes on constants.
Stmt\Const_now has anattrGroupssubnode.- Added
weakReferencesoption toNodeConnectingVisitorandParentConnectingVisitor. This will create the parent/next/prev references as WeakReferences, to avoid making the AST cyclic and thus increasing GC pressure.Changed
- Attributes on parameters are now printed on separate lines if the pretty printer target version is PHP 7.4 or older (which is the default). This allows them to be interpreted as comments, instead of causing a parse error. Specify a target version of PHP 8.0 or newer to restore the previous behavior.
Changelog
Sourced from nikic/php-parser's changelog.
Version 5.5.0 (2025-05-31)
Added
- [8.5] Added support for attributes on constants.
Stmt\Const_now has anattrGroupssubnode.- Added
weakReferencesoption toNodeConnectingVisitorandParentConnectingVisitor. This will create the parent/next/prev references as WeakReferences, to avoid making the AST cyclic and thus increasing GC pressure.Changed
- Attributes on parameters are now printed on separate lines if the pretty printer target version is PHP 7.4 or older (which is the default). This allows them to be interpreted as comments, instead of causing a parse error. Specify a target version of PHP 8.0 or newer to restore the previous behavior.
Commits
ae59794Release PHP-Parser 5.5.04964f8dAdd support for attributes on constants20b0d55Use multi-line attributes for params when targeting PHP <8.0c9d0b6cSupport WeakReferences in NodeConnectingVisitor (#1057)14f9c9dUse more precise list-types for getter methodsfa02db3Remove useless foreach key and cast string, and fix invalid@vardefinition i...d4fce83Remove useless cast (string) and@vardoc7d3039cUpdate to phpstan 2.0- 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 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Pull Request Statistics
Commits:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Technical Details
| ID: | 69622 |
| UUID: | 3124461946 |
| Node ID: | PR_kwDOJs4GAc6ZX_Q3 |
| Host: | GitHub |
| Repository: | DevSkillsHQ/fullstack-boilerplate-php-laravel-vue |