Skip to content

Bump symfony/ux-twig-component from 2.36.0 to 3.4.0 - #98

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony/ux-twig-component-3.4.0
Closed

Bump symfony/ux-twig-component from 2.36.0 to 3.4.0#98
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony/ux-twig-component-3.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps symfony/ux-twig-component from 2.36.0 to 3.4.0.

Release notes

Sourced from symfony/ux-twig-component's releases.

v3.4.0

Changelog (symfony/ux-twig-component@v3.3.0...v3.4.0)

v3.3.0

Changelog (symfony/ux-twig-component@v3.2.0...v3.3.0)

  • no significant changes

v3.2.0

Changelog (symfony/ux-twig-component@v3.1.0...v3.2.0)

v3.1.0

Changelog (symfony/ux-twig-component@v3.0.0...v3.1.0)

v3.0.0

Changelog (symfony/ux-twig-component@v2.34.0...v3.0.0)

Changelog

Sourced from symfony/ux-twig-component's changelog.

3.4.0

  • Add support for dynamic component names in the {% component %} tag using a parenthesized expression, e.g. {% component (prefix ~ i) %}{% endcomponent %}

3.2.0

  • Add ComponentRendererInterface::preCreateForRender(), ComponentRendererInterface::startEmbeddedComponentRender(), and ComponentRendererInterface::finishEmbeddedComponentRender() methods
  • Allow using ComponentFactory and ComponentRuntime with any PSR-11 container, making symfony/dependency-injection optional for standalone usage

3.1.0

  • Add provide() and inject() Twig functions to share state from a parent component down to deeply-nested descendants without prop drilling
  • Include the attribute name in the error message thrown when an attribute value is null

3.0.0

  • Minimum required Symfony version is now 7.4
  • Minimum required PHP version is now 8.4
  • The configuration twig_component.defaults could not be nullable anymore
  • Remove method PreCreateForRenderEvent::getProps() in favor of PreCreateForRenderEvent::getInputProps()
  • Remove cva Twig function in favor of html_cva Twig function from twig/html-extra
  • Passing null as an attribute value when using ComponentAttributes (or attributes Twig variable) will now throw an exception, use remove() instead
  • Remove method ComponentAttributes::add(), use {{ attributes.defaults(stimulus_controller('...')) }} instead
  • The ComponentTemplateFinder does not accept Twig\Environment as first argument anymore, pass a LoaderInterface instead
  • The ComponentTemplateFinder does not accept a nullable directory argument anymore, pass a string instead
  • Remove old compatibility layer with deprecated StimulusTwigExtension from WebpackEncoreBundle ^1.0, use StimulusBundle instead

2.35

  • Add support for AttributeValueInterface from twig/html-extra:^3.24.0 in ComponentAttributes
  • Allow Symfony UX 3.x packages

2.33

  • Extended support for the index.html.twig template fallback when resolving namespaced anonymous components
  • Add support for dynamic template resolution with AsTwigComponent(template: FromMethod('getCustomFuntion'))

2.32

  • Add option profiler.collect_components to control component data collection in the profiler (enabled in debug mode by default)
  • Add support for using directory name as component name for anonymous components

2.30

  • Ensure compatibility with PHP 8.5

... (truncated)

Commits
  • 520e1da [TwigComponent] Support component tag names from expressions
  • 2cf40a5 Add sync-packages.php to normalize packages .gitattributes
  • 2f3a1b7 [Documentation][TwigComponent] Fix syntax
  • c52d34b [TwigComponent] Allow standalone usage with any PSR-11 container
  • 94d5c84 Merge branch '2.x' into 3.x
  • 61df99c Drop PR warning and auto-closing on subtree splits
  • 5ef94a5 [TwigComponent] Expose pre/embedded render methods on `ComponentRendererInter...
  • 93b4782 Update CHANGELOGs for 3.1.0
  • afdea19 [TwigComponent] Use twig.safe_class tag and move setLexer to TwigComponentPass
  • 4da7840 [CI] Workflows hardenings, thanks to Zizmor
  • 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 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)

Bumps [symfony/ux-twig-component](https://github.com/symfony/ux-twig-component) from 2.36.0 to 3.4.0.
- [Release notes](https://github.com/symfony/ux-twig-component/releases)
- [Changelog](https://github.com/symfony/ux-twig-component/blob/3.x/CHANGELOG.md)
- [Commits](symfony/ux-twig-component@v2.36.0...v3.4.0)

---
updated-dependencies:
- dependency-name: symfony/ux-twig-component
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #102.

@dependabot dependabot Bot closed this Sep 2, 2026
@dependabot
dependabot Bot deleted the dependabot/composer/symfony/ux-twig-component-3.4.0 branch September 2, 2026 06:37
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.

0 participants