-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency nikic/php-parser to v5 #758
base: 8.11.x
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: composer.lock
|
16b5ce7
to
ea76028
Compare
ea76028
to
ffb9f0b
Compare
ffb9f0b
to
3e19814
Compare
3e19814
to
2000f4f
Compare
2000f4f
to
320d35c
Compare
|
1f3725a
to
c99ce55
Compare
cbdf98b
to
e0dc158
Compare
a72dc4c
to
e521e41
Compare
b2d5c2c
to
29b9fa3
Compare
f8036cf
to
d9fb2fd
Compare
ab99f75
to
c7b10ba
Compare
3560f62
to
97dbde7
Compare
97dbde7
to
00946fd
Compare
| datasource | package | from | to | | ---------- | ---------------- | ------ | ----- | | packagist | nikic/php-parser | 4.19.4 | 5.3.1 |
00946fd
to
dad23b1
Compare
This PR contains the following updates:
^4.19.1
->^5.3.1
Release Notes
nikic/PHP-Parser (nikic/php-parser)
v5.3.1
Compare Source
Added
exit
ordie
, to allow their use in stubs.v5.3.0
Compare Source
Added
indent
option to pretty printer, which can be used to specify the indentation to use(defaulting to four spaces). This also allows using tab indentation.
Fixed
PropertyHook
s in theNameResolver
.Stmt\GroupUse
nodes, making them consistent withStmt\Use_
nodes.in
ValueError
s.v5.2.0
Compare Source
Added
__PROPERTY__
magic constant, represented using aNode\Scalar\MagicConst\Property
node.hooks
subnode onNode\Stmt\Property
andNode\Param
, which contains an array ofNode\PropertyHook
.flags
can now hold theadditional bits
Modifiers::PUBLIC_SET
,Modifiers::PROTECTED_SET
andModifiers::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.0
Compare Source
Added
new
expressions without parentheses.Fixed
Changed
v5.0.2
Compare Source
Fixed
printer.
Changed
Parser
objects. 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.1
Compare Source
Changed
T_*
compatibility tokenswith incorrect type (such as string instead of int). This would lead to
TypeError
s down theline. Now an
Error
will be thrown early to indicate the problem.v5.0.0
Compare Source
See UPGRADE-5.0 for detailed migration instructions.
Fixed
PropertyItem
andUseItem
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
Read more about the use of Renovate Bot within
ocramius/*
projects.