Skip to content
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

Update all non-major dependencies #1040

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Update all non-major dependencies #1040

merged 1 commit into from
Jan 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
codecov/codecov-action action patch v3.1.4 -> v3.1.5 age adoption passing confidence
infection/infection require-dev patch 0.27.0 -> 0.27.9 age adoption passing confidence
lcobucci/clock require-dev minor 3.0.0 -> 3.2.0 age adoption passing confidence
phpbench/phpbench require-dev patch 1.2.14 -> 1.2.15 age adoption passing confidence
shivammathur/setup-php action minor 2.28.0 -> 2.29.0 age adoption passing confidence

Release Notes

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

v3.1.5

Compare Source

infection/infection (infection/infection)

v0.27.9: Fix an issue with numeric data provider keys in PHPUnit >= 10

Compare Source

Fixed:

Full Changelog: infection/infection@0.27.8...0.27.9

v0.27.8: Do not remove attributes from class methods

Compare Source

Fixed:

Full Changelog: infection/infection@0.27.7...0.27.8

v0.27.7: PHP 8.3, Symfony 7 support

Compare Source

Changed:

Full Changelog: infection/infection@0.27.6...0.27.7

v0.27.6: Fix equivalent mutants

Compare Source

Added:

Fixed:

New Contributors

Full Changelog: infection/infection@0.27.5...0.27.6

v0.27.5: Fix bug with collecting escaped mutants for GitLab logger

Compare Source

Fixed:

Full Changelog: infection/infection@0.27.4...0.27.5

v0.27.4: Allow missing elements when destructuring arrays in foreach loops

Compare Source

Fixed:

Full Changelog: infection/infection@0.27.3...0.27.4

v0.27.3

Compare Source

Full Changelog

Added:

v0.27.2: Tech release: auto-upload PHAR, fixing issue

Compare Source

v0.27.1: Minor fixes and auto-upload PHAR to releases

Compare Source

0.27.1 (2023-09-16)

Full Changelog

Added:

Changed:

New Contributors

lcobucci/clock (lcobucci/clock)

v3.2.0

Compare Source

Release Notes for 3.2.0

This release provides support for PHP 8.3.

3.2.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
Improvement

v3.1.0

Compare Source

Release Notes for 3.1.0

This release bumps the minimum required PHP version to 8.2, updating all dependencies.

3.1.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
renovate
phpbench/phpbench (phpbench/phpbench)

v1.2.15

Compare Source

  • Bump minimum PHP version to 8.1
  • Allow Symfony 7.0 @​keulinho
  • Add documentation for adding env providers @​GromNaN
shivammathur/setup-php (shivammathur/setup-php)

v2.29.0

Compare Source

Changelog
  • Added support for 'lowest' and 'highest' aliases to specify PHP versions. #​794
    • The lowest alias installs the lowest actively supported version in the PHP project.
    • The 'highest' alias is equivalent to the 'latest' alias, so it installs the latest supported stable PHP version.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: lowest # or highest
  • Added support for thread-safe builds on macOS. This completes the support for thread-safe builds on all supported platforms.
- name: Setup ZTS PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
  env:
    phpts: zts
  • Updated documentation for support to read the PHP version from composer.lock and composer.json files.
    • If php-version and php-version-file inputs are not specified, then it can read the php version from platform-overrides.php value in composer.lock or config.platform.php value from composer.json. #​800
- name: Checkout
  uses: actions/checkout@v4
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  • Switched to the new PHPCSStandards/PHP_CodeSniffer repository for builds of phpcs and phpcbf tools. #​809
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    tools: phpcs, phpcbf
  • Marked v1 version of the action as completely unsupported, it will receive no updates, please upgrade to v2, if not done already.

  • Fixed installing extensions on Windows for PHP 8.1 by reverting the version bump for minimum stability. #​807

  • Fixed building extensions on PHP 8.4 that used backward compatibility headers from ext/standard to use ext/random/php_random.h header.

  • Improved support for phalcon to install the extension when specified without the version number. #​796

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    extensions: phalcon
  • Updated codeql workflow to use v3 versions of codeql actions. #​803

  • Updated docs workflow to use actions/download-artifact@v4 and actions/upload-artifact@v4. #​804, #​805

  • Updated Node.js dependencies.

Merged Pull Requests

For the complete list of changes, please refer to the Full Changelog

Thanks @​dr5hn, @​tighten, @​ZeekInteractive, @​acelaya, and @​fulopattila122 for the sponsorship ❤️

Follow for updates

setup-php reddit setup-php twitter setup-php status


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.

👻 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Jan 11, 2024
Copy link
Contributor Author

renovate bot commented Jan 11, 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.27.9 lcobucci/clock:3.2.0 phpbench/phpbench:1.2.15 --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 psr/clock 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 lcobucci/clock ^3.0 -> satisfiable by lcobucci/clock[3.2.0].
    - lcobucci/clock 3.2.0 requires php ~8.2.0 || ~8.3.0 -> your php version (8.1.99; overridden via config.platform, actual: 8.1.27) does not satisfy that requirement.


@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e2e466f to 0ec8e17 Compare January 19, 2024 10:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 482f9ab to 85c5691 Compare January 24, 2024 16:59
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | codecov/codecov-action | v3.1.4 | v3.1.5 |
| packagist   | infection/infection    | 0.27.0 | 0.27.9 |
| packagist   | lcobucci/clock         | 3.0.0  | 3.2.0  |
| packagist   | phpbench/phpbench      | 1.2.14 | 1.2.15 |
| github-tags | shivammathur/setup-php | 2.28.0 | 2.29.0 |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 85c5691 to 5accbd5 Compare January 25, 2024 19:34
@lcobucci lcobucci merged commit 7d65f35 into 5.3.x Jan 30, 2024
39 of 40 checks passed
@lcobucci lcobucci deleted the renovate/all-minor-patch branch January 30, 2024 19:46
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