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 #1039

Merged
merged 1 commit into from
Dec 10, 2023
Merged

Update all non-major dependencies #1039

merged 1 commit into from
Dec 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

Compare Source

Changelog

  • Specifying 8.3 in php-version now installs a stable build of PHP 8.3.
- name: Setup PHP 8.3
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
  • Specifying latest in php-version now installs PHP 8.3 as well.
- name: Setup Latest PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: 'latest'
  • Specifying nightly in php-version now installs PHP 8.4.
- name: Setup Nightly PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: 'nightly'
- name: Setup PHP with intl
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    extensions: intl-74.1
  • Added support to specify zts in phpts environment variable instead of ts to set up thread-safe PHP on Linux and Windows.
- name: Setup PHP 8.3 (ZTS)
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
  env:
    phpts: zts
  • Fixed support for debug builds. (#​784)
- name: Setup PHP 8.3
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
  env:
    debug: true
  • Added support for cached builds for PHP 8.3, PHP 8.4, and zts builds of all versions of PHP 5.6 and newer on Ubuntu GitHub Hosted environments. This should reduce the time it takes to set up these PHP versions.

  • Added swoole to the builds cache for GitHub-hosted environments for PHP 7.2 and newer.

- name: Setup PHP 8.3
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    extensions: swoole
  • Added PHP 8.3 and PHP 8.4 to the extension lists in the wiki. (#​787).

  • PHP 8.0 is now marked as End of life and PHP 8.1 is now marked as Security fixes only in README.
    See PHP Support in README.

  • Fixed support for Blackfire extension. The action now disabled Xdebug and pcov extensions by default when blackfire is specified in extensions input.

- name: Setup PHP with blackfire extension
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    extensions: blackfire
  • Fixed support for grpc_php_plugin when installed along with protoc on macOS.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    tools: protoc, grpc_php_plugin
  • Fixed support for geos extension on PHP 8.3.
- name: Setup PHP with geos extension
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    extensions: geos
  • Fixed support for event extension on macOS to use openssl@3 formula.
- name: Setup PHP with geos extension
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    extensions: event
  • Update Node.js dependencies.

Merged Pull Requests

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

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 Nov 27, 2023
Copy link
Contributor Author

renovate bot commented Nov 27, 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.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.26) does not satisfy that requirement.


@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fec0346 to 926fd1a Compare December 2, 2023 01:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 926fd1a to 0bb5ec9 Compare December 5, 2023 18:24
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| 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.27.1 | 2.28.0 |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0bb5ec9 to 32ed3bc Compare December 8, 2023 19:54
@lcobucci lcobucci merged commit 6db49c1 into 5.3.x Dec 10, 2023
39 of 40 checks passed
@lcobucci lcobucci deleted the renovate/all-minor-patch branch December 10, 2023 08:22
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