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

Bump symfony/property-info from 6.3.12 to 6.4.7 #178

Merged
merged 1 commit into from
May 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps symfony/property-info from 6.3.12 to 6.4.7.

Release notes

Sourced from symfony/property-info's releases.

v6.4.7

Changelog (symfony/property-info@v6.4.6...v6.4.7)

v6.4.6

Changelog (symfony/property-info@v6.4.5...v6.4.6)

v6.4.3

Changelog (symfony/property-info@v6.4.2...v6.4.3)

  • no significant changes

v6.4.0

Changelog (symfony/property-info@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC2

Changelog (symfony/property-info@v6.4.0-RC1...v6.4.0-RC2)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/property-info@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA3

Changelog (symfony/property-info@v6.4.0-BETA2...v6.4.0-BETA3)

  • no significant changes

v6.4.0-BETA2

Changelog (symfony/property-info@v6.4.0-BETA1...v6.4.0-BETA2)

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/property-info@v6.3.6...v6.4.0-BETA1)

Changelog

Sourced from symfony/property-info's changelog.

CHANGELOG

6.4

  • Make properties writable when a setter in camelCase exists, similar to the camelCase getter

6.1

  • Add support for phpDocumentor and PHPStan pseudo-types
  • Add PHP 8.0 promoted properties @param mutation support to PhpDocExtractor
  • Add PHP 8.0 promoted properties @param mutation support to PhpStanExtractor

6.0

  • Remove the Type::getCollectionKeyType() and Type::getCollectionValueType() methods, use Type::getCollectionKeyTypes() and Type::getCollectionValueTypes() instead
  • Remove the enable_magic_call_extraction context option in ReflectionExtractor::getWriteInfo() and ReflectionExtractor::getReadInfo() in favor of enable_magic_methods_extraction

5.4

  • Add PhpStanExtractor

5.3

  • Add support for multiple types for collection keys & values
  • Deprecate the Type::getCollectionKeyType() and Type::getCollectionValueType() methods, use Type::getCollectionKeyTypes() and Type::getCollectionValueTypes() instead

5.2.0

  • deprecated the enable_magic_call_extraction context option in ReflectionExtractor::getWriteInfo() and ReflectionExtractor::getReadInfo() in favor of enable_magic_methods_extraction

5.1.0

  • Add support for extracting accessor and mutator via PHP Reflection

4.3.0

  • Added the ability to extract private and protected properties and methods on ReflectionExtractor
  • Added the ability to extract property type based on its initial value

4.2.0

... (truncated)

Commits
  • 42778ca Merge branch '5.4' into 6.4
  • bf257e7 [PropertyInfo] Fix PHPStan properties type in trait
  • 32f15a8 Merge branch '5.4' into 6.4
  • 13e7965 Auto-close PRs on subtree-splits
  • 893120c stop marking parameters implicitly as nullable
  • 5f24cd8 Merge branch '5.4' into 6.4
  • f3e4b84 add test using deprecated reflection doc block feature to legacy group
  • 13b6dc4 Merge branch '5.4' into 6.4
  • 79209ee Make more nullable types explicit
  • ff5b652 Add more explicit nullable types for default null values
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 13, 2024
@Luehrsen Luehrsen enabled auto-merge (squash) May 13, 2024 05:02
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/property-info-6.4.7 branch from d1323f7 to f4a7723 Compare May 13, 2024 12:32
Bumps [symfony/property-info](https://github.com/symfony/property-info) from 6.3.12 to 6.4.7.
- [Release notes](https://github.com/symfony/property-info/releases)
- [Changelog](https://github.com/symfony/property-info/blob/7.0/CHANGELOG.md)
- [Commits](symfony/property-info@v6.3.12...v6.4.7)

---
updated-dependencies:
- dependency-name: symfony/property-info
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/property-info-6.4.7 branch from f4a7723 to 68f4a34 Compare May 13, 2024 12:33
@Luehrsen Luehrsen merged commit 0509202 into main May 13, 2024
1 check passed
@Luehrsen Luehrsen deleted the dependabot/composer/symfony/property-info-6.4.7 branch May 13, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant