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.36 to 6.2.13 #742

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 Mar 4, 2024

Bumps symfony/form from 5.4.36 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

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

6.0

  • Remove PropertyPathMaper
  • Remove Symfony\Component\Form\Extension\Validator\Util\ServerParams
  • Remove FormPass configuration
  • Remove the NumberToLocalizedStringTransformer::ROUND_* constants, use \NumberFormatter::ROUND_* instead

... (truncated)

Commits
  • 14276bc Merge branch '5.4' into 6.2
  • 1518147 Merge branch '5.4' into 6.2
  • 02afc26 Merge branch '5.4' into 6.2
  • 9ec4439 Merge branch '5.4' into 6.2
  • 494e21c Merge branch '5.4' into 6.2
  • a123512 [Form] Fix "prototype_data" option creating duplicates instead of new lines
  • e325cdd Merge branch '5.4' into 6.2
  • 751efa8 [Form] CollectionType apply prototypeOptions to ResizeFormListener new fields
  • efb8c3d Merge branch '5.4' into 6.2
  • 92379f5 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 added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 4, 2024
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/form-6.2.13 branch from 74badef to 81e974f Compare April 1, 2024 16:29
Bumps [symfony/form](https://github.com/symfony/form) from 5.4.36 to 6.2.13.
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/7.0/CHANGELOG.md)
- [Commits](symfony/form@v5.4.36...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 81e974f to 1ac4ba0 Compare April 1, 2024 16:30
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
0 participants