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

Bump twig/twig from 1.23.1 to 1.42.2 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 26, 2022

Bumps twig/twig from 1.23.1 to 1.42.2.

Changelog

Sourced from twig/twig's changelog.

  • 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

  • fixed Lexer when using custom options containing the # char

  • fixed "import" when macros are stored in a template string

  • 1.39.1 (2019-04-16)

  • fixed EscaperNodeVisitor

  • 1.39.0 (2019-04-16)

  • added Traversable support for the length filter

  • fixed some wrong location in error messages

  • made exception creation faster

  • made escaping on ternary expressions (?: and ??) more fine-grained

  • added the possibility to give a nice name to string templates (template_from_string function)

  • fixed the "with" behavior to always include the globals (for consistency with the "include" and "embed" tags)

  • fixed "include" with "ignore missing" when an error loading occurs in the included template

  • added support for a new whitespace trimming option ({%~ %}, {{ }}, {# ~#})

... (truncated)

Commits
  • 21707d6 prepared the 1.42.2 release
  • 8c4b748 minor #3062 Escape DIR in the test suite (lyrixx)
  • fa0213a Escape DIR in the test suite
  • 0390a9d bug #3059 Don't clear PHP buffer when an error occurs with debug=true (lyrixx)
  • c910e71 Don't clear PHP buffer when an error occurs with debug=true
  • aa564b2 minor #3061 Remove duplicate phpdoc (tvdijen)
  • 2c1c00b Remove duplicate phpdoc
  • 2a293b6 bug #3056 Fix end of constructor node logic (fabpot)
  • 8a29b42 fixed end of constructor node logic
  • f4c2b1a fix CS
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

Bumps [twig/twig](https://github.com/twigphp/Twig) from 1.23.1 to 1.42.2.
- [Release notes](https://github.com/twigphp/Twig/releases)
- [Changelog](https://github.com/twigphp/Twig/blob/v1.42.2/CHANGELOG)
- [Commits](twigphp/Twig@v1.23.1...v1.42.2)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 26, 2022
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants