Skip to content

Bump the dependencies group across 1 directory with 5 updates #2818

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
doctrine/orm 2.19.5 2.19.6
gedmo/doctrine-extensions 3.15.0 3.16.1
nelmio/api-doc-bundle 4.26.2 4.28.0
nelmio/cors-bundle 2.4.0 2.5.0
zircote/swagger-php 4.9.2 4.10.0

Updates doctrine/orm from 2.19.5 to 2.19.6

Release notes

Sourced from doctrine/orm's releases.

2.19.6

Release Notes for 2.19.6

2.19.x bugfix release (patch)

2.19.6

  • Total issues resolved: 0
  • Total pull requests resolved: 20
  • Total contributors: 12

Bugfixes

Static Analysis

Documentation

Improvement

CI

Test Suite

... (truncated)

Commits
  • c1bb2cc Merge pull request #11526 from GromNaN/patch-1
  • e3d7c60 Use modern array syntax in the doc
  • 40f299f Merge pull request #11506 from michalbundyra/composite-key-relations-3
  • 68af854 Merge pull request #11513 from greg0ire/address-persistence-3.3.3-release
  • 77467cd Address doctrine/persistence 3.3.3 release
  • 802f20b Merge pull request #11509 from greg0ire/remove-unneeded-rule
  • 96d13ac Fetching entities with Composite Key Relations and null values
  • 2ea6a1a Remove unneeded CS rule
  • cc2ad19 Merge pull request #11501 from gitbugr/2.19.x
  • e4d46c4 Fix OneToManyPersister::deleteEntityCollection missing discriminator column/v...
  • Additional commits viewable in compare view

Updates gedmo/doctrine-extensions from 3.15.0 to 3.16.1

Release notes

Sourced from gedmo/doctrine-extensions's releases.

v3.16.1

Fixed

  • Restructure the SqlWalkerCompat trait to fix optimized autoloading

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.1]

Fixed

  • Restructure the SqlWalkerCompat trait to fix optimized autoloading

[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
  • e85560e 3.16.1
  • c7e01ca Restructure the SqlWalkerCompat trait to fix optimized autoloading
  • c1c2455 Update docs to reflect deprecated annotations (#2823)
  • 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
  • Additional commits viewable in compare view

Updates nelmio/api-doc-bundle from 4.26.2 to 4.28.0

Release notes

Sourced from nelmio/api-doc-bundle's releases.

v4.28.0

What's Changed

New Contributors

Full Changelog: nelmio/NelmioApiDocBundle@v4.27.1...v4.28.0

v4.27.1

What's Changed

Full Changelog: nelmio/NelmioApiDocBundle@v4.27.0...v4.27.1

v4.27.0

What's Changed

New Contributors

Full Changelog: nelmio/NelmioApiDocBundle@v4.26.2...v4.27.0

Commits
  • 684391a feat(#2297): (Symfony 7.1) Add MapRequestPayload array parameter handling (#2...
  • d590880 feat: add arrays of enums and enum callbacks for query params (#2096)
  • 8f43de5 fix(#2300): fix missing context param UuidPropertyDescriber::describe() (#2302)
  • 221a1fe feat: added symfony/uuid property describer (#2098)
  • 599283f docs(#2264): adopt Conventional Commits (#2273)
  • 76bddcb chore: bump symfony 6.0 to 6.4 (#2299)
  • c21aead Support php7.4 nullable typed properties for JMS serializer. (#2103)
  • c20a32e feat: apply rule ReturnTypeFromReturnDirectArrayRector from rector (#2292)
  • See full diff in compare view

Updates nelmio/cors-bundle from 2.4.0 to 2.5.0

Release notes

Sourced from nelmio/cors-bundle's releases.

2.5.0

What's Changed

Full Changelog: nelmio/NelmioCorsBundle@2.4.0...2.5.0

Commits

Updates zircote/swagger-php from 4.9.2 to 4.10.0

Release notes

Sourced from zircote/swagger-php's releases.

4.9.4

What's Changed

New Contributors

Full Changelog: zircote/swagger-php@4.9.3...4.9.4

4.9.3

What's Changed

Full Changelog: zircote/swagger-php@4.9.2...4.9.3

Commits
  • 2d983ce Fix nullable processor call (#1604)
  • 71a234d Refactor exceptions to using OpenApiException (#1602)
  • b1a792e Collect unrelated annotations/attributes in Context::other (#1601)
  • 489305a Replace current processor array with a pipeline class (#1585)
  • 067c1d6 Revert "Re-implement TokenScanner using nikic/php-parser (#1597)" (#1599)
  • ddab6a5 Re-implement TokenScanner using nikic/php-parser (#1597)
  • 15c5c6a Document missing version option for Generator::scan() (#1589)
  • ab19c21 Mention doctrine annotations must be installed manually (#1590)
  • 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 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

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

| Package | From | To |
| --- | --- | --- |
| [doctrine/orm](https://github.com/doctrine/orm) | `2.19.5` | `2.19.6` |
| [gedmo/doctrine-extensions](https://github.com/doctrine-extensions/DoctrineExtensions) | `3.15.0` | `3.16.1` |
| [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) | `4.26.2` | `4.28.0` |
| [nelmio/cors-bundle](https://github.com/nelmio/NelmioCorsBundle) | `2.4.0` | `2.5.0` |
| [zircote/swagger-php](https://github.com/zircote/swagger-php) | `4.9.2` | `4.10.0` |



Updates `doctrine/orm` from 2.19.5 to 2.19.6
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](doctrine/orm@2.19.5...2.19.6)

Updates `gedmo/doctrine-extensions` from 3.15.0 to 3.16.1
- [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.1)

Updates `nelmio/api-doc-bundle` from 4.26.2 to 4.28.0
- [Release notes](https://github.com/nelmio/NelmioApiDocBundle/releases)
- [Changelog](https://github.com/nelmio/NelmioApiDocBundle/blob/master/CHANGELOG.md)
- [Commits](nelmio/NelmioApiDocBundle@v4.26.2...v4.28.0)

Updates `nelmio/cors-bundle` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/nelmio/NelmioCorsBundle/releases)
- [Changelog](https://github.com/nelmio/NelmioCorsBundle/blob/master/CHANGELOG.md)
- [Commits](nelmio/NelmioCorsBundle@2.4.0...2.5.0)

Updates `zircote/swagger-php` from 4.9.2 to 4.10.0
- [Release notes](https://github.com/zircote/swagger-php/releases)
- [Changelog](https://github.com/zircote/swagger-php/blob/master/Changelog.md)
- [Commits](zircote/swagger-php@4.9.2...4.10.0)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gedmo/doctrine-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nelmio/cors-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: zircote/swagger-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 3, 2024

Superseded by #2825.

@dependabot dependabot bot closed this Jul 3, 2024
@dependabot dependabot bot deleted the dependabot/composer/dependencies-6f6b33f11a branch July 3, 2024 05:54
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