Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Update all non-major dependencies#325

Open
renovate[bot] wants to merge 1 commit into0.1.xfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#325
renovate[bot] wants to merge 1 commit into0.1.xfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 7, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action minor v4.1.2v4.3.0 age adoption passing confidence
codecov/codecov-action action minor v5.0.3v5.5.2 age adoption passing confidence
infection/infection require-dev minor ^0.27^0.32 age adoption passing confidence
laminas/automatic-releases action minor 1.24.01.26.2 age adoption passing confidence
lcobucci/coding-standard require-dev minor 11.0.011.2.0 age adoption passing confidence
monolog/monolog require-dev minor 3.5.03.10.0 age adoption passing confidence
psr/log require patch 3.0.03.0.2 age adoption passing confidence
react/socket require minor 1.14.01.17.0 age adoption passing confidence
shivammathur/setup-php action minor 2.28.02.36.0 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.2

Compare Source

What's Changed

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

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.32.4

Compare Source

Added:

Internal:

Full Changelog: infection/infection@0.32.3...0.32.4

v0.32.3

Compare Source

Added:

Internal:

Full Changelog: infection/infection@0.32.2...0.32.3

v0.32.2

Compare Source

Fixed:

  • fix: Properly isolate function bodies in NextConnectingVisitor by @​sanmai in #​2796

Full Changelog: infection/infection@0.32.1...0.32.2

v0.32.1

Compare Source

Added:

Fixed:

Full Changelog: infection/infection@0.32.0...0.32.1

v0.32.0

Compare Source

Fixed:

  • [BC BREAK!] The relative paths of the sources (source.directories in the Infection configuration file) are no longer relative to the current working directory but instead to the location of the configuration file.

v0.31.9: Support PHPStan-dev version in PHPStanAdapter

Compare Source

Changed:

Full Changelog: infection/infection@0.31.8...0.31.9

v0.31.8

Compare Source

Changed:

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

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)

# continue using
bin/infection

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

v0.30.3

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)

# continue using
bin/infection

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

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:

  • Fix a MethodCallRemoval test by [@&#8203

@renovate renovate Bot added the renovate label Dec 7, 2023
@renovate
Copy link
Copy Markdown
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 from d5f6f9b to cee551c Compare April 24, 2024 01:33
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1301212 to cf8d20a Compare June 3, 2024 23:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a5fb740 to 959c161 Compare June 12, 2024 07:41
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6df2fce to efc0f71 Compare June 28, 2024 12:42
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from efc0f71 to 165ebca Compare July 9, 2024 16:56
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 165ebca to ea5f0a3 Compare July 26, 2024 13:59
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b043db0 to f590ec0 Compare August 28, 2024 07:02
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 953b1d3 to 1acd59c Compare September 11, 2024 17:01
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1acd59c to 06caa59 Compare September 24, 2024 19:46
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 98f1afa to 7676c16 Compare October 6, 2024 12:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0b3c861 to fc044f0 Compare October 21, 2024 03:24
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from fc044f0 to c6d3acc Compare October 30, 2024 00:06
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c6d3acc to 5c795be Compare November 12, 2024 17:40
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from af6b5bc to 8ad6788 Compare November 19, 2024 21:22
| datasource  | package                    | from   | to     |
| ----------- | -------------------------- | ------ | ------ |
| github-tags | actions/cache              | v4.1.2 | v4.3.0 |
| github-tags | codecov/codecov-action     | v5.0.3 | v5.5.2 |
| packagist   | infection/infection        | 0.27.8 | 0.32.6 |
| github-tags | laminas/automatic-releases | 1.24.0 | 1.26.2 |
| packagist   | lcobucci/coding-standard   | 11.0.0 | 11.2.0 |
| packagist   | monolog/monolog            | 3.5.0  | 3.10.0 |
| packagist   | psr/log                    | 3.0.0  | 3.0.2  |
| packagist   | react/socket               | 1.14.0 | 1.17.0 |
| github-tags | shivammathur/setup-php     | 2.28.0 | 2.36.0 |
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants