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.35.0 to 1.38.0 #4

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps twig/twig from 1.35.0 to 1.38.0.

Changelog

Sourced from twig/twig's changelog.

  • 1.38.0 (2019-03-12)

  • fixed sandbox security issue (under some circumstances, calling the __toString() method on an object was possible even if not allowed by the security policy)

  • fixed batch filter clobbers array keys when fill parameter is used

  • added preserveKeys support for the batch filter

  • fixed "embed" support when used from "template_from_string"

  • added the possibility to pass a TemplateWrapper to Twig\Environment::load()

  • improved the performance of the sandbox

  • added a spaceless filter

  • added max value to the "random" function

  • made namespace classes the default classes (PSR-0 ones are aliases now)

  • removed duplicated directory separator in FilesystemLoader

  • added Twig\Loader\ChainLoader::getLoaders()

  • changed internal code to use the namespaced classes as much as possible

  • 1.37.1 (2019-01-14)

  • fixed regression (key exists check for non ArrayObject objects)

  • fixed logic in TemplateWrapper

  • 1.37.0 (2019-01-14)

  • fixed ArrayObject access with a null value

  • fixed embedded templates starting with a BOM

  • fixed using a Twig_TemplateWrapper instance as an argument to extends

  • switched generated code to use the PHP short array notation

  • dropped PHP 5.3 support

  • fixed float representation in compiled templates

  • added a second argument to the join filter (last separator configuration)

  • 1.36.0 (2018-12-16)

  • made sure twig_include returns a string

  • fixed multi-byte UFT-8 in escape('html_attr')

  • added the "deprecated" tag

  • added support for dynamically named tests

  • fixed GlobalsInterface extended class

  • fixed filesystem loader throwing an exception instead of returning false

  • 1.35.4 (2018-07-13)

  • ensured that syntax errors are triggered with the right line

  • added the Symfony ctype polyfill as a dependency

  • "js" filter now produces valid JSON

  • 1.35.3 (2018-03-20)

  • fixed block names unicity

... (truncated)

Commits
  • 754b8df prepared the 1.38.0 release
  • 0f3af98 security #2885 Fix security issue in the sandbox (fabpot)
  • 5e1a361 removed one usage of Template vs TemplateWrapper
  • eac5422 fixed security issue in the sandbox
  • 7e30569 bug #2884 Fix "batch filter clobbers array keys when fill parameter is used "...
  • 750cb23 fixed batch filter clobbers array keys when fill parameter is used
  • ede9a60 added preserveKeys support for the batch filter
  • 4eeaf76 bug #2883 Fix "embed" support when used from "template_from_string" (fabpot)
  • 9f23f7c removed dead code
  • 92a63e0 fixed "embed" support when used from "template_from_string"
  • 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.35.0 to 1.38.0.
- [Release notes](https://github.com/twigphp/Twig/releases)
- [Changelog](https://github.com/twigphp/Twig/blob/v1.38.0/CHANGELOG)
- [Commits](twigphp/Twig@v1.35.0...v1.38.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 26, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 30, 2022

Superseded by #6.

@dependabot dependabot bot closed this Sep 30, 2022
@dependabot dependabot bot deleted the dependabot/composer/twig/twig-1.38.0 branch September 30, 2022 19:12
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