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 sensio/framework-extra-bundle from 3.0.26 to 5.2.4 #68

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

Conversation

dependabot-preview[bot]
Copy link

Bumps sensio/framework-extra-bundle from 3.0.26 to 5.2.4.

Changelog

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

CHANGELOG

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](https://github.com/Security) annotation to use arguments from argument
    resolvers as expression variables.

  • The [@​IsGranted](https://github.com/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
  • renamed setETag to setEtag for consistency with Symfony core (use Etag in @​Cache now instead of ETag)
  • added must-revalidate support for @​Cache annotation
  • Response cache headers set in controllers now take precedence over the ones defined with the @​Cache annotation
  • removed HHVM support
  • moved most services as private
... (truncated)
Commits
  • 1fdf591 bug #600 Fix checking of invokable object controllers in ParamConverterListen...
  • 4374de4 Fix checking of invokable object controllers in ParamConverterListener
  • 1032c70 bumped phpunit-bridge
  • 5940c61 bumped phpunit-bridge
  • 5cb1450 removed min-stability in composer.json
  • a07247f bug #594 Fix deprecation for symfony/config 4.2 (mhujer)
  • 7db9568 Fix deprecation for symfony/config 4.2
  • 9ef408f bug #592 Fix ConversionException resulting in a 500 instead 404 (massimiliano...
  • 42f8da9 fixed CS
  • e5064ee Fix ConversionException resulting in a 500 instead 404
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant