ecamp3 icon indicating copy to clipboard operation
ecamp3 copied to clipboard

fix(deps): update dependency doctrine/orm to v3

Open renovate[bot] opened this issue 1 year ago • 7 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
doctrine/orm (source) 2.19.5 -> 3.1.3 age adoption passing confidence

Release Notes

doctrine/orm (doctrine/orm)

v3.1.3

Compare Source

Release Notes for 3.1.3
3.1.3
  • Total issues resolved: 0
  • Total pull requests resolved: 6
  • Total contributors: 6
Bugfixes
Test Suite
Documentation

v3.1.2

Compare Source

Release Notes for 3.1.2
3.1.2
  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 4
Bug
Documentation
Static Analysis
Changes from Lower Branches

This release contains all changes of the 2.19.4 release.

v3.1.1

Compare Source

Release Notes for 3.1.1
3.1.1
  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3
Bug
Documentation
Changes from Lower Branches
  • This release contains all changes of the 2.19.1 release.
  • This release contains all changes of the 2.19.2 release.
  • This release contains all changes of the 2.19.3 release.

v3.1.0

Compare Source

Release Notes for 3.1.0

Feature release (minor)

3.1.0
  • Total issues resolved: 0
  • Total pull requests resolved: 11
  • Total contributors: 2
Deprecation
Improvement
Static Analysis
Documentation,Improvement
Changes from Lower Branches
  • This release contains all changes of the 2.19.0 release.

v3.0.3

Compare Source

Release Notes for 3.0.3
3.0.3
  • Total issues resolved: 0
  • Total pull requests resolved: 0
  • Total contributors: 0
Changes from Lower Branches
  • This release contains all changes of the 2.18.3 release.

v3.0.2

Compare Source

Release Notes for 3.0.2
3.0.2
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2
Code Style
Bug
Improvement
Changes from Lower Branches
  • This release contains all changes of the 2.18.2 release.

v3.0.1

Compare Source

Release Notes for 3.0.1

3.0.x bugfix release (patch)

3.0.1
  • Total issues resolved: 1
  • Total pull requests resolved: 12
  • Total contributors: 8
BC Break
Test Suite
Documentation
Bug
Static Analysis
CI
Changes from Lower Branches
  • This release contains all changes of the 2.18.1 release.

v3.0.0

Compare Source

Release Notes for 3.0.0

After almost 8 years of work by many different contributors, we're incredibly proud to announce the release of Doctrine ORM 3.0.0!

Upgrade

We've written an upgrade guide, but the best way to prepare for the upgrade is to first upgrade to the latest 2.x version, and address any deprecation that is reported.

3.0.0
  • Total issues resolved: 9
  • Total pull requests resolved: 241
  • Total contributors: 22
BC Break
Improvement
Bugfixes
Static Analysis
Documentation
Test Suite
CI

Configuration

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

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

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[bot] avatar Feb 04 '24 07:02 renovate[bot]

hautelook/alice-bundle 2.13.0 requires doctrine/orm ^2.10.0

https://github.com/theofidry/AliceBundle/issues/61

BacLuc avatar Feb 17 '24 20:02 BacLuc

⚠ 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: api/composer.lock
Command failed: composer update doctrine/orm:3.1.3 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency symfony/console is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires doctrine/orm 3.1.3 (exact version match: 3.1.3 or 3.1.3.0), found doctrine/orm[3.1.3] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - hautelook/alice-bundle is locked to version 2.13.0 and an update of this package was not requested.
    - hautelook/alice-bundle 2.13.0 requires doctrine/orm ^2.10.0 -> found doctrine/orm[2.10.0, ..., 2.19.5] but it conflicts with your root composer.json require (3.1.3).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

renovate[bot] avatar Feb 22 '24 15:02 renovate[bot]

Blocked by

  • https://github.com/doctrine-extensions/DoctrineExtensions/issues/2708

usu avatar Mar 17 '24 10:03 usu

hautelook/alice-bundle 2.13.0 requires doctrine/orm ^2.10.0

theofidry/AliceBundle#61

Resolved with https://github.com/theofidry/AliceBundle/releases/tag/2.14.0

usu avatar Mar 17 '24 10:03 usu

api-platform also added support:

  • https://github.com/api-platform/core/pull/6193 released with https://github.com/api-platform/core/releases/tag/v3.2.16

BacLuc avatar Apr 14 '24 11:04 BacLuc

doctrineExtensions still needs to implemenet support for doctrine/orm 3.0:

  • https://github.com/doctrine-extensions/DoctrineExtensions/pull/2786

BacLuc avatar Apr 14 '24 11:04 BacLuc

⚠️ 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: api/composer.lock
Command failed: composer update doctrine/orm:3.2.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency symfony/console is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires doctrine/orm 3.2.0 (exact version match: 3.2.0 or 3.2.0.0), found doctrine/orm[3.2.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - hautelook/alice-bundle is locked to version 2.13.0 and an update of this package was not requested.
    - hautelook/alice-bundle 2.13.0 requires doctrine/orm ^2.10.0 -> found doctrine/orm[2.10.0, ..., 2.19.5] but it conflicts with your root composer.json require (3.2.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

renovate[bot] avatar May 15 '24 05:05 renovate[bot]

Superseded by https://github.com/ecamp/ecamp3/pull/5365

usu avatar Jun 15 '24 08:06 usu

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

renovate[bot] avatar Jun 15 '24 08:06 renovate[bot]