Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Updates the requirements on nelmio/api-doc-bundle to permit the latest version.

Release notes

Sourced from nelmio/api-doc-bundle's releases.

v5.5.0

What's Changed

Full Changelog: nelmio/NelmioApiDocBundle@v5.4.0...v5.5.0

Changelog

Sourced from nelmio/api-doc-bundle's changelog.

5.5.0

  • Schemas deduplication now compare generated schemas to reduce automatically named schemas (Entity / Entity2 / Entity3 / ...).
  • Added support for generic types describing

5.3.0

Added support for Symfony's TranslatableInterface

5.2.1

Fixed a bug where using abstract controllers would ignore various attributes like #[OA\Tag] & #[Security] on child classes

5.2.0

Made it possible to automatically generate security definitions based on the #[IsGranted] attribute.

nelmio_api_doc:
    # ...
areas:
    default:
        security:
            MyBearerScheme:
                type: 'http'
                scheme: 'bearer'

5.1.0

Made it possible to configure how operation ids are generated.

nelmio_api_doc:
    operation_id_generation: always_prepend

Possible values: always_prepend, conditionally_prepend, no_prepend or enum instance of Nelmio\ApiDocBundle\Describer\OperationIdGeneration

4.38.2

  • Support of attribute MapQueryParameter with a regexp has been improved, it now converts the regexp from PCRE to ECMA-262 for better compliance with OpenApi.

4.38.0

  • Added a #[Ignore] attribute that allows a property to be excluded from the generated schema.
<?php
use Nelmio\ApiDocBundle\Attribute\Ignore;
class Foo
{
#[Ignore]
private string $ignoredProperty;
}
</tr></table>

... (truncated)

Commits
  • ce64341 feat: Support for generic types (#2503)
  • 752cde9 chore(deps): bump @​stoplight/elements from 9.0.1 to 9.0.6 in /utils (#2523)
  • 729f9d4 feat(ModelRegistry): schemas deduplication now compare generated schemas to r...
  • 804f7ab chore(deps): bump swagger-ui-dist from 5.25.3 to 5.27.1 in /utils (#2525)
  • 49098f9 feat(#2486): properly describe multiple file upload (#2511)
  • 735c39e chore(deps): bump swagger-ui-dist from 5.21.0 to 5.25.2 in /utils (#2506)
  • 75693b3 fix(#2509): fatal reflection error when controller class doesn't exist (#2510)
  • 0bd729b fix: typo in documentation (#2504)
  • bac8199 chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 (#2500)
  • 6042983 feat: add support for Symfony's TranslatableInterface (#2472)
  • Additional commits viewable in compare view

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)

Updates the requirements on [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) to permit the latest version.
- [Release notes](https://github.com/nelmio/NelmioApiDocBundle/releases)
- [Changelog](https://github.com/nelmio/NelmioApiDocBundle/blob/5.x/CHANGELOG.md)
- [Commits](nelmio/NelmioApiDocBundle@v4.12.0...v5.5.0)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-version: 5.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2025

Superseded by #28.

@dependabot dependabot bot closed this Sep 8, 2025
@dependabot dependabot bot deleted the dependabot/composer/nelmio/api-doc-bundle-tw-5.5 branch September 8, 2025 03:11
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