Skip to content

[Dependency] Bump doctrine/orm from 2.19.6 to 3.5.0 in /site#11935

Merged
williamjallen merged 2 commits into
mainfrom
dependabot/composer/site/doctrine/orm-3.5.0
Aug 8, 2025
Merged

[Dependency] Bump doctrine/orm from 2.19.6 to 3.5.0 in /site#11935
williamjallen merged 2 commits into
mainfrom
dependabot/composer/site/doctrine/orm-3.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2025

Copy link
Copy Markdown
Contributor

Bumps doctrine/orm from 2.19.6 to 3.5.0.

Release notes

Sourced from doctrine/orm's releases.

3.5.0

Release Notes for 3.5.0

Feature release (minor)

3.5.0

  • Total issues resolved: 0
  • Total pull requests resolved: 9
  • Total contributors: 5

New Features

Improvements

Deprecations

3.4.4

Release Notes for 3.4.4

3.4.x bugfix release (patch)

3.4.4

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3

Bugfixes

Improvement

Static Analysis

... (truncated)

Upgrade guide

Sourced from doctrine/orm's upgrade guide.

Upgrade to 3.5

Deprecate not using native lazy objects on PHP 8.4+

Having native lazy objects disabled on PHP 8.4+ is deprecated and will not be possible in 4.0.

You can enable them through configuration:

$config->enableNativeLazyObjects(true);

As a consequence, methods, parameters and commands related to userland lazy objects have been deprecated on PHP 8.4+:

  • Doctrine\ORM\Tools\Console\Command\GenerateProxiesCommand
  • Doctrine\ORM\Configuration::getAutoGenerateProxyClasses()
  • Doctrine\ORM\Configuration::getProxyDir()
  • Doctrine\ORM\Configuration::getProxyNamespace()
  • Doctrine\ORM\Configuration::setAutoGenerateProxyClasses()
  • Doctrine\ORM\Configuration::setProxyDir()
  • Doctrine\ORM\Configuration::setProxyNamespace()
  • Passing more than one argument to Doctrine\ORM\Proxy\ProxyFactory::__construct()

Additionally, some methods of ORMSetup have been deprecated in favor of a new counterpart.

  • Doctrine\ORM\ORMSetup::createAttributeMetadataConfiguration() is deprecated in favor of Doctrine\ORM\ORMSetup::createAttributeMetadataConfig()
  • Doctrine\ORM\ORMSetup::createXMLMetadataConfiguration() is deprecated in favor of Doctrine\ORM\ORMSetup::createXMLMetadataConfig()
  • Doctrine\ORM\ORMSetup::createConfiguration() is deprecated in favor of Doctrine\ORM\ORMSetup::createConfig()

Deprecate methods for configuring no longer configurable features

Since 3.0, lazy ghosts are enabled unconditionally, and so is rejecting ID collisions in the identity map.

As a consequence, the following methods are deprecated and will be removed in 4.0:

  • Doctrine\ORM\Configuration::setLazyGhostObjectEnabled()
  • Doctrine\ORM\Configuration::isLazyGhostObjectEnabled()
  • Doctrine\ORM\Configuration::setRejectIdCollisionInIdentityMap()
  • Doctrine\ORM\Configuration::isRejectIdCollisionInIdentityMapEnabled()

Upgrade to 3.4.1

BC BREAK: You can no longer use the .* notation to get all fields of an entity in a DTO

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@github-project-automation github-project-automation Bot moved this to Seeking Reviewer in Submitty Development Aug 1, 2025
@dependabot
dependabot Bot force-pushed the dependabot/composer/site/doctrine/orm-3.5.0 branch 4 times, most recently from 18628bc to 532b5fb Compare August 4, 2025 22:42
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.19.6 to 3.5.0.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Upgrade guide](https://github.com/doctrine/orm/blob/3.5.x/UPGRADE.md)
- [Commits](doctrine/orm@2.19.6...3.5.0)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot
dependabot Bot force-pushed the dependabot/composer/site/doctrine/orm-3.5.0 branch from 532b5fb to e148439 Compare August 4, 2025 23:57
@lavalleeale lavalleeale self-assigned this Aug 7, 2025
…d adjust DoctrineExtensionTester connection setup
@codecov

codecov Bot commented Aug 7, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 21.75%. Comparing base (29ea283) to head (0f9409b).
⚠️ Report is 20 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main   #11935   +/-   ##
=========================================
  Coverage     21.75%   21.75%           
  Complexity     9459     9459           
=========================================
  Files           267      267           
  Lines         36146    36146           
  Branches        474      474           
=========================================
  Hits           7863     7863           
  Misses        27813    27813           
  Partials        470      470           
Flag Coverage Δ
autograder 21.31% <ø> (ø)
js 2.07% <ø> (ø)
migrator 100.00% <ø> (ø)
php 20.76% <ø> (ø)
python_submitty_utils 80.08% <ø> (ø)
submitty_daemon_jobs 90.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@IDzyre IDzyre left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Reasonable changes, and fixing tests, looks good to me.

@github-project-automation github-project-automation Bot moved this from Seeking Reviewer to Awaiting Maintainer Review in Submitty Development Aug 7, 2025
@williamjallen
williamjallen merged commit 11155a9 into main Aug 8, 2025
25 checks passed
@williamjallen
williamjallen deleted the dependabot/composer/site/doctrine/orm-3.5.0 branch August 8, 2025 17:08
@github-project-automation github-project-automation Bot moved this from Awaiting Maintainer Review to Done in Submitty Development Aug 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants