Update dependency phpdocumentor/reflection-docblock to v6#76
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency phpdocumentor/reflection-docblock to v6#76renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
7b3350f to
1892f47
Compare
1892f47 to
9a45d58
Compare
c94aa04 to
933e967
Compare
933e967 to
bfd8270
Compare
bfd8270 to
e6f61e3
Compare
be5fb76 to
7b010ad
Compare
190b874 to
921fa39
Compare
127e0c4 to
2b08841
Compare
854dbc1 to
feae840
Compare
feae840 to
4d94f68
Compare
| datasource | package | from | to | | ---------- | --------------------------------- | ----- | ----- | | packagist | phpdocumentor/reflection-docblock | 5.3.0 | 6.0.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
4d94f68 to
105f55c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.3.0→^6.0.0Release Notes
phpDocumentor/ReflectionDocBlock (phpdocumentor/reflection-docblock)
v6.0.3Compare Source
What's Changed
New Contributors
Full Changelog: phpDocumentor/ReflectionDocBlock@6.0.2...6.0.3
v6.0.2Compare Source
What's Changed
New Contributors
Full Changelog: phpDocumentor/ReflectionDocBlock@6.0.1...6.0.2
v6.0.1Compare Source
What's Changed
StandardTagFactoryby @mspirkov in #438New Contributors
Full Changelog: phpDocumentor/ReflectionDocBlock@6.0.0...6.0.1
v6.0.0Compare Source
What's Changed
Consult the docs for help with upgrading: https://docs.phpdoc.org/components/reflection-docblock/guides/upgrade-to-v6.html#upgrade-guide-to-v6
phpdocumentor/type-resolverfrom 2.x-dev to 2.0 by @mspirkov in #433New Contributors
Full Changelog: phpDocumentor/ReflectionDocBlock@5.6.6...6.0.0
v5.6.7Compare Source
What's Changed
Full Changelog: phpDocumentor/ReflectionDocBlock@5.6.6...5.6.7
v5.6.6Compare Source
What's Changed
New Contributors
Full Changelog: phpDocumentor/ReflectionDocBlock@5.6.5...5.6.6
v5.6.5Compare Source
What's Changed
New Contributors
Full Changelog: phpDocumentor/ReflectionDocBlock@5.6.4...5.6.5
v5.6.4Compare Source
What's Changed
Fix deprecation on php 8.5
Full Changelog: phpDocumentor/ReflectionDocBlock@5.6.3...5.6.4
v5.6.3Compare Source
What's Changed
New Contributors
Full Changelog: phpDocumentor/ReflectionDocBlock@5.6.2...5.6.3
v5.6.2Compare Source
What's Changed
Full Changelog: phpDocumentor/ReflectionDocBlock@5.6.1...5.6.2
v5.6.1Compare 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.0Compare Source
What's Changed
New Contributors
Full Changelog: phpDocumentor/ReflectionDocBlock@5.5.1...5.6.0
v5.5.1Compare Source
Fixes regression introduced in 5.5.0 that triggered notices during parsing of docblocks. When the docblock contained indented lines.
v5.5.0Compare 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-extendsThe 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.1Compare 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.0from the allowed versions in your composer.jsonThanks to #365 by @szepeviktor and @IanDelMar
Full Changelog: phpDocumentor/ReflectionDocBlock@5.4.0...5.4.1
v5.4.0Compare Source
More type support
Since the beginning of this package we have been working on our own parser. Mostly regular expressions spitting each part of a docblock and processing them separately in each tag. But since static analyzers became more popular it became a lot harder to cover all the new formats of types. In type-resolver 1.7 we already started using phpstan's parser to process types. And now in this release we also cover parts of the docblock parsing process with their parser. This will make it easier to keep up with all the new changes and allows us to support more complex type formats.
We do not support all types covered by phpstan. Generics are not fully supported on all notations, we will return an
InvalidTagin those cases.Deprecations
Param tag
We spend a lot of time to cover all the edge cases that we supported in docblocks for many years. However we also noticed that some notations do not really make sense. First notation added to the list is a
@paramtag without a variable.This notation is now deprecated, and support will be removed in the first release of v6.
Static factory interface
We introduced a new factory strategy to make it possible to have more complex factories for tags and keep the implementation simple. Due to this new system of creating tags we can now support external parser to cover the body of a tag to be handled. With this new system the older system of StaticFactories has become deprecated. And will be removed in v6.
Backward compatibility
We introduced all new functionality with backward compatibility in mind. There are no interface changes being made so consumers of the library will not notice anything from the internal changes. However since we introduced a large amount of new types you might notice issues depending on your implementation. Especially when your project reads the types provided by this library.
Other notable changes
ramsey/composer-installby @jrfnl in #321New Contributors
Full Changelog: phpDocumentor/ReflectionDocBlock@5.3.0...5.4.0
Configuration
📅 Schedule: (in timezone UTC)
🚦 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 information about the use of Renovate Bot within Laminas.