openvj
openvj copied to clipboard
Bump twig/twig from 1.18.1 to 1.42.5
Bumps twig/twig from 1.18.1 to 1.42.5.
Changelog
Sourced from twig/twig's changelog.
1.42.5 (2020-02-11)
Fix implementation of case-insensitivity for method names
1.42.4 (2019-11-11)
optimized "block('foo') ?? 'bar"
added supported for exponential numbers
1.42.3 (2019-08-24)
fixed the "split" filter when the delimiter is "0"
fixed the "empty" test on Traversable instances
fixed cache when opcache is installed but disabled
fixed PHP 7.4 compatibility
bumped the minimal PHP version to 5.5
1.42.2 (2019-06-18)
Display partial output (PHP buffer) when an error occurs in debug mode
1.42.1 (2019-06-04)
added support for "Twig\Markup" instances in the "in" test (again)
allowed string operators as variables names in assignments
1.42.0 (2019-05-31)
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
fixed a PHP fatal error when calling a macro imported in the template in another macro
fixed wrong error message on "import" and "from"
1.41.0 (2019-05-14)
fixed support for PHP 7.4
added "filter", "map", and "reduce" filters (and support for arrow functions)
fixed partial output leak when a PHP fatal error occurs
optimized context access on PHP 7.4
1.40.1 (2019-04-29)
fixed regression in NodeTraverser
1.40.0 (2019-04-28)
allowed Twig\NodeVisitor\NodeVisitorInterface::leaveNode() to return "null" instead of "false" (same meaning)
added the "apply" tag as a replacement for the "filter" tag
allowed Twig\Loader\FilesystemLoader::findTemplate() to return "null" instead of "false" (same meaning)
added support for "Twig\Markup" instances in the "in" test
... (truncated)
Commits
87b2ea9Prepare the 1.42.5 release953458bUpdate CHANGELOGd168660Fix license to use the "official" BSD wordingad9d4e9minor #3243 Syntax error in doc (JakeFr)fbfac78Syntax error in doc0ee1c70minor #3240 Fix versionadded in doc (fancyweb)6b25dccFix versionadded in docca4d96bbug #3237 Replace strtolower() with strtr() when dealing with method names (m...30feddeReplace strtolower() with strtr() when dealing with method names54be566Bump license year- 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.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.