Skip to content

Bump intl-tel-input from 26.9.2 to 28.0.1#1174

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/intl-tel-input-28.0.1
Closed

Bump intl-tel-input from 26.9.2 to 28.0.1#1174
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/intl-tel-input-28.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps intl-tel-input from 26.9.2 to 28.0.1.

Release notes

Sourced from intl-tel-input's releases.

v28.0.1

v28.0.0

BREAKING CHANGES

  • Re-org to packages (c5e67e23)
    • intl-tel-input/react@intl-tel-input/react
    • intl-tel-input/reactWithUtils@intl-tel-input/react/with-utils
    • intl-tel-input/vue@intl-tel-input/vue
    • intl-tel-input/vueWithUtils@intl-tel-input/vue/with-utils
    • intl-tel-input/angular@intl-tel-input/angular
    • intl-tel-input/angularWithUtils@intl-tel-input/angular/with-utils
    • intl-tel-input/svelte@intl-tel-input/svelte
    • intl-tel-input/svelteWithUtils@intl-tel-input/svelte/with-utils
    • Vanilla intl-tel-input import unchanged.
  • Replace integer enums with string names in public API (08b41377)
    • getNumber(format), getNumberType(), and getValidationError() now use libphonenumber-style names (e.g. "E164", "MOBILE", "TOO_SHORT") instead of integers; -99 sentinels are now null.
  • getSelectedCountryData now returns the full Country object instead of just a partial (36be0e28)
    • Returns the full Country object (incl. priority, areaCodes, etc.) rather than a curated subset.
  • New option: countryNameOverrides (d3f0b9b4)
    • Customise specific country display names without forking the locale data.
  • Update geoIpLookup to work with promise instead (d72514b7)
    • geoIpLookup now expects a function returning a Promise<iso2> instead of a (success, failure) => ... callback.
  • Move from data-country-code on list items to data-iso2 (49b435ec)
    • Country list <li> items now use data-iso2 instead of data-country-code — update any custom selectors.
  • Enable separateDialCode, strictMode and strictRejectAnimation by default (4ecba221)
    • New defaults: separateDialCode: true, strictMode: true, strictRejectAnimation: true. Pass false to opt out.

v27.3.1

  • strictMode: reject super long pastes (8bda817f)
  • Extract search tokens from country data (368d9ce7)
  • Fix: countrySearch now supports alternative numerals (422cc1a1)

v27.3.0

  • Svelte fix: initialValue ignored (435e04f5)
  • Cmp fix: setting the input class via inputProps wiped existing classes (d8da74d2)
  • New option: strictRejectAnimation (4a30176a)
  • Fix: regular css export was getting minified by mistake (ff6a5a0c)

v27.2.1

  • Build: plug two TS type-check gaps in CI (55cd6cf5)
  • Fix: file extensions on imports in generated file (2566d931)
  • TS: split IDE and build tsconfigs for all component wrappers (8ad653c8)
  • Build: validate ItiUtils type against utils.js runtime shape (20aa883c)
  • TS: extract shared compiler settings into tsconfig.base.json (e9c0c03c)
  • TS: match source public type surface to the bundled dist (ab169088)
  • TS: modernise module resolution (2bdacf8d)
  • Vue: revert to dist-based "intl-tel-input" resolution (3388b8be)
  • Svelte: add svelte-check to catch type errors in shipped source (b39e51a9)

... (truncated)

Changelog

Sourced from intl-tel-input's changelog.

See the Github Releases page for changelog: https://github.com/jackocnr/intl-tel-input/releases

Or to view a specific version, e.g. v28.0.1, update the URL accordingly, e.g. https://github.com/jackocnr/intl-tel-input/releases/tag/v28.0.1

Breaking changes

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for intl-tel-input since your current version.


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 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 [intl-tel-input](https://github.com/jackocnr/intl-tel-input/tree/HEAD/packages/core) from 26.9.2 to 28.0.1.
- [Release notes](https://github.com/jackocnr/intl-tel-input/releases)
- [Changelog](https://github.com/jackocnr/intl-tel-input/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackocnr/intl-tel-input/commits/v28.0.1/packages/core)

---
updated-dependencies:
- dependency-name: intl-tel-input
  dependency-version: 28.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Apr 27, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

Superseded by #1177.

@dependabot dependabot Bot closed this Apr 28, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/intl-tel-input-28.0.1 branch April 28, 2026 11:03
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.

0 participants