Skip to content

Bump the symfony group across 1 directory with 5 updates#67

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/app/symfony-5a1b0ed2e4
Open

Bump the symfony group across 1 directory with 5 updates#67
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/app/symfony-5a1b0ed2e4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2025

Bumps the symfony group with 5 updates in the /app directory:

Package From To
symfony/flex 2.4.5 2.5.0
symfony/stimulus-bundle 2.18.1 2.24.0
symfony/ux-autocomplete 2.18.0 2.24.0
symfony/ux-twig-component 2.18.1 2.24.0
symfony/phpunit-bridge 7.1.2 7.2.0

Updates symfony/flex from 2.4.5 to 2.5.0

Commits
  • 8ce1acd Merge branch '1.x' into 2.x
  • 5cc9859 feature #1032 feat: add ability to skip package.json synchronization (wuchen90)
  • 791e814 feat: add ability to skip package.json synchronization
  • c5941c6 Merge branch '1.x' into 2.x
  • 0491870 bug #1039 Do not synchronize package.json if symfony/flex is not installed (l...
  • 740bc2f Do not synchronize package.json if symfony/flex is not installed
  • c146113 Merge branch '1.x' into 2.x
  • 1aabc8e minor #1038 Fix PHP Parse errors in tests (rosier)
  • 7e76f08 Fix PHP Parse errors in tests.
  • 11d923a Merge branch '1.x' into 2.x
  • Additional commits viewable in compare view

Updates symfony/stimulus-bundle from 2.18.1 to 2.24.0

Changelog

Sourced from symfony/stimulus-bundle's changelog.

CHANGELOG

2.20.1

  • Normalize Stimulus controller name in event name

2.14.2

  • Fix bug with finding UX Packages with non-standard project structure

2.14.1

  • Fixed bug with Stimulus controllers in subdirectories on Windows

2.14.0

  • Added Typescript controllers support

2.13.2

  • Revert "Change JavaScript package to type: module"

2.13.0

  • Normalize parameters names given to twig helper 'stimulus_action()'. BC Break: previously, parameters given in camelCase (eg. bigCrocodile) were incorrectly registered by the controller as flatcase (event.params.bigcrocodile). This was fixed, which means they are now correctly registered as camelCase (event.params.bigCrocodile).
  • Added AssetMapper 6.4 support.
  • Add Symfony 7 support.
  • Fix missing double dash in namespaced Stimulus outlets.
  • Change JavaScript package to type: module

2.10.0

  • Handle Stimulus outlets

2.9.0

  • Introduce the bundle
Commits
  • e098403 Document about alternative JS assets installation with npm packages
  • cb7bc7a Document src/**/assets/README.md files about direct installation and recomm...
  • 014174a Remove tree from repository URL in each package.json
  • 84cb6d1 Add README.md file for each UX packages assets
  • 948f3bb Add LICENSE file for each UX packages assets
  • 1760a45 Normalize package.json files, to prepare publication on NPM
  • ffb1ab4 Add support for @​symfony/stimulus-bridge@​^4.0.0
  • 80bfdc8 bug #2590 [StimulusBundle] Fix lazy load Stimulus controllers with Turbo (sm...
  • 420c2a8 minor #2597 [Doc][StimulusBundle] Misc doc fixes (javiereguiluz)
  • d05cf93 fix missing }, reformat so it's visible
  • Additional commits viewable in compare view

Updates symfony/ux-autocomplete from 2.18.0 to 2.24.0

Changelog

Sourced from symfony/ux-autocomplete's changelog.

CHANGELOG

2.25.0

  • Escape querySelector dynamic selector with CSS.escape() #2663

2.23.0

  • Deprecate ExtraLazyChoiceLoader in favor of Symfony\Component\Form\ChoiceList\Loader\LazyChoiceLoader
  • Reset TomSelect when updating url attribute #1505
  • Add getAttributes() method to define additional attributes for autocomplete results #2541

2.22.0

  • Take labelField TomSelect option into account #2382

2.21.0

  • Translate the option_create option from TomSelect with remote data setup #2279
  • Add one missing Dutch translation #2279

2.20.0

  • Translate the option_create option from TomSelect #2108

2.17.0

  • Allow choice_value option in entity autocomplete fields #1723

2.16.0

2.15.0

  • Add doctrine/orm 3 support #1468
  • Allow passing extra options to the autocomplete fields #1322
  • Fix 2 bugs where TomSelect would reset when not necessary #1502
  • Add one missing German translation #1521

2.14.0

  • Fixed behavior of Autocomplete when the underlying select or option elements were modified to hopefully, more reliably, reset the autocomplete instance. This is particularly important with LiveComponents.
  • Add support for the render.loading_more Tom Select Virtual Scroll option (loading_more_text)
  • Avoid losing the selected options when the Stimulus component is disconnected and reconnected to the DOM.
  • Added tom-select/dist/css/tom-select.bootstrap4.css to autoimport - this will cause this to appear in your controllers.json file by default, but disabled

... (truncated)

Commits
  • 27379e7 Add EnumType precision
  • 8964fa3 Document about alternative JS assets installation with npm packages
  • fa0b91b Document src/**/assets/README.md files about direct installation and recomm...
  • 14ece04 Remove tree from repository URL in each package.json
  • f822c41 Add README.md file for each UX packages assets
  • 7927fe0 Add LICENSE file for each UX packages assets
  • 4ed1e80 Normalize package.json files, to prepare publication on NPM
  • 99e8309 [Autocomplete] Rethrow BadRequestHttpException in case of malformed `extra_...
  • e8dc35b minor #2470 [Autocomplete] Fix invalid createQueryBuilder code example (tacma...
  • e4edf84 Update index.rst
  • Additional commits viewable in compare view

Updates symfony/ux-twig-component from 2.18.1 to 2.24.0

Changelog

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

CHANGELOG

2.20.0

2.17.0

  • Add nested attribute support #1405

2.16.0

  • Introduce CVA to style TwigComponent #1416
  • Drop Twig 2 support #1436
  • Fix full context is stored in profiler #1552
  • Add CVA (Class variant authority) integration #1416

2.15.0

  • Add the ability to render specific attributes from the attributes variable #1442
  • Restrict Twig 3.9 for now #1486
  • Build reproducible TemplateMap to fix possible post-deploy breakage #1497

2.14.0

  • Make ComponentAttributes traversable/countable
  • Fixed lexing some {# twig comments #} with HTML Twig syntax
  • Fix various usages of deprecated Twig code

2.13.0

  • [BC BREAK] Add component metadata to PreMountEvent and PostMountEvent
  • Added configuration to separate your components into different "namespaces"
  • Add outerScope variable reach variables from the parent template of an "embedded" component.
  • Deprecate calling ComponentTemplateFinder constructor without directory argument.
  • Add profiler integration: TwigComponentDataCollector and debug toolbar templates
  • Add search feature in debug:twig-component command.
  • Fix inconsistencies with how {% component %}/<twig:component> syntaxes are rendered vs component(): PostRenderEvent is now dispatched & the template resolution happens at runtime.
  • Fix priority of passed in props vs default props with anonymous components.
  • Add Symfony 7 support.
  • TwigPreLexer: improve performance.
  • Fix twig:lint bug with anonymous component tag.

2.12.0

  • Added a debug:twig-component command.

... (truncated)

Commits
  • 48a46e4 Fix TwigComponents test when high-deps
  • 98f67ff [TwigComponent] Add use Symfony\Component\OptionsResolver\OptionsResolver
  • dc9aa0a Document about alternative JS assets installation with npm packages
  • 6f6fb24 [TwigComponent] Minimal support of comment lines
  • 8f756a5 [TwigComponent] Fix getExpressionParser deprecations (Twig 3.21)
  • 6e430ed [TwigComponent] Fix ComponentTokenParser on 32-bits
  • f29033b minor #2506 [TwigComponent] Remove obsolete TemplateNameParser (sneakyvv)
  • bb49116 [TwigComponent][Docs] add explicit string cast on string assertions
  • 7848c35 Remove obsolete TemplateNameParser
  • b758acb use promoted properties
  • Additional commits viewable in compare view

Updates symfony/phpunit-bridge from 7.1.2 to 7.2.0

Release notes

Sourced from symfony/phpunit-bridge's releases.

v7.2.0

Changelog (symfony/phpunit-bridge@v7.2.0-RC1...v7.2.0)

v7.2.0-RC1

Changelog (symfony/phpunit-bridge@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA2

Changelog (symfony/phpunit-bridge@v7.2.0-BETA1...v7.2.0-BETA2)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/phpunit-bridge@v7.1.6...v7.2.0-BETA1)

v7.1.9

Changelog (symfony/phpunit-bridge@v7.1.8...v7.1.9)

v7.1.6

Changelog (symfony/phpunit-bridge@v7.1.5...v7.1.6)

  • no significant changes

v7.1.4

Changelog (symfony/phpunit-bridge@v7.1.3...v7.1.4)

v7.1.3

Changelog (symfony/phpunit-bridge@v7.1.2...v7.1.3)

Changelog

Sourced from symfony/phpunit-bridge's changelog.

CHANGELOG

7.2

  • Add a PHPUnit extension that registers the clock mock and DNS mock and the DebugClassLoader from the ErrorHandler component if present
  • Add ExpectUserDeprecationMessageTrait with a polyfill of PHPUnit's expectUserDeprecationMessage()
  • Use total for asserting deprecation count when a group is not defined

6.4

  • Allow setting the locale using SYMFONY_PHPUNIT_LOCALE env var

6.3

  • Add support for mocking the enum_exists function
  • Enable reporting of deprecations triggered by Doctrine by default

6.2

  • Add support for mocking the hrtime() function

6.1

  • Add option ignoreFile to configure a file that lists deprecation messages to ignore

6.0

  • Remove SetUpTearDownTrait

5.3

  • bumped the minimum PHP version to 7.1.3
  • bumped the minimum PHPUnit version to 7.5
  • deprecated the SetUpTearDownTrait trait, use original methods with "void" return typehint.
  • added logFile option to write deprecations to a file instead of echoing them

5.1.0

  • ignore verbosity settings when the build fails because of deprecations
  • added per-group verbosity
  • added ExpectDeprecationTrait to be able to define an expected deprecation from inside a test

... (truncated)

Commits
  • 2bbde92 Merge branch '7.1' into 7.2
  • c924f85 Merge branch '6.4' into 7.1
  • cebafe2 Merge branch '5.4' into 6.4
  • c6839a1 fix dumping tests to skip with data providers
  • 0228dd1 Don't use die() in PHPT --SKIPIF--
  • 078398e support ClockMock and DnsMock with PHPUnit 10+
  • 2faee18 do not patch the TestCase class with PHPUnit 11+
  • 676fcfa [PhpUnitBridge] Use 'total' for asserting deprecation count when a group is n...
  • 3363287 Merge branch '7.1' into 7.2
  • c6b9d8f Merge branch '6.4' into 7.1
  • Additional commits viewable in compare view

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 symfony group with 5 updates in the /app directory:

| Package | From | To |
| --- | --- | --- |
| [symfony/flex](https://github.com/symfony/flex) | `2.4.5` | `2.5.0` |
| [symfony/stimulus-bundle](https://github.com/symfony/stimulus-bundle) | `2.18.1` | `2.24.0` |
| [symfony/ux-autocomplete](https://github.com/symfony/ux-autocomplete) | `2.18.0` | `2.24.0` |
| [symfony/ux-twig-component](https://github.com/symfony/ux-twig-component) | `2.18.1` | `2.24.0` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `7.1.2` | `7.2.0` |



Updates `symfony/flex` from 2.4.5 to 2.5.0
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v2.4.5...v2.5.0)

Updates `symfony/stimulus-bundle` from 2.18.1 to 2.24.0
- [Changelog](https://github.com/symfony/stimulus-bundle/blob/2.x/CHANGELOG.md)
- [Commits](symfony/stimulus-bundle@v2.18.1...v2.24.0)

Updates `symfony/ux-autocomplete` from 2.18.0 to 2.24.0
- [Changelog](https://github.com/symfony/ux-autocomplete/blob/2.x/CHANGELOG.md)
- [Commits](symfony/ux-autocomplete@v2.18.0...v2.24.0)

Updates `symfony/ux-twig-component` from 2.18.1 to 2.24.0
- [Changelog](https://github.com/symfony/ux-twig-component/blob/2.x/CHANGELOG.md)
- [Commits](symfony/ux-twig-component@v2.18.1...v2.24.0)

Updates `symfony/phpunit-bridge` from 7.1.2 to 7.2.0
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/7.2/CHANGELOG.md)
- [Commits](symfony/phpunit-bridge@v7.1.2...v7.2.0)

---
updated-dependencies:
- dependency-name: symfony/flex
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/stimulus-bundle
  dependency-version: 2.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/ux-autocomplete
  dependency-version: 2.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/ux-twig-component
  dependency-version: 2.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/phpunit-bridge
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: symfony
...

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 Apr 28, 2025
@dependabot dependabot Bot requested a review from lostfocus as a code owner April 28, 2025 17:27
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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