aceeditor-bundle icon indicating copy to clipboard operation
aceeditor-bundle copied to clipboard

Bump symfony/form from 6.4.8 to 7.1.5

Open dependabot[bot] opened this issue 5 months ago • 0 comments

Bumps symfony/form from 6.4.8 to 7.1.5.

Release notes

Sourced from symfony/form's releases.

v7.1.5

Changelog (https://github.com/symfony/form/compare/v7.1.4...v7.1.5)

  • no significant changes

v7.1.4

Changelog (https://github.com/symfony/form/compare/v7.1.3...v7.1.4)

v7.1.3

Changelog (https://github.com/symfony/form/compare/v7.1.2...v7.1.3)

  • no significant changes

v7.1.1

Changelog (https://github.com/symfony/form/compare/v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (https://github.com/symfony/form/compare/v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (https://github.com/symfony/form/compare/v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (https://github.com/symfony/form/compare/v7.0.7...v7.1.0-BETA1)

v7.0.10

Changelog (https://github.com/symfony/form/compare/v7.0.9...v7.0.10)

  • no significant changes

v7.0.8

Changelog (https://github.com/symfony/form/compare/v7.0.7...v7.0.8)

  • no significant changes

... (truncated)

Changelog

Sourced from symfony/form's changelog.

CHANGELOG

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

6.2

  • Allow passing TranslatableInterface objects to the ChoiceView label
  • Allow passing TranslatableInterface objects to the help option
  • Deprecate calling Button/Form::setParent(), ButtonBuilder/FormConfigBuilder::setDataMapper(), TransformationFailedException::setInvalidMessage() without arguments
  • Change the signature of FormConfigBuilderInterface::setDataMapper() to setDataMapper(?DataMapperInterface)
  • Change the signature of FormInterface::setParent() to setParent(?self)
  • Add PasswordHasherExtension with support for hash_property_path option in PasswordType

6.1

  • Add a prototype_options option to CollectionType

... (truncated)

Commits
  • 6b8b53a Merge branch '6.4' into 7.1
  • 5037c00 Merge branch '5.4' into 6.4
  • 4f3d91f Mutate remaining data providers to static ones
  • 01d7b89 Merge branch '6.4' into 7.1
  • 24c9ab1 Merge branch '5.4' into 6.4
  • a337263 [Validator] Improve zh_TW translation
  • 3018ad1 Merge branch '6.4' into 7.1
  • 330d337 Merge branch '5.4' into 6.4
  • 10fd29d minor #57966 [Form] skip tests requiring the intl extension if it's not insta...
  • 0b58985 skip tests requiring the intl extension if it's not installed
  • 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)

dependabot[bot] avatar Sep 23 '24 23:09 dependabot[bot]