-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency intl-tel-input to v25 #3589
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3589 +/- ##
========================================
Coverage 66.64% 66.64%
========================================
Files 909 909
Lines 14870 14870
Branches 2064 2068 +4
========================================
Hits 9910 9910
+ Misses 4787 4653 -134
- Partials 173 307 +134 see 59 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
4974a57
to
bff0219
Compare
bff0219
to
ea280c0
Compare
ea280c0
to
219d4fd
Compare
219d4fd
to
7b5ea35
Compare
7b5ea35
to
40471cb
Compare
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhat is a typosquat?Package name is similar to other popular packages and may not be the package you want. Use care when consuming similarly named packages and ensure that you did not intend to consume a different package. Malicious packages often publish using similar names as existing popular packages. Take a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
40471cb
to
d5482a4
Compare
Report too large to display inline |
Quality Gate passedIssues Measures |
This PR contains the following updates:
17.0.13
->25.2.0
Release Notes
jackocnr/intl-tel-input (intl-tel-input)
v25.2.0
Compare Source
v25.1.1
Compare Source
Fixes
v25.1.0
Compare Source
New features
Bug fixes
v25.0.2
Compare Source
v25.0.1
Compare Source
hiddenInput now supports pre-existing hidden inputs
v25.0.0
Compare Source
["TOLL_FREE", "PREMIUM_RATE"]
v24.8.2
Compare Source
Update utils to libphonenumber v8.13.51
v24.8.1
Compare Source
Allow promise-like objects as loadUtilsOnInit option
v24.8.0
Compare Source
Update utils to libphonenumber v8.13.50
v24.7.0
Compare Source
Add Danish language - thanks @matthiasdilger
v24.6.1
Compare Source
Update utils to libphonenumber v8.13.49
v24.6.0
Compare Source
Support async functions for loading the utils script - thanks to @Mr0grog
Details
Deprecated
utilsScript
option, in favour of newloadUtilsOnInit
option, which can be used in 2 ways:or
See readme for more info.
v24.5.2
Compare Source
strictMode fix: cannot type russian placeholder number
v24.5.1
Compare Source
v24.5.0
Compare Source
v24.4.0
Compare Source
All thanks to @carlssonemil
v24.3.7
Compare Source
v24.3.6
Compare Source
v24.3.5
Compare Source
Fix process.env.version in vue files
v24.3.4
Compare Source
Support separateDialCode=true and countrySearch=false
v24.3.3
Compare Source
Include vue build files in package.json files
v24.3.2
Compare Source
validation requires a valid selected country
NOTE: fixes issue where the plugin is initialised with onlyCountries=["us"] and the user types a valid UK number in international format and then calls isValidNumber. Previously it would validate as true, now it will validate as false, which is more desirable given the onlyCountries setting.
v24.3.1
Compare Source
Add guard
v24.3.0
Compare Source
v24.2.1
Compare Source
add guard
v24.2.0
Compare Source
feat: Add Polish translations for country and interface
v24.1.3
Compare Source
Remove opinionated padding on search-input - should use the websites default
v24.1.2
Compare Source
1px border-radius on flags
v24.1.1
Compare Source
v24.1.0
Compare Source
Vue component - initial commit - thanks @mdpoulter!
v24.0.2
Compare Source
v24.0.1
Compare Source
Country search: support initials
v24.0.0
Compare Source
--iti-text-gray
and--iti-border-gray
flag-box
divv23.9.3
Compare Source
Fix: declaration modules names
v23.9.2
Compare Source
Add types to i18n section of package.json
v23.9.1
Compare Source
Remove unused translations
v23.9.0
Compare Source
v23.8.2
Compare Source
Fix: dropdown arrow jumps when geoIpLookup completes
v23.8.1
Compare Source
v23.8.0
Compare Source
Thanks to @bgb10!
v23.7.4
Compare Source
chore(intl-tel-input.ts): add @vite-ignore comment to webpackIgnore directive to ensure Vite ignores the path during bundling
Thanks @mihai-ro!
v23.7.3
Compare Source
Update utils to libphonenumber v8.13.42
v23.7.1
Compare Source
Fix: country names with accents should not be pushed to end of list
v23.7.0
Compare Source
Add Bosnian and Croatian translations - thanks to @sabljak
v23.6.1
Compare Source
Update utils to libphonenumber v8.13.40
v23.6.0
Compare Source
v23.5.0
Compare Source
webp images
v23.4.1
Compare Source
Remove added input padding in destroy method
v23.4.0
Compare Source
Re-add countrySearch option
(primarily for cases where you only want to show a handful of countries in the dropdown, when search seems overkill)
v23.3.2
Compare Source
light globe icon for dark mode
v23.3.1
Compare Source
The selected country flag should not be a button if allowDropdown is false
v23.3.0
Compare Source
Easier dark mode theming (see new readme section) - thanks to @anthony0030
v23.2.1
Compare Source
Revert "Single types file"
This didn't work. Non-react projects got an error for the react import in the types file. See https://github.com/jackocnr/intl-tel-input/issues/1694.
v23.2.0
Compare Source
Single types file
v23.1.2
Compare Source
Remove (break) the dynamic import in the 4 bundles that come with utils
v23.1.1
Compare Source
Farsi translations, by Mahyar SBT
v23.1.0
Compare Source
What's Changed
ref
Typescript types by @crcarrick in https://github.com/jackocnr/intl-tel-input/pull/1665New Contributors
Full Changelog: jackocnr/intl-tel-input@v23.0.12...v23.1.0
v23.0.12
Compare Source
v23.0.11
Compare Source
Fix: auto country ignored in some cases.
v23.0.10
Compare Source
v23.0.9
Compare Source
setNumber now triggers input event
v23.0.8
Compare Source
Fix: static getCountryData missing country names
v23.0.7
Compare Source
v23.0.6
Compare Source
React cmp: expose instance ref and input ref to parent
v23.0.5
Compare Source
v23.0.4
Compare Source
Update LPN to v8.13.36
v23.0.3
Compare Source
Fix strictMode issue: type max len number, select all, can't type 0
v23.0.2
Compare Source
v23.0.1
Compare Source
v23.0.0
Compare Source
utilsScript
option andloadUtils
method now load the utils script using a dynamic import as opposed to injecting a new script tag.window.intlTelInputUtils
(etc). This means it will no longer work to pre-load the utils script yourself, hence the new bundles (see next point).validationNumberType
which defaults to"MOBILE"
- this determines the number type to enforce during validation withisValidNumber
, as well as the number length to enforce withstrictMode
. This replaces themobileOnly
argument which you could previously pass toisValidNumber
. (this change snuck in in v23.0.1 very quickly after releasing v23.0.0)v22.0.2
Compare Source
v22.0.1
Compare Source
Switch translation files from .mjs to .js to increase compatibility e.g. esbuild
v22.0.0
Compare Source
showSelectedDialCode
in favour of newseparateDialCode
optioncountrySearch
option (leaving it enabled)preferredCountries
option in favour of newcountryOrder
optionwindow.intlTelInputGlobals
andwindow.intlTelInputUtils
to static variables onintlTelInput
object e.g.intlTelInput.getCountryData()
andintlTelInput.utils.getValidationError()
v21.2.8
Compare Source
v21.2.7
Compare Source
v21.2.6
Compare Source
v21.2.5
Compare Source
window.intlTelInputGlobals
if already existsv21.2.4
Compare Source
v21.2.3
Compare Source
v21.2.2
Compare Source
v21.2.1
Compare Source
v21.2.0
Compare Source
v21.1.4
Compare Source
Add new CA dial code
v21.1.3
Compare Source
Fix globe icon
v21.1.2
Compare Source
Expose react CJS module
v21.1.1
Compare Source
Fix package.json exports
v21.1.0
Compare Source
With thanks to @anthony0030
Full Changelog: jackocnr/intl-tel-input@v21.0.9...v21.1.0
v21.0.9
Compare Source
TS declaration setup v6
v21.0.8
Compare Source
Try re-adding types entry in package.json
v21.0.7
Compare Source
Bump libphonenumber
v21.0.6
Compare Source
TS declaration setup v5
v21.0.5
Compare Source
TS declaration setup v4
v21.0.4
Compare Source
v21.0.3
Compare Source
TS declaration setup v3
v21.0.2
Compare Source
v21.0.1
Compare Source
Fixes
v21.0.0
Compare Source
BREAKING CHANGES
placeholder
,className
,disabled
,onFocus
,onBlur
(instead useinputProps
)selected-flag
div to be a<button>
instead of just havingrole="button"
attributeselected-flag
=>selected-country
andflag-container
=>country-container
OTHER CHANGES
v20.3.0
Compare Source
v20.2.0
Compare Source
v20.1.0
Compare Source
inputProps
propv20.0.5
Compare Source
v20.0.4
Compare Source
Cleanup
v20.0.3
Compare Source
v20.0.2
Compare Source
v20.0.1
Compare Source
Fixes
v20.0.0
Compare Source
BREAKING CHANGES
countrySearch
(there are 4 new translation keys ini18n
option - see readme)defaultToFirstCountry
option as that behaviour was causing problems and so is not recommended (you can always useinitialCountry
to set the initial country if you wish to)isValidNumber
will now default to mobile-only mode (it will only return true for valid mobile numbers), which means it will be much more accurate - if you don't want this, you can passfalse
as an argument e.g.isValidNumber(false)
Promise
checks, as they are now supported in all modern browsersautoInsertDialCode
feature, preferringshowSelectedDialCode
hiddenInput
option so it must return an object - see readmefalse
if the number contains an alphabetic characterNON BREAKING CHANGES
v19.5.7
Compare Source
Fixes
v19.5.6
Compare Source
v19.5.5
Compare Source
Fixes
v19.5.4
Compare Source
Fixes
v19.5.3
Compare Source
v19.5.2
Compare Source
v19.5.1
Compare Source
v19.5.0
Compare Source
v19.4.0
Compare Source
v19.3.0
Compare Source
v19.2.20
Compare Source
v19.2.19
Compare Source
v19.2.18
Compare Source
Fixes
v19.2.17
Compare Source
v19.2.16
Compare Source
Fixes
v19.2.15
Compare Source
Full Changelog: jackocnr/intl-tel-input@v19.2.14...v19.2.15
v19.2.14
Compare Source
Handle accented chars in search
v19.2.13
Compare Source
Tweaks
v19.2.12
Compare Source
Fixes
v19.2.11
Compare Source
Build stuff
v19.2.8
Compare Source
Fixes
v19.2.7
Compare Source
Fixes
v19.2.6
Compare Source
Fixes
v19.2.5
Compare Source
Fixes
v19.2.3
Compare Source
v19.2.2
Compare Source
v19.2.1
Compare Source
v19.2.0
Compare Source
v19.1.1
Compare Source
v19.1.0
Compare Source
v19.0.2
Compare Source
Bugfix
v19.0.1
Compare Source
v19.0.0
Compare Source
v18.5.3
Compare Source
v18.5.2
Compare Source
v18.5.1
Compare Source
Fixes
v18.5.0
Compare Source
v18.4.0
Compare Source
v18.3.5
Compare Source
v18.3.4
Compare Source
What's Changed
New Contributors
Full Changelog: jackocnr/intl-tel-input@v18.3.3...v18.3.4
v18.3.3
Compare Source
-Fix tests
v18.3.2
Compare Source
-Re-add Western Sahara - see discussion here:https://github.com/jackocnr/intl-tel-input/pull/14844
v18.3.1
Compare Source
-Fixing non compliant divider in country dropdown
v18.3.0
Compare Source
-remove western sahara country
-useFullscreenPopup option
-update libphonenumber to v8.13.26
v18.2.1
[Compare Source](https://redirect.github.com/jackocnr/intl-tel-input/compare/
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.