-
Notifications
You must be signed in to change notification settings - Fork 50
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
Conversation
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
02a8d7c
to
928caf6
Compare
c163d05
to
935abcd
Compare
bbfeb68
to
d24ea04
Compare
238eb14
to
3bb1d6e
Compare
3bb1d6e
to
2716fef
Compare
@@ -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']); |
There was a problem hiding this comment.
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.
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
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
Static Analysis
getSingleScalarResult
thanks to @whatUwantBug,Regression
Documentation
Bug
Bug,Deprecation
v2.16.0
Compare Source
Release Notes for 2.16.0
2.16.0
New Feature
Improvements
10848: Use properties instead of getters to read property/class names via reflection thanks to @nicolas-grekas
10832: Decouple public API from Doctrine\Persistence\Proxy thanks to @nicolas-grekas
10785: Add a safeguard against multiple objects competing for the same identity map entry thanks to @mpdude
10735: Make it possible to have non-NULLable self-referencing associations when using application-provided IDs thanks to @mpdude
10704: Remove unreachable piece of code thanks to @greg0ire
10547: Compute the commit order (inserts/deletes) on the entity level thanks to @mpdude
10833: Cleanup psalm-type AutogenerateMode thanks to @nicolas-grekas
10598: Support not Insertable/Updateable columns for entities with
JOINED
inheritance type thanks to @e-vil-devDeprecation
Static Analysis
AbstractQuery::getSingleScalarResult()
thanks to @phansysTest Suite
v2.15.5
Compare Source
Release Notes for 2.15.5
2.15.x bugfix release (patch)
2.15.5
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.
This PR has been generated by Mend Renovate. View repository job log here.