ResidenceCMS icon indicating copy to clipboard operation
ResidenceCMS copied to clipboard

Bump twig/twig from 3.18.0 to 3.19.0

Open dependabot[bot] opened this issue 1 year ago • 1 comments

Bumps twig/twig from 3.18.0 to 3.19.0.

Changelog

Sourced from twig/twig's changelog.

3.19.0 (2025-01-28)

  • Fix a security issue where escaping was missing when using ??
  • Deprecate Token::getType(), use Token::test() instead
  • Add Token::toEnglish()
  • Add ForElseNode
  • Deprecate Twig\ExpressionParser::parseOnlyArguments() and Twig\ExpressionParser::parseArguments() (use Twig\ExpressionParser::parseNamedArguments() instead)
  • Fix constant() behavior when used with ??
  • Add the invoke filter
  • Make {} optional for the types tag
  • Add LastModifiedExtensionInterface and implementation in AbstractExtension to track modification of runtime classes
  • Ignore static properties when using the dot operator
Commits
  • d4f8c2b Prepare the 3.19.0 release
  • 38576b1 security #cve-2025-24374 [SECURITY] Fix a security issue where escaping was m...
  • 445f74c [SECURITY] Fix a security issue where escaping was missing when using ??
  • b638637 minor #4560 Fix typo for html_cva code example (matthieupetel)
  • 83da53c Fix typo for html_cva code example
  • 48d167a minor #4558 Fix CS (fabpot)
  • f594248 Fix CS
  • fcd0332 minor #4557 Fix Token::__toString() (fabpot)
  • 11535e9 Fix Token::__toString()
  • b680354 minor #4556 fix intl-extra tests (xabbuh)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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.

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Jan 29 '25 18:01 dependabot[bot]