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

Update all non-major dependencies #158

Open
wants to merge 1 commit into
base: 4.1.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
php require minor ~8.1.0 || ~8.2.0 || ~8.3.0 -> ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 age adoption passing confidence
phpunit/phpunit (source) require-dev patch 10.5.38 -> 10.5.40 age adoption passing confidence

Release Notes

containerbase/php-prebuild (php)

v8.4.2

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.2

v8.4.1

Compare Source

Bug Fixes
  • deps: update dependency php to v8.4.1
sebastianbergmann/phpunit (phpunit/phpunit)

v10.5.40: PHPUnit 10.5.40

Compare Source

Fixed
  • #​6082: assertArrayHasKey(), assertArrayNotHasKey(), arrayHasKey(), and ArrayHasKey::__construct() do not support all possible key types
  • #​6087: --migrate-configuration does not remove beStrictAboutTodoAnnotatedTests attribute from XML configuration file

How to install or update PHPUnit

v10.5.39: PHPUnit 10.5.39

Compare Source

Added
  • #​6081: DefaultResultCache::mergeWith() for merging result cache instances
Fixed
  • #​6066: TeamCity logger does not handle error/skipped events in before-class methods correctly

How to install or update PHPUnit


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

Read more information about the use of Renovate Bot within LM-Commons.

@renovate renovate bot added the renovate label Nov 23, 2024
Copy link
Contributor Author

renovate bot commented Nov 23, 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: composer.lock
Command failed: composer update php:8.4.2 phpunit/phpunit:10.5.40 --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
Pattern "php" listed for update matches platform packages, but these cannot be updated by Composer.
Updating dependencies

In RuleSetGenerator.php line 260:
                                                          
  [LogicException]                                        
  Fixed package php 8.1.99 was not added to solver pool.  
                                                          

Exception trace:
  at phar:///opt/containerbase/tools/composer/2.8.4/bin/composer/src/Composer/DependencyResolver/RuleSetGenerator.php:260
 Composer\DependencyResolver\RuleSetGenerator->addRulesForRequest() at phar:///opt/containerbase/tools/composer/2.8.4/bin/composer/src/Composer/DependencyResolver/RuleSetGenerator.php:312
 Composer\DependencyResolver\RuleSetGenerator->getRulesFor() at phar:///opt/containerbase/tools/composer/2.8.4/bin/composer/src/Composer/DependencyResolver/Solver.php:183
 Composer\DependencyResolver\Solver->solve() at phar:///opt/containerbase/tools/composer/2.8.4/bin/composer/src/Composer/Installer.php:508
 Composer\Installer->doUpdate() at phar:///opt/containerbase/tools/composer/2.8.4/bin/composer/src/Composer/Installer.php:298
 Composer\Installer->run() at phar:///opt/containerbase/tools/composer/2.8.4/bin/composer/src/Composer/Command/UpdateCommand.php:281
 Composer\Command\UpdateCommand->execute() at phar:///opt/containerbase/tools/composer/2.8.4/bin/composer/vendor/symfony/console/Command/Command.php:298
 Symfony\Component\Console\Command\Command->run() at phar:///opt/containerbase/tools/composer/2.8.4/bin/composer/vendor/symfony/console/Application.php:1040
 Symfony\Component\Console\Application->doRunCommand() at phar:///opt/containerbase/tools/composer/2.8.4/bin/composer/vendor/symfony/console/Application.php:301
 Symfony\Component\Console\Application->doRun() at phar:///opt/containerbase/tools/composer/2.8.4/bin/composer/src/Composer/Console/Application.php:396
 Composer\Console\Application->doRun() at phar:///opt/containerbase/tools/composer/2.8.4/bin/composer/vendor/symfony/console/Application.php:171
 Symfony\Component\Console\Application->run() at phar:///opt/containerbase/tools/composer/2.8.4/bin/composer/src/Composer/Console/Application.php:136
 Composer\Console\Application->run() at phar:///opt/containerbase/tools/composer/2.8.4/bin/composer/bin/composer:98
 require() at /opt/containerbase/tools/composer/2.8.4/bin/composer:29

update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-m|--minimal-changes] [--patch-only] [-i|--interactive] [--root-reqs] [--bump-after-update [BUMP-AFTER-UPDATE]] [--] [<packages>...]


@renovate renovate bot changed the title Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 - autoclosed Nov 23, 2024
@renovate renovate bot closed this Nov 23, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch November 23, 2024 08:25
@renovate renovate bot changed the title Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 - autoclosed Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 Nov 24, 2024
@renovate renovate bot reopened this Nov 24, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 986c34a to 78b30b0 Compare November 24, 2024 04:25
@renovate renovate bot changed the title Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 - autoclosed Nov 24, 2024
@renovate renovate bot closed this Nov 24, 2024
@renovate renovate bot changed the title Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 - autoclosed Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 Nov 25, 2024
@renovate renovate bot reopened this Nov 25, 2024
@renovate renovate bot changed the title Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 - autoclosed Nov 25, 2024
@renovate renovate bot closed this Nov 25, 2024
@renovate renovate bot changed the title Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 - autoclosed Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 Nov 25, 2024
@renovate renovate bot reopened this Nov 25, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 78b30b0 to 0b653a7 Compare December 1, 2024 04:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0b653a7 to 613df1f Compare December 11, 2024 14:01
@renovate renovate bot changed the title Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 Update all non-major dependencies Dec 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 613df1f to a2bc32c Compare December 19, 2024 01:45
| datasource  | package                    | from    | to      |
| ----------- | -------------------------- | ------- | ------- |
| github-tags | containerbase/php-prebuild | 8.3.15  | 8.4.2   |
| packagist   | phpunit/phpunit            | 10.5.38 | 10.5.40 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2bc32c to 9f0bc74 Compare December 21, 2024 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 To Do
Development

Successfully merging this pull request may close these issues.

0 participants