flutter-form-builder-ecosystem / form_builder_phone_field

International phone number field for FlutterFormBuilder package
https://pub.dev/packages/form_builder_phone_field
BSD 3-Clause "New" or "Revised" License
11 stars 19 forks source link

build(deps): bump phone_number from 2.0.1 to 2.1.0 #53

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps phone_number from 2.0.1 to 2.1.0.

Changelog

Sourced from phone_number's changelog.

2.1.0

  • Deprecate package
  • Add Namespace to Support Gradle 8.0
  • Getting region code from number rather than country code
  • Bumps PhoneNumberKit to v3.6.6
  • Bumps libphonenumber to v8.13.17
  • Update podspec to match package version

2.0.0

### BREAKING CHANGES

  • iOS podfile now needs to be updated since PhoneNumberKit no longer updates cocoapods. Take a look on setup
  • Update Flutter constrains to >= 3.10
  • Update Dart constrains to 3
  • Compile with Android SDK 33
  • Update flutter_form_builder to 9.x.x. Take a look breaking changes on there changelog

2.0.0-dev.2

### BREAKING CHANGE

  • Update Dart constrains to 3
  • Compile with Android SDK 33

2.0.0-dev.1

### BREAKING CHANGES

  • iOS podfile now needs to be updated since PhoneNumberKit no longer updates cocoapods. Take a look on setup
  • Update Flutter constrains to >= 3.10

Improvements

  • Bumps PhoneNumberKit to v3.5.8
  • Bumps libphonenumber to v8.13.10
  • Fix warning for constant variable regionCode on Swift

1.0.0

  • [Breaking change] Min Flutter SDK >=3.0.0
  • Add validate international number without region code
  • Separate regionCode and countryCode
  • Refactor readme
  • Apply license BSD-3-clause
  • Bumps libphonenumber (Android) to v8.12.52

0.12.0+2

... (truncated)

Commits
  • c673603 chore(release): 2.1.0
  • 70534e8 docs: deprecate package
  • 14a6f8b Merge pull request #116 from friebetill/main
  • ba7a825 Mirror the package name used in the AndroidManifest
  • ad50f7d Support Gradle ^8.0
  • c46447d Merge pull request #112 from joshisijan/fix/region_parser
  • 465b54a getting region code from number than country code
  • 094b3c9 Merge pull request #110 from VictorUvarov/v8.13.17
  • 980a18c flutter automatic refactor update
  • 8cdce8d update changelog
  • 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 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)
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e13a86f) 37.85% compared to head (75f5d36) 37.85%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #53 +/- ## ======================================= Coverage 37.85% 37.85% ======================================= Files 1 1 Lines 140 140 ======================================= Hits 53 53 Misses 87 87 ``` | [Flag](https://app.codecov.io/gh/flutter-form-builder-ecosystem/form_builder_phone_field/pull/53/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=flutter-form-builder-ecosystem) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/flutter-form-builder-ecosystem/form_builder_phone_field/pull/53/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=flutter-form-builder-ecosystem) | `37.85% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=flutter-form-builder-ecosystem#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.