Skip to content

Update dependency mezzio/mezzio-laminasviewrenderer to v3 - #216

Open
renovate[bot] wants to merge 1 commit into
3.19.xfrom
renovate/major-mezzio
Open

Update dependency mezzio/mezzio-laminasviewrenderer to v3#216
renovate[bot] wants to merge 1 commit into
3.19.xfrom
renovate/major-mezzio

Conversation

@renovate

@renovate renovate Bot commented Dec 2, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mezzio/mezzio-laminasviewrenderer (source) ^2.19.0^3.0.0 age adoption passing confidence

Release Notes

mezzio/mezzio-laminasviewrenderer (mezzio/mezzio-laminasviewrenderer)

v3.0.0

Compare Source

Release Notes for 3.0.0

Version 3.0.0 contains a number of BC breaks:

laminas-view:3.x #​74

laminas-view has been upgraded to version 3 which itself comes with significant BC breaks.
Helper usage has changed for many of the shipped plugins, some are removed etc.
Consult the migration guide for more detailed information.

mezzio-template:3.x

More detail can be found in the release notes.
It is unlikely that updating to mezzio-template v3 will cause any problems, unless you were manipulating the template "paths" via TemplateRenderer::addPath().

Other BC Breaks

  • Stream wrapper support has been removed (It's also removed in laminas-view): #​19
  • Removes service aliases for legacy Zend\Expressive\… equivalents #​27
  • A number of unused exception classes have been removed along with some factories. Laminas View now ships factories and configuration that reduces some of the requirements here.
  • All classes are now final which will affect you if you were extending the shipped renderer, the template resolver, or any of the shipped helpers.

Configuration changes

Shipped configuration no longer configures a "default layout" under templates.layout. The value used to be 'layout::default', so you will need to re-introduce this in your own configuration:

return [
    'templates' => [
        'layout' => 'layout::default',
    ],
];

Improvements

The namespaced path stack resolver will now load template paths from configuration under $config['templates']['paths'], so if you had a delegator doing this, it is no longer necessary.

All factories now work as expected when an iterable/ArrayObject is used for configuration instead of a regular array.

Overall performance improvements have been noted in the region of a 10% speed increase (Likely due to changes in laminas-view v3), but there are no official benchmarks as of yet.

Stateful helpers are now reset for each rendering cycle, meaning that using laminas view in cli processes such as RoadRunner, Swoole and Franken PHP is safer, providing your stateful custom view helpers implement the correct interface. More information

3.0.0
  • Total issues resolved: 4
  • Total pull requests resolved: 26
  • Total contributors: 5

QA

BC Break,Bug,Enhancement
Documentation
Enhancement,QA
BC Break,Documentation
Dependencies
BC Break,Dependencies,Enhancement
BC Break,Enhancement
Enhancement
Bug,Enhancement
Bug,Duplicate,Enhancement

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Read more information about the use of Renovate Bot within Laminas.

@renovate renovate Bot added the renovate label Dec 2, 2025
@renovate

renovate Bot commented Dec 2, 2025

Copy link
Copy Markdown
Contributor Author

⚠️ 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 mezzio/mezzio-laminasviewrenderer:3.0.0 --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
Dependency laminas/laminas-servicemanager 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.
Dependency mezzio/mezzio-helpers 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.
Dependency laminas/laminas-stdlib 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 mezzio/mezzio-laminasviewrenderer ^3.0.0 -> satisfiable by mezzio/mezzio-laminasviewrenderer[3.0.0].
    - mezzio/mezzio-laminasviewrenderer 3.0.0 requires laminas/laminas-servicemanager ^4.4.0 -> found laminas/laminas-servicemanager[4.4.0, 4.5.0, 4.5.1] but it conflicts with your root composer.json require (^3.23.1).

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/major-mezzio branch 2 times, most recently from ec836eb to d265ea2 Compare December 9, 2025 08:55
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch from d265ea2 to c667c20 Compare December 16, 2025 04:39
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from 49e022e to 9e9f3fe Compare December 30, 2025 05:00
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch from 9e9f3fe to 05dfba5 Compare January 6, 2026 08:37
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch 3 times, most recently from 0deb9eb to a4717e6 Compare January 27, 2026 09:05
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch from a4717e6 to fbb10f9 Compare February 3, 2026 09:39
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from 892ec6c to 4e05f67 Compare February 17, 2026 09:55
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from 8c4e6b4 to 62fbcbb Compare March 3, 2026 09:53
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch 3 times, most recently from 0a0c386 to a2347fe Compare March 16, 2026 09:15
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch 3 times, most recently from f1fc7ff to 81390b6 Compare March 24, 2026 08:27
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from 2295276 to 945f939 Compare April 6, 2026 05:48
@renovate
renovate Bot changed the base branch from 3.18.x to 3.19.x April 6, 2026 09:50
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from 6ecc301 to 1818224 Compare April 14, 2026 09:35
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from 2019557 to 8777247 Compare May 5, 2026 08:43
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch from 8777247 to d571255 Compare May 12, 2026 08:46
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from c70255f to ffe977e Compare May 20, 2026 16:48
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch from ffe977e to abbe4b6 Compare May 26, 2026 10:31
@renovate renovate Bot changed the title Update dependency mezzio/mezzio-laminasviewrenderer to v3 Update Mezzio packages to v3 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch from abbe4b6 to b9fe1bd Compare June 9, 2026 11:54
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from c4c33fa to 19bc8d4 Compare June 19, 2026 08:29
@renovate renovate Bot changed the title Update Mezzio packages to v3 Update Mezzio packages (major) Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch from 19bc8d4 to 35dead8 Compare June 23, 2026 11:55
@renovate renovate Bot changed the title Update Mezzio packages (major) Update dependency mezzio/mezzio-laminasviewrenderer to v3 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch from 35dead8 to 0be6985 Compare June 30, 2026 09:06
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from 9ad3f90 to 075ccc9 Compare July 14, 2026 09:12
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch 4 times, most recently from 3aa5758 to 038e6c8 Compare July 28, 2026 07:12
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch from 038e6c8 to b364573 Compare August 4, 2026 07:43
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch from b364573 to 1835f20 Compare August 12, 2026 05:44
| datasource | package                           | from   | to    |
| ---------- | --------------------------------- | ------ | ----- |
| packagist  | mezzio/mezzio-laminasviewrenderer | 2.19.0 | 3.0.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/major-mezzio branch from 1835f20 to e843612 Compare August 18, 2026 04:52
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.

0 participants