Skip to content
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

Update dependency laminas/laminas-diactoros to v3 #638

Merged
merged 1 commit into from
Jul 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 4, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
laminas/laminas-diactoros (source) require-dev major ^2.25.2 -> ^3.0.0

Release Notes

laminas/laminas-diactoros (laminas/laminas-diactoros)

v3.0.0

Compare Source

Release Notes for 3.0.0
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
Documentation
Bug
BC Break,Documentation
BC Break,Documentation,Enhancement
BC Break,Feature Removal
BC Break,Enhancement
Enhancement
BC Break,Bug

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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label May 4, 2023
@renovate renovate bot force-pushed the renovate/laminas-laminas-diactoros-3.x branch 4 times, most recently from 5592f6f to d53daf2 Compare May 11, 2023 15:57
@renovate renovate bot force-pushed the renovate/laminas-laminas-diactoros-3.x branch 4 times, most recently from 0330701 to 40e0cd1 Compare May 23, 2023 00:39
@renovate renovate bot force-pushed the renovate/laminas-laminas-diactoros-3.x branch from 40e0cd1 to 478e67b Compare May 24, 2023 16:56
@renovate renovate bot force-pushed the renovate/laminas-laminas-diactoros-3.x branch from 478e67b to 9ce7a4d Compare June 1, 2023 17:13
@renovate renovate bot force-pushed the renovate/laminas-laminas-diactoros-3.x branch 3 times, most recently from ff08736 to 8d1ac9f Compare June 17, 2023 11:21
@renovate renovate bot force-pushed the renovate/laminas-laminas-diactoros-3.x branch 3 times, most recently from 6b26720 to f0bf608 Compare June 26, 2023 20:49
@renovate renovate bot force-pushed the renovate/laminas-laminas-diactoros-3.x branch 2 times, most recently from 70e9a43 to 3d2a729 Compare July 8, 2023 02:44
@renovate renovate bot force-pushed the renovate/laminas-laminas-diactoros-3.x branch 3 times, most recently from 7f865ea to 861be42 Compare July 19, 2023 18:46
@renovate renovate bot force-pushed the renovate/laminas-laminas-diactoros-3.x branch from 861be42 to 6e823e8 Compare July 26, 2023 09:14
| datasource | package                   | from   | to    |
| ---------- | ------------------------- | ------ | ----- |
| packagist  | laminas/laminas-diactoros | 2.25.2 | 3.0.0 |
@renovate renovate bot force-pushed the renovate/laminas-laminas-diactoros-3.x branch from 6e823e8 to 01030dc Compare July 30, 2023 15:44
@lcobucci lcobucci merged commit cb37756 into 3.2.x Jul 30, 2023
@lcobucci lcobucci deleted the renovate/laminas-laminas-diactoros-3.x branch July 30, 2023 18:46
@lcobucci lcobucci added this to the 3.2.0 milestone Jul 30, 2023
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.

1 participant