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

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Update all non-major dependencies #1025

merged 1 commit into from
Oct 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action patch v3.3.1 -> v3.3.2 age adoption passing confidence
infection/infection require-dev patch 0.27.0 -> 0.27.4 age adoption passing confidence
lcobucci/clock require-dev minor 3.0.0 -> 3.1.0 age adoption passing confidence
phpunit/phpunit (source) require-dev minor 10.3.2 -> 10.4.1 age adoption passing confidence
shivammathur/setup-php action minor 2.25.5 -> 2.26.0 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v3.3.2

Compare Source

What's Changed
New Contributors

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

infection/infection (infection/infection)

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.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
sebastianbergmann/phpunit (phpunit/phpunit)

v10.4.1

Compare Source

v10.4.0

Compare Source

v10.3.5

Compare Source

v10.3.4

Compare Source

v10.3.3

Compare Source

shivammathur/setup-php (shivammathur/setup-php)

v2.26.0

Compare Source

Changelog
Microsoft SQL Server extensions. (#​758, #​766)

The latest supported version of sqlsrv and pdo_sqlsrv for the PHP version will be installed.
Also, on Windows, these extensions will be installed from microsoft/msphpsql GitHub releases and will fallback to pecl.

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.2'
    extensions: sqlsrv, pdo_sqlsrv
PHP 8.4 Support (#​762)

Added support for PHP 8.4.0-dev from the master branch of php/php-src for all supported OS.
Note: PHP 8.3.0-dev is now built from the new PHP-8.3 branch.

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
Fixes
Blackfire Player

Resolved issues affecting the blackfire-player on Linux and macOS. It now installs the uuid extension that is required for the tool.
Dropped support for it on Windows as uuid extension is not available for the OS.

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    tools: blackfire-player
Updates
Update actions/checkout

Updated the use of actions/checkout to v4 in the documentation and workflows.

- name: Checkout
  uses: actions/checkout@v4
Update Node.js Version

Note: Node.js 16 reached End-of-Life on 2023-09-11 (Ref).

Updated action.yml to use the node20 binary. If you use setup-php on a self-hosted runner, please make sure it is v2.308.0 or newer to use this release or the major version tag v2.

Node.js Dependencies

Bumped Node.js dependencies.

Merged Pull Requests
New Contributors
Full Changelog

For the complete list of changes, please refer to the Full Changelog: 2.25.5...2.26.0.

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 Sep 8, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Sep 8, 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: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/d4e061/0a9eaa/repos/github/lcobucci/jwt":"/tmp/worker/d4e061/0a9eaa/repos/github/lcobucci/jwt" -v "/tmp/worker/d4e061/0a9eaa/cache":"/tmp/worker/d4e061/0a9eaa/cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/d4e061/0a9eaa/repos/github/lcobucci/jwt" ghcr.io/containerbase/sidecar:9.20.8 bash -l -c "install-tool php 8.1.24 && install-tool composer 2.6.5 && composer update infection/infection:0.27.4 lcobucci/clock:3.1.0 phpunit/phpunit:10.4.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 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.1.0].
    - lcobucci/clock 3.1.0 requires php ~8.2.0 -> your php version (8.1.99; overridden via config.platform, actual: 8.1.24) does not satisfy that requirement.


@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d42780f to 512e719 Compare September 19, 2023 19:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1d25d62 to 7e3413f Compare October 6, 2023 18:09
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | actions/cache          | v3.3.1 | v3.3.2 |
| packagist   | infection/infection    | 0.27.0 | 0.27.4 |
| packagist   | lcobucci/clock         | 3.0.0  | 3.1.0  |
| packagist   | phpunit/phpunit        | 10.3.2 | 10.4.1 |
| github-tags | shivammathur/setup-php | 2.25.5 | 2.26.0 |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7e3413f to e1def35 Compare October 10, 2023 00:28
@Ocramius Ocramius merged commit 435d71d into 5.1.x Oct 10, 2023
@Ocramius Ocramius deleted the renovate/all-minor-patch branch October 10, 2023 08:44
@Ocramius Ocramius added this to the 5.1.0 milestone Oct 10, 2023
@Ocramius Ocramius self-assigned this Oct 10, 2023
@Slamdunk
Copy link
Collaborator

Wait, the dashboard lists 3 require-dev updates and so does the commit message of e1def35, but the commit itself never touches the composer.* files? 🤔

@Ocramius
Copy link
Collaborator

Yup, that's why I merged: let renovate make a new PR just for that

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.

2 participants