Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Bump sensio/framework-extra-bundle from 3.0.29 to 5.2.0 #26

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.29 to 5.2.0.

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
  • 50e8b72 minor #571 Fix unit tests (mdeboer)
  • 21cda44 Fix unit tests
  • c6ae0de minor #524 Update Template annotation underscore feature (jverdeyen)
  • 29a17a7 minor #563 FIX: We no longer use Foo:Bar:index.html.twig (hipio)
  • cf1ec32 FIX: We no longer use Foo:Bar:index.html.twig
  • 848ebb1 feature #562 Deprecate routing annotation of FrameworkExtraBundle in favor of...
  • 444683c Deprecate routing annotation of FrameworkExtraBundle in favor of Symfony Core
  • c89240b Update Template annotation underscore feature
  • bf49405 minor #561 Remove the broken Symfony Flex link (dunglas)
  • 2eedbed bug #556 Fix DateTime conversion for optional parameters (alcaeus)
  • 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 merge will merge this PR after your CI passes on it
  • @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 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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant