Skip to content

Update dependency mezzio/mezzio-router to v4#64

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

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

Conversation

@renovate

@renovate renovate Bot commented Apr 26, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mezzio/mezzio-router (source) ^3.9.0^3.9.0 || ^4.0.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

v3.20.0

Compare Source

Release Notes for 3.20.0

Feature release (minor)

3.20.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
dependencies

v3.19.0

Compare Source

Release Notes for 3.19.0

Feature release (minor)

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

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 Apr 26, 2025
@renovate

renovate Bot commented Apr 26, 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-router:4.2.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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires mezzio/mezzio-router ^3.9.0 || ^4.0.0, found mezzio/mezzio-router[3.9.0, ..., 3.20.0, 4.0.0, 4.0.1, 4.1.0, 4.2.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - mezzio/mezzio is locked to version 3.22.1 and an update of this package was not requested.
    - mezzio/mezzio 3.22.1 requires mezzio/mezzio-router ^3.15.0 -> found mezzio/mezzio-router[3.15.0, ..., 3.20.0] but it conflicts with your temporary update constraint (mezzio/mezzio-router:4.2.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/major-mezzio branch 2 times, most recently from e436500 to d8444a5 Compare May 5, 2025 05:43
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from d8444a5 to 0262cf1 Compare May 12, 2025 05:36
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from 0262cf1 to ca042c2 Compare May 19, 2025 06:28
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from ca042c2 to 17966b7 Compare May 26, 2025 06:50
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from f9e5cbb to c9ded85 Compare June 16, 2025 07:14
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from 68e50ce to 89077e6 Compare June 30, 2025 05:44
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from b7a6f00 to 17786f9 Compare August 7, 2025 10:04
@renovate renovate Bot changed the base branch from 2.11.x to 2.12.x August 7, 2025 13:05
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from ab6bd87 to df77074 Compare August 18, 2025 04:40
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from df77074 to 05c2c5b Compare August 25, 2025 05:35
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from c0b52dc to c44b8d9 Compare September 13, 2025 04:12
@renovate renovate Bot changed the base branch from 2.12.x to 2.13.x September 13, 2025 04:12
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from c15fa79 to 1ccf704 Compare September 22, 2025 04:29
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from 1ccf704 to 4de0df5 Compare September 29, 2025 05:49
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from ad81f25 to 3cf1a86 Compare October 13, 2025 04:42
@gsteel gsteel mentioned this pull request Oct 13, 2025
4 tasks
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from c56517c to 2e36352 Compare October 27, 2025 05:01
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from 2e36352 to 6e7000c Compare November 3, 2025 05:47
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from 6e7000c to 7e89fc2 Compare November 10, 2025 06:33
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from 7e89fc2 to d370f77 Compare November 17, 2025 04:32
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from d370f77 to 75d3949 Compare December 22, 2025 05:29
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from 75d3949 to 20945f1 Compare January 5, 2026 06:38
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from 855e187 to a32c66e Compare February 2, 2026 04:54
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from a32c66e to b5e153c Compare February 9, 2026 04:29
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from f2f9065 to 153ea8b Compare March 9, 2026 06:05
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from 153ea8b to 48c4431 Compare April 6, 2026 04:45
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from 48c4431 to 15635d3 Compare April 13, 2026 05:39
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from 7eddead to e5b8c00 Compare April 27, 2026 04:48
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from be3dcb3 to a0f067d Compare May 11, 2026 04:47
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from d10de34 to 25fb364 Compare May 18, 2026 07:33
@renovate renovate Bot changed the title Update dependency mezzio/mezzio-router to v4 Update Mezzio packages to v4 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/major-mezzio branch 2 times, most recently from 4bf7b24 to 10902f7 Compare June 15, 2026 05:52
@renovate renovate Bot changed the title Update Mezzio packages to v4 Update Mezzio packages (major) Jun 22, 2026
@renovate renovate Bot changed the title Update Mezzio packages (major) Update dependency mezzio/mezzio-router to v4 Jun 25, 2026
@renovate renovate Bot force-pushed the renovate/major-mezzio branch from 10902f7 to e973b0d Compare June 29, 2026 07:48
| datasource | package              | from   | to    |
| ---------- | -------------------- | ------ | ----- |
| packagist  | mezzio/mezzio-router | 3.18.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 e973b0d to eecf59d Compare June 30, 2026 15:20
@renovate renovate Bot changed the base branch from 2.13.x to 2.14.x June 30, 2026 15:20
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