-
-
Notifications
You must be signed in to change notification settings - Fork 14
Update Laminas packages (major) #72
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
base: 2.11.x
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: composer.lock |
8065d88 to
5aa259c
Compare
5aa259c to
0dc32c1
Compare
|
0c46e9a to
218f750
Compare
218f750 to
3b32502
Compare
3a38dff to
6af3601
Compare
9ce8608 to
17d282f
Compare
17d282f to
d5864bd
Compare
d5864bd to
d16e65b
Compare
d16e65b to
ed3befb
Compare
8575871 to
99c8d52
Compare
0ac6626 to
fb17f5e
Compare
fb17f5e to
8ca2586
Compare
8ca2586 to
e2aba5b
Compare
afda37a to
84bab26
Compare
84bab26 to
1e64239
Compare
1e64239 to
995f55d
Compare
995f55d to
80c4d04
Compare
80c4d04 to
3b8c5aa
Compare
1d8906b to
5ce983f
Compare
| datasource | package | from | to | | ---------- | ------------------------------ | ------ | ----- | | packagist | laminas/laminas-servicemanager | 3.23.0 | 4.5.0 | | packagist | laminas/laminas-view | 2.39.0 | 3.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
5ce983f to
3faab11
Compare
This PR contains the following updates:
^3.8→^3.8 || ^4.0^2.14→^2.14 || ^3.0Release Notes
laminas/laminas-servicemanager (laminas/laminas-servicemanager)
v4.5.0Compare Source
Release Notes for 4.5.0
Feature release (minor)
4.5.0
Dependencies,Enhancement
v4.4.0Compare Source
Release Notes for 4.4.0
Feature release (minor)
4.4.0
Dependencies,Enhancement,QA
Enhancement,QA,Review Needed
Review Needed,renovate
v4.3.0Compare Source
Release Notes for 4.3.0
Feature release (minor)
Introduces PHP 8.4 Support
4.3.0
Enhancement
Documentation,Enhancement
renovate
v4.2.1Compare Source
Release Notes for 4.2.1
4.2.x bugfix release (patch)
4.2.1
Documentation,Enhancement
v4.2.0Compare Source
Release Notes for 4.2.0
Feature release (minor)
4.2.0
Enhancement
v4.1.0Compare Source
Release Notes for 4.1.0
Feature release (minor)
4.1.0
Documentation
Documentation,Enhancement
ServiceLocatorInterface#get()generic thanks to @InvisibleSmileyv4.0.2Compare Source
Release Notes for 4.0.2
4.0.x bugfix release (patch)
4.0.2
Bug,Documentation
v4.0.1Compare Source
Release Notes for 4.0.1
4.0.x bugfix release (patch)
4.0.1
Bug,Documentation
v4.0.0Compare Source
Release Notes for 4.0.0
Release Notes for 4.0.0
laminas-servicemanager4.0.0 is here and finally enables projects to consumepsr/containerv2.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
ServiceManager#get,PluginManagerInterface#getandServiceLocatorInterface#buildnow explicitly implementmixedas return-type to synchronize types withContainerInterface#getpsr/containerv1.1 and v2.0ReflectionBasedAbstractFactoryvialaminas-cliRemoved
Laminas\ServiceManager\AbstractFactoryInterfaceLaminas\ServiceManager\FactoryInterfaceLaminas\ServiceManager\InitializerInterfaceLaminas\ServiceManager\DelegatorFactoryInterfacevendor/binare removed in favor of thelaminas-cliintegration. All CLI commands of v3.x are accessible viavendor/bin/laminas servicemanager:<v3.x command name>oncelaminas/laminas-cliis required in the projects dependenciesConfigInterfaceandConfig-class since these files did not provide any validation logic and were just used to proxy the configuration array structureAbstractPluginManager#validateandAbstractPluginManager::$instanceOfproperty as in v3.x, implementing plugin managers were able to implicitlyvalidatemixed. In case an implementing plugin manager is providing a single$instanceOfsuch aslaminas-cache, there is a new classAbstractSingleInstancePluginManageravailable which requires the$instanceOfproperty to be configuredBreaking Changes
AbstractPluginManagerdoes not extendServiceManageranymore and instead uses an ownServiceManagerinstance under the hood to manage plugin manager related services which can be configured the same way as in v3.xvendor/binare now integrated vialaminas-cliand can be called viavendor/bin/laminasoncelaminas/laminas-cliis part of the projects requirements. Read more about how to consume these commands here.AbstractPluginManagerdoes not provide thevalidate-Method anymore and requires migration action such as:AbstractSingleInstancePluginManagerin case the plugin manager only provides instances of a specific interface- or class-string (please be aware that the$instanceOfproperty now requires nativestringproperty type)validatemethod and verify whatever type has to be returned and/or just allowmixedas v3.x did when omitting$instanceOfpropertyConfigInterfaceandConfig-class since these files did not provide any validation logic and were just used to proxy the configuration array structureServiceManagernorAbstractPluginManagerdo validate the provided configuration at runtime anymore. due to the psalm-types provided toServiceManager#__construct,ServiceManager#configure,AbstractPluginManager#__constructandAbstractPluginManager#configure, the configuration schema is strictly typed and thus, a miss-configuration can be mitigated on static-analysis level prior actual runtimeAbstractPluginManager#getdoes not accept options anymore, in case an instance with options needs to be created,AbstractPluginManager#buildhas to be used4.0.0
Enhancement
$thistoselfthanks to @boesingReflectionBasedAbstractFactorymapped factories thanks to @boesingBC Break,Enhancement
psr/containerv2 thanks to @boesing and @danielspkServiceManager#getServiceLocatormethod thanks to @boesingServiceManagerinheritance forAbstractPluginManagerthanks to @boesingRFC
AbstractPluginManager#validatethanks to @boesingServiceManagerasfinaland changeAbstractPluginManagerto use composition over inheritance thanks to @boesingBC Break
container-interop/container-interoppolyfill thanks to @boesingrenovate
Bug
v3.24.0Compare Source
Release Notes for 3.24.0
Feature release (minor)
3.24.0
Dependencies,Enhancement
v3.23.1Compare Source
Release Notes for 3.23.1
3.23.x bugfix release (patch)
3.23.1
Bug
laminas/laminas-view (laminas/laminas-view)
v3.0.1Compare Source
Release Notes for 3.0.1
3.0.x bugfix release (patch)
3.0.1
Bug
configservice thanks to @gsteelv3.0.0Compare Source
Release Notes for 3.0.0
This release includes a significant number of breaking changes for the following primary reasons:
For full details on BC breaks, please read the migration guide at:
https://docs.laminas.dev/laminas-view/v3/migration/v2-to-v3
3.0.0
Documentation,Enhancement
PartialLoopdocs into a separate page thanks to @gsteel and @froschdesigniterable<non-empty-string, mixed>thanks to @gsteelPartialhelper documentation thanks to @Genjiff and @weierophinneyHelperPluginManagerInterfacethanks to @gsteelTemplateResolverDocumentation thanks to @gsteelDependencies,QA
Laminas\EventManagerthanks to @gsteelcomposer.jsonupdate thanks to @gsteelQA
@internalthanks to @gsteelViewModel::setCaptureTo()thanks to @gsteel@internalwhere necessary thanks to @gsteelmake clean: Only rm the docs image when it exists thanks to @gsteelEnhancement
ViewInterfacethanks to @gsteelPhpRenderer::renderthanks to @gsteelnullinput thanks to @gsteel and @weierophinneyBC Break,Documentation Needed,Enhancement
BC Break,Documentation,Feature Removal
RenderChildModelView Helper thanks to @gsteelTreeRendererInterfacethanks to @gsteelLaminas\Feedrelated code thanks to @gsteelAbstractHtmlElementthanks to @gsteelHtmlPageview helper thanks to @gsteelDependencies
Dependencies,Enhancement,QA
Dependencies,Enhancement
Bug,Documentation
mkdocs.ymlthanks to @froschdesignDocumentation
PhpRendererthanks to @gsteelViewModelthanks to @gsteelBC Break,Enhancement
templatemap&#​95;generator.phpwith aSymfony\Consolecommand thanks to @gsteelLaminas\View\Viewthanks to @gsteelPluginManageris a hard dependency forPhpRendererthanks to @gsteelHtmlObjectview helper thanks to @gsteelHeadLinkHelper thanks to @gsteelPartialandPartialLoophelpers thanks to @gsteelEnhancement,QA
PartialLoopTest thanks to @gsteelBC Break,Feature Removal
Variablesthanks to @gsteelViewModel"Options" thanks to @gsteelBC Break,Enhancement,QA
roave-infection-static-analysis-pluginthanks to @gsteelTemplateResolveris a hard dependency forPhpRenderer, removesetResolverfromRendererInterfacethanks to @gsteelRenderChildModelthanks to @gsteelBC Break,Enhancement,Feature Removal,QA
Variableswith BC Breaking Changes toRendererInterfacethanks to @gsteelBC Break
FilterChainfor acallablethanks to @gsteellaminas-translatorsupport thanks to @earthiverseBC Break,Documentation,Enhancement,Feature Removal
IdentityView Helper thanks to @gsteelLayout,HtmlAttributes,HtmlListandBasePathhelpers thanks to @gsteelHeadTitleHelper, Remove MVC and i18n Dependencies thanks to @gsteelBC Break,Documentation Needed,Enhancement,Feature Removal
ServerUrl,AbstractHelperand emptyHelperInterfacethanks to @gsteelBC Break,Documentation,Enhancement
CycleView Helper thanks to @gsteelHtmlTagview helper thanks to @gsteelHeadMetaview helper thanks to @gsteelRenderToPlaceholderthanks to @gsteelDoctypethanks to @gsteelBug,Enhancement
HelperPluginManagerthanks to @gsteelRFC
laminas-viewthanks to @gsteelBC Break,Dependencies,Enhancement
EscaperInterfacethanks to @gsteelBC Break,Feature Removal,RFC
Viewclass, alternative view models and rendering strategies. thanks to @gsteelBC Break,Dependencies,Feature Removal
BC Break,Enhancement,Feature Removal
DeclareVarsHelper, Introduce factory forPhpRendererthanks to @gsteelBC Break,Dependencies
Feature Removal
Bug
257: Remove laminas-json thanks to @arhimede
118: Workaround for Cyclic Incompatible Dependencies on 3.0.x thanks to @gsteel
249: Merge release 2.35.0 into 3.0.x thanks to @github-actions[bot]
236: Merge release 2.34.0 into 3.0.x thanks to @github-actions[bot]
83: Merge release 2.13.0 into 3.0.x thanks to @github-actions[bot]
82: Merge release 2.12.1 into 3.0.x thanks to @github-actions[bot]
renovate
BC Break,Duplicate,Enhancement
BC Break,Duplicate
v2.44.0Compare Source
Release Notes for 2.44.0
2.44.0
Documentation,Feature Removal
RenderChildModelHelper thanks to @gsteelrenovate
v2.43.0Compare Source
Release Notes for 2.43.0
2.43.0
Dependencies,Enhancement
v2.42.0Compare Source
Release Notes for 2.42.0
2.42.0
Enhancement
v2.41.0Compare Source
Release Notes for 2.41.0
2.41.0
Documentation,Enhancement
v2.40.0Compare Source
Release Notes for 2.40.0
2.40.0
Feature Removal
Variablesthanks to @gsteelDocumentation,Feature Removal
PhpRendererthanks to @gsteelViewModelthanks to @gsteelIdentityView Helper thanks to @gsteelServerUrlandHelperInterfaceDeprecations thanks to @gsteelAbstractHtmlElementBase Class thanks to @gsteelHtmlPageview helper thanks to @gsteelHeadMetaview helper thanks to @gsteelRenderChildModelthanks to @gsteelDeclareVarshelper for removal in 3.0 thanks to @gsteelLayouthelper deprecations thanks to @gsteelrenovate
Documentation
Cycledeprecations thanks to @gsteelHeadLinkhelper deprecations thanks to @gsteelDocumentation,Enhancement,Feature Removal
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
Read more information about the use of Renovate Bot within Laminas.