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.0 in /app #52

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2024

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

Release notes

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

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

v4.32.2

What's Changed

New Contributors

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

v4.32.1

What's Changed

New Contributors

Full Changelog: nelmio/NelmioApiDocBundle@v4.32.0...v4.32.1

v4.32.0

What's Changed

... (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
  • 9ee5f58 feat: add support for name based serialisation of JMS enums (#2355)
  • 1e283ef fix: custom JMS enum type handling (#2372)
  • 3a58743 docs: improve areas attribute rendering (#2371)
  • c0a4aee feat: 4.x annotation to attribute migration 5.x (#2369)
  • 4cc45e8 ci: codecov test results (#2367)
  • c845c0f ci: [4.x] codecov (#2366)
  • 9587aa7 fix: add missing trigger_deprecation calls to deprecated classes, methods (#2...
  • be67a3a feat: support multiple authorisations to be stored and restored (#2311)
  • 748c6e0 revert: bring back schema to interface (#2360)
  • f46437a refactor: determining property required logic (#2359)
  • 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.0.
- [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.0)

---
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 Oct 31, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 7, 2024

Superseded by #57.

@dependabot dependabot bot closed this Nov 7, 2024
@dependabot dependabot bot deleted the dependabot/composer/app/nelmio/api-doc-bundle-4.33.0 branch November 7, 2024 17:01
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