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 dependency phpdocumentor/reflection-docblock to v5.6.1 #6

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpdocumentor/reflection-docblock 5.4.0 -> 5.6.1 age adoption passing confidence

Release Notes

phpDocumentor/ReflectionDocBlock (phpdocumentor/reflection-docblock)

v5.6.1

Compare Source

What's Changed

Thanks to @​Furgas for reporting this issue in #​393

Full Changelog: phpDocumentor/ReflectionDocBlock@5.6.0...5.6.1

v5.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: phpDocumentor/ReflectionDocBlock@5.5.1...5.6.0

v5.5.1

Compare Source

Fixes regression introduced in 5.5.0 that triggered notices during parsing of docblocks. When the docblock contained indented lines.

v5.5.0

Compare Source

What's Changed

Improved method tag parameter rendering, by now the method tag parameters are correctly rendered when transforming a docblock back to string.

New supported tags:

  • @template
  • @template-covariant
  • @mixin
  • @implements & @template-implements
  • @extends & @template-extends

The template tags do not support all functionality needed to have full generic support as this requires some extra work. But for many situations this will already add value.

related pr's:

New Contributors

Full Changelog: phpDocumentor/ReflectionDocBlock@5.4.1...5.5.0

v5.4.1

Compare Source

Address multiple bugs with long tag descriptions

In the previous release a regression was introduced regarding multiline tag descriptions. Part of the description was lost and the indenting wasn't reduced as we did before 5.4. If your application relies on docblock tags and uses the descriptions it is highly recommended to update immediately. And block version 5.4.0 from the allowed versions in your composer.json

   "conflict":
      "phpdocumentor/reflection-docblock": "5.4.0"

Thanks to https://github.com/phpDocumentor/ReflectionDocBlock/issues/365 by @​szepeviktor and @​IanDelMar

Full Changelog: phpDocumentor/ReflectionDocBlock@5.4.0...5.4.1


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 changed the title fix(deps): update dependency phpdocumentor/reflection-docblock to v5.4.1 fix(deps): update dependency phpdocumentor/reflection-docblock to v5.5.0 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/phpdocumentor-reflection-docblock-5.x-lockfile branch from e053e70 to 2c375a3 Compare November 5, 2024 05:20
@renovate renovate bot changed the title fix(deps): update dependency phpdocumentor/reflection-docblock to v5.5.0 fix(deps): update dependency phpdocumentor/reflection-docblock to v5.5.1 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/phpdocumentor-reflection-docblock-5.x-lockfile branch 2 times, most recently from da9f33e to abc8331 Compare November 13, 2024 05:57
@renovate renovate bot changed the title fix(deps): update dependency phpdocumentor/reflection-docblock to v5.5.1 fix(deps): update dependency phpdocumentor/reflection-docblock to v5.6.0 Nov 13, 2024
@renovate renovate bot changed the title fix(deps): update dependency phpdocumentor/reflection-docblock to v5.6.0 fix(deps): update dependency phpdocumentor/reflection-docblock to v5.6.1 Dec 7, 2024
@renovate renovate bot force-pushed the renovate/phpdocumentor-reflection-docblock-5.x-lockfile branch from abc8331 to 828c8b6 Compare December 7, 2024 11:45
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