Update dependency nikic/php-parser to v5 #232
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.15->^4.15 || ^5.0Release Notes
nikic/PHP-Parser (nikic/php-parser)
v5.6.1Compare Source
Fixed
Param::isPublic()for parameters with asymmetric visibility keyword.SplObjectStoragemethods.Added
kindattributes toCast\Int_,Cast\Bool_andCast\String_.These allow distinguishing the deprecated versions of these casts.
v5.6.0Compare Source
Added
clonewith arbitrary function arguments. This will be parsed as anExpr\FuncCallnode, instead of the usualExpr\Clone_node.function clonefor use in stubs.Expr\BinaryOp\Pipe.(void)cast, represented byExpr\Cast\Void_.finalmodifier on promoted properties.CallLike::getArg()to fetch an argument by position and name.v5.5.0Compare Source
Added
Stmt\Const_now has anattrGroupssubnode.weakReferencesoption toNodeConnectingVisitorandParentConnectingVisitor. Thiswill create the parent/next/prev references as WeakReferences, to avoid making the AST cyclic
and thus increasing GC pressure.
Changed
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.
v5.4.0Compare Source
Added
Property::isAbstract()andProperty::isFinal()methods.PropertyHook::isFinal()method.Fixed
Param::isPromoted()andParam::isPublic()now returns true for parameters that have propertyhooks but no explicit visibility modifier.
PropertyHook::getStmts()now correctly desugars shortsethooks.set => $valuewill beexpanded to
set { $this->propertyName = $value; }. This requires thepropertyNameattributeon the hook to be set, which is now also set by the parser. If the attribute is not set,
getStmts()will throw an error for short set hooks, as it is not possible to produce a correctdesugaring.
v5.3.1Compare Source
Added
exitordie, to allow their use in stubs.v5.3.0Compare Source
Added
indentoption to pretty printer, which can be used to specify the indentation to use(defaulting to four spaces). This also allows using tab indentation.
Fixed
PropertyHooks in theNameResolver.Stmt\GroupUsenodes, making them consistent withStmt\Use_nodes.in
ValueErrors.v5.2.0Compare Source
Added
__PROPERTY__magic constant, represented using aNode\Scalar\MagicConst\Propertynode.hookssubnode onNode\Stmt\PropertyandNode\Param, which contains an array ofNode\PropertyHook.flagscan now hold theadditional bits
Modifiers::PUBLIC_SET,Modifiers::PROTECTED_SETandModifiers::PRIVATE_SET.argument or a single plain argument continues to use a
Node\Expr\Exit_node. Otherwise (e.g.if a named argument is used) it will be represented as a plain
Node\Expr\FuncCall.BuilderFactory::val().Removed
$array{0}from the PHP 8 parser. It is stillsupported by the PHP 7 parser. This is necessary in order to support property hooks.
v5.1.0Compare Source
Added
newexpressions without parentheses.Fixed
Changed
v5.0.2Compare Source
Fixed
printer.
Changed
Parserobjects. This means that no longer used parser objects areimmediately destroyed now, instead of requiring cycle GC.
PhpVersion::getNewestSupported()to report PHP 8.3 instead of PHP 8.2.v5.0.1Compare Source
Changed
T_*compatibility tokenswith incorrect type (such as string instead of int). This would lead to
TypeErrors down theline. Now an
Errorwill be thrown early to indicate the problem.v5.0.0Compare Source
See UPGRADE-5.0 for detailed migration instructions.
Fixed
PropertyItemandUseItem.v4.19.4: PHP-Parser 4.19.4Compare Source
Fixed
Parser\Php8class from PHP-Parser 5.x that was mistakenly added. It could cause errors when using something likecomposer preload.v4.19.3: PHP-Parser 4.19.3Compare Source
Fixed
Stmt\GroupUsenodes, making them consistent withStmt\Use_nodes.ValueErrors.v4.19.2: PHP-Parser 4.19.2Compare Source
Added
BuilderFactory::val().v4.19.1: PHP-Parser 4.19.1Compare Source
Fixed
v4.19.0: PHP-Parser 4.19.0Compare Source
Changed
v4.18.0: PHP-Parser 4.18.0Compare Source
Added
ParserFactory::createForNewestSupportedVersion()andParserFactory::createForHostVersion()for forward-compatibility with PHP-Parser 5.0.Fixed
Changed
grammar/directory has been excluded from exported git archives.Configuration
📅 Schedule: Branch creation - Every 3 hours, between 06:00 AM and 10:59 PM, Monday through Friday ( * 6-22/3 * * 1-5 ), Every 3 hours, between 12:00 PM and 11:59 PM, only on Sunday and Saturday ( * 12-23/3 * * 0,6 ) in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.