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.41.0 to 1.44.7 #22

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 Sep 30, 2022

Bumps twig/twig from 1.41.0 to 1.44.7.

Changelog

Sourced from twig/twig's changelog.

1.44.7 (2022-09-28)

  • Fix a security issue on filesystem loader (possibility to load a template outside a configured directory)

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

... (truncated)

Commits
  • 0887422 Prepare the 1.44.7 release
  • 35f3035 security #cve- Fix a security issue on filesystem loader (possibility to load...
  • f800934 Fix a security issue on filesystem loader (possibility to load a template out...
  • ae39480 Prepare the last release for the 1.x series
  • 7e5ba95 minor #3584 Fix emphasis on compiler to bold styling (jonnyeom)
  • 97ae3c8 Fix emphasis on compiler to bold styling
  • 8bab813 minor #3570 Update .gitattributes to exclude non-dist files (kaznovac)
  • 92766d0 Update .gitattributes to exclude non-dist files
  • 3a18bb3 Fix CS
  • 212e49b minor #3563 Missing Environment and LoaderInterface (remicollet)
  • 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.41.0 to 1.44.7.
- [Release notes](https://github.com/twigphp/Twig/releases)
- [Changelog](https://github.com/twigphp/Twig/blob/v1.44.7/CHANGELOG)
- [Commits](twigphp/Twig@v1.41.0...v1.44.7)

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

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 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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants