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.4 in /app #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

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.

4.33.4

  • Deprecated null type from $options in Nelmio\ApiDocBundle\Attribute\Model::__construct(). Pass an empty array ([]) instead.
  • Deprecated null type from $options in NNelmio\ApiDocBundle\Attribute\Model::__construct(). Pass an empty array ([]) instead.

4.33.3

  • Bumped swagger-ui files from 5.18.1 to 5.18.2
  • Bumped redoc files to 2.2.0

4.33.2

  • Fixed incorrect directory updated for swagger-ui files from version 4.33.2

4.33.1

  • Bumped swagger-ui files to 5.18.1
  • Fixed explicitly set default values defined in #[OA\Property] being overwritten

4.33.0

  • Fixed custom JMS enum type handling
  • Added support for name based serialisation of JMS enums

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

... (truncated)

Commits
  • c431718 refactor: deprecate options possibly being null (#2387)
  • 0dcdc7d ci: change interval to weekly (#2386)
  • 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)
  • 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.4.
- [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.4)

---
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 requested a review from hejkristina as a code owner November 8, 2024 16:36
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 8, 2024
@dependabot dependabot bot requested a review from lostfocus as a code owner November 8, 2024 16:36
@dependabot dependabot bot added the php Pull requests that update Php code label Nov 8, 2024
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