chore(deps): update dependency spatie/phpunit-watcher to v1.24.1
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| spatie/phpunit-watcher | 1.23.2 -> 1.24.1 |
Release Notes
spatie/phpunit-watcher (spatie/phpunit-watcher)
v1.24.1
What's Changed
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot[bot] in #163
- Bump actions/checkout from 2 to 4 by @dependabot[bot] in #162
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot[bot] in #165
- Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in #166
- Update issue template by @AlexVanderbist in #170
- Added Symfony 8 support to all symfony/* packages. by @thecaliskan in #174
- Bump stefanzweifel/git-auto-commit-action from 5 to 7 by @dependabot[bot] in #171
New Contributors
- @dependabot[bot] made their first contribution in #163
- @AlexVanderbist made their first contribution in #170
- @thecaliskan made their first contribution in #174
Full Changelog: https://github.com/spatie/phpunit-watcher/compare/1.24.0...1.24.1
v1.24.0
What's Changed
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot[bot] in #163
- Bump actions/checkout from 2 to 4 by @dependabot[bot] in #162
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot[bot] in #165
- Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in #166
- Update issue template by @AlexVanderbist in #170
- Added Symfony 8 support to all symfony/* packages. by @thecaliskan in #174
- Bump stefanzweifel/git-auto-commit-action from 5 to 7 by @dependabot[bot] in #171
New Contributors
- @dependabot[bot] made their first contribution in #163
- @AlexVanderbist made their first contribution in #170
- @thecaliskan made their first contribution in #174
Full Changelog: https://github.com/spatie/phpunit-watcher/compare/1.24.0...1.24.1
v1.23.6
What's Changed
- [FIX] Array to string conversion in WatcherCommand on line 121 by @dkd-kaehm in #144
New Contributors
- @dkd-kaehm made their first contribution in #144
Full Changelog: https://github.com/spatie/phpunit-watcher/compare/1.23.5...1.23.6
v1.23.5
What's Changed
- fix php-cs-fix-er workflow and up mim reqs to 8.1 by @lucassabreu in #141
- feat: allow symfony 5 or 6 by @lucassabreu in #142
New Contributors
- @lucassabreu made their first contribution in #141
Full Changelog: https://github.com/spatie/phpunit-watcher/compare/1.23.4...1.23.5
v1.23.4
What's Changed
- 138 Fix PHP 8.1 incompatibility by @thiagolcks in #140
New Contributors
- @thiagolcks made their first contribution in #140
Full Changelog: https://github.com/spatie/phpunit-watcher/compare/1.23.3...1.23.4
v1.23.3
What's Changed
- Bump output version to match current release by @iandunn in #134
- fix: Addressing file_exists null arg deprecation. by @binaryk in #139
New Contributors
Full Changelog: https://github.com/spatie/phpunit-watcher/compare/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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.
⚠ 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.