Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(deps): update dependency nelmio/api-doc-bundle to v5 #33

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nelmio/api-doc-bundle ^4.26 -> ^5.0 age adoption passing confidence

Release Notes

nelmio/NelmioApiDocBundle (nelmio/api-doc-bundle)

v5.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: nelmio/NelmioApiDocBundle@v5.0.0...v5.0.1

v5.0.0

Compare Source

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

What's Changed

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

v4.38.2

Compare Source

  • Support of attribute MapQueryParameter with a regexp has been improved, it now converts the regexp from PCRE to ECMA-262 for better compliance with OpenApi.

v4.38.1

Compare Source

What's Changed

Full Changelog: nelmio/NelmioApiDocBundle@v4.38.0...v4.38.1

v4.38.0

Compare Source

  • 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

v4.37.1

Compare Source

What's Changed

Full Changelog: nelmio/NelmioApiDocBundle@v4.37.0...v4.37.1

v4.37.0

Compare Source

v4.36.2

Compare Source

What's Changed

Full Changelog: nelmio/NelmioApiDocBundle@v4.36.1...v4.36.2

v4.36.1

Compare Source

  • 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'])]

v4.36.0

Compare Source

  • 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

v4.35.2

Compare Source

What's Changed

Full Changelog: nelmio/NelmioApiDocBundle@v4.35.1...v4.35.2

v4.35.1

Compare Source

What's Changed

Full Changelog: nelmio/NelmioApiDocBundle@v4.35.0...v4.35.1

v4.35.0

Compare Source

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

v4.34.1

Compare Source

What's Changed

New Contributors

Full Changelog: nelmio/NelmioApiDocBundle@v4.34.0...v4.34.1

v4.34.0

Compare Source

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

v4.33.6

Compare Source

  • Fixed Symfony 7.2 deprecation of tagged arguments

v4.33.5

Compare Source

  • Added new optional parameter $context to PropertyDescriberInterface::supports()

v4.33.4

Compare Source

  • 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.

v4.33.3

Compare Source

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

v4.33.2

Compare Source

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

v4.33.1

Compare Source

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

v4.33.0

Compare Source

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

v4.32.3

Compare Source

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

v4.32.2

Compare Source

What's Changed

New Contributors

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

v4.32.1

Compare Source

What's Changed

New Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Mar 9, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer install --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - lcobucci/clock is locked to version 3.2.0 and an update of this package was not requested.
    - lcobucci/clock 3.2.0 requires php ~8.2.0 || ~8.3.0 -> your php version (8.4.7) does not satisfy that requirement.
  Problem 2
    - lcobucci/jwt is locked to version 5.3.0 and an update of this package was not requested.
    - lcobucci/jwt 5.3.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.7) does not satisfy that requirement.
  Problem 3
    - lexik/jwt-authentication-bundle is locked to version v3.0.0 and an update of this package was not requested.
    - lcobucci/clock 3.2.0 requires php ~8.2.0 || ~8.3.0 -> your php version (8.4.7) does not satisfy that requirement.
    - lexik/jwt-authentication-bundle v3.0.0 requires lcobucci/clock ^3.0 -> satisfiable by lcobucci/clock[3.2.0].


@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed Mar 11, 2025
@renovate renovate bot closed this Mar 11, 2025
@renovate renovate bot deleted the renovate/nelmio-api-doc-bundle-5.x branch March 11, 2025 06:26
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed fix(deps): update dependency nelmio/api-doc-bundle to v5 Mar 11, 2025
@renovate renovate bot reopened this Mar 11, 2025
@renovate renovate bot force-pushed the renovate/nelmio-api-doc-bundle-5.x branch from 2f8c721 to eae0c0a Compare March 11, 2025 12:42
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed Mar 12, 2025
@renovate renovate bot closed this Mar 12, 2025
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed fix(deps): update dependency nelmio/api-doc-bundle to v5 Mar 12, 2025
@renovate renovate bot reopened this Mar 12, 2025
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed Mar 12, 2025
@renovate renovate bot closed this Mar 12, 2025
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed fix(deps): update dependency nelmio/api-doc-bundle to v5 Mar 12, 2025
@renovate renovate bot reopened this Mar 12, 2025
@renovate renovate bot force-pushed the renovate/nelmio-api-doc-bundle-5.x branch from 7e5cf04 to eae0c0a Compare March 12, 2025 21:47
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed Mar 13, 2025
@renovate renovate bot closed this Mar 13, 2025
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed fix(deps): update dependency nelmio/api-doc-bundle to v5 Mar 13, 2025
@renovate renovate bot reopened this Mar 13, 2025
@renovate renovate bot force-pushed the renovate/nelmio-api-doc-bundle-5.x branch from d46d36a to eae0c0a Compare March 13, 2025 10:35
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed Mar 15, 2025
@renovate renovate bot closed this Mar 15, 2025
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed fix(deps): update dependency nelmio/api-doc-bundle to v5 Mar 16, 2025
@renovate renovate bot reopened this Mar 16, 2025
@renovate renovate bot force-pushed the renovate/nelmio-api-doc-bundle-5.x branch from b6203fc to eae0c0a Compare March 16, 2025 02:31
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed Mar 21, 2025
@renovate renovate bot closed this Mar 21, 2025
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed fix(deps): update dependency nelmio/api-doc-bundle to v5 Mar 21, 2025
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed May 3, 2025
@renovate renovate bot closed this May 3, 2025
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed fix(deps): update dependency nelmio/api-doc-bundle to v5 May 3, 2025
@renovate renovate bot reopened this May 3, 2025
@renovate renovate bot force-pushed the renovate/nelmio-api-doc-bundle-5.x branch from ec56194 to eae0c0a Compare May 3, 2025 07:03
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed May 4, 2025
@renovate renovate bot closed this May 4, 2025
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed fix(deps): update dependency nelmio/api-doc-bundle to v5 May 4, 2025
@renovate renovate bot reopened this May 4, 2025
@renovate renovate bot force-pushed the renovate/nelmio-api-doc-bundle-5.x branch from d635eaf to eae0c0a Compare May 4, 2025 10:32
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed May 6, 2025
@renovate renovate bot closed this May 6, 2025
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed fix(deps): update dependency nelmio/api-doc-bundle to v5 May 6, 2025
@renovate renovate bot reopened this May 6, 2025
@renovate renovate bot force-pushed the renovate/nelmio-api-doc-bundle-5.x branch from 214a866 to eae0c0a Compare May 6, 2025 19:32
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed May 9, 2025
@renovate renovate bot closed this May 9, 2025
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed fix(deps): update dependency nelmio/api-doc-bundle to v5 May 9, 2025
@renovate renovate bot reopened this May 9, 2025
@renovate renovate bot force-pushed the renovate/nelmio-api-doc-bundle-5.x branch from 5070656 to eae0c0a Compare May 9, 2025 23:15
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed May 11, 2025
@renovate renovate bot closed this May 11, 2025
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed fix(deps): update dependency nelmio/api-doc-bundle to v5 May 11, 2025
@renovate renovate bot reopened this May 11, 2025
@renovate renovate bot force-pushed the renovate/nelmio-api-doc-bundle-5.x branch from 4fbc15d to eae0c0a Compare May 11, 2025 18:25
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed May 12, 2025
@renovate renovate bot closed this May 12, 2025
@renovate renovate bot changed the title fix(deps): update dependency nelmio/api-doc-bundle to v5 - autoclosed fix(deps): update dependency nelmio/api-doc-bundle to v5 May 12, 2025
@renovate renovate bot reopened this May 12, 2025
@renovate renovate bot force-pushed the renovate/nelmio-api-doc-bundle-5.x branch from dfc4ac4 to eae0c0a Compare May 12, 2025 23:25
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