f500 / elewant

Other
21 stars 15 forks source link

Bump sensio/framework-extra-bundle from 5.5.2 to 5.6.1 #389

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps sensio/framework-extra-bundle from 5.5.2 to 5.6.1.

Changelog

Sourced from sensio/framework-extra-bundle's changelog.

CHANGELOG

5.6

  • Bump min dependency versions

5.2

  • Deprecated routing annotations as this is included in symfony/framework-bundle. Disable the feature with

    sensio_framework_extra:
        router:
            annotations: false
    

    Also replace the annotations Sensio\Bundle\FrameworkExtraBundle\Configuration\Route and Sensio\Bundle\FrameworkExtraBundle\Configuration\Method with Symfony\Component\Routing\Annotation\Route

5.1

  • Added autoconfigure for ParamConverterInterface (#516).

  • Renamed service ids back to traditional service ids instead of class names (#530).

5.0

  • Changed the @Security annotation to use arguments from argument resolvers as expression variables.

  • The @IsGranted annotation now also supports using arguments from the argument resolvers as the subject.

4.0

  • added @IsGranted() annotation
  • allowed to disable some converters
  • allowed to customize the @security message and status code
  • [BC BREAK] changed template name generation from camelCase to under_score for both files and directories
  • removed support for bundle inheritance
  • a RuntimeException is now thrown when a reserved variable is used in a security expression
  • added cache-control max-stale support
Commits
  • 430d14c bug #698 Added missing changes for doctrine/persistence. (Michał Jusięga)
  • 2906468 Added missing changes for doctrine/persistence.
  • ced361d bug #688 Add missing wiring for HttpFoundationFactoryInterface and HttpMessag...
  • 3de5dc3 minor #697 Bump min deps (fabpot)
  • 2041bd9 Bump min deps
  • 47b0fe0 bug #691 Fixes support for doctrine/persistence 2.x (fruitwasp)
  • 10bb847 bug #693 Set attributes and subject to AccessDeniedException (77web)
  • aaf1100 Set attributes and subject to AccessDeniedException
  • 8248cd8 Refactor code
  • 1ce7cd8 Merge pull request #695 from ldesgrange/patch-1
  • 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 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)