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

Update twig/twig requirement from ^2.11 to ^2.12 #30

Merged
merged 1 commit into from
Oct 7, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on twig/twig to permit the latest version.

Changelog

Sourced from twig/twig's changelog.

  • 2.12.0 (2019-10-05)

  • added the spaceship operator ("<=>"), useful when using an arrow function in the "sort" filter

  • added support for an "arrow" function on the "sort" filter

  • added the CssInliner extension in the "extra" repositories: "inline_css"
    filter

  • added the Inky extension in the "extra" repositories: "inky_to_html" filter

  • added Intl extension in the "extra" repositories: "country_name",
    "currency_name", "currency_symbol", "language_name", "locale_name",
    "timezone_name", "format_currency", "format_number",
    "format_*_number", "format_datetime", "format_date", and "format_time"
    filters, and the "country_timezones" function

  • added the Markdown extension in the "extra" repositories: "markdown_to_html",
    and "html_to_markdown" filters

  • added the HtmlExtension extension in the "extra" repositories: "date_uri"
    filter, and "html_classes" function

  • optimized "block('foo') ?? 'bar'"

  • fixed the empty test on Traversable instances

  • fixed array_key_exists() on objects

  • fixed cache when opcache is installed but disabled

  • fixed using macros in arrow functions

  • fixed split filter on edge case

  • 2.11.3 (2019-06-18)

  • display partial output (PHP buffer) when an error occurs in debug mode

  • fixed the filter filter (allow the result to be used several times)

  • fixed macro auto-import when a template contains only macros

  • 2.11.2 (2019-06-05)

  • fixed macro auto-import

  • 2.11.1 (2019-06-04)

  • added support for "Twig\Markup" instances in the "in" test (again)

  • allowed string operators as variables names in assignments

  • fixed support for macros defined in parent templates

  • 2.11.0 (2019-05-31)

  • added the possibility to register classes/interfaces as being safe for the escaper ("EscaperExtension::addSafeClass()")

  • deprecated CoreExtension::setEscaper() and CoreExtension::getEscapers() in favor of the same methods on EscaperExtension

  • macros are now auto-imported in the template they are defined (under the _self variable)

  • added support for macros on "is defined" tests

  • fixed macros "import" when using the same name in the parent and child templates

  • fixed recursive macros

  • macros imported "globally" in a template are now available in macros without re-importing them

  • fixed the "filter" filter when the argument is \Traversable but does not implement \Iterator (\SimpleXmlElement for instance)

  • fixed a PHP fatal error when calling a macro imported in a block in a nested block

... (truncated)
Commits

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:

  • 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 [twig/twig](https://github.com/twigphp/Twig) to permit the latest version.
- [Release notes](https://github.com/twigphp/Twig/releases)
- [Changelog](https://github.com/twigphp/Twig/blob/2.x/CHANGELOG)
- [Commits](twigphp/Twig@v2.11.0...v2.12.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the Dependencies Pull requests that update a dependency file label Oct 7, 2019
@lcobucci lcobucci merged commit 966830d into master Oct 7, 2019
@lcobucci lcobucci deleted the dependabot/composer/twig/twig-tw-2.12 branch October 7, 2019 06:57
@lcobucci lcobucci added this to the 2.1.0 milestone Oct 30, 2019
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