emulsify
emulsify copied to clipboard
Bump twig/twig from 1.35.4 to 1.44.6
Bumps twig/twig from 1.35.4 to 1.44.6.
Changelog
Sourced from twig/twig's changelog.
1.44.6 (2021-11-25)
- Last version for the 1.x series
1.44.5 (2021-09-17)
- Improve compatibility with PHP 8.1
- Explicitly specify the encoding for mb_ord in JS escaper
1.44.4 (2021-05-16)
- Revert "Throw a proper exception when a template name is an absolute path (as it has never been supported)"
1.44.3 (2021-05-12)
- Fix PHP 8.1 compatibility
- Throw a proper exception when a template name is an absolute path (as it has never been supported)
1.44.2 (2021-01-05)
- Fix "odd" not working for negative numbers
1.44.1 (2020-10-27)
- Fix "include(template_from_string())"
1.44.0 (2020-10-21)
- Remove implicit dependency on ext/iconv in JS escaper
- 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 }
- Fix filter(), map(), and reduce() to throw a RuntimeError instead of a PHP TypeError
- Drop PHP 7.1 support
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,mapandreducefilters require Closures inarrowparameter
... (truncated)
Commits
ae39480Prepare the last release for the 1.x series7e5ba95minor #3584 Fix emphasis on compiler to bold styling (jonnyeom)97ae3c8Fix emphasis on compiler to bold styling8bab813minor #3570 Update .gitattributes to exclude non-dist files (kaznovac)92766d0Update .gitattributes to exclude non-dist files3a18bb3Fix CS212e49bminor #3563 Missing Environment and LoaderInterface (remicollet)61df934Missing Environment and LoaderInterface803efedBump versiondd43533Prepare the 1.44.5 release- 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.