Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action minor v4.1.2 -> v4.3.0 age adoption passing confidence
codecov/codecov-action action minor v5.0.3 -> v5.5.1 age adoption passing confidence
infection/infection require-dev minor ^0.27 -> ^0.31 age adoption passing confidence
laminas/automatic-releases action minor 1.24.0 -> 1.25.0 age adoption passing confidence
lcobucci/coding-standard require-dev minor 11.0.0 -> 11.2.0 age adoption passing confidence
monolog/monolog require-dev minor 3.5.0 -> 3.9.0 age adoption passing confidence
psr/log require patch 3.0.0 -> 3.0.2 age adoption passing confidence
react/socket require minor 1.14.0 -> 1.16.0 age adoption passing confidence
shivammathur/setup-php action minor 2.28.0 -> 2.35.5 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.3.0

v4.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

v4.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

v4.2.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v4.2.1...v4.2.2

v4.2.1

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

New Contributors

Full Changelog: actions/cache@v4.2.0...v4.2.1

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4.1.2...v4.2.0

codecov/codecov-action (codecov/codecov-action)

v5.5.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2

v5.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1

v5.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0

v5.3.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.0..v5.3.1

v5.3.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.2.0..v5.3.0

v5.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.2..v5.2.0

v5.1.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2

v5.1.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.0..v5.1.1

v5.1.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.7..v5.1.0

v5.0.7

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7

v5.0.6

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6

v5.0.5

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.4..v5.0.5

v5.0.4

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4

infection/infection (infection/infection)

v0.31.7: Show uncovered mutants to output when --with-uncovered is used

Compare Source

Fixed:

Full Changelog: infection/infection@0.31.6...0.31.7

v0.31.6: Introduce --logger-text option

Compare Source

Added:

  • Introduce --logger-text option to enforce text logger file path by @​romm in #​2438

Full Changelog: infection/infection@0.31.5...0.31.6

v0.31.5

Compare Source

Fixed:

  • Fix --dry-run option using DryRunProcess wrapper (alternative approach) by @​sanmai in #​2435

Changed:

Full Changelog: infection/infection@0.31.4...0.31.5

v0.31.4

Compare Source

Changed:

Internal:

Full Changelog: infection/infection@0.31.3...0.31.4

v0.31.3: PHPStan running out of memory when attempting --static-analysis-tool=phpstan

Compare Source

Fixed:

Changed:

Internal:

Full Changelog: infection/infection@0.31.2...0.31.3

v0.31.2: --static-analysis-tool-options and no MSI shown by default for non-covered code

Compare Source

Added:

  • Remove Mutation Score Indicator (MSI) from default output, show only with --with-uncovered by @​Copilot in #​2378

Changed:

  • Add --static-analysis-tool-options CLI option with proper multiple options support by @​Copilot in #​2374

Internal:

New Contributors

Full Changelog: infection/infection@0.31.1...0.31.2

v0.31.1: Cleanup old PHPUnit cache files in Infection tmp directory

Compare Source

Added:

Internal:

Full Changelog: infection/infection@0.31.0...0.31.1

v0.31.0

Compare Source

Changed:

Fixed:

  • Fix CLI output rendering for diffs which contain symfony-style like text by @​staabm in #​2338

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:

  • [performance] Support narrowing a union type containing false with a non-falsy value by @​staabm in #​2121
  • [performance] Don't mutate method in final class ProtectedVisibility: by @​staabm in #​2112
  • [performance] Don't mutate true/false in conditions by @​staabm in #​2143
  • [performance] Don't mutate cast in return of typed function by @​staabm in #​2145
  • [performance] Don't mutate int-cast in return of int-typed function by @​staabm in #​2148
  • [performance] Don't mutate string-cast in return of string-typed function by @​staabm in #​2149
  • [performance] Don't mutate float-cast in return of float-typed function by @​staabm in #​2150
  • [performance] Don't mutate array-cast in return of array-typed function by @​staabm in #​2151
  • [performance] Don't mutate object-cast in return of object-typed function by @​staabm in #​2152
  • [performance] Don't mutate cast in arguments when strict_types=1 by @​staabm in #​2154
  • [performance] Don't mutate instanceof into pre-existing case by @​staabm in #​2176
  • [performance] Don't produce mutations for identical type comparisons in EqualIdentical by @​staabm in #​2119
  • [performance] Don't produce mutations for equal type comparisons in IdenticalEqual by @​staabm in #​2117
  • [performance] Don't produce mutations for empty-array type comparisons by @​staabm in #​2130
  • [performance] Don't produce mutations for same type comparisons of static method calls by @​staabm in #​2132
  • [performance] Don't produce mutations for same type comparisons of class constants by @​staabm in #​2134
  • [performance] Don't produce mutations for same type comparisons of known global constants by @​staabm in #​2135
  • [performance] Don't mutate equal/not-equal in ternary by @​staabm in #​2139
  • [performance] Don't mutate false/true in ternary by @​staabm in #​2138
  • [performance] Don't mutate identical/not-identical in ternary by @​staabm in #​2140
  • [performance] Don't mutate greater/smaller-than in ternary by @​staabm in #​2141
  • [performance] Update MutationTestingRunner to stream-filter mutations in buffered mode by @​sanmai in #​2207
  • [performance] Smarter DecrementInteger mutator by @​staabm in #​2204
  • [performance] Smarter IncrementInteger mutator by @​staabm in #​2208
  • [performance] Smarter DecrementInteger mutator by @​staabm in #​2238
  • [performance] Smarter LogicalAndAllSubExprNegation with instanceof by @​staabm in #​2241
  • [performance] Smarter LogicalOr Mutator by @​staabm in #​2243
  • [performance] Prevent overlap of ArrayItemRemoval with IfNegation by @​staabm in #​2199
  • [performance] Prevent endless loop in Decrement/Increment-mutator by @​staabm in #​2231
  • [performance] ArrayItemRemoval: Do not remove item from array assignment as it produces PHP warning by @​staabm in #​2236
  • DotFormatter: break legend into 2 lines by @​staabm in #​2200
  • Support null-safe method calls in MethodCallRemoval mutator by @​staabm in #​2106
  • Fix missing mutation for bool returning functions by @​staabm in [#&

@renovate renovate bot added the renovate label Dec 7, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Dec 7, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from eca00ff to d4829b5 Compare December 15, 2023 13:26
@renovate renovate bot changed the title Update dependency infection/infection to v0.27.9 Update all non-major dependencies Dec 15, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6c81933 to 9484851 Compare January 11, 2024 19:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d83ae10 to 774ff2e Compare January 20, 2024 15:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b228832 to 9a631ec Compare January 30, 2024 22:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b28f243 to 951233a Compare February 20, 2024 00:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 619048f to dfd0f05 Compare February 25, 2024 10:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 45b3e37 to feb547f Compare March 7, 2024 18:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 44ac6f5 to 79b34f8 Compare March 20, 2024 11:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f35a201 to 51689c3 Compare May 15, 2025 23:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 51689c3 to fe17567 Compare May 19, 2025 20:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cd1a44e to e4601c6 Compare June 13, 2025 02:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a26b881 to 74d590a Compare July 4, 2025 03:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 764686c to ab323e5 Compare July 11, 2025 22:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ab323e5 to 0f984c2 Compare July 28, 2025 18:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 12f9b34 to f6d37a9 Compare August 12, 2025 20:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f6d37a9 to a1e2813 Compare August 14, 2025 11:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e2d9085 to a10e6ae Compare August 25, 2025 14:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a10e6ae to 5fa52d8 Compare September 7, 2025 23:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 253090e to f5afcca Compare September 24, 2025 18:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 251ba5c to d8114fd Compare October 12, 2025 09:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 637f5bc to a7daa93 Compare October 27, 2025 16:45
| datasource  | package                    | from   | to     |
| ----------- | -------------------------- | ------ | ------ |
| github-tags | actions/cache              | v4.1.2 | v4.3.0 |
| github-tags | codecov/codecov-action     | v5.0.3 | v5.5.1 |
| packagist   | infection/infection        | 0.27.8 | 0.31.9 |
| github-tags | laminas/automatic-releases | 1.24.0 | 1.25.0 |
| packagist   | lcobucci/coding-standard   | 11.0.0 | 11.2.0 |
| packagist   | monolog/monolog            | 3.5.0  | 3.9.0  |
| packagist   | psr/log                    | 3.0.0  | 3.0.2  |
| packagist   | react/socket               | 1.14.0 | 1.16.0 |
| github-tags | shivammathur/setup-php     | 2.28.0 | 2.35.5 |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a7daa93 to 147e923 Compare November 10, 2025 20:53
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.

1 participant