laminas / automatic-releases

Automated release process for `laminas/` projects, usable as github action
Other
141 stars 23 forks source link

Update dependency laminas/laminas-diactoros to v3 #248

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
laminas/laminas-diactoros (source) ^2.26.0 -> ^3.3.1 age adoption passing confidence

Release Notes

laminas/laminas-diactoros (laminas/laminas-diactoros) ### [`v3.3.1`](https://togithub.com/laminas/laminas-diactoros/releases/tag/3.3.1) [Compare Source](https://togithub.com/laminas/laminas-diactoros/compare/3.3.0...3.3.1) ##### Release Notes for [3.3.1](https://togithub.com/laminas/laminas-diactoros/milestone/65) 3.3.x bugfix release (patch) ##### 3.3.1 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** ##### renovate - [181: Lock file maintenance, Upgrade Psalm to 5.20.x, QA improvements](https://togithub.com/laminas/laminas-diactoros/pull/181) thanks to [@​renovate](https://togithub.com/renovate)\[bot] ### [`v3.3.0`](https://togithub.com/laminas/laminas-diactoros/releases/tag/3.3.0) [Compare Source](https://togithub.com/laminas/laminas-diactoros/compare/3.2.0...3.3.0) ##### Release Notes for [3.3.0](https://togithub.com/laminas/laminas-diactoros/milestone/64) Feature release (minor) ##### 3.3.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **1** ##### Enhancement - [174: Remove support for PHP 8.0, remove unnecessary reflection method calls](https://togithub.com/laminas/laminas-diactoros/pull/174) thanks to [@​gsteel](https://togithub.com/gsteel) - [171: Don't ignore platform requirements on 8.3](https://togithub.com/laminas/laminas-diactoros/pull/171) thanks to [@​gsteel](https://togithub.com/gsteel) ### [`v3.2.0`](https://togithub.com/laminas/laminas-diactoros/releases/tag/3.2.0) [Compare Source](https://togithub.com/laminas/laminas-diactoros/compare/3.1.0...3.2.0) ##### Release Notes for [3.2.0](https://togithub.com/laminas/laminas-diactoros/milestone/62) Feature release (minor) ##### 3.2.0 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** ##### Enhancement - [170: Add PHP 8.3 support](https://togithub.com/laminas/laminas-diactoros/pull/170) thanks to [@​MauricioFauth](https://togithub.com/MauricioFauth) ### [`v3.1.0`](https://togithub.com/laminas/laminas-diactoros/releases/tag/3.1.0) [Compare Source](https://togithub.com/laminas/laminas-diactoros/compare/3.0.0...3.1.0) ##### Release Notes for [3.1.0](https://togithub.com/laminas/laminas-diactoros/milestone/58) ##### 3.1.0 - Total issues resolved: **0** - Total pull requests resolved: **3** - Total contributors: **3** ##### Enhancement - [169: Correctly handle explicitly providing `JSON&#​95;THROW&#​95;ON&#​95;ERROR` in `JsonResponse`](https://togithub.com/laminas/laminas-diactoros/pull/169) thanks to [@​TimWolla](https://togithub.com/TimWolla) ##### renovate - [166: Lock file maintenance](https://togithub.com/laminas/laminas-diactoros/pull/166) thanks to [@​renovate](https://togithub.com/renovate)\[bot] ##### Documentation - [158: Fix docs referring to array key as value](https://togithub.com/laminas/laminas-diactoros/pull/158) thanks to [@​Xerkus](https://togithub.com/Xerkus) ### [`v3.0.0`](https://togithub.com/laminas/laminas-diactoros/releases/tag/3.0.0) [Compare Source](https://togithub.com/laminas/laminas-diactoros/compare/2.26.0...3.0.0) ##### Release Notes for [3.0.0](https://togithub.com/laminas/laminas-diactoros/milestone/4) ##### Added This version adds support for PSR-7 v2.0. While we had previously added return type hints in Diactoros, there were a few cases where PSR-7 updated the interfaces to use `void` returns where we had not. As a result, this release represents a BC break for anybody extending our classes, as defining an extension that uses one of these methods with a mixed return type (or omitting the return type entirely) will result in a type error. The interfaces affected were `Psr\Http\Message\StreamInterface` and `Psr\Http\Message\UploadedFileInterface`. For consumers, this version should be entirely backwards compatible in usage. For those extending our classes, you will only run into issues when extending implementations of the above interfaces. ##### 3.0.0 - Total issues resolved: **7** - Total pull requests resolved: **8** - Total contributors: **3** ##### BC Break,Bug,Documentation - [157: Filter integer header names during SAPI discovery](https://togithub.com/laminas/laminas-diactoros/pull/157) thanks to [@​weierophinney](https://togithub.com/weierophinney) - [148: Remove support for GD images in Stream implementation](https://togithub.com/laminas/laminas-diactoros/pull/148) thanks to [@​weierophinney](https://togithub.com/weierophinney) and [@​boesing](https://togithub.com/boesing) ##### Documentation - [156: Document PSR-7 v2 impact](https://togithub.com/laminas/laminas-diactoros/pull/156) thanks to [@​weierophinney](https://togithub.com/weierophinney) ##### Bug - [155: Ensure fromGlobals does not use superglobals when passed empty arrays](https://togithub.com/laminas/laminas-diactoros/pull/155) thanks to [@​Xerkus](https://togithub.com/Xerkus) ##### BC Break,Documentation - [154: Remove PhpInputStream](https://togithub.com/laminas/laminas-diactoros/pull/154) thanks to [@​weierophinney](https://togithub.com/weierophinney) and [@​Xerkus](https://togithub.com/Xerkus) ##### BC Break,Documentation,Enhancement - [152: Remove marshalUriFromSapi function](https://togithub.com/laminas/laminas-diactoros/pull/152) thanks to [@​weierophinney](https://togithub.com/weierophinney) and [@​Xerkus](https://togithub.com/Xerkus) ##### BC Break,Feature Removal - [146: Drop legacy helper functions in Zend namespace](https://togithub.com/laminas/laminas-diactoros/pull/146) thanks to [@​Xerkus](https://togithub.com/Xerkus) ##### BC Break,Enhancement - [136: Allow usage with PSR-7 v2](https://togithub.com/laminas/laminas-diactoros/pull/136) thanks to [@​weierophinney](https://togithub.com/weierophinney) ##### Enhancement - [132: Update to PSR-7 1.1/2.0](https://togithub.com/laminas/laminas-diactoros/issues/132) thanks to [@​weierophinney](https://togithub.com/weierophinney) ##### BC Break,Bug - [12: `ServerRequestFactory::fromGlobals()` checks if args are truthy rather than set](https://togithub.com/laminas/laminas-diactoros/issues/12) thanks to [@​weierophinney](https://togithub.com/weierophinney)

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.



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

renovate[bot] commented 1 year ago

⚠ 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:

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update laminas/laminas-diactoros:3.3.1 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency psr/http-message 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 laminas/laminas-diactoros ^3.3.1, found laminas/laminas-diactoros[3.3.1] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - jwage/changelog-generator is locked to version 1.4.0 and an update of this package was not requested.
    - jwage/changelog-generator 1.4.0 requires laminas/laminas-diactoros ^2.13.0 -> found laminas/laminas-diactoros[2.13.0, ..., 2.26.0] but it conflicts with your root composer.json require (^3.3.1).
  Problem 3
    - phly/keep-a-changelog is locked to version 2.12.1 and an update of this package was not requested.
    - phly/keep-a-changelog 2.12.1 requires laminas/laminas-diactoros ^2.4.1 -> found laminas/laminas-diactoros[2.4.1, ..., 2.26.0] but it conflicts with your root composer.json require (^3.3.1).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
renovate[bot] commented 5 months ago

⚠️ 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:

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update laminas/laminas-diactoros:3.3.1 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency psr/http-message 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 laminas/laminas-diactoros ^3.3.1, found laminas/laminas-diactoros[3.3.1] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - jwage/changelog-generator is locked to version 1.4.0 and an update of this package was not requested.
    - jwage/changelog-generator 1.4.0 requires laminas/laminas-diactoros ^2.13.0 -> found laminas/laminas-diactoros[2.13.0, ..., 2.26.0] but it conflicts with your root composer.json require (^3.3.1).
  Problem 3
    - phly/keep-a-changelog is locked to version 2.12.1 and an update of this package was not requested.
    - phly/keep-a-changelog 2.12.1 requires laminas/laminas-diactoros ^2.4.1 -> found laminas/laminas-diactoros[2.4.1, ..., 2.26.0] but it conflicts with your root composer.json require (^3.3.1).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.