nucleos / NucleosMapsBundle

📍 This bundle provides simple map rendering in symfony application.
https://nucleos.rocks
MIT License
5 stars 2 forks source link

Update dependency matthiasnoback/symfony-dependency-injection-test to v6 #917

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
matthiasnoback/symfony-dependency-injection-test (source) ^5.0 -> ^6.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

SymfonyTest/SymfonyDependencyInjectionTest (matthiasnoback/symfony-dependency-injection-test) ### [`v6.0.0`](https://redirect.github.com/SymfonyTest/SymfonyDependencyInjectionTest/releases/tag/6.0.0) [Compare Source](https://redirect.github.com/SymfonyTest/SymfonyDependencyInjectionTest/compare/5.1.0...6.0.0) #### What's Changed - add support for phpunit 11 by [@​wickedOne](https://redirect.github.com/wickedOne) in [https://github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/157](https://redirect.github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/157) - chore: remove testruns for symfony 6.3 by [@​Chris53897](https://redirect.github.com/Chris53897) in [https://github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/161](https://redirect.github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/161) - chore: fix ci deprecations, bump actions/cache 3 => 4 by [@​Chris53897](https://redirect.github.com/Chris53897) in [https://github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/160](https://redirect.github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/160) #### New Contributors - [@​wickedOne](https://redirect.github.com/wickedOne) made their first contribution in [https://github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/157](https://redirect.github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/157) **Full Changelog**: https://github.com/SymfonyTest/SymfonyDependencyInjectionTest/compare/5.1.0...6.0.0 ### [`v5.1.0`](https://redirect.github.com/SymfonyTest/SymfonyDependencyInjectionTest/releases/tag/5.1.0) [Compare Source](https://redirect.github.com/SymfonyTest/SymfonyDependencyInjectionTest/compare/5.0.0...5.1.0) #### What's Changed - docs: fix ci badge in README.md by [@​Chris53897](https://redirect.github.com/Chris53897) in [https://github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/152](https://redirect.github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/152) - Use the correct argument in `assertContainerBuilderServiceDecoration()` by [@​mbabker](https://redirect.github.com/mbabker) in [https://github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/147](https://redirect.github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/147) - Add basic tests for `DefinitionDecoratesConstraint` by [@​stloyd](https://redirect.github.com/stloyd) in [https://github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/155](https://redirect.github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/155) - Fail when comparing arguments with reference by [@​stloyd](https://redirect.github.com/stloyd) in [https://github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/154](https://redirect.github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/154) - Check identity of the Container parameter by [@​Zales0123](https://redirect.github.com/Zales0123) in [https://github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/128](https://redirect.github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/128) #### New Contributors - [@​Zales0123](https://redirect.github.com/Zales0123) made their first contribution in [https://github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/128](https://redirect.github.com/SymfonyTest/SymfonyDependencyInjectionTest/pull/128) **Full Changelog**: https://github.com/SymfonyTest/SymfonyDependencyInjectionTest/compare/5.0.0...5.1.0

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 was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 2 months 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: vendor-bin/tools/composer.lock
Command failed: composer update matthiasnoback/symfony-dependency-injection-test:6.0.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 phpunit/phpunit 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 matthiasnoback/symfony-dependency-injection-test ^6.0 -> satisfiable by matthiasnoback/symfony-dependency-injection-test[6.0.0].
    - matthiasnoback/symfony-dependency-injection-test 6.0.0 requires phpunit/phpunit ^10.5.11 || ^11.0 -> found phpunit/phpunit[10.5.11, ..., 10.5.30, 11.0.0, ..., 11.3.1] but the package is fixed to 10.5.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

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