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.16.2 to 4.25.2 #648

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps nelmio/api-doc-bundle from 4.16.2 to 4.25.2.

Release notes

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

4.25.2

What's Changed

New Contributors

Full Changelog: nelmio/NelmioApiDocBundle@v4.25.1...4.25.2

v4.25.1

What's Changed

Full Changelog: nelmio/NelmioApiDocBundle@v4.25.0...v4.25.1

v4.25.0

Changelog

  • Added support for JMS @​Discriminator annotation/attribute
    #[\JMS\Serializer\Annotation\Discriminator(field: 'type', map: ['car' => Car::class, 'plane' => Plane::class])]
    abstract class Vehicle { }
    class Car extends Vehicle { }
    class Plane extends Vehicle { }

What's Changed

New Contributors

Full Changelog: nelmio/NelmioApiDocBundle@v4.24.1...v4.25.0

v4.24.1

Changes

v4.24.0

Changelog

Added support for some integer ranges (https://phpstan.org/writing-php-code/phpdoc-types#integer-ranges). Annotations attached to integer properties like:

  /**
   * @var int<6, 11>
   * @var int<min, 11>
   * @var int<6, max>
</tr></table> 

... (truncated)

Changelog

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

CHANGELOG

4.25.0

  • Added support for JMS @​Discriminator annotation/attribute
    #[\JMS\Serializer\Annotation\Discriminator(field: 'type', map: ['car' => Car::class, 'plane' => Plane::class])]
    abstract class Vehicle { }
    class Car extends Vehicle { }
    class Plane extends Vehicle { }

4.24.0

  • Added support for some integer ranges (https://phpstan.org/writing-php-code/phpdoc-types#integer-ranges).
    Annotations attached to integer properties like:
      /**
       * @var int<6, 11>
       * @var int<min, 11>
       * @var int<6, max>
       * @var positive-int
       * @var negative-int
       */
    will be interpreted as appropriate minimum and maximum properties in the generated OpenAPI specification.

Minor breaking change

Dropped support for PHP 7.2 and PHP 7.3. PHP 7.4 is the minimum required version now.

4.23.0

  • Cache configuration option nelmio_api_doc.cache.item_id now automatically gets the area appended.
    nelmio_api_doc:
        cache:
            pool: app.cache
            item_id: nelmio_api_doc.docs
        areas:
            default: 
                ...
            area1:   
                ...
    Result in cache keys: nelmio_api_doc.docs.default & nelmio_api_doc.docs.area1 to be used respectively.
  • Added cache configuration option per area.
    nelmio_api_doc:
        areas:

... (truncated)

Commits

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.16.2 to 4.25.2.
- [Release notes](https://github.com/nelmio/NelmioApiDocBundle/releases)
- [Changelog](https://github.com/nelmio/NelmioApiDocBundle/blob/master/CHANGELOG.md)
- [Commits](nelmio/NelmioApiDocBundle@v4.16.2...4.25.2)

---
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]>
Copy link

composer.lock

Package changes

Package Operation From To About
doctrine/deprecations upgrade 1.1.2 1.1.3 diff
doctrine/lexer upgrade 2.1.0 2.1.1 diff
nelmio/api-doc-bundle upgrade v4.16.2 4.25.2 diff
phpdocumentor/type-resolver upgrade 1.6.2 1.8.2 diff
phpstan/phpdoc-parser upgrade 1.25.0 1.28.0 diff
spryker-sdk/utils upgrade 0.2.2 0.2.3 diff
symfony/flex upgrade v1.21.4 v1.21.6 diff
symfony/polyfill-intl-grapheme upgrade v1.28.0 v1.29.0 diff
symfony/polyfill-intl-idn upgrade v1.28.0 v1.29.0 diff
symfony/polyfill-intl-normalizer upgrade v1.28.0 v1.29.0 diff
symfony/polyfill-mbstring upgrade v1.28.0 v1.29.0 diff
symfony/polyfill-php73 upgrade v1.28.0 v1.29.0 diff
symfony/polyfill-php80 upgrade v1.28.0 v1.29.0 diff
symfony/polyfill-php81 upgrade v1.28.0 v1.29.0 diff
symfony/polyfill-uuid upgrade v1.28.0 v1.29.0 diff
symfony/service-contracts upgrade v2.5.2 v2.5.3 diff
zircote/swagger-php upgrade 4.8.3 4.8.6 diff
symfony/serializer downgrade v6.0.19 v6.0.14 diff

Settings · Docs · Powered by Private Packagist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

0 participants