Skip to content

chore(deps): bump the php-dependencies group across 1 directory with 7 updates #782

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps the php-dependencies group with 5 updates in the / directory:

Package From To
endroid/qr-code 6.0.7 6.0.8
pear/crypt_gpg 1.6.10 1.6.11
ramsey/uuid 4.7.6 4.8.1
sonata-project/admin-bundle 4.36.1 4.36.2
friends-of-behat/symfony-extension 2.6.0 2.6.1

Updates endroid/qr-code from 6.0.7 to 6.0.8

Commits

Updates pear/crypt_gpg from 1.6.10 to 1.6.11

Commits

Updates ramsey/uuid from 4.7.6 to 4.8.1

Release notes

Sourced from ramsey/uuid's releases.

4.8.1

Fixed

  • This tagged release ensures the stable documentation build matches the current stable release.

Full Changelog: ramsey/uuid@4.8.0...4.8.1

4.8.0

Deprecated

The following will be removed in ramsey/uuid 5.0.0:

  • Ramsey\Uuid\Codec\OrderedTimeCodec is deprecated; please migrate to version 6 UUIDs.
  • Ramsey\Uuid\Codec\TimestampFirstCombCodec is deprecated; please migrate to version 7 UUIDs.
  • Ramsey\Uuid\Codec\TimestampLastCombCodec is deprecated; please use Ramsey\Uuid\Codec\StringCodec instead.
  • Ramsey\Uuid\Generator\CombGenerator is deprecated; please migrate to version 7 UUIDs.

Fixed

  • Allow brick/math version ^0.13; fixed in #589.
  • Update call to str_getcsv() to avoid deprecation notice in PHP 8.4; fixed in #590.
  • Hexadecimal is never an empty string; fixed in #593.
  • Update docblocks for Uuid::fromBytes(), Uuid::fromString(), Uuid::fromDateTime(), Uuid::fromHexadecimal(), and Uuid::fromInteger() to note that each can throw InvalidArgumentException, addressing PHPStan errors occurring at call sites; fixed in #552.
  • getVariant() for MaxUuid now correctly returns Uuid::RESERVED_FUTURE, as specified in RFC 9562, section 5.10.
  • getVariant() for NilUuid now correctly returns Uuid::RESERVED_NCS, as specified in RFC 9562, section 5.9.

New Contributors

Full Changelog: ramsey/uuid@4.7.6...4.8.0

Changelog

Sourced from ramsey/uuid's changelog.

4.8.1 - 2025-06-01

Fixed

  • This tagged release ensures the stable documentation build matches the current stable release.

4.8.0 - 2025-06-01

Deprecated

The following will be removed in ramsey/uuid 5.0.0:

  • Ramsey\Uuid\Codec\OrderedTimeCodec is deprecated; please migrate to version 6 UUIDs.
  • Ramsey\Uuid\Codec\TimestampFirstCombCodec is deprecated; please migrate to version 7 UUIDs.
  • Ramsey\Uuid\Codec\TimestampLastCombCodec is deprecated; please use Ramsey\Uuid\Codec\StringCodec instead.
  • Ramsey\Uuid\Generator\CombGenerator is deprecated; please migrate to version 7 UUIDs.

Fixed

  • Allow brick/math version ^0.13; fixed in #589.
  • Update call to str_getcsv() to avoid deprecation notice in PHP 8.4; fixed in #590.
  • Hexadecimal is never an empty string; fixed in #593.
  • Update docblocks for Uuid::fromBytes(), Uuid::fromString(), Uuid::fromDateTime(), Uuid::fromHexadecimal(), and Uuid::fromInteger() to note that each can throw InvalidArgumentException, addressing PHPStan errors occurring at call sites; fixed in #552.
  • getVariant() for MaxUuid now correctly returns Uuid::RESERVED_FUTURE, as specified in RFC 9562, section 5.10.
  • getVariant() for NilUuid now correctly returns Uuid::RESERVED_NCS, as specified in RFC 9562, section 5.9.
Commits
  • fdf4dd4 Prepare release 4.8.1
  • b366701 Update documentation with references to RFC 9562
  • 6700833 Prepare for release 4.8.0
  • a11a7e5 Lock brick/math to ^0.9 for testing and update CHANGELOG
  • db6a661 Merge branch 'derrabus-bump/math' into 4.x
  • d52de61 fix: max UUID should be variant 7, nil UUID should be variant 0
  • dbcee99 Update CHANGELOG with most recent changes
  • efc4409 Clean up docblocks, code, and note new deprecations
  • d43a9e7 chore: update copyright year
  • 4d0c09d chore: convert @​psalm-return to @​return
  • Additional commits viewable in compare view

Updates sonata-project/admin-bundle from 4.36.1 to 4.36.2

Release notes

Sourced from sonata-project/admin-bundle's releases.

4.36.2

Changed

  • [#8283] Replaced hardcoded sonata.admin strings with class constant TaggedAdminInterface::ADMIN_TAG (@​symfonyaml)

Fixed

Removed

Security

Changelog

Sourced from sonata-project/admin-bundle's changelog.

4.36.2 - 2025-05-16

Changed

  • [#8283] Replaced hardcoded sonata.admin strings with class constant TaggedAdminInterface::ADMIN_TAG (@​symfonyaml)

Fixed

Removed

Security

Commits

Updates friends-of-behat/symfony-extension from 2.6.0 to 2.6.1

Release notes

Sourced from friends-of-behat/symfony-extension's releases.

v2.6.1

What's Changed

New Contributors

Full Changelog: FriendsOfBehat/SymfonyExtension@v2.6.0...v2.6.1

Commits
  • 814dc0e Merge pull request #213 from wuchen90/fix-bootstrap
  • 65cd347 fix: allow to use parameter resolution in configuration for bootstrap key
  • See full diff in compare view

Updates sonata-project/block-bundle from 5.1.2 to 5.2.0

Release notes

Sourced from sonata-project/block-bundle's releases.

5.2.0

Deprecated

Changelog

Sourced from sonata-project/block-bundle's changelog.

5.2.0 - 2025-05-16

Deprecated

Commits

Updates sonata-project/form-extensions from 2.4.1 to 2.5.0

Release notes

Sourced from sonata-project/form-extensions's releases.

2.5.0

Deprecated

Fixed

Changelog

Sourced from sonata-project/form-extensions's changelog.

2.5.0 - 2025-05-16

Deprecated

Fixed

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…7 updates

Bumps the php-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [endroid/qr-code](https://github.com/endroid/qr-code) | `6.0.7` | `6.0.8` |
| [pear/crypt_gpg](https://github.com/pear/Crypt_GPG) | `1.6.10` | `1.6.11` |
| [ramsey/uuid](https://github.com/ramsey/uuid) | `4.7.6` | `4.8.1` |
| [sonata-project/admin-bundle](https://github.com/sonata-project/SonataAdminBundle) | `4.36.1` | `4.36.2` |
| [friends-of-behat/symfony-extension](https://github.com/FriendsOfBehat/SymfonyExtension) | `2.6.0` | `2.6.1` |



Updates `endroid/qr-code` from 6.0.7 to 6.0.8
- [Release notes](https://github.com/endroid/qr-code/releases)
- [Commits](endroid/qr-code@6.0.7...6.0.8)

Updates `pear/crypt_gpg` from 1.6.10 to 1.6.11
- [Commits](pear/Crypt_GPG@v1.6.10...v1.6.11)

Updates `ramsey/uuid` from 4.7.6 to 4.8.1
- [Release notes](https://github.com/ramsey/uuid/releases)
- [Changelog](https://github.com/ramsey/uuid/blob/4.x/CHANGELOG.md)
- [Commits](ramsey/uuid@4.7.6...4.8.1)

Updates `sonata-project/admin-bundle` from 4.36.1 to 4.36.2
- [Release notes](https://github.com/sonata-project/SonataAdminBundle/releases)
- [Changelog](https://github.com/sonata-project/SonataAdminBundle/blob/4.x/CHANGELOG.md)
- [Commits](sonata-project/SonataAdminBundle@4.36.1...4.36.2)

Updates `friends-of-behat/symfony-extension` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/FriendsOfBehat/SymfonyExtension/releases)
- [Changelog](https://github.com/FriendsOfBehat/SymfonyExtension/blob/master/CHANGELOG.md)
- [Commits](FriendsOfBehat/SymfonyExtension@v2.6.0...v2.6.1)

Updates `sonata-project/block-bundle` from 5.1.2 to 5.2.0
- [Release notes](https://github.com/sonata-project/SonataBlockBundle/releases)
- [Changelog](https://github.com/sonata-project/SonataBlockBundle/blob/5.x/CHANGELOG.md)
- [Commits](sonata-project/SonataBlockBundle@5.1.2...5.2.0)

Updates `sonata-project/form-extensions` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/sonata-project/form-extensions/releases)
- [Changelog](https://github.com/sonata-project/form-extensions/blob/2.x/CHANGELOG.md)
- [Commits](sonata-project/form-extensions@2.4.1...2.5.0)

---
updated-dependencies:
- dependency-name: endroid/qr-code
  dependency-version: 6.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: pear/crypt_gpg
  dependency-version: 1.6.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: ramsey/uuid
  dependency-version: 4.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: sonata-project/admin-bundle
  dependency-version: 4.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: friends-of-behat/symfony-extension
  dependency-version: 2.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: sonata-project/block-bundle
  dependency-version: 5.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: sonata-project/form-extensions
  dependency-version: 2.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 2, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants