Skip to content

Update all non-major dependencies #45

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
infection/infection ^0.26.19 -> ^0.31.0 age adoption passing confidence require-dev minor
laminas/laminas-ci-matrix-action 1.22.1 -> 1.29.0 age adoption passing confidence action minor
laminas/laminas-continuous-integration-action 1.32.0 -> 1.42.0 age adoption passing confidence action minor
php ~8.0.0 || ~8.1.0 || ~8.2.0 -> ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.4.0 age adoption passing confidence require minor
phpunit/phpunit (source) ^9.6.7 -> ^9.6.23 age adoption passing confidence require-dev patch

Release Notes

infection/infection (infection/infection)

v0.31.0

Compare Source

Changed:

Fixed:

Internal:

Backward Compatibility Break

This version introduces BC Break. Do the following:

  1. If you used Infection for all the code, including uncovered, like bin/infection, now you need to add --with-uncovered, because by default, Infection doesn't mutate uncovered code anymore
- bin/infection
+ bin/infection --with-uncovered
  1. If you used Infection for the only code covered by tests, like bin/infection --only-covered, you need to remove this option because now this is a default behavior and this options has been removed
- bin/infection --only-covered
+ bin/infection
  1. If you used Infection for all the code, including uncovered, but now you want to mutated only covered code, do nothing (default behavior has been changed)

v0.30.3

Compare Source

Added:

Changed:

Fixed:

Internal:

Full Changelog: infection/infection@0.30.2...0.30.3

v0.30.2

Compare Source

Added:

Changed:

Fixed:

Internal:

Full Changelog: infection/infection@0.30.2...0.30.3

v0.30.1

Compare Source

Changed:

Internal:

Full Changelog: infection/infection@0.30.1...0.30.2

v0.30.0

Compare Source

Changed:

Fixed:

Internal:

Full Changelog

v0.29.14

Compare Source

Full Changelog

Added:

Changed:

Fixed:

Internal:

v0.29.13

Compare Source

Added:

Changed:

Internal:

Full Changelog: infection/infection@0.29.12...0.29.13

v0.29.12: Support thecodingmachine/safe v3, drop Symfony 5.4 support

Compare Source

Changed:

Full Changelog: infection/infection@0.29.11...0.29.12

v0.29.11: Add support for `sebastian/diff` v7

Compare Source

Added:

Full Changelog: infection/infection@0.29.10...0.29.11

v0.29.10: Require PHP 8.2. Switch to `shish/safeto fix issue withthecodingmachine/safe`

Compare Source

Fixed:

Changed:

Full Changelog: infection/infection@0.29.9...0.29.10

v0.29.9: New PHP 8.4 mutators, remove PHP 8.4 deprecations

Compare Source

Added:

Changed:

Full Changelog: infection/infection@0.29.8...0.29.9

v0.29.8: PHPUnit 11 compatibility, performance improvement thanks to stopOnDefect

Compare Source

Added:

Changed:

New Contributors

Full Changelog: infection/infection@0.29.7...0.29.8

v0.29.7: Diff colorizer fix for multiline cases, PHP 8.4 support in pipelines

Compare Source

What's Changed

Fixed:

Added:

Changed:

Full Changelog: infection/infection@0.29.6...0.29.7

v0.29.6: Ignore switch(bool) statements in TrueValue and FalseValue mutators

Compare Source

Changed:

New Contributors

Full Changelog: infection/infection@0.29.5...0.29.6

v0.29.5

Compare Source

Full Changelog

Added:

v0.29.4

Compare Source

Full Changelog

Added:

v0.29.3: Add support for `colinodell/json5` v3

Compare Source

Changed:

Full Changelog: infection/infection@0.29.2...0.29.3

v0.29.2: Highlight inline differences in CLI

Compare Source

Added:

Full Changelog: infection/infection@0.29.1...0.29.2

v0.29.1

Compare Source

Full Changelog

Added:

Changed:

@renovate renovate bot added the renovate label Apr 15, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Apr 15, 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: composer update infection/infection:0.28.1 phpunit/phpunit:9.6.19 --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 infection/infection ^0.28.1 -> satisfiable by infection/infection[0.28.1].
    - infection/infection 0.28.1 requires php ^8.1 -> your php version (8.0.99; overridden via config.platform, actual: 8.0.30) does not satisfy that requirement.

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b6f30e4 to 3f72c57 Compare April 27, 2023 01:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3f72c57 to 6ceb720 Compare April 27, 2023 20:12
@renovate renovate bot changed the title Update dependency infection/infection to ^0.26.20 Update dependency infection/infection to ^0.26.21 Apr 27, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a1d3e6f to 1341b73 Compare May 10, 2023 00:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1341b73 to ea410ba Compare May 11, 2023 06:31
@renovate renovate bot changed the title Update dependency infection/infection to ^0.26.21 Update all non-major dependencies May 11, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ed4f969 to 1bd1fc9 Compare May 21, 2023 00:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 197ee07 to b6ada04 Compare June 16, 2023 03:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b6ada04 to 5e4b085 Compare June 27, 2023 01:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8cbdf46 to d4c5681 Compare July 12, 2023 00:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9f17ab1 to c0f71b7 Compare July 17, 2023 17:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c0f71b7 to 2b25153 Compare August 19, 2023 09:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2b25153 to 512029a Compare September 3, 2023 13:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 270fcf7 to 989b940 Compare September 19, 2023 08:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 989b940 to a966771 Compare September 28, 2023 08:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5bbcd3b to 9892a41 Compare October 8, 2024 22:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9892a41 to 4f94001 Compare October 30, 2024 02:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 02c78e8 to c8f902b Compare November 25, 2024 17:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4d6fd87 to 2d56f5d Compare December 9, 2024 22:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2d56f5d to dcdcb46 Compare December 18, 2024 07:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dcdcb46 to 95224fe Compare January 19, 2025 09:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c1f2ec9 to 1668632 Compare February 11, 2025 10:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1668632 to 899d0e4 Compare February 17, 2025 22:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from aa1b738 to 0300759 Compare March 2, 2025 22:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f341ff4 to e862871 Compare May 2, 2025 06:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9d33589 to 1d1789f Compare July 3, 2025 23:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fe58a1c to 39d3516 Compare July 11, 2025 23:15
| datasource  | package                                       | from    | to     |
| ----------- | --------------------------------------------- | ------- | ------ |
| packagist   | infection/infection                           | 0.26.19 | 0.31.0 |
| github-tags | laminas/laminas-ci-matrix-action              | 1.22.1  | 1.29.0 |
| github-tags | laminas/laminas-continuous-integration-action | 1.32.0  | 1.42.0 |
| github-tags | containerbase/php-prebuild                    | 8.2.29  | 8.4.10 |
| packagist   | phpunit/phpunit                               | 9.6.10  | 9.6.23 |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 39d3516 to 4365bb0 Compare July 28, 2025 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants