MAKENTNU / web

The website of the student organization MAKE NTNU, built with Django.
https://makentnu.no
MIT License
9 stars 5 forks source link

⬆(deps): Bump django-phonenumber-field from 6.3.0 to 7.0.0 #490

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps django-phonenumber-field from 6.3.0 to 7.0.0.

Release notes

Sourced from django-phonenumber-field's releases.

7.0.0

Possible backward incompatibilities

  • RegionalPhoneNumberWidget becomes the default widget for the formfields.PhoneNumberField.
  • The formfields.PhoneNumberField no longer sets the input_type attribute of its widget to tel. That behavior did not make sense for the existing PhoneNumberPrefixWidget and was dropped.
  • PhoneNumberInternationalFallbackWidget will be replaced by RegionalPhoneNumberWidget in the next major version. It is deprecated until the next major release.

Changes

New Contributors

Full Changelog: https://github.com/stefanfoulis/django-phonenumber-field/compare/6.4.0...7.0.0

6.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/stefanfoulis/django-phonenumber-field/compare/6.3.0...6.4.0

Commits
  • 0cd27e2 Prefer SUPPORTED_REGIONS over _AVAILABLE_REGION_CODES
  • 9d568cc Add documentation to the project
  • ecf086c Evolve PhoneNumberInternationalWidget to RegionalPhoneNumberWidget
  • 17e9eb5 add missing Dutch translation
  • d8c0247 Render input value with PhoneNumberPrefixWidget on form errors
  • 290e82b Set PhoneNumberInternationalFallbackWidget input_type to tel
  • 1f012e4 Implement region argument for serializerfields
  • b746061 Allow restricting PhoneNumberPrefixWidget country choices
  • 8ad812c Handle primitive types in serializerfields
  • b801e74 Verify ModelSerializer for a blank field accepts empty input
  • 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 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #490 (8473975) into dev (b8e548c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #490   +/-   ##
=======================================
  Coverage   87.76%   87.76%           
=======================================
  Files         133      133           
  Lines        5572     5572           
=======================================
  Hits         4890     4890           
  Misses        682      682           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

ddabble commented 1 year ago

@dependabot rebase