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

chore(deps): Update dependency laminas/laminas-diactoros to v3 #37

Merged
merged 1 commit into from
May 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2023

Mend Renovate

This PR contains the following updates:

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

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

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 - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
@oguzhand95 oguzhand95 self-requested a review May 29, 2023 11:18
@oguzhand95 oguzhand95 changed the title chore(deps): update dependency laminas/laminas-diactoros to v3 chore(deps): Update dependency laminas/laminas-diactoros to v3 May 29, 2023
@oguzhand95 oguzhand95 merged commit ae3178b into main May 29, 2023
@oguzhand95 oguzhand95 deleted the renovate/major-3-php-deps branch May 29, 2023 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant