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

Merge release 4.8.3 into 5.0.x #579

Merged
merged 9 commits into from
Mar 23, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Release Notes for 4.8.3

4.8.x bugfix release (patch)

4.8.3

  • Total issues resolved: 2
  • Total pull requests resolved: 3
  • Total contributors: 4

dependencies

bug,dependencies

DX,bug

bug

dependabot bot and others added 9 commits March 1, 2024 04:22
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.0...v4.3.1)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@v2...v3)

---
updated-dependencies:
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…y/composer-install-3

Bump ramsey/composer-install from 2 to 3
…ns/upload-artifact-4.3.1

Bump actions/upload-artifact from 4.3.0 to 4.3.1
Fix dependency package name to symfony/property-info
#577)

* Remove unnecessary denormalizer exception checks and deprecated functions

This commit removes unnecessary checks for denormalizer nullity and throws subsequent exceptions. The checks were removed in various Denormalizer files, resulting in a cleaner codebase.

* Update phpstan-baseline.neon file

The phpstan-baseline.neon file has been updated to reflect recent changes. Messages that referenced a strict comparison between a DenormalizerInterface and null have been removed as these were always evaluating to false. Additionally, a new message has been added in the path of FidoAllianceCompliantMetadataService.

* Refactor AuthenticationExtensionsDenormalizer and update type hints

This commit refactors the 'denormalize' method in the AuthenticationExtensionsDenormalizer class, ensuring that all data passed to the method is an array by using a new assert statement. Changes have also been made to the AuthenticationExtensions class, updating type hints arrays. These improvements in type validation have led to the removal of certain error messages from the phpstan-baseline.neon file.
Update dependency version in composer.json

The Doctrine DBAL version requirement in the composer.json file has been updated. The previous requirement "^3.8|4.0" was altered to correct syntax as "^3.8|^4.0". This change ensures compatibility with both version >3.8.0 and 4.0.0 of this package.
@Spomky Spomky merged commit e37e04c into 5.0.x Mar 23, 2024
19 of 22 checks passed
@Spomky Spomky deleted the 4.8.x-merge-up-into-5.0.x_5donwdju branch March 23, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants