Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump symfony/form from 5.4.22 to 6.2.13 #380

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2023

Bumps symfony/form from 5.4.22 to 6.2.13.

Release notes

Sourced from symfony/form's releases.

v6.2.13

Changelog (symfony/form@v6.2.12...v6.2.13)

v6.2.11

Changelog (symfony/form@v6.2.10...v6.2.11)

v6.2.10

Changelog (symfony/form@v6.2.9...v6.2.10)

v6.2.8

Changelog (symfony/form@v6.2.7...v6.2.8)

  • bug #49835 CollectionType apply prototypeOptions to ResizeFormListener new fields (Thorry84)

v6.2.7

Changelog (symfony/form@v6.2.6...v6.2.7)

  • bug #48965 Allow floats in html5 input type number field (wimhendrikx)
  • bug #49459 Skip password hashing on empty password (Seb33300)
  • bug #49267 Check for RepeatedType child in PasswordHasherListener (MatTheCat)
  • bug #49208 Fix PasswordHasherListener to work with empty data (1ed)

v6.2.5

Changelog (symfony/form@v6.2.4...v6.2.5)

  • no significant changes

v6.2.3

Changelog (symfony/form@v6.2.2...v6.2.3)

  • bug #48801 Make ButtonType handle form_attr option (MatTheCat)

... (truncated)

Changelog

Sourced from symfony/form's changelog.

CHANGELOG

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

6.0

  • Remove PropertyPathMaper
  • Remove Symfony\Component\Form\Extension\Validator\Util\ServerParams
  • Remove FormPass configuration
  • Remove the NumberToLocalizedStringTransformer::ROUND_* constants, use \NumberFormatter::ROUND_* instead
  • The rounding_mode option of the PercentType defaults to \NumberFormatter::ROUND_HALFUP
  • The rounding mode argument of the constructor of PercentToLocalizedStringTransformer defaults to \NumberFormatter::ROUND_HALFUP
  • Add FormConfigInterface::getIsEmptyCallback() and FormConfigBuilderInterface::setIsEmptyCallback()
  • Change $forms parameter type of the DataMapper::mapDataToForms() method from iterable to \Traversable
  • Change $forms parameter type of the DataMapper::mapFormsToData() method from iterable to \Traversable
  • Change $checkboxes parameter type of the CheckboxListMapper::mapDataToForms() method from iterable to \Traversable
  • Change $checkboxes parameter type of the CheckboxListMapper::mapFormsToData() method from iterable to \Traversable
  • Change $radios parameter type of the RadioListMapper::mapDataToForms() method from iterable to \Traversable
  • Change $radios parameter type of the RadioListMapper::mapFormsToData() method from iterable to \Traversable

5.4

  • Deprecate calling FormErrorIterator::children() if the current element is not iterable.
  • Allow to pass TranslatableMessage objects to the help option
  • Add the EnumType

5.3

... (truncated)

Commits
  • 14276bc Merge branch '5.4' into 6.2
  • ca99a68 [Form] Remove an obsolete phpdoc comment
  • 1518147 Merge branch '5.4' into 6.2
  • 131ae0c minor #51044 [Form] Fix form events phpdocs (HeahDude)
  • 02afc26 Merge branch '5.4' into 6.2
  • 360c54a relax assertions for ICU 72.1
  • f9e6c1f [Form] Fix form events phpdocs
  • 9ec4439 Merge branch '5.4' into 6.2
  • b9b4b57 fetch all known ChoiceType values at once
  • 494e21c Merge branch '5.4' into 6.2
  • 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 dependabot bot force-pushed the dependabot/composer/symfony/form-6.2.13 branch 2 times, most recently from 4397e7c to a645c85 Compare October 30, 2023 18:31
Bumps [symfony/form](https://github.com/symfony/form) from 5.4.22 to 6.2.13.
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/6.3/CHANGELOG.md)
- [Commits](symfony/form@v5.4.22...v6.2.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/form-6.2.13 branch from a645c85 to 7b4ee41 Compare November 2, 2023 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

0 participants