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

fix(deps): update dependency api-platform/core to v3.2.9 #4129

Merged
merged 8 commits into from
Dec 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
api-platform/core (source) 3.2.4 -> 3.2.9 age adoption passing confidence

Release Notes

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

v3.2.9

Compare Source

What's Changed

Full Changelog: api-platform/core@v3.2.8...v3.2.9

v3.2.8

Compare Source

Bug fixes

v3.2.7

Compare Source

Symfony 7 support.

Bug fixes

v3.2.6

Compare Source

Bug fixes

To have errors backward compatible with 3.1, use:

api_platform:
    defaults:
         extra_properties:
             rfc_7807_compliant_errors: false

New extension points are available using Errors with rfc_7807_compliant_errors: true such as Error provider and Error Resource

v3.2.5

Compare Source

Full Changelog: api-platform/core@v3.2.4...v3.2.5


Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Nov 15, 2023
Copy link
Contributor Author

renovate bot commented Nov 15, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot enabled auto-merge November 15, 2023 12:48
@BacLuc
Copy link
Contributor

BacLuc commented Nov 15, 2023

Failure may be related to api-platform/core#5961
(and for the future: api-platform/core#5963)

auto-merge was automatically disabled November 16, 2023 15:24

Merge queue setting changed

@renovate renovate bot force-pushed the renovate/api-platform-core-3.x branch from 5952ac9 to 0d09022 Compare November 18, 2023 15:33
@renovate renovate bot changed the title fix(deps): update dependency api-platform/core to v3.2.5 fix(deps): update dependency api-platform/core to v3.2.6 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/api-platform-core-3.x branch 13 times, most recently from 709b5ca to bd01ede Compare November 30, 2023 02:03
@renovate renovate bot changed the title fix(deps): update dependency api-platform/core to v3.2.6 fix(deps): update dependency api-platform/core to v3.2.7 Nov 30, 2023
@renovate renovate bot force-pushed the renovate/api-platform-core-3.x branch 7 times, most recently from ba0fc2c to 031015a Compare December 6, 2023 09:26
@renovate renovate bot changed the title Update dependency api-platform/core to v3.2.8 Update dependency api-platform/core to v3.2.9 Dec 20, 2023
@renovate renovate bot force-pushed the renovate/api-platform-core-3.x branch 4 times, most recently from 34344f1 to 520bff7 Compare December 21, 2023 07:09
@renovate renovate bot changed the title Update dependency api-platform/core to v3.2.9 fix(deps): update dependency api-platform/core to v3.2.9 Dec 22, 2023
@renovate renovate bot force-pushed the renovate/api-platform-core-3.x branch from 520bff7 to aeb5335 Compare December 22, 2023 15:22
Copy link
Contributor Author

renovate bot commented Dec 22, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@usu
Copy link
Member

usu commented Dec 23, 2023

Failure may be related to api-platform/core#5961 (and for the future: api-platform/core#5963)

Api-platform 3.2 introduced some breaking changes on the format of error responses. We fixed these BCs with #3985.

Upstream, the BCs have now been fixed in api-platform/core#5974, hence I reverted our own changes as well.

see commit 2bb6fbc

@usu
Copy link
Member

usu commented Dec 23, 2023

Another issue was introduced with api-platform/core#5901

IRI-references without a specific example value provided by us now contain "https://example.com". This messes up the automatic payload generation for our API tests. It's an easy fix for the tests, as we can easily override the example values.

However, this also has an effect on the generated OpenAPI output (see snapshot changes). Might be worth to look through to them to verify if we're still ok with this, or whether there's any upstream issue we want to trigger.

ResponseHeaderBag->get only returns the first header for the key.
But we want all headers for the key set-cookie.
if the key is 'set-cookie', this function returns the values in an flat array.
Else it returns all headers with the the cookies.
@@ -680,11 +693,12 @@ components:
type: object
Activity.jsonhal-read_ScheduleEntry.Activity:
deprecated: false
description: 'A piece of programme that will be carried out once or multiple times in a camp.'
description: ''
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find it strange that the descriptions of the derived models are now missing,
but not of all derived models, but when then only of derived models.
For me it is ok if we make the update first and then try to fix the documentation again

@BacLuc BacLuc added the deploy! Creates a feature branch deployment for this PR label Dec 23, 2023
Copy link

github-actions bot commented Dec 23, 2023

Feature branch deployment currently inactive.

If the PR is still open, you can add the deploy! label to this PR to trigger a feature branch deployment.

@usu usu enabled auto-merge December 28, 2023 12:51
@usu usu added this pull request to the merge queue Dec 28, 2023
Merged via the queue into devel with commit accaa60 Dec 28, 2023
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy! Creates a feature branch deployment for this PR renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants