stefandoorn / sitemap-plugin

Sitemap Plugin for Sylius eCommerce platform
MIT License
79 stars 44 forks source link

Update api-platform/core requirement from ~2.5.0 || ~2.6.0 to ^2.7.5 #223

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on api-platform/core to permit the latest version.

Release notes

Sourced from api-platform/core's releases.

v2.7.5

What's Changed

New Contributors

Full Changelog: https://github.com/api-platform/core/compare/v2.7.4...v2.7.5

Changelog

Sourced from api-platform/core's changelog.

v2.7.5

Bug fixes

  • 096ac119a fix(metadata): keep configured uri variables (#5217)
  • 2b2d468f0 fix(metadata): operations must inherit from resource and defaults
  • 2cb3b4272 fix(serializer): use iri from $context if defined (#5201)
  • 39398579e fix(symfony): definition when mercure is not installed (#5206)
  • e9c7e4abb fix(serializer): avoid call to legacy iri converter with non-resource class (#5219)
  • ebaad51b2 fix(serializer): read groups off the root operation (#5196)

v2.7.4

Bug fixes

  • 706f66f6b fix(metadata): allow input/output configuration values to be bool in yaml config (#5186)
  • b3bc4d6ac fix: use legacy iri converter for legacy resources (#5172)

v2.7.3

Bug fixes

2.7.2

  • Metadata: no skolem IRI by default
  • Symfony: use service id as tag for lower symfony versions (processor/provider service locator)
  • Symfony: fix command constants not available on lower symfony versions

2.7.1

  • Chore: update swagger ui and javascript libraries (#5028)
  • Symfony: don't use ArrayAdapter cache in production #4975 (#5025)
  • Doctrine: check fetch joined queries based on all aliases (#4974)
  • Metadata: fix missing array cast for RDF types in ApiResource & ApiProperty constructors (#5000)
  • Symfony: replace FQCN service names by snake ones (#5019)
  • Symfony: add missing dependency on symfony/deprecation-contracts (#5015)
  • Chore: add conflict on elasticsearch >= 8.0 (#5018)
  • Symfony: bc layer broken for symfony/console lower than 5.3 (#4990)
  • Symfony: missing deprecations related to Ulid and Uuid normalize… (#4963)
  • Metadata: do not auto-generate NotExposed operation when using custom operation classes
  • Symfony: upgrade command requires phpunit (#4968)

... (truncated)

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 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)
dependabot[bot] commented 1 year ago

Superseded by #224.