8000 Update dependency mezzio/mezzio-router to v4 by renovate[bot] · Pull Request #209 · mezzio/mezzio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update dependency mezzio/mezzio-router to v4 #209

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

Open
wants to merge 1 commit into
base: 3.22.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Apr 26, 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

Release Notes

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

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 Laminas.

@renovate renovate bot added the renovate label Apr 26, 2025
@renovate renovate bot force-pushed the renovate/major-mezzio branch from 79bbe7f to c5b6c77 Compare April 27, 2025 12:46
@renovate renovate bot changed the base branch from 3.21.x to 3.22.x April 27, 2025 12:51
@renovate renovate bot force-pushed the renovate/major-mezzio branch from c5b6c77 to 63e72ab Compare May 5, 2025 05:40
@renovate renovate bot force-pushed the renovate/major-mezzio branch from 63e72ab to 899fae9 Compare May 12, 2025 08:01
@renovate renovate bot force-pushed the renovate/major-mezzio branch from 899fae9 to 320b6db Compare May 19, 2025 09:21
@renovate renovate bot force-pushed the renovate/major-mezzio branch from 320b6db to ac80f2b Compare May 26, 2025 10:27
| datasource | package              | from   | to    |
| ---------- | -------------------- | ------ | ----- |
| packagist  | mezzio/mezzio-router | 3.18.0 | 4.0.1 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/major-mezzio branch from ac80f2b to a618562 Compare June 2, 2025 06:15
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
0