Skip to content

Update all non-major dependencies#567

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 4, 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 v3.0.10v3.5.0 age adoption passing confidence
actions/cache action minor v3.3.1v3.5.0 age adoption passing confidence
codecov/codecov-action action patch v3.1.1v3.1.6 age adoption passing confidence
infection/infection require-dev minor ^0.26.19^0.33.0 age adoption passing confidence
jms/serializer (source) require minor 3.23.03.32.7 age adoption passing confidence
php require minor ~8.1.0 || ~8.2.0~8.1.0 || ~8.2.0 || ~8.5.0 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v3.5.0

Compare Source

  • Bump actions/cache to v4.1.0

Full Changelog: actions/cache@v3...v3.5.0

v3.4.3

Compare Source

What's Changed

Full Changelog: actions/cache@v3.4.2...v3.4.3

v3.4.2

Compare Source

What's Changed

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

Full Changelog: actions/cache@v3.4.0...v3.4.2

v3.4.1

Compare Source

[!WARNING]
This version was incorrectly released using a SHA pointing to a newer version for immutable actions only. Please use v3.4.2 (or v3) instead.

v3.4.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@v3.3.3...v3.4.0

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.2

v3.3.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.3.1

v3.3.0

Compare Source

What's Changed

New Contributors

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

v3.2.6

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.2.6

v3.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.5

v3.2.4

Compare Source

What's Changed

New Contributors

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

v3.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.3

v3.2.2

Compare Source

What's Changed

New Contributors

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

v3.2.1

Compare Source

What's Changed

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

v3.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.0

v3.0.11

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.0.11

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

v3.1.6

Compare Source

#Full Changelog: codecov/codecov-action@v3.1.5...v3.1.6

v3.1.5

Compare Source

What's Changed

v3.1.4: 3.1.4

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v3.1.3...v3.1.4

v3.1.3: 3.1.3

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v3.1.2...v3.1.3

v3.1.2: 3.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v3.1.1...v3.1.2

infection/infection (infection/infection)

v0.33.2

Compare Source

Changed:

Internal:

Full Changelog: infection/infection@0.33.1...0.33.2

v0.33.1

Compare Source

Changed:

Full Changelog: infection/infection@0.33.0...0.33.1

v0.33.0

Compare Source

Added:

Changed:

  • feat!: BC break: Improve the project directory resolution to the ConfigurationFactory by @​theofidry in #​3009

Fixed:

Internal:

Full Changelog: infection/infection@0.32.7...0.33.0

v0.32.7

Compare Source

Added:

  • Adapt the output for the initial tests to be more generic (#​2991)
  • Make the DebugOption a negatable value (#​3005)
  • Introduce a debug command to execute the initial tests (#​2762)
  • Add a debug command for the AST (#​3008, #​3024, #​3025)
  • Throw a dedicated InvalidXml exception when the XML loaded by XPath is invalid (#​3051)
  • Drop support for PHP 8.2 (#​3068)
  • Add support for mago static analysis (#​3046)

Fixed:

  • Fix incorrectly style tag for non-canonical regexes with tripple \\\ (#​3022)
  • Prevent invalid usage of @​infection-ignore-all to corrupt the name resolution (#​3039)
  • Do not modify the inital coverage configuration (#​3043)
  • Make MockSplFileInfo autoloadable for consumers (#​3081)

Performance improvements:

  • Skip checking the other comments once ignore all is found (#​3038)

Internal:

Console related changes:

  • Extract the debug option into a re-usable option (#​3004)

AST related changes:

  • Simplify the NodeTraverser instantiation (#​2999)
  • Improve the readability of NodeTraverserFactoryTest (#​3002)
  • Make MutatorRobustnessTest mimic more closely what infection really does (#​3001)
  • Improve the feedback when MutatorRobustnessTest fails (#​3000)
  • Mark nodes as eligible (#​2795)
  • Rename VisitorCollectorIntegrationTest to EnrichmentTraverseIntegrationTest (#​3006)
  • Introduce LabelMutationCandidatesVisitor for more realistic AST testing (#​3007)
  • Add more tests for the enrichment traverse (#​3027)
  • Rename NonMutableNodesIgnorerVisitor to SkipIgnoredNodesVisitor (#​3029)
  • Display resolved name attributes in the dumped AST (#​3031)
  • Show problematic usage of @​infection-ignore-all (#​3030)
  • Re-order the dumped attributes (#​3040)
  • Add tests with changed lines ranges (#​3028)

Infection related related changes:

  • Solidify the tests by explicitly setting the mutation hash (#​3020)

Logger/Reporter related changes:

  • Reduce duplicated code between the initial tests & static analysis execution loggers (#​2987)

Code coverage/Test Framework/Tracing related changes:

  • Improve the code coverage tests (#​2815)
  • Leverage SafeDOMXPath (#​3041)
  • Improve JUnitTestCaseSorterTest (#​3037)
  • Adjust the API of JUnitTestCaseSorter and JUnitTestCaseTimeAdder (#​3033)
  • Capture SafeDOMXPath behaviour for various invalid XML inputs (#​3050)
  • Adjust the API of JUnitTestCaseTimeAdder (#​3076)

Misc:

v0.32.6

Compare Source

Fixed:

New Contributors

Full Changelog: infection/infection@0.32.5...0.32.6

v0.32.5

Compare Source

Fixed:

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

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](https://redirect.g

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone UTC)

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label Apr 4, 2023
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 4, 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 8 times, most recently from da69ca3 to 5018e52 Compare April 18, 2023 18:00
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 80331e1 to d48e514 Compare April 22, 2023 08:40
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d48e514 to 63fcc76 Compare April 27, 2023 19:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e9e0b99 to f14398e Compare May 16, 2023 07:56
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9079417 to 21327f7 Compare May 28, 2023 16:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from bee741c to 944e7a8 Compare June 8, 2023 02:25
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 944e7a8 to 22c5601 Compare June 9, 2023 19:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a8d4e91 to 09085a9 Compare August 5, 2023 15:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from aebb542 to b3e0d27 Compare August 15, 2023 07:06
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 69af9ab to d479368 Compare August 28, 2023 14:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3ad3280 to b446bd6 Compare September 8, 2023 15:52
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ec7152b to cbcef3c Compare September 19, 2023 15:16
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from cbcef3c to e3b41ca Compare September 28, 2023 10:10
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 31afb5a to d1ea327 Compare October 9, 2023 13:40
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5c72dbd to 5f28e4b Compare October 15, 2023 22:36
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 11, 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 jms/serializer:3.30.0 phpstan/extension-installer:1.3.1 --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
Dependency phpstan/phpstan is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires jms/serializer ^3.18 -> satisfiable by jms/serializer[3.30.0].
    - jms/serializer 3.30.0 requires phpstan/phpdoc-parser ^1.20 -> found phpstan/phpdoc-parser[1.20.0, ..., 1.28.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires infection/infection ^0.28.0 -> satisfiable by infection/infection[0.28.1].
    - infection/infection 0.28.1 requires nikic/php-parser ^5.0 -> found nikic/php-parser[v5.0.0, v5.0.1, v5.0.2] but these were not loaded, likely because it conflicts with another require.

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

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 13, 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 infection/infection:0.33.2 jms/serializer:3.32.7 php:8.5.6 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Pattern "php" listed for update matches platform packages, but these cannot be updated by Composer.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - chimera/foundation is locked to version 1.0.x-dev and an update of this package was not requested.
    - chimera/foundation 1.0.x-dev requires php ~8.1.0 || ~8.2.0 -> your php version (8.5.6) does not satisfy that requirement.
  Problem 2
    - Root composer.json requires jms/serializer ^3.18 -> satisfiable by jms/serializer[3.32.7].
    - jms/serializer 3.32.7 requires phpstan/phpdoc-parser ^1.20 || ^2.0 -> found phpstan/phpdoc-parser[1.20.0, ..., 1.33.0, 2.0.0, ..., 2.3.2] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - Root composer.json requires infection/infection ^0.33.0 -> satisfiable by infection/infection[0.33.2].
    - infection/infection 0.33.2 requires nikic/php-parser ^5.6.2 -> found nikic/php-parser[v5.6.2, v5.7.0] but these were not loaded, likely because it conflicts with another require.

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

| datasource  | package                    | from    | to     |
| ----------- | -------------------------- | ------- | ------ |
| github-tags | actions/cache              | v3.0.10 | v3.5.0 |
| github-tags | actions/cache              | v3.3.1  | v3.5.0 |
| github-tags | codecov/codecov-action     | v3.1.1  | v3.1.6 |
| packagist   | infection/infection        | 0.26.19 | 0.33.2 |
| packagist   | jms/serializer             | 3.23.0  | 3.32.7 |
| github-tags | containerbase/php-prebuild | 8.2.31  | 8.5.6  |
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