Skip to content

Commit

Permalink
Bump intl-tel-input from 19.5.7 to 23.0.12 (#126)
Browse files Browse the repository at this point in the history
Bumps [intl-tel-input](https://github.com/jackocnr/intl-tel-input) from
19.5.7 to 23.0.12.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jackocnr/intl-tel-input/releases">intl-tel-input's
releases</a>.</em></p>
<blockquote>
<h2>v23.0.12</h2>
<ul>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/89f75866e60388e81a4da5480c99dd7d3ab69e82">Allow
passing no arg to setCountry</a></li>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/dfa5cb41a2b64862a219b9665c2cecdeca2e9cbc">Update
utils to libphonenumber v8.13.38</a></li>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/3691b210a9c4d21c8af110bf0dfe4a59c6eeb1c7">Android
fix separateDialCode plus issue</a></li>
</ul>
<h2>v23.0.11</h2>
<p><a
href="https://github.com/jackocnr/intl-tel-input/commit/a96fa77e6ae8b3a0382e3151fa9a006a695b091c">Fix:
auto country ignored in some cases.</a></p>
<h2>v23.0.10</h2>
<ul>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/27b41c663c6180be6a910ec687d1caa49dc8e02b">Fix
setNumber not respecting formatOnDisplay=false</a></li>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/57678fb91f57e8a46a962124b152786eea029c86">useCallback,
and useEffect deps, etc</a></li>
</ul>
<h2>v23.0.9</h2>
<p><a
href="https://github.com/jackocnr/intl-tel-input/commit/1444240601e7b4830af5e9a8e2b0b1f106839c2c">setNumber
now triggers input event</a></p>
<h2>v23.0.8</h2>
<p><a
href="https://github.com/jackocnr/intl-tel-input/commit/6d98de9aced8eeba99ec87b835d21af10aaa1164">Fix:
static getCountryData missing country names</a></p>
<h2>v23.0.7</h2>
<ul>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/edbafc6823300bd47aaeb3b5b069a9b4eb54b4e7">Fix
react cmp setNumber not calling update</a></li>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/2b5babc1cdbcc786599bbcd2d8c05c490e9557b1">React
cmp: expose utils, and setCountry</a></li>
</ul>
<h2>v23.0.6</h2>
<p><a
href="https://github.com/jackocnr/intl-tel-input/commit/c658f371ff3d03c945f75f98e86510b703046eab">React
cmp: expose instance ref and input ref to parent</a></p>
<h2>v23.0.5</h2>
<ul>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/ed3725b5212e2a84dde865c149dff658dbc10251">Fix
webpack complaining about dynamic import.</a> <a
href="https://github.com/jackocnr/intl-tel-input/commit/ed3725b5212e2a84dde865c149dff658dbc10251">Closes</a>
<a
href="https://redirect.github.com/jackocnr/intl-tel-input/issues/1620">jackocnr/intl-tel-input#1620</a></li>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/77902140fb0a3bfbe65975ad569a592e87c1e1a7">update
libphonenumber to v8.13.37</a></li>
</ul>
<h2>v23.0.4</h2>
<p><a
href="https://github.com/jackocnr/intl-tel-input/commit/f644a01dc6374dadf9d714c62ecef9052ef3b354">Update
LPN to v8.13.36</a></p>
<h2>v23.0.3</h2>
<p><a
href="https://github.com/jackocnr/intl-tel-input/commit/fef25d94868714b2ed98a7dbd66fa852d78ec95d">Fix
strictMode issue: type max len number, select all, can't type 0</a></p>
<h2>v23.0.2</h2>
<ul>
<li>New package.json exports</li>
</ul>
<h2>v23.0.1</h2>
<ul>
<li>validationNumberType (see v23.0.0 release notes)</li>
</ul>
<h2>v23.0.0</h2>
<ul>
<li><code>utilsScript</code> option and <code>loadUtils</code> method
now load the utils script using a <a
href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import">dynamic
import</a> as opposed to injecting a new script tag.</li>
<li>To make this work, the utils script (build/js/utils.js) is now an ES
Module, which no longer uses any globals, like
<code>window.intlTelInputUtils</code> (etc). This means it will no
longer work to pre-load the utils script yourself, hence the new bundles
(see next point).</li>
<li>For those who are not worried about file size, we now provide two
bundles which include the utils script:
build/js/intlTelInputWithUtils.js and
react/build/IntlTelInputWithUtils.js. If you're using ES Modules, you
can import these as &quot;intl-tel-input/intlTelInputWithUtils&quot; and
&quot;intl-tel-input/reactWithUtils&quot; respectively (TypeScript types
included in the regular declaration files).</li>
<li>New option <code>validationNumberType</code> which defaults to
<code>&quot;MOBILE&quot;</code> - this determines the number type to
enforce during validation with <code>isValidNumber</code>, as well as
the number length to enforce with <code>strictMode</code>. This replaces
the <code>mobileOnly</code> argument which you could previously pass to
<code>isValidNumber</code>. (this change snuck in in v23.0.1 very
quickly after releasing v23.0.0)</li>
</ul>
<h2>v22.0.2</h2>
<ul>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/a4043243f97557e30ae866d2544402738793a85f">Ignore
enter when country search has no results</a></li>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/c8ba37c94ae9139ca62fb40a5edd21c4a8ec173e">Force
nationalMode false if no flags and no dial code</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/ebcf962b460a2cd63bb6138c9aa0f03afb04c620"><code>ebcf962</code></a>
Release v23.0.12</li>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/3691b210a9c4d21c8af110bf0dfe4a59c6eeb1c7"><code>3691b21</code></a>
Android fix separateDialCode plus issue. Closes <a
href="https://redirect.github.com/jackocnr/intl-tel-input/issues/1655">#1655</a></li>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/dfa5cb41a2b64862a219b9665c2cecdeca2e9cbc"><code>dfa5cb4</code></a>
Update utils to libphonenumber v8.13.38</li>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/509825ff133e6aa8df3707dd25f75016a5386c29"><code>509825f</code></a>
Readme</li>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/89f75866e60388e81a4da5480c99dd7d3ab69e82"><code>89f7586</code></a>
Allow passing no arg to setCountry</li>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/3ba7205d83c856b2800bf76699e60362f3ecf717"><code>3ba7205</code></a>
Bump esbuild from 0.21.4 to 0.21.5</li>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/cc98b5f50c6fcf2ceb9115ec887f8055862d7e3a"><code>cc98b5f</code></a>
Bump sass from 1.77.2 to 1.77.4</li>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/7b3f8a3f6908b925aeba6ee2a364b6c639fa919c"><code>7b3f8a3</code></a>
Bump cspell from 8.8.3 to 8.8.4</li>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/d74d0e70b22825c3c043d54fd5476244283eb574"><code>d74d0e7</code></a>
Bump eslint-plugin-react from 7.34.1 to 7.34.2</li>
<li><a
href="https://github.com/jackocnr/intl-tel-input/commit/8c4efcc09a3c5cc26265465f7a3ab49fcb4dcd60"><code>8c4efcc</code></a>
Release v23.0.11</li>
<li>Additional commits viewable in <a
href="https://github.com/jackocnr/intl-tel-input/compare/v19.5.7...v23.0.12">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| intl-tel-input | [>= 19.0.a, < 19.1] |
| intl-tel-input | [>= 19.2.a, < 19.3] |
| intl-tel-input | [>= 19.1.a, < 19.2] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=intl-tel-input&package-manager=npm_and_yarn&previous-version=19.5.7&new-version=23.0.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent b3f107e commit f6e671d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.1",
"flatpickr": "^4.6.13",
"intl-tel-input": "^19.5.3"
"intl-tel-input": "^23.0.12"
},
"devDependencies": {
"@bsi-cx/design-build": "^1.13.3",
Expand Down

0 comments on commit f6e671d

Please sign in to comment.