Skip to content

Update all non-major dependencies#272

Merged
Ocramius merged 2 commits into
2.12.xfrom
renovate/all-minor-patch
May 21, 2026
Merged

Update all non-major dependencies#272
Ocramius merged 2 commits into
2.12.xfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
composer/composer (source) ^2.9.2^2.9.8 age adoption passing confidence require-dev patch
laminas/automatic-releases 1.25.01.26.2 age adoption passing confidence action minor
laminas/laminas-ci-matrix-action 1.31.0v1.33 age adoption passing confidence action minor
psalm/plugin-phpunit ^0.19.5^0.20.1 age adoption passing confidence require-dev minor
roave/infection-static-analysis-plugin ^1.39.0^1.44.0 age adoption passing confidence require-dev patch
vimeo/psalm ^6.13.1^6.16.1 age adoption passing confidence require-dev patch

Release Notes

laminas/automatic-releases (laminas/automatic-releases)

v1.26.2

Compare Source

Release Notes for 1.26.2

1.26.x bugfix release (patch)

1.26.2
  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2
Bug

v1.26.1

Compare Source

Release Notes for 1.26.1

1.26.x bugfix release (patch)

1.26.1
  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2
Bug

v1.26.0

Compare Source

Release Notes for 1.26.0

Feature release (minor)

1.26.0
  • Total issues resolved: 1
  • Total pull requests resolved: 7
  • Total contributors: 4
Bug
renovate
Enhancement,dependencies,renovate

QA

Documentation,Enhancement
laminas/laminas-ci-matrix-action (laminas/laminas-ci-matrix-action)

v1.33

Compare Source

v1.33.0

Compare Source

Release Notes for 1.33.0
1.33.0
  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 2
Enhancement
Documentation,Enhancement
Dependencies

v1.32

Compare Source

v1.32.0

Compare Source

Release Notes for 1.32.0
1.32.0
  • Total issues resolved: 0
  • Total pull requests resolved: 9
  • Total contributors: 2
Dependencies
Enhancement
psalm/psalm-plugin-phpunit (psalm/plugin-phpunit)

v0.20.1

Compare Source

v0.20.0

Compare Source

What's Changed

Full Changelog: psalm/psalm-plugin-phpunit@0.19.5...0.20.0


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

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

@renovate renovate Bot added the renovate label Nov 21, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Nov 21, 2025

⚠️ 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 composer/composer:2.9.8 psalm/plugin-phpunit:0.20.1 roave/infection-static-analysis-plugin:1.44.0 vimeo/psalm:6.16.1 --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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires psalm/plugin-phpunit ^0.20.1 -> satisfiable by psalm/plugin-phpunit[0.20.1].
    - Root composer.json requires vimeo/psalm ^6.16.1 -> satisfiable by vimeo/psalm[6.16.1].
    - psalm/plugin-phpunit 0.20.1 requires psalm/psalm-plugin-api ^0.1 -> satisfiable by psalm/psalm-plugin-api[0.1.0].
    - psalm/psalm-plugin-api 0.1.0 conflicts with vimeo/psalm <7.0.0.

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 from 71cd81c to 626b924 Compare November 25, 2025 18:54
@renovate renovate Bot changed the title Update dependency php to ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0 Update all non-major dependencies Nov 25, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 626b924 to 0bd2ac0 Compare November 27, 2025 11:43
@renovate renovate Bot changed the title Update all non-major dependencies Update dependency roave/infection-static-analysis-plugin to ^1.41.0 Nov 27, 2025
@Ocramius Ocramius changed the base branch from 2.11.x to 2.12.x November 27, 2025 11:46
@Ocramius Ocramius added this to the 2.12.0 milestone May 21, 2026
@Ocramius Ocramius added enhancement dependencies Pull requests that update a dependency file labels May 21, 2026
| datasource  | package                                | from   | to     |
| ----------- | -------------------------------------- | ------ | ------ |
| packagist   | composer/composer                      | 2.9.8  | 2.9.8  |
| github-tags | laminas/automatic-releases             | 1.25.0 | 1.26.2 |
| github-tags | laminas/laminas-ci-matrix-action       | 1.31.0 | v1.33  |
| packagist   | psalm/plugin-phpunit                   | 0.19.7 | 0.20.1 |
| packagist   | roave/infection-static-analysis-plugin | 1.44.0 | 1.44.0 |
| packagist   | vimeo/psalm                            | 6.16.1 | 6.16.1 |
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 0bd2ac0 to 30fc4a2 Compare May 21, 2026 19:47
@renovate renovate Bot changed the title Update dependency roave/infection-static-analysis-plugin to ^1.41.0 Update all non-major dependencies May 21, 2026
@Ocramius Ocramius self-assigned this May 21, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 21, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Ocramius Ocramius merged commit 0969bcf into 2.12.x May 21, 2026
36 of 38 checks passed
@Ocramius Ocramius deleted the renovate/all-minor-patch branch May 21, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant