Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps symfony/form from 7.2.4 to 7.3.4.

Release notes

Sourced from symfony/form's releases.

v7.3.4

Changelog (symfony/form@v7.3.3...v7.3.4)

v7.3.3

Changelog (symfony/form@v7.3.2...v7.3.3)

v7.3.2

Changelog (symfony/form@v7.3.1...v7.3.2)

v7.3.1

Changelog (symfony/form@v7.3.0...v7.3.1)

v7.3.0

Changelog (symfony/form@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

Changelog (symfony/form@v7.3.0-BETA2...v7.3.0-RC1)

  • no significant changes

v7.3.0-BETA2

Changelog (symfony/form@v7.3.0-BETA1...v7.3.0-BETA2)

  • no significant changes

v7.3.0-BETA1

Changelog (symfony/form@v7.2.6...v7.3.0-BETA1)

v7.2.9

Changelog (symfony/form@v7.2.8...v7.2.9)

... (truncated)

Changelog

Sourced from symfony/form's changelog.

CHANGELOG

7.3

  • Add support for displaying nested options in DebugCommand
  • Add support for strings as data for the MoneyType

7.2

  • Deprecate the VersionAwareTest trait, use feature detection instead
  • Add support for the calendar option in DateType
  • Add LazyChoiceLoader and choice_lazy option in ChoiceType for loading and rendering choices on demand
  • Use form.post_set_data instead of form.pre_set_data in ResizeFormListener
  • Change the priority of DataCollectorListener from 255 to -255

7.1

  • Add option separator to ChoiceType to use a custom separator after preferred choices (use the new separator_html option to display the separator text as HTML)
  • Deprecate not configuring the default_protocol option of the UrlType, it will default to null in 8.0 (the current default is 'http')
  • Add a keep_as_list option to CollectionType
  • Add an input option to MoneyType, to be able to cast the transformed value to integer

7.0

  • Throw when using DateTime or DateTimeImmutable model data with a different timezone than configured with the model_timezone option in DateType, DateTimeType, and TimeType
  • Make the "widget" option of date/time form types default to "single_text"
  • Require explicit argument when calling Button/Form::setParent(), ButtonBuilder/FormConfigBuilder::setDataMapper(), TransformationFailedException::setInvalidMessage()

6.4

  • Deprecate using DateTime or DateTimeImmutable model data with a different timezone than configured with the model_timezone option in DateType, DateTimeType, and TimeType
  • Deprecate PostSetDataEvent::setData(), use PreSetDataEvent::setData() instead
  • Deprecate PostSubmitEvent::setData(), use PreSubmitDataEvent::setData() or SubmitDataEvent::setData() instead
  • Add duplicate_preferred_choices option in ChoiceType
  • Add $duplicatePreferredChoices parameter to ChoiceListFactoryInterface::createView()

6.3

  • Don't render seconds for HTML5 date pickers unless "with_seconds" is explicitly set
  • Add a placeholder_attr option to ChoiceType
  • Deprecate not configuring the "widget" option of date/time form types, it will default to "single_text" in v7

... (truncated)

Commits
  • 7b3eee0 Merge branch '6.4' into 7.3
  • b40cdbe prefer the public API over reflection in test
  • 78d7e25 Merge branch '6.4' into 7.3
  • 1f0995f Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages
  • 190d975 Merge branch '6.4' into 7.3
  • 4922985 pass the empty string instead of null as key to array_key_exists()
  • e57cc7a Merge branch '6.4' into 7.3
  • 4abcb35 use the empty string instead of null as an array offset
  • f151b4a Merge branch '6.4' into 7.3
  • ce4d50b Remove direct access to internal properties cross-components
  • 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 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)

Bumps [symfony/form](https://github.com/symfony/form) from 7.2.4 to 7.3.4.
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/7.3/CHANGELOG.md)
- [Commits](symfony/form@v7.2.4...v7.3.4)

---
updated-dependencies:
- dependency-name: symfony/form
  dependency-version: 7.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 30, 2025
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