etoa / etoa-gui

EtoA Game GUI
https://etoa.ch
GNU Affero General Public License v3.0
10 stars 7 forks source link

Update dependency doctrine/annotations to v2 #566

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
doctrine/annotations (source) ^1.13 -> ^2.0 age adoption passing confidence

Release Notes

doctrine/annotations (doctrine/annotations) ### [`v2.0.1`](https://togithub.com/doctrine/annotations/releases/tag/2.0.1) [Compare Source](https://togithub.com/doctrine/annotations/compare/2.0.0...2.0.1) ##### Release Notes for [2.0.1](https://togithub.com/doctrine/annotations/milestone/40) ##### 2.0.1 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** ##### bug - [479: Allow annotation classes with a variadic parameter](https://togithub.com/doctrine/annotations/pull/479) thanks to [@​roxblnfk](https://togithub.com/roxblnfk) and [@​derrabus](https://togithub.com/derrabus) ### [`v2.0.0`](https://togithub.com/doctrine/annotations/releases/tag/2.0.0) [Compare Source](https://togithub.com/doctrine/annotations/compare/1.14.3...2.0.0) ##### Release Notes for [2.0.0](https://togithub.com/doctrine/annotations/milestone/35) Backwards incompatible release (major) ##### 2.0.0 - Total issues resolved: **0** - Total pull requests resolved: **6** - Total contributors: **2** ##### BC-Break - [471: Remove deprecated method](https://togithub.com/doctrine/annotations/pull/471) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [470: Remove `NamedArgumentConstructorAnnotation` interface](https://togithub.com/doctrine/annotations/pull/470) thanks to [@​derrabus](https://togithub.com/derrabus) - [469: Remove SimpleAnnotationReader](https://togithub.com/doctrine/annotations/pull/469) thanks to [@​derrabus](https://togithub.com/derrabus) - [468: Remove deprecated APIs](https://togithub.com/doctrine/annotations/pull/468) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [467: Add parameter type declarations](https://togithub.com/doctrine/annotations/pull/467) thanks to [@​greg0ire](https://togithub.com/greg0ire) - [466: Allow doctrine/lexer 3](https://togithub.com/doctrine/annotations/pull/466) thanks to [@​greg0ire](https://togithub.com/greg0ire) ### [`v1.14.3`](https://togithub.com/doctrine/annotations/releases/tag/1.14.3) [Compare Source](https://togithub.com/doctrine/annotations/compare/1.14.2...1.14.3) ##### Release Notes for [1.14.3](https://togithub.com/doctrine/annotations/milestone/43) ##### 1.14.3 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** ##### bug - [479: Allow annotation classes with a variadic parameter](https://togithub.com/doctrine/annotations/pull/479) thanks to [@​roxblnfk](https://togithub.com/roxblnfk) and [@​derrabus](https://togithub.com/derrabus) ### [`v1.14.2`](https://togithub.com/doctrine/annotations/releases/tag/1.14.2) [Compare Source](https://togithub.com/doctrine/annotations/compare/1.14.1...1.14.2) ##### Release Notes for [1.14.2](https://togithub.com/doctrine/annotations/milestone/39) 1.14.x bugfix release (patch) ##### 1.14.2 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** - [464: Specify second template parameter](https://togithub.com/doctrine/annotations/pull/464) thanks to [@​greg0ire](https://togithub.com/greg0ire) ### [`v1.14.1`](https://togithub.com/doctrine/annotations/releases/tag/1.14.1) [Compare Source](https://togithub.com/doctrine/annotations/compare/1.14.0...1.14.1) ##### Release Notes for [1.14.1](https://togithub.com/doctrine/annotations/milestone/37) 1.14.x bugfix release (patch) ##### 1.14.1 - Total issues resolved: **0** - Total pull requests resolved: **0** - Total contributors: **0** ##### Bugfixes - [Do not cast null to array](https://togithub.com/doctrine/annotations/pull/463) thanks to [@​greg0ire](https://togithub.com/greg0ire) ### [`v1.14.0`](https://togithub.com/doctrine/annotations/releases/tag/1.14.0) [Compare Source](https://togithub.com/doctrine/annotations/compare/1.13.3...1.14.0) ##### Release Notes for [1.14.0](https://togithub.com/doctrine/annotations/milestone/32) ##### 1.14.0 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** ##### enhancement - [460: Allow doctrine/lexer 2](https://togithub.com/doctrine/annotations/pull/460) thanks to [@​greg0ire](https://togithub.com/greg0ire)

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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

⚠ 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:

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/etoa/etoa-gui":"/mnt/renovate/gh/etoa/etoa-gui" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/etoa/etoa-gui" docker.io/containerbase/sidecar bash -l -c "install-tool php 8.2.3 && install-tool composer 2.5.4 && git stash -- composer.json && composer install --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins && git stash pop || true && composer update doctrine/annotations --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
130 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Loading composer repositories with package information
                                                      Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires doctrine/annotations ^2.0, found doctrine/annotations[2.0.0, 2.0.1, 2.0.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - doctrine/doctrine-bundle is locked to version 2.7.0 and an update of this package was not requested.
    - doctrine/doctrine-bundle 2.7.0 requires doctrine/annotations ^1 -> found doctrine/annotations[v1.0, ..., 1.14.x-dev] but it conflicts with your root composer.json require (^2.0).
  Problem 3
    - sensio/framework-extra-bundle is locked to version v6.2.6 and an update of this package was not requested.
    - sensio/framework-extra-bundle v6.2.6 requires doctrine/annotations ^1.0 -> found doctrine/annotations[v1.0, ..., 1.14.x-dev] but it conflicts with your root composer.json require (^2.0).
  Problem 4
    - friendsofphp/php-cs-fixer is locked to version v3.9.4 and an update of this package was not requested.
    - friendsofphp/php-cs-fixer v3.9.4 requires doctrine/annotations ^1.13 -> found doctrine/annotations[1.13.0, ..., 1.14.x-dev] but it conflicts with your root composer.json require (^2.0).

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