Skip to content

fix(deps): update extractor #116

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix(deps): update extractor #116

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nikic/php-parser 5.4.0 -> 5.5.0 age adoption passing confidence
phpstan/phpstan 2.1.16 -> 2.1.17 age adoption passing confidence
symfony/console (source) 7.2.6 -> 7.3.0 age adoption passing confidence
symfony/finder (source) 7.2.2 -> 7.3.0 age adoption passing confidence

Release Notes

nikic/PHP-Parser (nikic/php-parser)

v5.5.0

Compare Source

Added
  • [8.5] Added support for attributes on constants. Stmt\Const_ now has an attrGroups subnode.
  • Added weakReferences option to NodeConnectingVisitor and ParentConnectingVisitor. 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.
phpstan/phpstan (phpstan/phpstan)

v2.1.17

Compare Source

Major new features 🚀

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

symfony/console (symfony/console)

v7.3.0

Compare Source

Changelog (symfony/console@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.2.7

Compare Source

Changelog (symfony/console@v7.2.6...v7.2.7)

  • no significant changes
symfony/finder (symfony/finder)

v7.3.0

Compare Source

Changelog (symfony/finder@v7.3.0-RC1...v7.3.0)

  • no significant changes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/extractor branch from b4a1c25 to bd47c84 Compare May 29, 2025 10:38
@renovate renovate bot changed the title fix(deps): update dependency phpstan/phpstan to v2.1.17 fix(deps): update extractor May 29, 2025
@renovate renovate bot force-pushed the renovate/extractor branch from bd47c84 to 2b58935 Compare May 31, 2025 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants