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

chore(deps): update dependency spatie/phpunit-watcher to v1.24.0 #112

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
spatie/phpunit-watcher 1.23.2 -> 1.24.0 age adoption passing confidence

Release Notes

spatie/phpunit-watcher (spatie/phpunit-watcher)

v1.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: spatie/phpunit-watcher@1.23.6...1.24.0

v1.23.6

Compare Source

What's Changed

New Contributors

Full Changelog: spatie/phpunit-watcher@1.23.5...1.23.6

v1.23.5

Compare Source

What's Changed

New Contributors

Full Changelog: spatie/phpunit-watcher@1.23.4...1.23.5

v1.23.4

Compare Source

What's Changed

New Contributors

Full Changelog: spatie/phpunit-watcher@1.23.3...1.23.4

v1.23.3

Compare Source

What's Changed

New Contributors

Full Changelog: spatie/phpunit-watcher@1.23.2...1.23.3


Configuration

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

🚦 Automerge: Enabled.

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 renovate bot force-pushed the renovate/spatie-phpunit-watcher-1.x branch 2 times, most recently from c042a1c to 068a1d8 Compare April 25, 2022 04:55
@renovate renovate bot force-pushed the renovate/spatie-phpunit-watcher-1.x branch from 068a1d8 to dd088d9 Compare June 19, 2022 16:28
@renovate renovate bot force-pushed the renovate/spatie-phpunit-watcher-1.x branch from dd088d9 to 9ba64a1 Compare September 25, 2022 11:33
@renovate renovate bot force-pushed the renovate/spatie-phpunit-watcher-1.x branch from 9ba64a1 to c5a5749 Compare November 20, 2022 18:30
@renovate
Copy link
Contributor Author

renovate bot commented Jun 28, 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/958667/34a5a2/repos/github/azdanov/php-interview-exercises":"/tmp/worker/958667/34a5a2/repos/github/azdanov/php-interview-exercises" -v "/tmp/worker/958667/34a5a2/cache":"/tmp/worker/958667/34a5a2/cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/958667/34a5a2/repos/github/azdanov/php-interview-exercises" ghcr.io/containerbase/sidecar bash -l -c "install-tool php 8.2.7 && install-tool composer 2.5.8 && composer update spatie/phpunit-watcher --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
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.7) does not satisfy that requirement.
    - phpunit/phpunit 9.5.21 requires phpspec/prophecy ^1.12.1 -> satisfiable by phpspec/prophecy[v1.15.0].
    - phpunit/phpunit is locked to version 9.5.21 and an update of this package was not requested.


@renovate renovate bot force-pushed the renovate/spatie-phpunit-watcher-1.x branch from c5a5749 to 773b4f2 Compare June 28, 2023 12:32
@renovate renovate bot force-pushed the renovate/spatie-phpunit-watcher-1.x branch from 773b4f2 to 293eed1 Compare May 22, 2024 11:50
@renovate renovate bot changed the title chore(deps): update dependency spatie/phpunit-watcher to v1.23.6 chore(deps): update dependency spatie/phpunit-watcher to v1.24.0 May 22, 2024
Copy link
Contributor Author

renovate bot commented May 22, 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 spatie/phpunit-watcher:1.24.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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires spatie/phpunit-watcher 1.24.0 -> satisfiable by spatie/phpunit-watcher[1.24.0].
    - spatie/phpunit-watcher 1.24.0 requires symfony/yaml ^6 | ^7.0.7 -> found symfony/yaml[v6.0.0, ..., v6.4.7, v7.0.7] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.3.7) does not satisfy that requirement.
    - phpunit/phpunit 9.5.21 requires phpspec/prophecy ^1.12.1 -> satisfiable by phpspec/prophecy[v1.15.0].
    - phpunit/phpunit is locked to version 9.5.21 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.

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.

None yet

0 participants