Bump laminas/laminas-hydrator from 4.2.1 to 4.2.2
Created by: dependabot[bot]
Bumps laminas/laminas-hydrator from 4.2.1 to 4.2.2.
Release notes
Sourced from laminas/laminas-hydrator's releases.
4.2.2
4.2.2
Release Notes forAdded
- This release adds template annotations defining generics to each of:
Laminas\Hydrator\HydrationInterface::hydrate()
Laminas\Hydrator\Aggregate\HydrateEvent
The change has no impact on functionality.Changed
- This release reverts the deprecation of
Laminas\Hydrator\Strategy\BooleanStrategy
. The class had been marked deprecated in 4.2.0, with theScalarTypeStrategy
listed as a replacement. However, on review, we determined that the mapping behavior ofBooleanStrategy
differed significantly fromScalarTypeStrategy
and deserved its own implementation.4.2.2
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Documentation,Enhancement
Enhancement
Commits
-
ed5d9ca
Merge pull request #70 from sasezaki/annotate_template_hydrate -
802eeb0
cs-fix -
6ad673f
suppress MixedArgumentTypeCoercion to mock -
1bd7a5e
remove unnecessary var annotation -
0cac8d6
adding template annotate -
5fe3d0e
Merge pull request #67 from vaclavvanik/bugfix/undeprecate-boolean-strategy -
c3548a8
Undeprecate Laminas\Hydrator\Strategy\BooleanStrategy - See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)