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.15.0 to 1.44.7 #2

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 30, 2022

Bumps twig/twig from 1.15.0 to 1.44.7.

Changelog

Sourced from twig/twig's changelog.

  • 2.0.0 (2016-XX-XX)

  • removed Twig_Environment::getLexer(), Twig_Environment::getParser(), Twig_Environment::getCompiler()

  • removed Twig_Compiler::getFilename()

  • added hasser support in Twig_Template::getAttribute()

  • sped up the json_encode filter

  • removed reserved macro names; all names can be used as macro

  • removed Twig_Template::getEnvironment()

  • changed _self variable to return the current template name

  • made the loader a required argument of Twig_Environment constructor

  • removed Twig_Environment::clearTemplateCache()

  • removed Twig_Autoloader (use Composer instead)

  • removed true as an equivalent to html for the auto-escaping strategy

  • removed pre-1.8 autoescape tag syntax

  • dropped support for PHP 5.2, 5.3, and 5.4

  • removed the ability to register a global variable after the runtime or the extensions have been initialized

  • improved the performance of the filesystem loader

  • removed features that were deprecated in 1.x

  • 1.27.0 (2016-XX-XX)

  • deprecated Twig_LoaderInterface::getSource() (implement Twig_SourceContextLoaderInterface instead)

  • fixed the filesystem loader with relative paths

  • deprecated Twig_Node::getLine() in favor of Twig_Node::getTemplateLine()

  • deprecated Twig_Template::getSource() in favor of Twig_Template::getSourceContext()

  • deprecated Twig_Node::getFilename() in favor of Twig_Node::getTemplateName()

  • deprecated the "filename" escaping strategy (use "name" instead)

  • added Twig_Source to hold information about the original template

  • deprecated Twig_Error::getTemplateFile() and Twig_Error::setTemplateFile() in favor of Twig_Error::getTemplateName() and Twig_Error::setTemplateName()

  • deprecated Parser::getFilename()

  • fixed template paths when a template name contains a protocol like vfs://

  • improved debugging with Twig_Sandbox_SecurityError exceptions for disallowed methods and properties

  • 1.26.1 (2016-10-05)

  • removed template source code from generated template classes when debug is disabled

  • fixed default implementation of Twig_Template::getDebugInfo() for better BC

  • fixed regression on static calls for functions/filters/tests

  • 1.26.0 (2016-10-02)

  • added template cache invalidation based on more environment options

  • added a missing deprecation notice

  • fixed template paths when a template is stored in a PHAR file

  • allowed filters/functions/tests implementation to use a different class than the extension they belong to

  • deprecated Twig_ExtensionInterface::getName()

  • 1.25.0 (2016-09-21)

  • changed the way we store template source in template classes

... (truncated)

Commits

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/fabpot/Twig) from 1.15.0 to 1.44.7.
- [Release notes](https://github.com/fabpot/Twig/releases)
- [Changelog](https://github.com/fabpot/Twig/blob/master/CHANGELOG)
- [Commits](https://github.com/fabpot/Twig/commits)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants