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 v3 #4614

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

doctrine/orm (doctrine/orm)

v3.2.0

Compare Source

Release Notes for 3.2.0
3.2.0
  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 4
Improvement
Deprecation

v3.1.4

Compare Source

Release Notes for 3.1.4

3.1.x bugfix release (patch)

3.1.4
  • Total issues resolved: 0
  • Total pull requests resolved: 6
  • Total contributors: 3
Bugfixes

CI

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 renovate bot added the renovate label Feb 4, 2024
@BacLuc
Copy link
Contributor

BacLuc commented Feb 17, 2024

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

theofidry/AliceBundle#61

@renovate renovate bot force-pushed the renovate/doctrine-orm-3.x branch from 3c87388 to 00cdf26 Compare February 22, 2024 15:08
Copy link
Contributor Author

renovate bot commented Feb 22, 2024

⚠ 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 renovate bot force-pushed the renovate/doctrine-orm-3.x branch from 00cdf26 to 0349446 Compare February 22, 2024 20:29
@renovate renovate bot force-pushed the renovate/doctrine-orm-3.x branch 4 times, most recently from 50b9539 to 346ba64 Compare March 3, 2024 19:53
@renovate renovate bot force-pushed the renovate/doctrine-orm-3.x branch 2 times, most recently from bafc6c3 to b789350 Compare March 17, 2024 10:09
@usu
Copy link
Member

usu commented Mar 17, 2024

@usu
Copy link
Member

usu commented Mar 17, 2024

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

@renovate renovate bot force-pushed the renovate/doctrine-orm-3.x branch 4 times, most recently from 6886295 to a791fa9 Compare March 22, 2024 14:00
@renovate renovate bot changed the title fix(deps): update dependency doctrine/orm to v3 Update dependency doctrine/orm to v3 Apr 13, 2024
@BacLuc
Copy link
Contributor

BacLuc commented Apr 14, 2024

@BacLuc
Copy link
Contributor

BacLuc commented Apr 14, 2024

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

@renovate renovate bot changed the title Update dependency doctrine/orm to v3 Update dependency doctrine/orm to v3 - autoclosed Apr 14, 2024
@renovate renovate bot closed this Apr 14, 2024
@renovate renovate bot deleted the renovate/doctrine-orm-3.x branch April 14, 2024 13:12
@renovate renovate bot changed the title Update dependency doctrine/orm to v3 - autoclosed Update dependency doctrine/orm to v3 Apr 14, 2024
@renovate renovate bot reopened this Apr 14, 2024
@renovate renovate bot restored the renovate/doctrine-orm-3.x branch April 14, 2024 19:20
@renovate renovate bot force-pushed the renovate/doctrine-orm-3.x branch 2 times, most recently from eb807f9 to d88cb0c Compare April 16, 2024 04:29
@renovate renovate bot changed the title Update dependency doctrine/orm to v3 fix(deps): update dependency doctrine/orm to v3 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/doctrine-orm-3.x branch from d88cb0c to 8d1af54 Compare April 30, 2024 08:09
@renovate renovate bot force-pushed the renovate/doctrine-orm-3.x branch from 8d1af54 to fdaeebe Compare April 30, 2024 09:35
Copy link
Contributor Author

renovate bot commented May 15, 2024

⚠️ 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 renovate bot force-pushed the renovate/doctrine-orm-3.x branch from fdaeebe to 1b0baf5 Compare May 15, 2024 05:37
@renovate renovate bot force-pushed the renovate/doctrine-orm-3.x branch from 1b0baf5 to c252b58 Compare May 23, 2024 15:07
@renovate renovate bot force-pushed the renovate/doctrine-orm-3.x branch from c252b58 to a9e555e Compare May 24, 2024 16:34
@usu
Copy link
Member

usu commented Jun 15, 2024

Superseded by #5365

@usu usu closed this Jun 15, 2024
Copy link
Contributor Author

renovate bot commented Jun 15, 2024

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 renovate bot deleted the renovate/doctrine-orm-3.x branch June 15, 2024 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants