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

Bump gedmo/doctrine-extensions from 3.15.0 to 3.16.0 #1656

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 25, 2024

Bumps gedmo/doctrine-extensions from 3.15.0 to 3.16.0.

Release notes

Sourced from gedmo/doctrine-extensions's releases.

v3.16.0

Added

  • Support for doctrine/orm 3
  • Blameable: Added UUID in allowed types list for Blameable fields in Annotation
  • Blameable: Allow ascii_string to validTypes (issue #2726)
  • Sluggable: Allow ascii_string to validTypes
  • IpTraceable: Allow ascii_string to validTypes
  • Sluggable: Use TranslationWalker hint when looking for similar slugs (getSimilarSlugs method) for entities which implement Translatable interface and have uniqueOverTranslations: true Slug option (#100, #2530)

Deprecated

  • Support for defining mapping information from annotations has been deprecated and will be removed in 4.0, use PHP attributes mapping instead.

Fixed

  • Tree: Cascade remove not being triggered on entity children at MaterializedPath::removeNode().
  • Tree: Materialize Path strategy when using autogenerated identifiers.
Changelog

Sourced from gedmo/doctrine-extensions's changelog.

[3.16.0]

Added

  • Support for doctrine/orm 3
  • Blameable: Added UUID in allowed types list for Blameable fields in Annotation
  • Blameable: Allow ascii_string to validTypes (issue #2726)
  • Sluggable: Allow ascii_string to validTypes
  • IpTraceable: Allow ascii_string to validTypes
  • Sluggable: Use TranslationWalker hint when looking for similar slugs (getSimilarSlugs method) for entities which implement Translatable interface and have uniqueOverTranslations: true Slug option (#100, #2530)

Deprecated

  • Support for defining mapping information from annotations has been deprecated and will be removed in 4.0, use PHP attributes mapping instead.

Fixed

  • Tree: Cascade remove not being triggered on entity children at MaterializedPath::removeNode().
  • Tree: Materialize Path strategy when using autogenerated identifiers.
Commits
  • 7832a30 3.16.0
  • c643fef add missing entries to changelog
  • 871b4a1 Bump isbang/compose-action from 2.0.0 to 2.0.1
  • 4f2e7a1 Move phpunit.xml.dist to root directory
  • 043552d Deprecate annotations support (#2772)
  • a1c2a91 Update blameable.md
  • 165fc33 Update the branch alias for dev-main
  • f562f34 Ensure there are builds for both ORM versions on latest PHP
  • 50449d5 Refresh PHPStan
  • a23a1bb Short-circuit the event compat check with ORM 3
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [gedmo/doctrine-extensions](https://github.com/doctrine-extensions/DoctrineExtensions) from 3.15.0 to 3.16.0.
- [Release notes](https://github.com/doctrine-extensions/DoctrineExtensions/releases)
- [Changelog](https://github.com/doctrine-extensions/DoctrineExtensions/blob/main/CHANGELOG.md)
- [Commits](doctrine-extensions/DoctrineExtensions@v3.15.0...v3.16.0)

---
updated-dependencies:
- dependency-name: gedmo/doctrine-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies php Pull requests that update Php code labels Jun 25, 2024
@coveralls
Copy link

Coverage Status

coverage: 97.423%. remained the same
when pulling edf3508 on dependabot/composer/gedmo/doctrine-extensions-3.16.0
into 560b8e9 on master.

@j0k3r j0k3r merged commit c793b2b into master Jun 25, 2024
10 checks passed
@j0k3r j0k3r deleted the dependabot/composer/gedmo/doctrine-extensions-3.16.0 branch June 25, 2024 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants