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 symfony/twig-bundle from 5.4.36 to 6.1.11 #743

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps symfony/twig-bundle from 5.4.36 to 6.1.11.

Release notes

Sourced from symfony/twig-bundle's releases.

v6.1.9

Changelog (symfony/twig-bundle@v6.1.8...v6.1.9)

  • bug #48718 Compatibility with doctrine/annotations 2 (derrabus)

v6.1.1

Changelog (symfony/twig-bundle@v6.1.0...v6.1.1)

  • bug #46480 Fix registering html-sanitizer services (nicolas-grekas)

v6.1.0

Changelog (symfony/twig-bundle@v6.1.0-RC1...v6.1.0)

  • no significant changes

v6.1.0-RC1

Changelog (symfony/twig-bundle@v6.1.0-BETA2...v6.1.0-RC1)

  • feature #46335 Add Twig filter, form-type extension and improve service definitions for HtmlSanitizer (nicolas-grekas)

v6.1.0-BETA2

Changelog (symfony/twig-bundle@v6.1.0-BETA1...v6.1.0-BETA2)

  • feature #45989 deprecate not setting http_method_override (Tobion)
  • feature #46052 Deprecate option "autoescape", use "autoescape_service[_method]" instead (nicolas-grekas)

v6.1.0-BETA1

Changelog (symfony/twig-bundle@v6.0.7...v6.1.0-BETA1)

  • feature #45845  Pre-compile only *.twig files in cache warmup (GromNaN)
  • feature #45377 Bump minimum version of PHP to 8.1 (nicolas-grekas)

v6.0.19

Changelog (symfony/twig-bundle@v6.0.18...v6.0.19)

  • no significant changes

v6.0.17

Changelog (symfony/twig-bundle@v6.0.16...v6.0.17)

  • bug #48718 Compatibility with doctrine/annotations 2 (derrabus)

v6.0.8

Changelog (symfony/twig-bundle@v6.0.7...v6.0.8)

  • bug #45909 reset Twig form theme resources between requests (xabbuh)

v6.0.3

Changelog (symfony/twig-bundle@v6.0.2...v6.0.3)

... (truncated)

Changelog

Sourced from symfony/twig-bundle's changelog.

CHANGELOG

7.0

  • Remove the Twig_Environment autowiring alias, use Twig\Environment instead
  • Remove option twig.autoescape; create a class that implements your escaping strategy (check FileExtensionEscapingStrategy::guess() for inspiration) and reference it using the twig.autoescape_service option instead
  • Drop support for Twig 2

6.4

  • Allow omitting the autoescape_service_method option when autoescape_service is set to an invokable service id

6.3

  • Deprecate the Twig_Environment autowiring alias, use Twig\Environment instead

6.2

  • Add the twig.mailer.html_to_text_converter option to allow configuring custom HtmlToTextConverterInterface implementations to be used by the twig.mime_body_renderer service

6.1

  • Add option twig.file_name_pattern to restrict which files are compiled by cache warmer and linter
  • Deprecate option twig.autoescape, use twig.autoescape_service[_method] instead

6.0

  • The twig service is now private

5.3

  • Add support for the new serialize filter (from Twig Bridge)

5.2.0

  • deprecated the public twig service to private

5.0.0

... (truncated)

Commits
  • ecfae61 Merge branch '6.0' into 6.1
  • 13ce8ca Merge branch '5.4' into 6.0
  • 767050f Merge branch '6.0' into 6.1
  • 97ef8de Merge branch '5.4' into 6.0
  • a2abab1 [FrameworkBundle][TwigBundle] Fix registering html-sanitizer services
  • 1bc5eeb [FrameworkBundle][TwigBundle][Form] Add Twig filter, form-type extension and ...
  • 40c479c [FrameworkBundle] deprecate not setting http_method_override
  • 1dbfda1 [TwigBundle] Deprecate option "autoescape", use "autoescape_service[_method]"...
  • f7b2903 Minor cleanup
  • 366ac6d [TwigBridge] Make LintCommand::$namePatterns private
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 4, 2024
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/twig-bundle-6.1.11 branch from 91fef37 to 98f0efe Compare April 1, 2024 16:30
Bumps [symfony/twig-bundle](https://github.com/symfony/twig-bundle) from 5.4.36 to 6.1.11.
- [Release notes](https://github.com/symfony/twig-bundle/releases)
- [Changelog](https://github.com/symfony/twig-bundle/blob/7.0/CHANGELOG.md)
- [Commits](symfony/twig-bundle@v5.4.36...v6.1.11)

---
updated-dependencies:
- dependency-name: symfony/twig-bundle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/twig-bundle-6.1.11 branch from 98f0efe to 63779e8 Compare April 1, 2024 16:31
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
0 participants