CTF_web
CTF_web copied to clipboard
Bump twig/twig from 1.35.4 to 1.43.1 in /web500-6/www
Bumps twig/twig from 1.35.4 to 1.43.1.
Changelog
Sourced from twig/twig's changelog.
1.43.1 (2020-08-05)
- 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)
1.43.0 (2020-07-05)
- Throw exception in case non-Traversable data is passed to "filter"
- Fix context optimization on PHP 7.4
- Fix PHP 8 compatibility
- Drop PHP 5.5 5.6, and 7.0 support
- Fix ambiguous syntax parsing
- In sandbox, the
filter
,map
andreduce
filters require Closures inarrow
parameter1.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)
... (truncated)
Commits
2311602
Prepare the 1.43.1 release5383d35
Update CHANGELOG94aa9bf
Add a testb65facc
minor #3373 fix typo in ApplyTokenParser PHP doc (campino2k)47b5028
fix typo in ApplyTokenParser PHP doccb06013
bug #3348 Fixes #3351 (Bozhidar Hristov)04658c9
Fixes #33512ecc15a
bug #3365 Fix a regression when not using a space before an operator (fabpot)b4088fa
minor #3367 Unify code style (apfelbox)38cb89c
Unify code style- 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 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
You can disable automated security fix PRs for this repo from the Security Alerts page.