Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

build(deps): bump the twig group with 6 updates #2043

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps the twig group with 6 updates:

Package From To
twig/cssinliner-extra 3.11.0 3.12.0
twig/extra-bundle 3.11.0 3.12.0
twig/inky-extra 3.11.0 3.12.0
twig/intl-extra 3.11.0 3.12.0
twig/markdown-extra 3.11.0 3.12.0
twig/twig 3.11.0 3.12.0

Updates twig/cssinliner-extra from 3.11.0 to 3.12.0

Commits

Updates twig/extra-bundle from 3.11.0 to 3.12.0

Commits

Updates twig/inky-extra from 3.11.0 to 3.12.0

Commits

Updates twig/intl-extra from 3.11.0 to 3.12.0

Commits

Updates twig/markdown-extra from 3.11.0 to 3.12.0

Commits

Updates twig/twig from 3.11.0 to 3.12.0

Changelog

Sourced from twig/twig's changelog.

3.12.0 (2024-08-29)

  • Deprecate the fact that the extends and use tags are always allowed in a sandboxed template. This behavior will change in 4.0 where these tags will need to be explicitly allowed like any other tag.
  • Deprecate the "tag" constructor argument of the "Twig\Node\Node" class as the tag is now automatically set by the Parser when needed
  • Fix precedence of two-word tests when the first word is a valid test
  • Deprecate the spaceless filter
  • Deprecate some internal methods from Parser: getBlockStack(), hasBlock(), getBlock(), hasMacro(), hasTraits(), getParent()
  • Deprecate passing null to Twig\Parser::setParent()
  • Update Node::__toString() to include the node tag if set
  • Add support for integers in methods of Twig\Node\Node that take a Node name
  • Deprecate not passing a BodyNode instance as the body of a ModuleNode or MacroNode constructor
  • Deprecate returning "null" from "TokenParserInterface::parse()".
  • Deprecate OptimizerNodeVisitor::OPTIMIZE_TEXT_NODES
  • Fix performance regression when use_yield is false (which is the default)
  • Improve compatibility when use_yield is false (as extensions still using echo will work as is)
  • Accept colons (:) in addition to equals (=) to separate argument names and values in named arguments
  • Add the html_cva function (in the HTML extra package)
  • Add support for named arguments to the block and attribute functions
  • Throw a SyntaxError exception at compile time when a Twig callable has not the minimum number of required arguments
  • Add a CallableArgumentsExtractor class
  • Deprecate passing a name to FunctionExpression, FilterExpression, and TestExpression; pass a TwigFunction, TwigFilter, or TestFilter instead
  • Deprecate all Twig callable attributes on FunctionExpression, FilterExpression, and TestExpression
  • Deprecate the filter node of FilterExpression
  • Add the notion of Twig callables (functions, filters, and tests)
  • Bump minimum PHP version to 8.0
  • Fix integration tests when a test has more than one data/expect section and deprecations
  • Add the enum_cases function
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the twig group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [twig/cssinliner-extra](https://github.com/twigphp/cssinliner-extra) | `3.11.0` | `3.12.0` |
| [twig/extra-bundle](https://github.com/twigphp/twig-extra-bundle) | `3.11.0` | `3.12.0` |
| [twig/inky-extra](https://github.com/twigphp/inky-extra) | `3.11.0` | `3.12.0` |
| [twig/intl-extra](https://github.com/twigphp/intl-extra) | `3.11.0` | `3.12.0` |
| [twig/markdown-extra](https://github.com/twigphp/markdown-extra) | `3.11.0` | `3.12.0` |
| [twig/twig](https://github.com/twigphp/Twig) | `3.11.0` | `3.12.0` |


Updates `twig/cssinliner-extra` from 3.11.0 to 3.12.0
- [Commits](twigphp/cssinliner-extra@v3.11.0...v3.12.0)

Updates `twig/extra-bundle` from 3.11.0 to 3.12.0
- [Commits](twigphp/twig-extra-bundle@v3.11.0...v3.12.0)

Updates `twig/inky-extra` from 3.11.0 to 3.12.0
- [Commits](twigphp/inky-extra@v3.11.0...v3.12.0)

Updates `twig/intl-extra` from 3.11.0 to 3.12.0
- [Commits](twigphp/intl-extra@v3.11.0...v3.12.0)

Updates `twig/markdown-extra` from 3.11.0 to 3.12.0
- [Commits](twigphp/markdown-extra@v3.11.0...v3.12.0)

Updates `twig/twig` from 3.11.0 to 3.12.0
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](twigphp/Twig@v3.11.0...v3.12.0)

---
updated-dependencies:
- dependency-name: twig/cssinliner-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: twig
- dependency-name: twig/extra-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: twig
- dependency-name: twig/inky-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: twig
- dependency-name: twig/intl-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: twig
- dependency-name: twig/markdown-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: twig
- dependency-name: twig/twig
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: twig
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Sep 1, 2024
@automerge-rindula-de automerge-rindula-de bot added this pull request to the merge queue Sep 1, 2024
Merged via the queue into master with commit c11cfbc Sep 1, 2024
11 checks passed
@dependabot dependabot bot deleted the dependabot/composer/twig-7d6e46ac1c branch September 1, 2024 07:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

0 participants