nunhes / breeze

Intro Laravel+Breeze
0 stars 1 forks source link

Update dependency facade/ignition to v2.17.7 #19

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
facade/ignition 2.17.5 -> 2.17.7 age adoption passing confidence

Release Notes

facade/ignition (facade/ignition) ### [`v2.17.7`](https://togithub.com/facade/ignition/blob/HEAD/CHANGELOG.md#2177---2023-01-26) [Compare Source](https://togithub.com/facade/ignition/compare/2.17.6...2.17.7) ##### What's Changed - Bump minimist from 1.2.5 to 1.2.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/facade/ignition/pull/455](https://togithub.com/facade/ignition/pull/455) - Bump json5 from 1.0.1 to 1.0.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/facade/ignition/pull/467](https://togithub.com/facade/ignition/pull/467) - fix: template literals deprecation for php 8.2.1 by [@​Mane-Olawale](https://togithub.com/Mane-Olawale) in [https://github.com/facade/ignition/pull/471](https://togithub.com/facade/ignition/pull/471) ##### New Contributors - [@​Mane-Olawale](https://togithub.com/Mane-Olawale) made their first contribution in [https://github.com/facade/ignition/pull/471](https://togithub.com/facade/ignition/pull/471) **Full Changelog**: https://github.com/facade/ignition/compare/2.17.6...2.17.7 ### [`v2.17.6`](https://togithub.com/facade/ignition/blob/HEAD/CHANGELOG.md#2176---2022-06-30) [Compare Source](https://togithub.com/facade/ignition/compare/2.17.5...2.17.6) ##### What's Changed - notice if dots have been used in the view name by [@​WebPajooh](https://togithub.com/WebPajooh) in [https://github.com/facade/ignition/pull/457](https://togithub.com/facade/ignition/pull/457) ##### New Contributors - [@​WebPajooh](https://togithub.com/WebPajooh) made their first contribution in [https://github.com/facade/ignition/pull/457](https://togithub.com/facade/ignition/pull/457) **Full Changelog**: https://github.com/facade/ignition/compare/2.17.5...2.17.6

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/nunhes/breeze":"/mnt/renovate/gh/nunhes/breeze" -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/nunhes/breeze" docker.io/containerbase/sidecar bash -l -c "install-tool php 8.2.4 && install-tool composer 2.5.4 && composer update facade/ignition --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
Info from https://repo.packagist.org: #StandWithUkraine
Dependency laravel/framework 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
    - phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.2.4) does not satisfy that requirement.
    - phpunit/phpunit 9.5.20 requires phpspec/prophecy ^1.12.1 -> satisfiable by phpspec/prophecy[v1.15.0].
    - phpunit/phpunit is locked to version 9.5.20 and an update of this package was not requested.