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 4.0.11 to 4.1.0 #65

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps symfony/form from 4.0.11 to 4.1.0.

Changelog

Sourced from symfony/form's changelog.

4.1.0

  • added input=datetime_immutable to DateType, TimeType, DateTimeType
  • added rounding_mode option to MoneyType
  • added choice_translation_locale option to CountryType, LanguageType, LocaleType and CurrencyType
  • deprecated the ChoiceLoaderInterface implementation in CountryType, LanguageType, LocaleType and CurrencyType
  • added input=datetime_immutable to DateType, TimeType, DateTimeType
  • added rounding_mode option to MoneyType

4.0.0

  • using the choices option in CountryType, CurrencyType, LanguageType,
    LocaleType, and TimezoneType when the choice_loader option is not null
    is not supported anymore and the configured choices will be ignored
  • callable strings that are passed to the options of the ChoiceType are
    treated as property paths
  • the choices_as_values option of the ChoiceType has been removed
  • removed the support for caching loaded choice lists in LazyChoiceList,
    cache the choice list in the used ChoiceLoaderInterface implementation
    instead
  • removed the support for objects implementing both \Traversable and \ArrayAccess in ResizeFormListener::preSubmit()
  • removed the ability to use FormDataCollector without the symfony/var-dumper component
  • removed passing a ValueExporter instance to the FormDataExtractor::__construct() method
  • removed passing guesser services ids as the fourth argument of DependencyInjectionExtension::__construct()
  • removed the ability to validate an unsubmitted form.
  • removed ChoiceLoaderInterface implementation in TimezoneType
  • added the false_values option to the CheckboxType which allows to configure custom values which will be treated as false during submission

3.4.0

  • added DebugCommand
  • deprecated ChoiceLoaderInterface implementation in TimezoneType
  • added options "input" and "regions" to TimezoneType
  • added an option to Symfony\Component\Form\FormRendererEngineInterface::setTheme() and
    Symfony\Component\Form\FormRendererInterface::setTheme() to disable usage of default themes when rendering a form

3.3.0

  • deprecated using "choices" option in CountryType, CurrencyType, LanguageType, LocaleType, and
    TimezoneType when "choice_loader" is not null
  • added Symfony\Component\Form\FormErrorIterator::findByCodes()
  • added getTypedExtensions, getTypes, and getTypeGuessers to Symfony\Component\Form\Test\FormIntegrationTestCase
  • added FormPass

3.2.0

... (truncated)
Commits
  • 95f8237 Revert "feature #26702 Mark ExceptionInterfaces throwable (ostrolucky)"
  • 4db3310 Merge branch '4.0' into 4.1
  • 2be7899 Merge branch '4.0' into 4.1
  • 0659104 Merge branch '4.0' into 4.1
  • a6ecef6 Merge branch '4.0'
  • 6ad9115 Merge branch '4.0'
  • cf88efb feature #26825 [Form] Add choice_translation_locale option for Intl choice ty...
  • 67bfb75 moved feature to 4.1
  • 2730e42 Add choice_translation_locale option for Intl choice types
  • a85a0a7 Merge branch '4.0'
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use (this|these) label[s] will set the current labels as the default for future PRs for this repo and language
  • @dependabot use (this|these) reviewer[s] will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use (this|these) assignee[s] will set the current assignees as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant