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

Merged
merged 2 commits into from
Jul 24, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
dflydev/fig-cookies require patch ^3.0.0 -> ^3.1.0
laminas/laminas-ci-matrix-action action minor 1.22.1 -> 1.23.4
laminas/laminas-continuous-integration-action action minor 1.32.0 -> 1.34.0
laminas/laminas-httphandlerrunner (source) require-dev patch ^2.5.0 -> ^2.6.1
lcobucci/clock require minor ^3.0.0 -> ^3.1.0
phpunit/phpunit (source) require-dev patch ^9.6.5 -> ^9.6.10
psr/http-server-handler require patch ^1.0.1 -> ^1.0.2
psr/http-server-middleware require patch ^1.0.1 -> ^1.0.2
roave/infection-static-analysis-plugin require-dev patch ^1.29.0 -> ^1.32.0
vimeo/psalm require-dev patch ^5.8.0 -> ^5.13.1

Release Notes

laminas/laminas-ci-matrix-action (laminas/laminas-ci-matrix-action)

v1.23.4

Compare Source

Release Notes for 1.23.4

1.23.x bugfix release (patch)

1.23.4
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v1.23.3

Compare Source

Release Notes for 1.23.3

1.23.x bugfix release (patch)

1.23.3
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v1.23.2

Compare Source

Release Notes for 1.23.2
1.23.2
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v1.23.1

Compare Source

Release Notes for 1.23.1
1.23.1
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v1.23.0

Compare Source

Release Notes for 1.23.0

Feature release (minor)

Added
1.23.0
  • Total issues resolved: 0
  • Total pull requests resolved: 11
  • Total contributors: 5
Enhancement
renovate
Bug
laminas/laminas-continuous-integration-action (laminas/laminas-continuous-integration-action)

v1.34.0

Compare Source

Release Notes for 1.34.0
1.34.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug,Enhancement

v1.33.0

Compare Source

Release Notes for 1.33.0

Feature release (minor)

1.33.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2
Enhancement
Enhancement,dependencies
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

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

Read more about the use of Renovate Bot within ocramius/* projects.

@renovate renovate bot added the renovate label Mar 21, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Mar 21, 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/51e0eb/45e580/repos/github/psr7-sessions/storageless":"/tmp/worker/51e0eb/45e580/repos/github/psr7-sessions/storageless" -v "/tmp/worker/51e0eb/45e580/cache":"/tmp/worker/51e0eb/45e580/cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/51e0eb/45e580/repos/github/psr7-sessions/storageless" ghcr.io/containerbase/sidecar:9.6.1 bash -l -c "install-tool php 8.1.21 && install-tool composer 2.5.8 && composer update dflydev/fig-cookies laminas/laminas-httphandlerrunner lcobucci/clock phpunit/phpunit psr/http-server-handler psr/http-server-middleware roave/infection-static-analysis-plugin vimeo/psalm --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Dependency psr/http-message 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.1.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.21) does not satisfy that requirement.

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3edef04 to 4351524 Compare March 27, 2023 20:58
@renovate renovate bot changed the title Update dependency lcobucci/clock to ^3.1.0 Update all non-major dependencies Mar 27, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4351524 to 4c74b02 Compare April 30, 2023 07:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4c74b02 to b5e10a9 Compare July 24, 2023 08:37
@renovate renovate bot changed the base branch from 8.16.x to 8.17.x July 24, 2023 08:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 70979ad to 3352e35 Compare July 24, 2023 08:46
| datasource  | package                                       | from   | to     |
| ----------- | --------------------------------------------- | ------ | ------ |
| packagist   | dflydev/fig-cookies                           | 3.1.0  | 3.1.0  |
| github-tags | laminas/laminas-ci-matrix-action              | 1.22.1 | 1.23.4 |
| github-tags | laminas/laminas-continuous-integration-action | 1.32.0 | 1.34.0 |
| packagist   | laminas/laminas-httphandlerrunner             | 2.6.1  | 2.6.1  |
| packagist   | lcobucci/clock                                | 3.0.0  | 3.1.0  |
| packagist   | phpunit/phpunit                               | 9.6.10 | 9.6.10 |
| packagist   | psr/http-server-handler                       | 1.0.2  | 1.0.2  |
| packagist   | psr/http-server-middleware                    | 1.0.2  | 1.0.2  |
| packagist   | roave/infection-static-analysis-plugin        | 1.32.0 | 1.32.0 |
| packagist   | vimeo/psalm                                   | 5.13.1 | 5.13.1 |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3352e35 to d5b62e9 Compare July 24, 2023 08:51
@Slamdunk Slamdunk self-assigned this Jul 24, 2023
@Slamdunk Slamdunk added this to the 8.17.0 milestone Jul 24, 2023
@Slamdunk Slamdunk merged commit a6404a3 into 8.17.x Jul 24, 2023
@Slamdunk Slamdunk deleted the renovate/all-minor-patch branch July 24, 2023 08:57
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