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 #248

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 13, 2023

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

Compare Source

Release Notes for 3.3.1

3.3.x bugfix release (patch)

3.3.1
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
renovate

v3.3.0

Compare Source

Release Notes for 3.3.0

Feature release (minor)

3.3.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1
Enhancement

v3.2.0

Compare Source

Release Notes for 3.2.0

Feature release (minor)

3.2.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v3.1.0

Compare Source

Release Notes for 3.1.0
3.1.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 3
Enhancement
renovate
Documentation

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

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

@renovate renovate bot added the renovate label Sep 13, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Sep 13, 2023

⚠ 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 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 renovate bot force-pushed the renovate/major-laminas branch 4 times, most recently from f5e86ad to a8f03bb Compare September 15, 2023 16:02
@renovate renovate bot force-pushed the renovate/major-laminas branch 3 times, most recently from 935fa8f to f7de4d6 Compare October 29, 2023 22:47
@renovate renovate bot force-pushed the renovate/major-laminas branch 2 times, most recently from a068d0a to 05e027f Compare November 23, 2023 16:22
@renovate renovate bot force-pushed the renovate/major-laminas branch 4 times, most recently from 6526e1a to d743165 Compare December 4, 2023 09:41
@renovate renovate bot force-pushed the renovate/major-laminas branch 2 times, most recently from 0a9ff7f to 1ea4c21 Compare December 18, 2023 03:50
@renovate renovate bot force-pushed the renovate/major-laminas branch 4 times, most recently from cf6d8c8 to 93a6b88 Compare January 1, 2024 03:05
@renovate renovate bot force-pushed the renovate/major-laminas branch 2 times, most recently from 709eff2 to 49829b0 Compare March 3, 2024 12:57
@renovate renovate bot force-pushed the renovate/major-laminas branch 3 times, most recently from ebbbcda to 0edc140 Compare April 3, 2024 10:15
Copy link
Contributor Author

renovate bot commented Jun 2, 2024

⚠️ 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 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 renovate bot force-pushed the renovate/major-laminas branch from 12c0f75 to 3aba9d7 Compare June 2, 2024 19:45
@renovate renovate bot force-pushed the renovate/major-laminas branch 2 times, most recently from 59dd997 to 9ebe22d Compare July 5, 2024 14:39
@renovate renovate bot force-pushed the renovate/major-laminas branch 2 times, most recently from 856d329 to be495bd Compare July 15, 2024 03:46
@renovate renovate bot force-pushed the renovate/major-laminas branch 3 times, most recently from f5218de to 9492ffa Compare July 29, 2024 03:15
| datasource | package                   | from   | to    |
| ---------- | ------------------------- | ------ | ----- |
| packagist  | laminas/laminas-diactoros | 2.26.0 | 3.3.1 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@Ocramius Ocramius added the stop-updating Instructs renovate to stop updating PR label Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate stop-updating Instructs renovate to stop updating PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant