Skip to content

Conversation

@dependabot-preview
Copy link

Updates the requirements on symfony/twig-bridge to permit the latest version.

Changelog

Sourced from symfony/twig-bridge's changelog.

CHANGELOG

5.2.0

  • added the impersonation_exit_url() and impersonation_exit_path() functions. They return a URL that allows to switch back to the original user.
  • added the workflow_transition() function to easily retrieve a specific transition object
  • added support for translating TranslatableInterface objects
  • added the t() function to easily create TranslatableMessage objects
  • Added support for extracting messages from the t() function
  • Added field_* Twig functions to access string values from Form fields
  • changed the importance context option of NotificationEmail to allow null

5.0.0

  • removed TwigEngine class, use \Twig\Environment instead.
  • removed transChoice filter and token
  • HttpFoundationExtension requires a UrlHelper on instantiation
  • removed support for implicit STDIN usage in the lint:twig command, use lint:twig - (append a dash) instead to make it explicit.
  • added form theme for Foundation 6
  • added support for Foundation 6 switches: add the switch-input class to the attributes of a CheckboxType

4.4.0

  • added a new TwigErrorRenderer for html format, integrated with the ErrorHandler component
  • marked all classes extending twig as @final
  • deprecated to pass $rootDir and $fileLinkFormatter as 5th and 6th argument respectively to the DebugCommand::__construct() method, swap the variables position.
  • the LintCommand lints all the templates stored in all configured Twig paths if none argument is provided
  • deprecated accepting STDIN implicitly when using the lint:twig command, use lint:twig - (append a dash) instead to make it explicit.
  • added --show-deprecations option to the lint:twig command
  • added support for Bootstrap4 switches: add the switch-custom class to the label attributes of a CheckboxType
  • Marked the TwigDataCollector class as @final.

4.3.0

  • added the form_parent() function that allows to reliably retrieve the parent form in Twig templates
  • added the workflow_transition_blockers() function
  • deprecated the $requestStack and $requestContext arguments of the HttpFoundationExtension, pass a Symfony\Component\HttpFoundation\UrlHelper instance as the only argument instead

4.2.0

  • add bundle name suggestion on wrongly overridden templates paths
Commits
  • ff8f4e0 Merge branch '3.4' into 4.0
  • 5d9401b Merge branch '2.8' into 3.4
  • 2bb814a Enable native_constant_invocation CS fixer
  • 51e3e70 Merge branch '3.4' into 4.0
  • 1f61166 Merge branch '2.8' into 3.4
  • 1319db4 Alpha-ordering for "use" statements
  • 07bc35f Merge branch '3.4' into 4.0
  • 48c93e8 Merge branch '2.8' into 3.4
  • ef3dede Enable the fixer enforcing fully-qualified calls for compiler-optimized funct...
  • c13866b Merge branch '3.4' into 4.0
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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:

  • 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)

Updates the requirements on [symfony/twig-bridge](https://github.com/symfony/twig-bridge) to permit the latest version.
- [Release notes](https://github.com/symfony/twig-bridge/releases)
- [Changelog](https://github.com/symfony/twig-bridge/blob/5.x/CHANGELOG.md)
- [Commits](symfony/twig-bridge@v3.4.0...v4.0.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 26, 2020
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant