Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Update libphonenumber-js to the latest version 🚀 #12

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

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Aug 6, 2018

Version 1.4.2 of libphonenumber-js was just published.

Dependency libphonenumber-js
Current Version 1.0.24
Type dependency

The version 1.4.2 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of libphonenumber-js.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Aug 27, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 27, 2018

Version 1.4.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 970c2a0 1.4.3
  • 0b7ce22 Phone number medatada update
  • 87cd798 Removed unused file
  • d0dfcbf Merge pull request #242 from ipoddubny/ts-country-codes
  • 2517de5 TypeScript: fix country codes list
  • 162206c TypeScript definitions for searchPhoneNumbers()
  • 2e16cb5 Refactoring matches_entirely()

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 31, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 31, 2018

Version 1.4.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 7, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 7, 2018

Version 1.4.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 12, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 12, 2018

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 9d37782 1.4.6
  • e112f41 #246. Fix national prefix formatting for formatNumber().
  • dd003ae possibleLengths check during generate

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 22, 2018

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • ddcaf26 Changed AsYouType to attempt formatting for the first digits
  • 82dae71 1.4.7
  • 0a6563f Metadata update
  • 428eb87 Changed AsYouType to attempt formatting for the first digits
  • 45144a1 formatNumber error message tweak
  • cdef62f formatNumber error message tweak
  • ec680ae formatNumber error message tweak
  • aeb61dd 'metadata.min' -> 'metadata.min.json'
  • 4508bee Removed leftover comment

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 25, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 25, 2018

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 26, 2018

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 5c7cec6 1.4.9
  • c25a82c #252. Fixed not-parsing numbers with opening parens in the end.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 26, 2018

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 26, 2018

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 12, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 12, 2018

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 17, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 17, 2018

Update to this version instead 🚀

Commits

The new version differs by 31 commits.

  • 9bb32c6 1.6.0
  • 8f2becc 1.6.0 changelog
  • 198db9f Added getExampleNumber() function.
  • be632bc import fix
  • 735a787 Fix PhoneNumber TypeScript definition optionals
  • 07ab2de findNumbers() new API for PhoneNumber
  • ca22b49 PhoneNumber constructor now accepts country code
  • 36f3ce6 Added parsePhoneNumber() and PhoneNumber TypeScript definitions
  • 937faf8 Added parsePhoneNumber() function.
  • ae0b8af getNumberType() variable renamed
  • 85791b9 extractCountryCallingCode() metadata argument changed
  • a88063e Legacy tests formatNumber() fix
  • 55b2b51 Optimized metadata.json format (breaking change)
  • ee72b55 isValidNumber() fix when there're no type regexps
  • 61b1814 Refactoring formatNumber()

There are 31 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 18, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 18, 2018

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • 7662e56 1.6.1
  • 77bac11 Added .getNumber() to AsYouType formatter.
  • 10d83a2 Merge pull request #262 from asaarnak/patch-1
  • 87edb68 Generate metadata validation tweak
  • c8c6dd8 Added .getNumber() to AsYouType formatter.
  • 6b9c871 Fix typescript types for v1.6.0
  • a6c9e4b Readme edits
  • da9a296 Merge pull request #261 from othree/master
  • 26b4c5c Remove unused import of validate.js

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 18, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 18, 2018

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • a67ee70 1.6.2
  • 6b71c17 Support Russian extension character "доб" as a valid one while parsing the numbers.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 18, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 18, 2018

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 8950f3d 1.6.3
  • ac38be0 Metadata update
  • b8f5230 PhoneNumberMatcher: no more support Israel phone numbers with *

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 26, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 26, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 27, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 27, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 1, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 1, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 3, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 3, 2020
greenkeeper bot added a commit that referenced this pull request Feb 3, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 3, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 4, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 4, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 4, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 4, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 4, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 4, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 11, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 11, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 13, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 13, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 17, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 17, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 17, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 17, 2020
greenkeeper bot added a commit that referenced this pull request Feb 18, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 18, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 3, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 3, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 4, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 4, 2020

Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

0 participants