Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump twig/twig from 3.12.0 to 3.14.0 in /src (#7139)
Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.12.0 to 3.14.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/twigphp/Twig/blob/3.x/CHANGELOG">twig/twig's changelog</a>.</em></p> <blockquote> <h1>3.14.0 (2024-09-09)</h1> <ul> <li>Fix a security issue when an included sandboxed template has been loaded before without the sandbox context</li> <li>Add the possibility to reset globals via <code>Environment::resetGlobals()</code></li> <li>Deprecate <code>Environment::mergeGlobals()</code></li> </ul> <h1>3.13.0 (2024-09-07)</h1> <ul> <li>Add the <code>types</code> tag (experimental)</li> <li>Deprecate the <code>Twig\Test\NodeTestCase::getTests()</code> data provider, override <code>provideTests()</code> instead.</li> <li>Mark <code>Twig\Test\NodeTestCase::getEnvironment()</code> as final, override <code>createEnvironment()</code> instead.</li> <li>Deprecate <code>Twig\Test\NodeTestCase::getVariableGetter()</code>, call <code>createVariableGetter()</code> instead.</li> <li>Deprecate <code>Twig\Test\NodeTestCase::getAttributeGetter()</code>, call <code>createAttributeGetter()</code> instead.</li> <li>Deprecate not overriding <code>Twig\Test\IntegrationTestCase::getFixturesDirectory()</code>, this method will be abstract in 4.0</li> <li>Marked <code>Twig\Test\IntegrationTestCase::getTests()</code> and <code>getLegacyTests()</code> as final</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twigphp/Twig/commit/126b2c97818dbff0cdf3fbfc881aedb3d40aae72"><code>126b2c9</code></a> Prepare the 3.14.0 release</li> <li><a href="https://github.com/twigphp/Twig/commit/11f68e2aeb526bfaf638e30d4420d8a710f3f7c6"><code>11f68e2</code></a> Fix a security issue when an included sandboxed template has been loaded befo...</li> <li><a href="https://github.com/twigphp/Twig/commit/540b54e0d5c7b1d911b7403f6215770bb2ffc192"><code>540b54e</code></a> minor <a href="https://redirect.github.com/twigphp/Twig/issues/4290">#4290</a> fix the version mergeGlobals() is deprecated since (xabbuh)</li> <li><a href="https://github.com/twigphp/Twig/commit/795720230c8e90d91dfaed3bfd749160f7dc1e03"><code>7957202</code></a> Fix test</li> <li><a href="https://github.com/twigphp/Twig/commit/f72c93dbd22310f729203881351c75c3d44b56ec"><code>f72c93d</code></a> fix the version mergeGlobals() is deprecated since</li> <li><a href="https://github.com/twigphp/Twig/commit/064e07965465eb33f2b2ca47c188681039f6b876"><code>064e079</code></a> Tweak code</li> <li><a href="https://github.com/twigphp/Twig/commit/995e7c2270789c21ae3df5b5061101e139cd7026"><code>995e7c2</code></a> Fix CS</li> <li><a href="https://github.com/twigphp/Twig/commit/6420791d406d13b905c541b2d72deaf8135af49c"><code>6420791</code></a> minor <a href="https://redirect.github.com/twigphp/Twig/issues/4289">#4289</a> Remove unused private methods (fabpot)</li> <li><a href="https://github.com/twigphp/Twig/commit/45e167a514ff0d53878be6a7c145336ccfdc4f03"><code>45e167a</code></a> Add more tests</li> <li><a href="https://github.com/twigphp/Twig/commit/28dc912c0e2b3dfec22ee0d92c334fee21599873"><code>28dc912</code></a> Remove unused private methods</li> <li>Additional commits viewable in <a href="https://github.com/twigphp/Twig/compare/v3.12.0...v3.14.0">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=3.12.0&new-version=3.14.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ChurchCRM/CRM/network/alerts). </details>
- Loading branch information