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-servicemanager to v4 #166

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
laminas/laminas-servicemanager (source) ^3.22.1 -> ^4.2.0 age adoption passing confidence

Release Notes

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

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 Laminas.

@renovate renovate bot added the renovate label Mar 4, 2024
@renovate renovate bot force-pushed the renovate/major-laminas branch from 5f532c3 to b6a8e62 Compare March 21, 2024 20:18
@renovate renovate bot force-pushed the renovate/major-laminas branch from b6a8e62 to 7d84a2c Compare April 3, 2024 21:40
@renovate renovate bot force-pushed the renovate/major-laminas branch from 7d84a2c to 9151c4d Compare April 27, 2024 00:50
@renovate renovate bot force-pushed the renovate/major-laminas branch from 9151c4d to c4b2793 Compare May 21, 2024 10:16
@renovate renovate bot force-pushed the renovate/major-laminas branch 3 times, most recently from 98637c2 to 1581f9e Compare July 4, 2024 10:04
@renovate renovate bot force-pushed the renovate/major-laminas branch 10 times, most recently from 6a78207 to d1d169f Compare July 22, 2024 22:10
@renovate renovate bot force-pushed the renovate/major-laminas branch 5 times, most recently from 3bb7f0f to 9b2ea89 Compare July 31, 2024 18:09
@renovate renovate bot force-pushed the renovate/major-laminas branch from 9b2ea89 to 03f81b3 Compare August 5, 2024 03:23
@Ocramius
Copy link
Member

Ocramius commented Aug 5, 2024

Is CI verifying application startup here? Seems good to go to me, otherwise

@Xerkus
Copy link
Member

Xerkus commented Aug 5, 2024

CI does not verify anything really. no tests.

@renovate renovate bot force-pushed the renovate/major-laminas branch 2 times, most recently from 0ae11bc to 6c072e6 Compare August 14, 2024 18:41
@renovate renovate bot force-pushed the renovate/major-laminas branch 2 times, most recently from 3d6c836 to 5352973 Compare August 20, 2024 09:55
@renovate renovate bot force-pushed the renovate/major-laminas branch 2 times, most recently from 8afcb7d to 0f63e04 Compare September 2, 2024 04:22
@renovate renovate bot force-pushed the renovate/major-laminas branch from 0f63e04 to df123c3 Compare September 7, 2024 12:55
@renovate renovate bot changed the base branch from master to staging September 7, 2024 15:34
@renovate renovate bot force-pushed the renovate/major-laminas branch from df123c3 to 92d7034 Compare September 7, 2024 15:37
| datasource | package                        | from   | to    |
| ---------- | ------------------------------ | ------ | ----- |
| packagist  | laminas/laminas-servicemanager | 3.22.1 | 4.2.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/major-laminas branch from 92d7034 to f6aa284 Compare September 7, 2024 15:41
@Xerkus Xerkus added Awaiting Maintainer Response stop-updating Instructs renovate to stop updating PR labels Sep 7, 2024
@Xerkus
Copy link
Member

Xerkus commented Sep 7, 2024

optional dependencies yay

Fatal error: Type of Laminas\Paginator\ScrollingStylePluginManager::$aliases must be array (as in class Laminas\ServiceManager\AbstractPluginManager) in /app/vendor/laminas/laminas-paginator/src/ScrollingStylePluginManager.php on line 27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Maintainer Response renovate stop-updating Instructs renovate to stop updating PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants