Skip to content

Update dependency laminas/laminas-servicemanager to v4#34

Closed
renovate[bot] wants to merge 1 commit into1.1.xfrom
renovate/major-laminas
Closed

Update dependency laminas/laminas-servicemanager to v4#34
renovate[bot] wants to merge 1 commit into1.1.xfrom
renovate/major-laminas

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
laminas/laminas-servicemanager (source) ^3.0 -> ^3.0 || ^4.0 age adoption passing confidence

Release Notes

laminas/laminas-servicemanager (laminas/laminas-servicemanager)

v4.4.0

Compare Source

Release Notes for 4.4.0

Feature release (minor)

4.4.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2
Dependencies,Enhancement,QA
Enhancement,QA,Review Needed
Review Needed,renovate

v4.3.0

Compare Source

Release Notes for 4.3.0

Feature release (minor)

Introduces PHP 8.4 Support

4.3.0
  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 4
Enhancement
Documentation,Enhancement
renovate

v4.2.1

Compare Source

Release Notes for 4.2.1

4.2.x bugfix release (patch)

4.2.1
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Documentation,Enhancement

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

v4.1.0

Compare Source

Release Notes for 4.1.0

Feature release (minor)

4.1.0
  • Total issues resolved: 1
  • Total pull requests resolved: 3
  • Total contributors: 2
Documentation
Documentation,Enhancement

v4.0.2

Compare Source

Release Notes for 4.0.2

4.0.x bugfix release (patch)

4.0.2
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug,Documentation

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,Documentation

v4.0.0

Compare Source

Release Notes for 4.0.0
Release Notes for 4.0.0

laminas-servicemanager 4.0.0 is here and finally enables projects to consume psr/container v2.0.0 after 2 years along with several type-additions and plugin manager decoupling.

The migration guide is not written yet but will be at some point (once we added support for SM v4 to other components) later.

Added
  • Several native type-additions including property-, argument- and return-types and a lot more psalm types
  • ServiceManager#get, PluginManagerInterface#get and ServiceLocatorInterface#build now explicitly implement mixed as return-type to synchronize types with ContainerInterface#get
  • Support for psr/container v1.1 and v2.0
  • Ahead of Time factory creation for services explicitly using ReflectionBasedAbstractFactory via laminas-cli
Removed
  • Dropped support for PHP <8.1
  • Removed deprecated interfaces such as
    • Laminas\ServiceManager\AbstractFactoryInterface
    • Laminas\ServiceManager\FactoryInterface
    • Laminas\ServiceManager\InitializerInterface
    • Laminas\ServiceManager\DelegatorFactoryInterface
  • CLI commands which were exposed via vendor/bin are removed in favor of the laminas-cli integration. All CLI commands of v3.x are accessible via vendor/bin/laminas servicemanager:<v3.x command name> once laminas/laminas-cli is required in the projects dependencies
  • Removed deprecated ConfigInterface and Config-class since these files did not provide any validation logic and were just used to proxy the configuration array structure
  • Removed AbstractPluginManager#validate and AbstractPluginManager::$instanceOf property as in v3.x, implementing plugin managers were able to implicitly validate mixed. In case an implementing plugin manager is providing a single $instanceOf such as laminas-cache, there is a new class AbstractSingleInstancePluginManager available which requires the $instanceOf property to be configured
Breaking Changes
  • AbstractPluginManager does not extend ServiceManager anymore and instead uses an own ServiceManager instance under the hood to manage plugin manager related services which can be configured the same way as in v3.x
  • Dedicated CLI commands which were previously linked to vendor/bin are now integrated via laminas-cli and can be called via vendor/bin/laminas once laminas/laminas-cli is part of the projects requirements. Read more about how to consume these commands here.
  • AbstractPluginManager does not provide the validate-Method anymore and requires migration action such as:
    • extend AbstractSingleInstancePluginManager in case the plugin manager only provides instances of a specific interface- or class-string (please be aware that the $instanceOf property now requires native string property type)
    • implement validate method and verify whatever type has to be returned and/or just allow mixed as v3.x did when omitting $instanceOf property
  • Removed deprecated ConfigInterface and Config-class since these files did not provide any validation logic and were just used to proxy the configuration array structure
  • neither ServiceManager nor AbstractPluginManager do validate the provided configuration at runtime anymore. due to the psalm-types provided to ServiceManager#__construct, ServiceManager#configure, AbstractPluginManager#__construct and AbstractPluginManager#configure, the configuration schema is strictly typed and thus, a miss-configuration can be mitigated on static-analysis level prior actual runtime
  • AbstractPluginManager#get does not accept options anymore, in case an instance with options needs to be created, AbstractPluginManager#build has to be used
4.0.0
  • Total issues resolved: 7
  • Total pull requests resolved: 14
  • Total contributors: 6
Enhancement
BC Break,Enhancement
RFC
BC Break
renovate
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 LM-Commons.

@renovate renovate bot added the renovate label Oct 23, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Oct 23, 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-servicemanager:4.4.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 laminas/laminas-servicemanager ^3.0 || ^4.0, found laminas/laminas-servicemanager[3.0.0, ..., 3.23.0, 4.0.0, ..., 4.4.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - laminas/laminas-view is locked to version 2.40.0 and an update of this package was not requested.
    - laminas/laminas-view 2.40.0 requires laminas/laminas-servicemanager ^3.21.0 -> found laminas/laminas-servicemanager[3.21.0, 3.22.0, 3.22.1, 3.23.0] but it conflicts with your temporary update constraint (laminas/laminas-servicemanager:4.4.0).
  Problem 3
    - laminas/laminas-mvc is locked to version 3.8.0 and an update of this package was not requested.
    - laminas/laminas-mvc 3.8.0 requires laminas/laminas-servicemanager ^3.20.0 -> found laminas/laminas-servicemanager[3.20.0, ..., 3.23.0] but it conflicts with your temporary update constraint (laminas/laminas-servicemanager:4.4.0).
  Problem 4
    - laminas/laminas-test is locked to version 4.12.0 and an update of this package was not requested.
    - laminas/laminas-test 4.12.0 requires laminas/laminas-servicemanager ^3.0.3 -> found laminas/laminas-servicemanager[3.0.3, ..., 3.23.0] but it conflicts with your temporary update constraint (laminas/laminas-servicemanager:4.4.0).
  Problem 5
    - laminas/laminas-mail is locked to version 2.25.1 and an update of this package was not requested.
    - laminas/laminas-mail 2.25.1 requires laminas/laminas-validator ^2.31.0 -> satisfiable by laminas/laminas-validator[2.64.4].
    - laminas/laminas-validator 2.64.4 requires laminas/laminas-servicemanager ^3.21.0 -> found laminas/laminas-servicemanager[3.21.0, 3.22.0, 3.22.1, 3.23.0] but it conflicts with your temporary update constraint (laminas/laminas-servicemanager:4.4.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-laminas branch 4 times, most recently from 67f89ca to abf4da4 Compare October 28, 2024 04:58
@renovate renovate bot force-pushed the renovate/major-laminas branch 3 times, most recently from 6b2e246 to a208eef Compare November 8, 2024 21:06
@renovate renovate bot force-pushed the renovate/major-laminas branch from a208eef to 66f6f28 Compare November 11, 2024 05:00
@renovate renovate bot force-pushed the renovate/major-laminas branch 3 times, most recently from b13389a to f05ac39 Compare November 23, 2024 07:03
@renovate renovate bot force-pushed the renovate/major-laminas branch from f05ac39 to e9a54b2 Compare December 1, 2024 03:05
@renovate renovate bot force-pushed the renovate/major-laminas branch 2 times, most recently from a6dd28a to 7903230 Compare January 3, 2025 22:55
@renovate renovate bot changed the title Update dependency laminas/laminas-servicemanager to v4 Update dependency laminas/laminas-servicemanager to v4 - autoclosed Jan 8, 2025
@renovate renovate bot closed this Jan 8, 2025
@renovate renovate bot deleted the renovate/major-laminas branch January 8, 2025 14:02
@renovate renovate bot changed the title Update dependency laminas/laminas-servicemanager to v4 - autoclosed Update dependency laminas/laminas-servicemanager to v4 Jan 8, 2025
@renovate renovate bot reopened this Jan 8, 2025
@renovate renovate bot force-pushed the renovate/major-laminas branch from bf96315 to 7903230 Compare January 8, 2025 18:36
@renovate renovate bot changed the title Update dependency laminas/laminas-servicemanager to v4 Update dependency laminas/laminas-servicemanager to v4 - autoclosed Jan 19, 2025
@renovate renovate bot closed this Jan 19, 2025
@renovate renovate bot changed the title Update dependency laminas/laminas-servicemanager to v4 - autoclosed Update dependency laminas/laminas-servicemanager to v4 Jan 19, 2025
@renovate renovate bot reopened this Jan 19, 2025
@renovate renovate bot force-pushed the renovate/major-laminas branch from b1871d8 to 7903230 Compare January 19, 2025 16:41
@renovate renovate bot force-pushed the renovate/major-laminas branch from 7903230 to 944a91b Compare March 1, 2025 06:43
@renovate renovate bot changed the title Update dependency laminas/laminas-servicemanager to v4 Update dependency laminas/laminas-servicemanager to v4 - autoclosed Mar 9, 2025
@renovate renovate bot closed this Mar 9, 2025
@renovate renovate bot changed the title Update dependency laminas/laminas-servicemanager to v4 - autoclosed Update dependency laminas/laminas-servicemanager to v4 Mar 9, 2025
@renovate renovate bot reopened this Mar 9, 2025
@renovate renovate bot force-pushed the renovate/major-laminas branch from d4eb9ca to 944a91b Compare March 9, 2025 05:50
@renovate renovate bot force-pushed the renovate/major-laminas branch from 944a91b to 5154482 Compare April 1, 2025 07:45
@renovate renovate bot force-pushed the renovate/major-laminas branch from 5154482 to e4b2922 Compare May 1, 2025 06:27
@renovate renovate bot force-pushed the renovate/major-laminas branch 2 times, most recently from b580345 to 973ca67 Compare June 1, 2025 04:55
@renovate renovate bot force-pushed the renovate/major-laminas branch from 973ca67 to 8d8dbf1 Compare June 7, 2025 00:52
@renovate renovate bot force-pushed the renovate/major-laminas branch from 8d8dbf1 to 4ff265e Compare July 1, 2025 08:52
@renovate renovate bot changed the title Update dependency laminas/laminas-servicemanager to v4 Update dependency laminas/laminas-servicemanager to v4 - autoclosed Jul 9, 2025
@renovate renovate bot closed this Jul 9, 2025
@renovate renovate bot changed the title Update dependency laminas/laminas-servicemanager to v4 - autoclosed Update dependency laminas/laminas-servicemanager to v4 Jul 9, 2025
@renovate renovate bot reopened this Jul 9, 2025
@renovate renovate bot force-pushed the renovate/major-laminas branch from e2e2bca to 4ff265e Compare July 9, 2025 05:09
| datasource | package                        | from   | to    |
| ---------- | ------------------------------ | ------ | ----- |
| packagist  | laminas/laminas-servicemanager | 3.23.0 | 4.4.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/major-laminas branch from 4ff265e to e10e69b Compare August 1, 2025 05:49
@visto9259
Copy link
Member

Removed Renovate automation

@visto9259 visto9259 closed this Aug 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

1 participant