Bump twig/twig from 2.14.6 to 2.14.11 #18

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/twig/twig-2.14.11 into master
dependabot[bot] commented 2022-02-11 03:32:26 +01:00 (Migrated from github.com)

Bumps twig/twig from 2.14.6 to 2.14.11.

Changelog

Sourced from twig/twig's changelog.

2.14.11 (2022-02-04)

  • Fix a security issue when in a sandbox: the sort filter must require a Closure for the arrow parameter

2.14.10 (2022-01-03)

  • Allow more null arguments when Twig expects a string (for better 8.1 support)

2.14.9 (2022-01-03)

  • Allow null when Twig expects a string (for better 8.1 support)
  • Add support for PHP 7.1 back
  • Make some performance optimizations
  • Allow Symfony translation contract v3+

2.14.8 (2021-11-25)

  • Bump minimum supported Symfony component versions
  • Fix a deprecated message

2.14.7 (2021-09-17)

  • Allow Symfony 6
  • Improve compatibility with PHP 8.1
  • Explicitly specify the encoding for mb_ord in JS escaper
Commits
  • 66baa66 Prepare the 2.14.11 release
  • 22b9dc3 bug #3641 Disallow non closures in sort filter when the sanbox mode is enab...
  • 2eb3308 Disallow non closures in sort filter when the sanbox mode is enabled
  • e056e63 bug #3638 Fix call to deprecated "convertToHtml" method (jderusse)
  • 779fdd0 Fix call to deprecated "convertToHtml" method
  • bbc3377 minor #3629 Fix map example output (alexander-schranz)
  • 9741173 Fix map example output
  • 9984a6e minor #3628 Rename variables used in map method (alexander-schranz)
  • b74cf2a Rename variables used in map method
  • e8068a9 bug #3626 The deprecated null value for the method round has been changed to ...
  • 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 2.14.6 to 2.14.11. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/twigphp/Twig/blob/v2.14.11/CHANGELOG">twig/twig's changelog</a>.</em></p> <blockquote> <h1>2.14.11 (2022-02-04)</h1> <ul> <li>Fix a security issue when in a sandbox: the <code>sort</code> filter must require a Closure for the <code>arrow</code> parameter</li> </ul> <h1>2.14.10 (2022-01-03)</h1> <ul> <li>Allow more null arguments when Twig expects a string (for better 8.1 support)</li> </ul> <h1>2.14.9 (2022-01-03)</h1> <ul> <li>Allow null when Twig expects a string (for better 8.1 support)</li> <li>Add support for PHP 7.1 back</li> <li>Make some performance optimizations</li> <li>Allow Symfony translation contract v3+</li> </ul> <h1>2.14.8 (2021-11-25)</h1> <ul> <li>Bump minimum supported Symfony component versions</li> <li>Fix a deprecated message</li> </ul> <h1>2.14.7 (2021-09-17)</h1> <ul> <li>Allow Symfony 6</li> <li>Improve compatibility with PHP 8.1</li> <li>Explicitly specify the encoding for mb_ord in JS escaper</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twigphp/Twig/commit/66baa66f29ee30e487e05f1679903e36eb01d727"><code>66baa66</code></a> Prepare the 2.14.11 release</li> <li><a href="https://github.com/twigphp/Twig/commit/22b9dc3c03ee66d7e21d9ed2ca76052b134cb9e9"><code>22b9dc3</code></a> bug <a href="https://github-redirect.dependabot.com/twigphp/Twig/issues/3641">#3641</a> Disallow non closures in <code>sort</code> filter when the sanbox mode is enab...</li> <li><a href="https://github.com/twigphp/Twig/commit/2eb33080558611201b55079d07ac88f207b466d5"><code>2eb3308</code></a> Disallow non closures in <code>sort</code> filter when the sanbox mode is enabled</li> <li><a href="https://github.com/twigphp/Twig/commit/e056e6385f6ab3a4edc98975242291ca789166c7"><code>e056e63</code></a> bug <a href="https://github-redirect.dependabot.com/twigphp/Twig/issues/3638">#3638</a> Fix call to deprecated &quot;convertToHtml&quot; method (jderusse)</li> <li><a href="https://github.com/twigphp/Twig/commit/779fdd09b4f152b3cf598319c4026d48b9678bd9"><code>779fdd0</code></a> Fix call to deprecated &quot;convertToHtml&quot; method</li> <li><a href="https://github.com/twigphp/Twig/commit/bbc33772da8e531e2d70f41ea2e09a0258ce5697"><code>bbc3377</code></a> minor <a href="https://github-redirect.dependabot.com/twigphp/Twig/issues/3629">#3629</a> Fix map example output (alexander-schranz)</li> <li><a href="https://github.com/twigphp/Twig/commit/97411730ab13b672ffed88e0aa2d8469d684f308"><code>9741173</code></a> Fix map example output</li> <li><a href="https://github.com/twigphp/Twig/commit/9984a6ee55fd12007c4698026615ce6b5d5c4c49"><code>9984a6e</code></a> minor <a href="https://github-redirect.dependabot.com/twigphp/Twig/issues/3628">#3628</a> Rename variables used in map method (alexander-schranz)</li> <li><a href="https://github.com/twigphp/Twig/commit/b74cf2ae6cdc7e700f4fccda6c9380a19ee3fb02"><code>b74cf2a</code></a> Rename variables used in map method</li> <li><a href="https://github.com/twigphp/Twig/commit/e8068a9a6d614da47c87ad6eb50c8f17e655e866"><code>e8068a9</code></a> bug <a href="https://github-redirect.dependabot.com/twigphp/Twig/issues/3626">#3626</a> The deprecated null value for the method round has been changed to ...</li> <li>Additional commits viewable in <a href="https://github.com/twigphp/Twig/compare/v2.14.6...v2.14.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=twig/twig&package-manager=composer&previous-version=2.14.6&new-version=2.14.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/Programvareverkstedet/nettsiden/network/alerts). </details>
pbsds commented 2022-02-12 18:50:14 +01:00 (Migrated from github.com)

... hvor bruker vi twig?

... hvor bruker vi twig?
dependabot[bot] commented 2022-09-30 22:09:54 +02:00 (Migrated from github.com)

Superseded by #29.

Superseded by #29.

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Projects/nettsiden#18
No description provided.