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

Update dependency api-platform/core to v4 - autoclosed #175

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
api-platform/core (source) ^3.2.26 -> ^4.0.12 age adoption passing confidence

Release Notes

api-platform/core (api-platform/core)

v4.0.12

Compare Source

What's Changed

New Contributors

Full Changelog: api-platform/core@v4.0.11...v4.0.12

v4.0.11

Compare Source

Bug fixes
  • af66075fd fix(laravel): fix foregin keys (relations) beeing in attributes (#​6843)
Features

Also contains v3.4.8 changes.

v4.0.10

Compare Source

Bug fixes

Also contains v3.4.7 changes.

Features

v4.0.9

Compare Source

Bug fixes

Also contains v3.4.6 changes.

Features

v4.0.8

Compare Source

Bug fixes
Features

v4.0.7

Compare Source

Bug fixes
  • 17c916c3a fix(symfony): BackedEnumProvider typo fix (#​6769)
  • 216d9ccaa fix(serializer): fetch type on normalization error when possible (#​6761)
  • 2f967d934 fix(doctrine): throw an exception when a filter is not found in a parameter (#​6767)
  • 6c9b508b0 fix(laravel): remove link header when jsonld is not enabled (#​6768)
  • 736ca045e fix(validator): allow to pass both a ConstraintViolationList and a previous exception (#​6762)
  • 9ac3661b6 fix(hydra): store and use hydra context in a local variable (#​6765)
Features

v4.0.6

Compare Source

Bug fixes
Features

v4.0.5

Compare Source

Bug fixes
Features

v4.0.4

Compare Source

Bug fixes
Features

v4.0.3

Compare Source

Bug fixes
  • 025f63e69 fix(laravel): route registration of EntrypointController should be last (#​6667)
  • 2b4937a3e fix(laravel): eloquent accessors (#​6668)
  • 4312a1f55 fix(metadata): register parameters on graphql operations
  • 6d4e24883 fix(laravel): hiding/showing relationships (#​6679)
  • 85306f2f5 fix(laravel): swagger ui authentication (#​6661)
  • a6e37068e fix(laravel): use Model::qualifyColumn instead of hardcoding $table.$column (#​6658)
  • b0d5a2ade fix(laravel): register global middleware to secure non-rest routes
  • f9d96e546 fix(metadata): graphql can be disabled but with an existing operation
Features

v4.0.2

Compare Source

Bug fixes
  • 219199db3 fix(symfony): missing alias to serializer context builder interface (#​6643)
  • 5f943e3bb fix(graphql): wrong exception namespace (#​6647)
  • 72a0b669a fix(serializer): remove serializer context builder interface
  • 88bd8c3e1 fix(laravel): installation command, fix config overwrites (#​6649)
  • 93314b08d fix(serializer): allow state's SerializerFilterContextBuilderInterface (#​6632)
  • 9a0afc917 fix(serializer): remove unnecessary dependency
  • c47e2996e fix: default format and standard_put values
  • e327f5f69 fix(symfony): namespace of path segment name generator services (#​6642)

Notes:

standard_put=true is now the default, you can set it to false using extra_properties.defaults

v4.0.1

Compare Source

Bug fixes
  • af66075fd fix(laravel): fix foregin keys (relations) beeing in attributes (#​6843)
Features

Also contains v3.4.8 changes.

v4.0.0

Compare Source

Bug fixes
Features

v3.4.9

Compare Source

What's Changed

Notes

  • Parameter::getValue() now takes a default value as argument getValue(mixed $default = new ParameterNotFound()): mixed
  • Parametes::get(string $key, string $parameterClass = QueryParameter::class) (but also has and remove) now has a default value as second argument to QueryParameter::class
  • Constraint violation had the wrong message when using property, fixed by using the key instead

New Contributors

Full Changelog: api-platform/core@v3.4.8...v3.4.9

v3.4.8

Compare Source

Bug fixes
  • 4d7deeaf7 fix(jsonld): check if supportedTypes exists (#​6825)
  • 5111935d4 fix(symfony): object typed property schema collection restriction (#​6823)
  • 6bf894f6f fix(serializer): use attribute denormalization context for constructor arguments (#​6821)
  • 86c97cac3 fix(symfony): symfony 7.2 deprecations (#​6835)
  • d312eae7e fix(doctrine): fixed orm datefilter applying inner join when no filtering values have been provided (#​6849)

v3.4.7

Compare Source

Bug fixes
  • 2d25e79e0 fix(symfony): unset item_uri_template when serializing an error (#​6816)

v3.4.6

Compare Source

Bug fixes

v3.4.5

Compare Source

Bug fixes

v3.4.4

Compare Source

Bug fixes

v3.4.3

Compare Source

Bug fixes
  • 3ca599158 fix(hydra): hydra_prefix on errors (#​6704)
  • f7f605dc8 fix: check that api-platform/ramsey-uuid is installed before registering related services (#​6696)
  • fbb53e5e3 fix(symfony): metadata aware name converter has 0 arguments by default (#​6711)

v3.4.2

Compare Source

Bug fixes
  • 0ca76fc89 fix(elasticsearch): allow elasticsearch 7 (#​6689)
  • 15d61c4b7 fix(metadata): using parameters in fromClass and toClass uriVariables' options (#​6663)
  • 2e2044636 fix(metadata): parameter provider in a long running http worker (#​6683)
  • 4c58b33e8 fix(jsonapi): fixed definition name to allow using the same class names in different namespaces (#​6676)
  • 4f5f56756 fix: remove hydra prefix on errors (#​6624)
  • afe7d47d7 fix(metadata): passing class as parameter in XML ApiResource's definition (#​6659)
  • b93ee467c fix(metadata): overwriting XML ApiResource definition by YAML ApiResource definition (#​6660)

v3.4.1

Compare Source

Bug fixes
  • 219199db3 fix(symfony): missing alias to serializer context builder interface (#​6643)
  • 5f943e3bb fix(graphql): wrong exception namespace (#​6647)
  • 93314b08d fix(serializer): allow state's SerializerFilterContextBuilderInterface (#​6632)
  • 9a0afc917 fix(serializer): remove unnecessary dependency
  • e327f5f69 fix(symfony): namespace of path segment name generator services (#​6642)

v3.4.0

Compare Source

Deprecations:

Namespaces like ApiPlatform/Api or ApiPlatform/Util are deprecated and will be removed in 4.0.
You should now install api-platform/symfony instead of api-platform/core.

Read the upgrade guide for detailed steps.

Bug fixes

Various fixes for components isolation.

Features

v3.3.14

Compare Source

Bug fixes
  • 4c58b33e8 fix(jsonapi): fixed definition name to allow using the same class names in different namespaces (#​6676)

v3.3.13

Compare Source

Bug fixes

v3.3.12

Compare Source

Bug fixes
  • 0a461d749 fix(symfony): allow schema restriction for collection like property from choice constraint (#​6520)
  • 0e91b0451 fix: use correct class in FilterValidationException deprecation message (#​6549)
  • 2da8dd326 fix(symfony): replace tagged by tagged_iterator
  • 3b42c9ff2 fix: deserialization path for not denormalizable relations collected errors (#​6537)
  • 41deeb4e4 fix(symfony): fix debug:api-resource command for class with multiple resources with same uriTemplate (#​6505)
  • 52fd9818b fix(elasticsearch): change normalize return type to compatible with other normalizers (#​6493)
  • b3d7c0768 fix(openapi): allow null return type parameter

v3.3.11

Compare Source

Features

v3.3.10

Compare Source

Bug fixes

v3.3.9

Compare Source

Bug fixes

v3.3.8

Compare Source

Bug fixes
Features

These are enhancement to the experimental Parameter feature:

v3.3.7

Compare Source

Bug fixes

v3.3.6

Compare Source

Bug fixes

Notes:

The patch at #​6426 introduces a new validateAfterResolver option to mitigate the BC-break introduced in 3.3 that does the validation before calling the resolver:

new Mutation(
    resolver: 'app.graphql.mutation_resolver.activity_log',
    name: 'create',
    validateAfterResolver: true,
    validate: false
)

v3.3.5

Compare Source

Bug fixes

v3.3.4

Compare Source

Bug fixes

v3.3.3

Compare Source

Bug fixes

v3.3.2

Compare Source

Bug fixes

Configuration

📅 Schedule: Branch creation - "* * * * 0,6" in timezone America/New_York, Automerge - "* 0-3 * * 1" in timezone America/New_York.

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

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/major-api-platform branch 4 times, most recently from 356571b to 402b4db Compare September 28, 2024 10:18
@renovate renovate bot force-pushed the renovate/major-api-platform branch 8 times, most recently from 830ae7b to b8e180e Compare October 11, 2024 14:27
@renovate renovate bot force-pushed the renovate/major-api-platform branch 18 times, most recently from 79012e6 to 6f7a1d2 Compare October 19, 2024 06:16
@renovate renovate bot force-pushed the renovate/major-api-platform branch 3 times, most recently from ae05b9a to 3eada5e Compare October 22, 2024 11:22
@renovate renovate bot force-pushed the renovate/major-api-platform branch from 3eada5e to 2ddf876 Compare October 28, 2024 13:35
@renovate renovate bot force-pushed the renovate/major-api-platform branch 4 times, most recently from 4a7e164 to b747281 Compare November 7, 2024 00:47
@renovate renovate bot force-pushed the renovate/major-api-platform branch from b747281 to 5e688c9 Compare November 15, 2024 12:33
@renovate renovate bot force-pushed the renovate/major-api-platform branch from 5e688c9 to 2b7c2b4 Compare November 22, 2024 14:47
Copy link
Contributor Author

renovate bot commented Nov 22, 2024

⚠️ 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
    - laminas/laminas-code is locked to version 4.13.0 and an update of this package was not requested.
    - laminas/laminas-code 4.13.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 2
    - nette/schema is locked to version v1.3.0 and an update of this package was not requested.
    - nette/schema v1.3.0 requires php 8.1 - 8.3 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 3
    - nette/utils is locked to version v4.0.4 and an update of this package was not requested.
    - nette/utils v4.0.4 requires php >=8.0 <8.4 -> your php version (8.4.1) does not satisfy that requirement.
  Problem 4
    - friendsofphp/proxy-manager-lts is locked to version v1.0.18 and an update of this package was not requested.
    - friendsofphp/proxy-manager-lts v1.0.18 requires laminas/laminas-code ~3.4.1|^4.0 -> satisfiable by laminas/laminas-code[4.13.0].
    - laminas/laminas-code 4.13.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.1) does not satisfy that requirement.


@renovate renovate bot force-pushed the renovate/major-api-platform branch from 2b7c2b4 to f351403 Compare November 29, 2024 07:55
@renovate renovate bot force-pushed the renovate/major-api-platform branch from f351403 to 1a19551 Compare December 6, 2024 12:33
@renovate renovate bot force-pushed the renovate/major-api-platform branch from 1a19551 to 9872478 Compare December 13, 2024 15:01
@renovate renovate bot force-pushed the renovate/major-api-platform branch from 9872478 to 92ae28d Compare December 16, 2024 19:06
@renovate renovate bot changed the title Update dependency api-platform/core to v4 Update dependency api-platform/core to v4 - autoclosed Dec 18, 2024
@renovate renovate bot closed this Dec 18, 2024
@renovate renovate bot deleted the renovate/major-api-platform branch December 18, 2024 04:46
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