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 nelmio/api-doc-bundle from 4.28.0 to 4.33.3 in /app #57

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2024

Bumps nelmio/api-doc-bundle from 4.28.0 to 4.33.3.

Release notes

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

v4.33.3

What's Changed

Full Changelog: nelmio/NelmioApiDocBundle@v4.33.2...v4.33.3

v4.33.2

What's Changed

Full Changelog: nelmio/NelmioApiDocBundle@v4.33.1...v4.33.2

v4.33.1

What's Changed

New Contributors

Full Changelog: nelmio/NelmioApiDocBundle@v4.33.0...v4.33.1

v4.33.0

What's Changed

New Contributors

Full Changelog: nelmio/NelmioApiDocBundle@v4.32.3...v4.33.0

v4.32.3

What's Changed

Full Changelog: nelmio/NelmioApiDocBundle@v4.32.2...v4.32.3

... (truncated)

Changelog

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

CHANGELOG

4.32.3

  • Deprecated Nelmio\ApiDocBundle\Annotation namespace in favor of Nelmio\ApiDocBundle\Attribute namespace in preparation for 5.x. Consider upgrading to the new attribute syntax.
- use Nelmio\ApiDocBundle\Annotation\Areas;
- use Nelmio\ApiDocBundle\Annotation\Model;
- use Nelmio\ApiDocBundle\Annotation\Operation;
- use Nelmio\ApiDocBundle\Annotation\Security;

use Nelmio\ApiDocBundle\Attribute\Areas;
use Nelmio\ApiDocBundle\Attribute\Model;
use Nelmio\ApiDocBundle\Attribute\Operation;
use Nelmio\ApiDocBundle\Attribute\Security;

4.32.0

  • Added support to configure options and serializationContext via nelmio_api_doc.models.names.
  • Fixed serializationContext not being applied to nested models.

4.31.0

  • Added support to opt out of JMS serializer usage per endpoint by setting useJms in the serializationContext.
    #[OA\Response(response: 200, content: new Model(type: UserDto::class, serializationContext: ["useJms" => false]))]

4.30.0

  • Create top level OpenApi Tag from Tags top level annotations/attributes

4.25.3

  • Calling DocumentationExtension::getExtendedType() has been deprecated in favor of DocumentationExtension::getExtendedTypes() to align with the deprecation introduced with symfony/symfony version 4.2.

4.26.0

  • Add ability to configure UI through configuration
nelmio_api_doc:
  html_config:
    assets_mode: bundle
    redocly_config:
      expandResponses: '200,201'
      hideDownloadButton: true
    swagger_ui_config:
      deepLinking: true
</tr></table> 

... (truncated)

Commits
  • 2384711 chore(deps): bump redoc from 2.0.0 to 2.2.0 in /utils (#2383)
  • 170f062 chore(deps): bump swagger-ui-dist from 5.18.1 to 5.18.2 in /utils (#2384)
  • 56b7bb3 ci: skip codecov upload for dependabot (#2385)
  • 46affd6 chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 (#2382)
  • ceb2fd8 ci: automated UI file updates (#2381)
  • f981465 fix: incorrect script destination (#2380)
  • 9d74fa9 fix: incorrect directory used for updated swagger-ui (#2379)
  • 84c7916 fix: override code based defaults with explicit ones (#2377)
  • b79abc1 fix: updated swagger-ui to v5.18.1 (#2378)
  • 1023c9d refactor: remove deprecation & thrown exception & constructor defaults (#2375)
  • 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)

Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.28.0 to 4.33.3.
- [Release notes](https://github.com/nelmio/NelmioApiDocBundle/releases)
- [Changelog](https://github.com/nelmio/NelmioApiDocBundle/blob/master/CHANGELOG.md)
- [Commits](nelmio/NelmioApiDocBundle@v4.28.0...v4.33.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 8, 2024

Superseded by #58.

@dependabot dependabot bot closed this Nov 8, 2024
@dependabot dependabot bot deleted the dependabot/composer/app/nelmio/api-doc-bundle-4.33.3 branch November 8, 2024 16:36
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.

0 participants