Skip to content
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

fix(deps): update extractor #111

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

fix(deps): update extractor #111

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nikic/php-parser 5.3.1 -> 5.4.0 age adoption passing confidence
phpstan/phpstan 1.12.7 -> 1.12.16 age adoption passing confidence
symfony/console (source) 7.1.6 -> 7.2.1 age adoption passing confidence
symfony/finder (source) 7.1.6 -> 7.2.2 age adoption passing confidence

Release Notes

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

v5.4.0

Compare Source

Added
  • Added Property::isAbstract() and Property::isFinal() methods.
  • Added PropertyHook::isFinal() method.
  • Emit an error if property hook is used on declaration with multiple properties.
Fixed
  • Make legacy class aliases compatible with classmap-authoritative autoloader.
  • Param::isPromoted() and Param::isPublic() now returns true for parameters that have property
    hooks but no explicit visibility modifier.
  • PropertyHook::getStmts() now correctly desugars short set hooks. set => $value will be
    expanded to set { $this->propertyName = $value; }. This requires the propertyName attribute
    on 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 correct
    desugaring.
phpstan/phpstan (phpstan/phpstan)

v1.12.16

Compare Source

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.15

Compare Source

Bugfixes 🐛

Internals 🔍

v1.12.14

Compare Source

Fix preg_match() group containing start/end meta characters (#​3740), #​12297, thanks @​staabm!

v1.12.13

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.12.12

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v1.12.11

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v1.12.10

Compare Source

Bugfixes 🐛

v1.12.9

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.12.8

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

symfony/console (symfony/console)

v7.2.1

Compare Source

Changelog (symfony/console@v7.2.0...v7.2.1)

v7.2.0

Compare Source

v7.1.10

Compare Source

Changelog (symfony/console@v7.1.9...v7.1.10)

v7.1.8

Compare Source

v7.1.7

Compare Source

Changelog (symfony/console@v7.1.6...v7.1.7)

symfony/finder (symfony/finder)

v7.2.2

Compare Source

Changelog (symfony/finder@v7.2.1...v7.2.2)

v7.2.0

Compare Source

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

  • no significant changes

v7.1.10

Compare Source

Changelog (symfony/finder@v7.1.9...v7.1.10)


Configuration

📅 Schedule: Branch creation - "* 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 3 times, most recently from 054e2bd to cad6d3d Compare November 17, 2024 16:09
@renovate renovate bot force-pushed the renovate/extractor branch 2 times, most recently from 460e96b to cffebc6 Compare November 29, 2024 09:43
@renovate renovate bot force-pushed the renovate/extractor branch from cffebc6 to 9933acd Compare December 17, 2024 19:23
@renovate renovate bot force-pushed the renovate/extractor branch 4 times, most recently from d1b8401 to b249b54 Compare January 5, 2025 18:59
@renovate renovate bot force-pushed the renovate/extractor branch from b249b54 to f921547 Compare January 21, 2025 17:20
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