Skip to content

Update Mezzio packages (major)#45

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

Update Mezzio packages (major)#45
renovate[bot] wants to merge 1 commit into2.19.xfrom
renovate/major-mezzio

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mezzio/mezzio-router (source) ^3.7^3.7 || ^4.0 age adoption passing confidence
mezzio/mezzio-template (source) ^2.2^2.2 || ^3.0 age adoption passing confidence

Release Notes

mezzio/mezzio-router (mezzio/mezzio-router)

v4.1.0

Compare Source

Release Notes for 4.1.0

Feature release (minor)

4.1.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1
Enhancement,dependencies
Bug

v4.0.1

Compare Source

Release Notes for 4.0.1

4.0.x bugfix release (patch)

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

v4.0.0

Compare Source

Release Notes for 4.0.0

Release notes for 4.0

  • #​66 Adds the final keyword to all classes preventing subclassing
  • #​70 Introduces native types where they were previously missing. Most of these changes will not cause any impact now that the classes are final.
  • #​71 removes the deprecated ImplicitMethodsIntegrationTest - this abstract test case was renamed for PHPUnit compatibility to AbstractImplicitMethodsIntegrationTest. This change will only affect integration tests for Router implementations
  • #​68 changes the constructor signature of ImplicitHeadMiddleware - it now only accepts a PSR-17 StreamFactoryInterface where previously, it also accepted an arbitrary callable.
  • #​69 changes the constructor signatures of MethodNotAllowedMiddleware and ImplicitOptionsMiddleware. Previously, both of these middleware accepted a callable and a PSR-17 ResponseFactoryInterface. The ability to pass a callable has been removed
  • Some internal, and now unused traits and classes have been removed. As these were not part of the public API, their removal should not cause any problems.
  • #​72 Changes the way that configuration is processed for the the detection of duplicate routes.
    Previously an array was expected in the format:
    return [
      \Mezzio\Router\RouteCollector::class => [
        'detect_duplicates' => true,
      ],
    ];
    Now, the top level key of router should be used:
    return [
      'router' => [
        'detect_duplicates' => true,
      ],
    ];
    Duplicate route detection still defaults to true so this change will affect users that explicitly turned off duplicate route detection, and, where duplicate routes exist, or the feature was turned off explictly to save the additional overhead in production.
4.0.0
  • Total issues resolved: 4
  • Total pull requests resolved: 12
  • Total contributors: 3
QA,dependencies
Documentation,Enhancement
Enhancement,QA
Enhancement
Bug
BC Break
BC Break,Enhancement
mezzio/mezzio-template (mezzio/mezzio-template)

v3.0.0

Compare Source

Release Notes for 3.0.0

Version 3.0.0 of mezzio-template contains several changes that break backwards compatibility.

Mezzio\Template\TemplateRendererInterface

The following methods have been removed:

  • addPath
  • getPaths

As an interface whose primary purpose is to render a named template to a string, adding and listing template file paths is out of scope. The engine in use may not even deal with the filesystem, so these methods are no longer forced on implementors.

General Changes

  • Native PHP types have been added to all properties, parameters and return types where previously there were none.
    This affects a number of method signatures and will therefore require code changes in classes that override or implement these methods.
  • Shipped exceptions have been marked as final
  • ExceptionInterface now inherits from Throwable
  • The documented types relating to template variables or parameters have been refined from array<string, mixed> to array<non-empty-string, mixed>. The more precise types will affect users of static analysis tooling, and as such a new method has been added ArrayParametersTrait::normalizeParamsAsMap() that should ease the burden of asserting the correct types for implementors
3.0.0
  • Total issues resolved: 0
  • Total pull requests resolved: 6
  • Total contributors: 2
Dependencies,Enhancement

QA

BC Break,QA
BC Break,Bug,QA
BC Break,Enhancement,QA
BC Break,Feature Removal

Configuration

📅 Schedule: 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.

👻 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 information about the use of Renovate Bot within Laminas.

@renovate renovate Bot added the renovate label Apr 27, 2025
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from f155d09 to 5e32b01 Compare October 12, 2025 19:25
@renovate renovate Bot changed the base branch from 2.18.x to 2.19.x October 12, 2025 19:25
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from 5e32b01 to 29ab215 Compare October 13, 2025 18:39
@renovate renovate Bot changed the title Update dependency mezzio/mezzio-router to v4 Update Mezzio packages (major) Oct 13, 2025
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from 29ab215 to 6cc3a6a Compare October 27, 2025 05:28
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from 071059b to 0ea9ba0 Compare November 10, 2025 05:56
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from 0ea9ba0 to 7e42810 Compare November 17, 2025 06:02
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from 1a955d7 to b7d9d76 Compare December 29, 2025 06:08
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from 0adb9d6 to ab5810a Compare January 9, 2026 13:12
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from ab5810a to fbbff11 Compare January 19, 2026 05:41
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from f304ba4 to 6a210ba Compare February 2, 2026 05:03
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from 6a210ba to bee9dc6 Compare February 9, 2026 05:33
| datasource | package                | from   | to    |
| ---------- | ---------------------- | ------ | ----- |
| packagist  | mezzio/mezzio-router   | 3.19.0 | 4.2.0 |
| packagist  | mezzio/mezzio-template | 2.13.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 bee9dc6 to 2b54139 Compare February 16, 2026 05:13
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