Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 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.0.0

To migrate from 4.x to 5.0, follow our guide.

What's Changed

Full Changelog: nelmio/NelmioApiDocBundle@v4.38.1...v5.0.0

Changelog

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

CHANGELOG

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;
}

  • Added support for the #[MapUploadedFile] symfony controller argument attribute

4.37.0

4.36.1

  • Passing an array key value with a list of strings to the Areas annotation/attribute is deprecated. Pass the list of strings directly.
-#[Areas(properties: ['value' => ['foo', 'bar']])]
+#[Areas(properties: ['foo', 'bar'])]
-#[Areas(['value' => ['foo', 'bar']])]
+#[Areas(['foo', 'bar'])]

4.36.0

  • Configuration option with_annotation has been deprecated in favor of with_attribute
nelmio_api_doc:
    areas:
        path_patterns:
            - ^/api/foo
-       with_annotation: true
+       with_attribute: true

4.35.0

  • Added support for the symfony/type-info component
nelmio_api_doc:
  type_info: true

4.34.0

  • Changed minimum Symfony version for 7.x from 7.0 to 7.1

... (truncated)

Commits

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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.0.0)

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

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

dependabot bot commented on behalf of github Mar 10, 2025

The following labels could not be found: dependencies.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2025

Superseded by #23.

@dependabot dependabot bot closed this May 26, 2025
@dependabot dependabot bot deleted the dependabot/composer/nelmio/api-doc-bundle-tw-5.0 branch May 26, 2025 03:13
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