factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

Update dependency twig/twig to v3 #243

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
twig/twig (source) require major ^2.7 -> ^3.0

Release Notes

twigphp/Twig ### [`v3.3.8`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​338-2022-02-04) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.3.7...v3.3.8) - Fix a security issue when in a sandbox: the `sort` filter must require a Closure for the `arrow` parameter - Fix deprecation notice on `round` - Fix call to deprecated `convertToHtml` method ### [`v3.3.7`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​337-2022-01-03) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.3.6...v3.3.7) - Allow more null support when Twig expects a string (for better 8.1 support) - Only use Commonmark extensions if markdown enabled ### [`v3.3.6`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​336-2022-01-03) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.3.5...v3.3.6) - Only use Commonmark extensions if markdown enabled ### [`v3.3.5`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​335-2022-01-03) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.3.4...v3.3.5) - Allow CommonMark extensions to easily be added - Allow null when Twig expects a string (for better 8.1 support) - Make some performance optimizations - Allow Symfony translation contract v3+ ### [`v3.3.4`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​334-2021-11-25) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.3.3...v3.3.4) - Bump minimum supported Symfony component versions - Fix a deprecated message ### [`v3.3.3`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​333-2021-09-17) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.3.2...v3.3.3) - Allow Symfony 6 - Improve compatibility with PHP 8.1 - Explicitly specify the encoding for mb_ord in JS escaper ### [`v3.3.2`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​332-2021-05-16) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.3.1...v3.3.2) - Revert "Throw a proper exception when a template name is an absolute path (as it has never been supported)" ### [`v3.3.1`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​331-2021-05-12) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.3.0...v3.3.1) - Fix PHP 8.1 compatibility - Throw a proper exception when a template name is an absolute path (as it has never been supported) ### [`v3.3.0`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​330-2021-02-08) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.2.1...v3.3.0) - Fix macro calls in a "cache" tag - Add the slug filter - Allow extra bundle to be compatible with Twig 2 ### [`v3.2.1`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​321-2021-01-05) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.1.1...v3.2.1) - Fix extra bundle compat with older versions of Symfony ### [`v3.1.1`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​311-2020-10-27) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.1.0...v3.1.1) - Fix "include(template_from_string())" ### [`v3.1.0`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​310-2020-10-21) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.0.5...v3.1.0) - Fix sandbox support when using "include(template_from_string())" - Make round brackets optional for one argument tests like "same as" or "divisible by" - Add support for ES2015 style object initialisation shortcut { a } is the same as { 'a': a } ### [`v3.0.5`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​305-2020-08-05) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.0.4...v3.0.5) - Fix twig_compare w.r.t. whitespace trimming - Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag - Fix a regression when not using a space before an operator - Restrict callables to closures in filters - Allow trailing commas in argument lists (in calls as well as definitions) ### [`v3.0.4`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​304-2020-07-05) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.0.3...v3.0.4) - Fix comparison operators - Fix options not taken into account when using "Michelf\MarkdownExtra" - Fix "Twig\Extra\Intl\IntlExtension::getCountryName()" to accept "null" as a first argument - Throw exception in case non-Traversable data is passed to "filter" - Fix context optimization on PHP 7.4 - Fix PHP 8 compatibility - Fix ambiguous syntax parsing ### [`v3.0.3`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​303-2020-02-11) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.0.2...v3.0.3) - Add a check to ensure that iconv() is defined ### [`v3.0.2`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​302-2020-02-11) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.0.1...v3.0.2) - Avoid exceptions when an intl resource is not found - Fix implementation of case-insensitivity for method names ### [`v3.0.1`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​301-2019-12-28) [Compare Source](https://togithub.com/twigphp/Twig/compare/v3.0.0...v3.0.1) - fixed Symfony 5.0 support for the HTML extra extension ### [`v3.0.0`](https://togithub.com/twigphp/Twig/blob/HEAD/CHANGELOG#​300-2019-11-15) [Compare Source](https://togithub.com/twigphp/Twig/compare/v2.14.11...v3.0.0) - fixed number formatter in Intl extra extension when using a formatter prototype

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 3.x releases. However, if you upgrade to 3.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.