Skip to content

Bump libphonenumber-js from 1.12.12 to 1.12.13#12440

Merged
mitchellhenke merged 1 commit intomainfrom
dependabot/npm_and_yarn/libphonenumber-js-1.12.13
Aug 20, 2025
Merged

Bump libphonenumber-js from 1.12.12 to 1.12.13#12440
mitchellhenke merged 1 commit intomainfrom
dependabot/npm_and_yarn/libphonenumber-js-1.12.13

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2025

Bumps libphonenumber-js from 1.12.12 to 1.12.13.

Changelog

Sourced from libphonenumber-js's changelog.

1.12.13 / 20.8.2025

  • Updated metadata to version 9.0.12:
    • Updated phone metadata for region code(s): GB, GG, GM, GY, IM, JE
    • Updated geocoding data for country calling code(s): 61 (en), 81 (en, ja)
    • Updated carrier data for country calling code(s): 220 (en), 370 (en), 592 (en)

1.12.0 / 24.02.2025

1.11.0 / 06.05.2024

  • (TypeScript) Fixed Tagged type to be more strict, as suggested in an issue by Islam Sharabash.

1.10.17 / 08.01.2023

  • Added PhoneNumber.getPossibleCountries() function. It returns a list of countries this phone number could possibly belong to. Can be used when parsing complete international phone numbers containing a "calling code" that is shared between several countries. If parsing such a phone number returns country: undefined then getPossibleCountries() function could be used to somehow speculate about what country could this phone number possibly belong to.

1.10.0 / 18.05.2022

  • Migrated the library to use "ES Modules" export. This shouldn't break anyone's code and it makes it more modern since people asked about this feature.

1.9.48 / 06.02.2022

1.9.45 / xx.01.2022

  • Added AsYouType.getNumberValue() function. The function will be used in react-phone-number-input component. Returns the phone number in E.164 format. For example, for country "US" and input "(222) 333-4444" it will return "+12223334444". Will return undefined if no digits have been input, or when inputting a phone number in national format and no default country or default "country calling code" have been set.

1.9.42 / 05.11.2021

  • Added a better called alias for metadata.full.jsonmetadata.max.json.

1.9.40 / 02.11.2021

  • Improved format selection in AsYouType formatter: previously it chose the first one before there were at least 3 national (significant) number digits, now it starts filtering out formats right from the start of the national (significant) number.

1.9.36 / 05.10.2021

... (truncated)

Commits

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)

Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.12.12 to 1.12.13.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.12.12...v1.12.13)

---
updated-dependencies:
- dependency-name: libphonenumber-js
  dependency-version: 1.12.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 20, 2025
@mitchellhenke mitchellhenke merged commit 5b48691 into main Aug 20, 2025
1 check passed
@mitchellhenke mitchellhenke deleted the dependabot/npm_and_yarn/libphonenumber-js-1.12.13 branch August 20, 2025 17:54
mitchellhenke pushed a commit that referenced this pull request Aug 21, 2025
* LG-16625 fetch docv results before timeout (#12409)

* add synchronous fetch if request is timed out

* add analytics event of socure_webhook_missing

* passing specs

* change fetch method name for docv results

* add changelog

changelog: Bug Fixes, Doc Auth, fetch docv results synchronously if webhook queues are backed up

* fix lint

* remove socure test mode from feature specs

* see if this passes feature specs

* trying to pass feature spec again

* remove unused context

* LG-16330 Update selfie-specific error message content (#12403)

* changelog: User-Facing Improvements, Identity Verification, Update
  error message for selfie portrait matching failures to provide clearer instructions on how to take a better photo

* Fix YAML formatting in French locale

* external contributor guidelines (#12429)

* Update URL
* Update EXTERNAL_CONTRIBUTORS.md
* changelog: Internal, Documentation, External contributor guidelines

---------

Co-authored-by: Jessica Dembe <jessica.dembe@gsa.gov>

* Enable deprecation warnings in tests (#12436)

* Enable deprecation warnings in tests

changelog: Internal, Testing, Enable deprecation warnings in tests

* use prism

* Update Ruby and Yarn versions (#12380)

* Update Ruby and Yarn versions

changelog: Internal, Maintenance, Update Ruby and Yarn versions

* Use specific version of chrome/chromedriver

* update deps

* update load paths test

* update js dependencies

* update deploy dockerfile

* Bump libphonenumber-js from 1.12.12 to 1.12.13 (#12440)

Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.12.12 to 1.12.13.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.12.12...v1.12.13)

---
updated-dependencies:
- dependency-name: libphonenumber-js
  dependency-version: 1.12.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* LG-16446: Rename gpo_letter_requested (Part 1) (#12434)

`idv_session.gpo_letter_requested` is renamed to
`idv_session.gpo_request_letter_visited` to more accurately reflect the
state being captured. This value is used when the user needs to go back
and verify their mailing address which may be different from the address
the user previously verified.

changelog: Bug Fixes, GPO Letter request, Record that the request letter page has been visited.

* Discovered a false positive when testing that we are on the Verify by
mail step - we can't simply check for `t('idv.titles.mail.verify')`
(Verify by mail) because that phrase appears on the Phone step page in
the link to choose the GPO path. Changed to check for other content in
the body of the page instead.

Also found/fixed a bug where we weren't showing the GPO step indicator
steps when the user went back to enter their mailing address.

* defend against the 50/50 state

* Update support-action to perform a way to unblock device profiling result (#12439)

* changelog: Internal, Threatmetrix, Update Device profiling rake task to simplify for folks how we can process it

* changelog: Internal, Threatmetrix account creation, add updating device profiling result to action-account

* fix schema

* add rspec for new action account subtask

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Alex Bradley <alexander.bradley@gsa.gov>
Co-authored-by: Malik Warren <33402370+Mawar2@users.noreply.github.com>
Co-authored-by: Davi (she/they) <davida.marion@gsa.gov>
Co-authored-by: Jessica Dembe <jessica.dembe@gsa.gov>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Doug Price <douglas.price@gsa.gov>
Co-authored-by: Malick Diarra <malick.diarra@gsa.gov>
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant