Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
nunomaduro/phpinsights require-dev minor 2.6.1 -> 2.8.0

Release Notes

nunomaduro/phpinsights

v2.8.0

Compare Source

Added
  • Added Laravel 10 and PHP 8.1 Support #​626
  • fix string interpolation deprecation messages in PHP 8.2 #​628
Changed

v2.7.0

Compare Source

Added
  • Added support for slevomat/coding-standard:8.0 (#​611)
Changed

v2.6.1

Compare Source

Changed
  • Changed the foreground color of the box labels in console output (#​600)

v2.6.0

Compare Source

Added
  • Describe how to exclude insight per particular method (#​543)
Changed

v2.5.0

Compare Source

Added
Changed
  • docs: Add White border to work on Dark Mode Theme (#​545)
  • Fix always loading CodeSniffer tokens (#​542)
  • Handle summary option in JsonFormatter (#​541)
  • Fixing required dependencies (#​591)
  • Update GH actions to run successfully (#​597)
  • Fix typos (#​594)

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
Copy link
Contributor Author

renovate bot commented Jan 30, 2023

⚠ 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: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child -v "/tmp/worker/176089/b21bb7/repos/github/XNXKTech/laravel-evidence":"/tmp/worker/176089/b21bb7/repos/github/XNXKTech/laravel-evidence" -v "/tmp/worker/176089/b21bb7/cache":"/tmp/worker/176089/b21bb7/cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/176089/b21bb7/repos/github/XNXKTech/laravel-evidence" ghcr.io/containerbase/sidecar bash -l -c "install-tool php 8.2.4 && install-tool composer 2.5.5 && composer update nunomaduro/phpinsights --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 friendsofphp/php-cs-fixer 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 friendsofphp/php-cs-fixer 3.12.0, found friendsofphp/php-cs-fixer[v3.12.0] but the package is fixed to v3.10.0 (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.
  Problem 2
    - Root composer.json requires mockery/mockery 1.5.1, found mockery/mockery[1.5.1] but the package is fixed to 1.5.0 (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.
  Problem 3
    - Root composer.json requires orchestra/testbench 7.15.0, found orchestra/testbench[v7.15.0] but the package is fixed to v7.2.0 (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.
  Problem 4
    - Root composer.json requires pestphp/pest 1.22.1, found pestphp/pest[v1.22.1] but the package is fixed to v1.21.3 (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.
  Problem 5
    - Root composer.json requires phpunit/phpunit 9.5.25, found phpunit/phpunit[9.5.25] but the package is fixed to 9.5.23 (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.
  Problem 6
    - nette/schema v1.2.2 requires php >=7.1 <8.2 -> your php version (8.2.4) does not satisfy that requirement.
    - league/commonmark 2.2.3 requires league/config ^1.1.1 -> satisfiable by league/config[v1.1.1].
    - laravel/framework v9.5.1 requires league/commonmark ^2.2 -> satisfiable by league/commonmark[2.2.3].
    - league/config v1.1.1 requires nette/schema ^1.2 -> satisfiable by nette/schema[v1.2.2].
    - laravel/framework is locked to version v9.5.1 and an update of this package was not requested.

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

@renovate renovate bot requested a review from a team as a code owner January 30, 2023 22:46
@codecov
Copy link

codecov bot commented Jan 30, 2023

Codecov Report

Merging #53 (f431c96) into main (4cd4018) will decrease coverage by 0.34%.
The diff coverage is n/a.

❗ Current head f431c96 differs from pull request most recent head c99ffad. Consider uploading reports for the commit c99ffad to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #53      +/-   ##
============================================
- Coverage     81.69%   81.35%   -0.34%     
  Complexity       71       71              
============================================
  Files            12       12              
  Lines           213      295      +82     
============================================
+ Hits            174      240      +66     
- Misses           39       55      +16     

see 8 files with indirect coverage changes

@renovate renovate bot force-pushed the renovate/nunomaduro-phpinsights-2.x branch from f431c96 to c99ffad Compare April 3, 2023 14:37
@renovate renovate bot changed the title chore(deps): update dependency nunomaduro/phpinsights to v2.7.0 chore(deps): update dependency nunomaduro/phpinsights to v2.8.0 Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants