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 doctrine/orm to v2.16.1 #3647

Merged
merged 2 commits into from
Aug 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
doctrine/orm (source) require minor 2.15.4 -> 2.16.1

Release Notes

doctrine/orm (doctrine/orm)

v2.16.1

Compare Source

Release Notes for 2.16.1

2.16.x bugfix release (patch)

2.16.1
  • Total issues resolved: 0
  • Total pull requests resolved: 10
  • Total contributors: 6
Static Analysis
Bug,Regression
Documentation
Bug
Bug,Deprecation

v2.16.0

Compare Source

Release Notes for 2.16.0
2.16.0
  • Total issues resolved: 0
  • Total pull requests resolved: 15
  • Total contributors: 7
New Feature
Improvements
Deprecation
Static Analysis
Test Suite

v2.15.5

Compare Source

Release Notes for 2.15.5

2.15.x bugfix release (patch)

2.15.5
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
Bugfixes

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 Aug 1, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Aug 1, 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 (rebase) August 1, 2023 15:55
@renovate renovate bot force-pushed the renovate/doctrine-orm-2.x branch 15 times, most recently from 02a8d7c to 928caf6 Compare August 8, 2023 19:22
@renovate renovate bot force-pushed the renovate/doctrine-orm-2.x branch 2 times, most recently from c163d05 to 935abcd Compare August 9, 2023 03:51
@renovate renovate bot changed the title fix(deps): update dependency doctrine/orm to v2.16.0 fix(deps): update dependency doctrine/orm to v2.16.1 Aug 9, 2023
@renovate renovate bot force-pushed the renovate/doctrine-orm-2.x branch 7 times, most recently from bbfeb68 to d24ea04 Compare August 12, 2023 04:29
@renovate renovate bot force-pushed the renovate/doctrine-orm-2.x branch 6 times, most recently from 238eb14 to 3bb1d6e Compare August 14, 2023 08:17
@renovate renovate bot force-pushed the renovate/doctrine-orm-2.x branch from 3bb1d6e to 2716fef Compare August 14, 2023 08:35
@@ -93,7 +93,7 @@ public function testGetSingleActivityIsAllowedForMember() {
$this->assertEquals($this->getIriFor($activity->getRootContentNode()), $data['_embedded']['rootContentNode']['_links']['self']['href']);
$this->assertEquals($this->getIriFor($activity->getRootContentNode()), $data['_embedded']['rootContentNode']['_links']['root']['href']);
$this->assertContains(['href' => $this->getIriFor('multiSelect1')], $data['_embedded']['rootContentNode']['_links']['children']);
$this->assertEquals($this->getIriFor('materialNode1'), $data['_embedded']['contentNodes'][0]['_links']['self']['href']);
Copy link
Member

Choose a reason for hiding this comment

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

Testing for the first item if flaky, because it depends on the sorting of the embedded items. At the moment, sorting of embedded items is undefined (#2651). Hence switching to count of embedded items.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 14, 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.

@renovate renovate bot merged commit cf24a72 into devel Aug 14, 2023
36 of 38 checks passed
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.

1 participant