Skip to content

Update dependency mezzio/mezzio-router to v4 - autoclosed#9

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

Update dependency mezzio/mezzio-router to v4 - autoclosed#9
renovate[bot] wants to merge 1 commit into
1.0.xfrom
renovate/major-mezzio

Conversation

@renovate

@renovate renovate Bot commented Feb 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v4.2.0

Compare Source

Release Notes for 4.2.0

Feature release (minor)

4.2.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement,dependencies

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

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.

🔕 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 LM-Commons.

@renovate renovate Bot added the renovate label Feb 23, 2026
| datasource | package              | from   | to    |
| ---------- | -------------------- | ------ | ----- |
| packagist  | mezzio/mezzio-router | 3.20.0 | 4.2.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from 8f9908d to 15ad0fd Compare April 23, 2026 20:04
@renovate renovate Bot changed the title Update dependency mezzio/mezzio-router to v4 Update dependency mezzio/mezzio-router to v4 - autoclosed Apr 23, 2026
@renovate renovate Bot closed this Apr 23, 2026
@renovate renovate Bot deleted the renovate/major-mezzio branch April 23, 2026 20:43
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