LmcUser icon indicating copy to clipboard operation
LmcUser copied to clipboard

Update Laminas packages (major)

Open renovate[bot] opened this issue 1 year ago • 1 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
laminas/laminas-crypt (source) ^3.9 -> ^3.9 || ^4.0 age adoption passing confidence
laminas/laminas-servicemanager (source) ^3.19 -> ^3.19 || ^4.0 age adoption passing confidence
laminas/laminas-validator (source) ^2.26 -> ^2.26 || ^3.0 age adoption passing confidence
laminas/laminas-view (source) ^2.24 -> ^2.24 || ^3.0 age adoption passing confidence

Release Notes

laminas/laminas-crypt (laminas/laminas-crypt)

v4.0.0

Compare Source

Release Notes for 4.0.0

Release Notes for v4.0

This is the final release of laminas-crypt introducing native types to the codebase and allowing Psr\Container ^1||^2.

Only PHP versions 8.1, 8.2 and 8.3 are now supported

Breaking Changes

  • Laminas\Crypt\Symmetric\PaddingPluginManager and Laminas\Crypt\SymmetricPluginManager are now final and include native parameter and return types compatible with psr-container 2.0
  • The method Laminas\Crypt\PublicKey\Rsa\PublicKey::getCertificate() has been removed
  • The class Laminas\Crypt\Symmetric\Mcrypt has been removed thereby removing support for the mcrypt extension
  • strict_types has been enabled throughout the codebase
  • All method parameters and return types now use native types - this will break any existing inheritors that lack native types.
4.0.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1
BC Break,Enhancement
laminas/laminas-servicemanager (laminas/laminas-servicemanager)

v4.5.0

Compare Source

Release Notes for 4.5.0

Feature release (minor)

4.5.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Dependencies,Enhancement

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
laminas/laminas-validator (laminas/laminas-validator)

v3.11.0

Compare Source

Release Notes for 3.11.0

Feature release (minor)

3.11.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement,QA

v3.10.0

Compare Source

Release Notes for 3.10.0

Feature release (minor)

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

v3.9.0

Compare Source

Release Notes for 3.9.0

Feature release (minor)

3.9.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
Dependencies,Enhancement
Documentation,Enhancement,Feature Removal

v3.8.0

Compare Source

Release Notes for 3.8.0

Feature release (minor)

3.8.0
  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 3
Bug
Enhancement
renovate

v3.7.3

Compare Source

Release Notes for 3.7.3
3.7.3
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1
Bug

v3.7.2

Compare Source

Release Notes for 3.7.2

3.7.x bugfix release (patch)

3.7.2
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v3.7.1

Compare Source

Release Notes for 3.7.1

3.7.x bugfix release (patch)

3.7.1
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v3.7.0

Compare Source

Release Notes for 3.7.0

Feature release (minor)

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

v3.6.0

Compare Source

Release Notes for 3.6.0

Feature release (minor)

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

v3.5.0

Compare Source

Release Notes for 3.5.0

Feature release (minor)

3.5.0
  • Total issues resolved: 1
  • Total pull requests resolved: 3
  • Total contributors: 2
Enhancement
Bug
Bug,QA

v3.4.2

Compare Source

Release Notes for 3.4.2
Includes Bug Fixes from 2.64.4

2.64.x bugfix release (patch)

2.64.4
  • Total issues resolved: 1
  • Total pull requests resolved: 2
  • Total contributors: 2
Bug
3.4.2
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v3.4.1

Compare Source

Release Notes for 3.4.1

3.4.x bugfix release (patch)

3.4.1
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v3.4.0

Compare Source

Release Notes for 3.4.0

Feature release (minor)

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

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: 1
  • 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: 3
  • Total contributors: 2
Enhancement
Bug
Dependencies,QA

v3.1.1

Compare Source

Release Notes for 3.1.1

3.1.x bugfix release (patch)

3.1.1
  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2
Bug

v3.1.0

Compare Source

Release Notes for 3.1.0

Feature release (minor)

3.1.0
  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3
Enhancement
Dependencies,Enhancement,QA
Bug

v3.0.1

Compare Source

Release Notes for 3.0.1

3.0.x bugfix release (patch)

3.0.1
  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2
Bug

v3.0.0

Compare Source

Release Notes for 3.0.0

next backward compatibility break release (major)

3.0.0
  • Total issues resolved: 18
  • Total pull requests resolved: 94
  • Total contributors: 8
Enhancement
Documentation
Documentation,Enhancement
Documentation,Enhancement,Feature Request
BC Break
BC Break,Documentation,Enhancement
BC Break,Documentation
BC Break,Enhancement
Bug,Enhancement
BC Break,Bug,Documentation,Enhancement
BC Break,Feature Removal
Documentation,Enhancement,Feature Removal
BC Break,Documentation,Enhancement,Feature Removal
BC Break,Documentation,Feature Removal
BC Break,Bug,Enhancement
Bug
Feature Request
Won't Fix
laminas/laminas-view (laminas/laminas-view)

v3.0.1

Compare Source

Release Notes for 3.0.1

3.0.x bugfix release (patch)

3.0.1
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v3.0.0

Compare Source

Release Notes for 3.0.0

This release includes a significant number of breaking changes for the following primary reasons:

  • Decouple from MVC and any other unnecessary dependencies
  • General modernisation of the codebase and quality improvements
  • Explicit state handling to ensure safety when used in cli based apps (Roadrunner, Swoole, Franken PHP, et al)
  • Better type inference for consumers
  • Service Manager v4 Support (finally)

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
  • Total issues resolved: 29
  • Total pull requests resolved: 139
  • Total contributors: 11
Documentation,Enhancement

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.


  • [ ] If you want to rebase/retry this PR, check this box

Read more information about the use of Renovate Bot within LM-Commons.

renovate[bot] avatar Oct 24 '24 12:10 renovate[bot]

⚠️ 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-crypt:4.0.0 laminas/laminas-servicemanager:4.5.0 laminas/laminas-validator:3.11.0 laminas/laminas-view:3.0.1 --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
Dependency laminas/laminas-stdlib 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-servicemanager ^3.19 || ^4.0, found laminas/laminas-servicemanager[3.19.0, ..., 3.24.0, 4.0.0, ..., 4.5.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires laminas/laminas-validator ^2.26 || ^3.0, found laminas/laminas-validator[2.26.0, ..., 2.65.0, 3.0.0, ..., 3.11.0] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - Root composer.json requires laminas/laminas-view ^2.24 || ^3.0, found laminas/laminas-view[2.24.0, ..., 2.44.0, 3.0.0, 3.0.1] but these were not loaded, likely because it conflicts with another require.
  Problem 4
    - laminas/laminas-form is locked to version 3.23.0 and an update of this package was not requested.
    - laminas/laminas-form 3.23.0 requires laminas/laminas-servicemanager ^3.22.1 -> found laminas/laminas-servicemanager[3.22.1, ..., 3.24.0] but it conflicts with your temporary update constraint (laminas/laminas-servicemanager:4.5.0).
  Problem 5
    - laminas/laminas-inputfilter is locked to version 2.34.0 and an update of this package was not requested.
    - laminas/laminas-inputfilter 2.34.0 requires laminas/laminas-servicemanager ^3.21.0 -> found laminas/laminas-servicemanager[3.21.0, ..., 3.24.0] but it conflicts with your temporary update constraint (laminas/laminas-servicemanager:4.5.0).
  Problem 6
    - 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.24.0] but it conflicts with your temporary update constraint (laminas/laminas-servicemanager:4.5.0).
  Problem 7
    - laminas/laminas-session is locked to version 2.26.0 and an update of this package was not requested.
    - laminas/laminas-session 2.26.0 requires laminas/laminas-servicemanager ^3.23.1 -> found laminas/laminas-servicemanager[3.23.1, 3.24.0] but it conflicts with your temporary update constraint (laminas/laminas-servicemanager:4.5.0).
  Problem 8
    - laminas/laminas-http is locked to version 2.22.0 and an update of this package was not requested.
    - laminas/laminas-http 2.22.0 requires laminas/laminas-validator ^2.15 || ^3.0 -> found laminas/laminas-validator[2.15.0, ..., 2.65.0, 3.0.0, ..., 3.11.0] but these were not loaded, likely because it conflicts with another require.
  Problem 9
    - laminas/laminas-mvc-plugin-flashmessenger is locked to version 1.11.0 and an update of this package was not requested.
    - laminas/laminas-mvc-plugin-flashmessenger 1.11.0 requires laminas/laminas-view ^2.13.1 -> found laminas/laminas-view[2.13.1, ..., 2.44.0] but it conflicts with your temporary update constraint (laminas/laminas-view:3.0.1).
  Problem 10
    - laminas/laminas-i18n is locked to version 2.31.0 and an update of this package was not requested.
    - laminas/laminas-i18n 2.31.0 requires laminas/laminas-servicemanager ^3.21.0 -> found laminas/laminas-servicemanager[3.21.0, ..., 3.24.0] but it conflicts with your temporary update constraint (laminas/laminas-servicemanager:4.5.0).
  Problem 11
    - laminas/laminas-captcha is locked to version 2.19.0 and an update of this package was not requested.
    - laminas/laminas-captcha 2.19.0 requires laminas/laminas-validator ^2.19.0 -> found laminas/laminas-validator[2.19.0, ..., 2.65.0] but it conflicts with your temporary update constraint (laminas/laminas-validator:3.11.0).
  Problem 12
    - laminas/laminas-mvc-plugin-prg is locked to version 1.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.24.0] but it conflicts with your temporary update constraint (laminas/laminas-servicemanager:4.5.0).
    - laminas/laminas-mvc-plugin-prg 1.8.0 requires laminas/laminas-mvc ^3.3.3 -> satisfiable by laminas/laminas-mvc[3.8.0].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

renovate[bot] avatar Oct 24 '24 15:10 renovate[bot]