SocialGouv / domifa

Faciliter l'accès aux droits pour les personnes sans domicile stable, en simplifiant la gestion de la domiciliation
https://domifa.fabrique.social.gouv.fr
Apache License 2.0
14 stars 10 forks source link

fix(deps): update dependency intl-tel-input to v22 #3305

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
intl-tel-input (source) 17.0.13 -> 22.0.2 age adoption passing confidence

Release Notes

jackocnr/intl-tel-input (intl-tel-input) ### [`v22.0.2`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v22.0.2) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v22.0.1...v22.0.2) - [Ignore enter when country search has no results](https://togithub.com/jackocnr/intl-tel-input/commit/a4043243f97557e30ae866d2544402738793a85f) - [Force nationalMode false if no flags and no dial code](https://togithub.com/jackocnr/intl-tel-input/commit/c8ba37c94ae9139ca62fb40a5edd21c4a8ec173e) ### [`v22.0.1`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v22.0.1) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v22.0.0...v22.0.1) Switch translation files from .mjs to .js to increase compatibility e.g. esbuild ### [`v22.0.0`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v22.0.0) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.2.8...v22.0.0) - Dropped `showSelectedDialCode` in favour of new `separateDialCode` option - Dropped `countrySearch` option (leaving it enabled) - Dropped `preferredCountries` option in favour of new `countryOrder` option - Moved global variables `window.intlTelInputGlobals` and `window.intlTelInputUtils` to static variables on `intlTelInput` object e.g. `intlTelInput.getCountryData()` and `intlTelInput.utils.getValidationError()` - Switch translation files from .mjs to .js to increase compatibility e.g. esbuild ### [`v21.2.8`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.2.8) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.2.7...v21.2.8) - [Fix react initial state values](https://togithub.com/jackocnr/intl-tel-input/commit/bd29282ca86928c1e4e346f8421a05a037a325d0) - [Translation files in TS](https://togithub.com/jackocnr/intl-tel-input/commit/b40cf3154d6a77d7f1fd277d05dfd3de8050acd3) ### [`v21.2.7`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.2.7) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.2.6...v21.2.7) - minor bug fix ### [`v21.2.6`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.2.6) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.2.5...v21.2.6) - Improve translation exports - thanks [@​anthony0030](https://togithub.com/anthony0030)! - Update to libphonenumber v8.13.35 ### [`v21.2.5`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.2.5) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.2.4...v21.2.5) - Dont override `window.intlTelInputGlobals` if already exists ### [`v21.2.4`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.2.4) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.2.3...v21.2.4) - Fix: dropdownContainer position breaks after scroll. See [https://github.com/jackocnr/intl-tel-input/pull/1524](https://togithub.com/jackocnr/intl-tel-input/pull/1524) ### [`v21.2.3`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.2.3) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.2.2...v21.2.3) - Move translations out of data.js ### [`v21.2.2`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.2.2) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.2.1...v21.2.2) - Add ZH locale - Add AC and XK country names in all translation files (currently not supported by country-list lib) ### [`v21.2.1`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.2.1) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.2.0...v21.2.1) - Fix package.json path ### [`v21.2.0`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.2.0) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.1.4...v21.2.0) - Provide translation modules for several common languages - BIG THANKS to [@​anthony0030](https://togithub.com/anthony0030) 🎈 🍰 ### [`v21.1.4`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.1.4) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.1.3...v21.1.4) Add new CA dial code ### [`v21.1.3`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.1.3) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.1.2...v21.1.3) Fix globe icon ### [`v21.1.2`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.1.2) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.1.1...v21.1.2) Expose react CJS module ### [`v21.1.1`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.1.1) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.1.0...v21.1.1) Fix package.json exports ### [`v21.1.0`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.1.0) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.0.9...v21.1.0) - Significant reduction in CSS filesize - Lots of other improvements under the hood e.g. linting/spelling/formatting fixes With thanks to [@​anthony0030](https://togithub.com/anthony0030) **Full Changelog**: https://github.com/jackocnr/intl-tel-input/compare/v21.0.9...v21.1.0 ### [`v21.0.9`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.0.9) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.0.8...v21.0.9) [TS declaration setup v6](https://togithub.com/jackocnr/intl-tel-input/commit/4e0077ff1c9aee2e7e7a9edd3f54f9f74b6e86db) ### [`v21.0.8`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.0.8) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.0.7...v21.0.8) Try re-adding types entry in package.json ### [`v21.0.7`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.0.7) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.0.6...v21.0.7) Bump libphonenumber ### [`v21.0.6`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.0.6) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.0.5...v21.0.6) [TS declaration setup v5](https://togithub.com/jackocnr/intl-tel-input/commit/3ffabeebe0f345a513a64dbfd70594434b9c31bf) ### [`v21.0.5`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.0.5) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.0.4...v21.0.5) [TS declaration setup v4](https://togithub.com/jackocnr/intl-tel-input/commit/e201884aa1498acf7913533e325690f610a8144b) ### [`v21.0.4`](https://togithub.com/jackocnr/intl-tel-input/compare/v21.0.3...v21.0.4) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.0.3...v21.0.4) ### [`v21.0.3`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.0.3) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.0.2...v21.0.3) [TS declaration setup v3](https://togithub.com/jackocnr/intl-tel-input/commit/a16ceebaa14e9a190757cfd3a3970cfd1feb4284) ### [`v21.0.2`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.0.2) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.0.1...v21.0.2) - Fixes and testing different TS declaration setup ### [`v21.0.1`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.0.1) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v21.0.0...v21.0.1) Fixes ### [`v21.0.0`](https://togithub.com/jackocnr/intl-tel-input/releases/tag/v21.0.0) [Compare Source](https://togithub.com/jackocnr/intl-tel-input/compare/v20.3.0...v21.0.0) BREAKING CHANGES - Remove legacy jQuery version of the plugin - Remove Sass variables in favour of CSS variables (thanks [@​anthony0030](https://togithub.com/anthony0030)) - NOTE: upgrading users are recommended to update their CSS overrides to use the new CSS variables instead where possible - see [CSS file](https://togithub.com/jackocnr/intl-tel-input/blob/master/build/css/intlTelInput.css#L1-L24) for details - React component: drop CommonJS build (IntlTelInput.cjs.js) and rename ES Modules build from IntlTelInput.esm.js to IntlTelInput.js - React component: remove redundant react props: `placeholder`, `className`, `disabled`, `onFocus`, `onBlur` (instead use `inputProps`) - Switch `selected-flag` div to be a `

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.99%. Comparing base (3cfc061) to head (3d6b45d). Report is 4 commits behind head on master.

:exclamation: Current head 3d6b45d differs from pull request most recent head 5f45c53. Consider uploading reports for the commit 5f45c53 to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/SocialGouv/domifa/pull/3305/graphs/tree.svg?width=650&height=150&src=pr&token=ydhKiPXRFO&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SocialGouv)](https://app.codecov.io/gh/SocialGouv/domifa/pull/3305?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SocialGouv) ```diff @@ Coverage Diff @@ ## master #3305 +/- ## ======================================== Coverage 66.99% 66.99% ======================================== Files 898 898 Lines 14878 14878 Branches 2148 2141 -7 ======================================== Hits 9967 9967 + Misses 4863 4615 -248 - Partials 48 296 +248 ``` [see 117 files with indirect coverage changes](https://app.codecov.io/gh/SocialGouv/domifa/pull/3305/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SocialGouv) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/SocialGouv/domifa/pull/3305?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SocialGouv). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SocialGouv) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/SocialGouv/domifa/pull/3305?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SocialGouv). Last update [3f375dc...5f45c53](https://app.codecov.io/gh/SocialGouv/domifa/pull/3305?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SocialGouv). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SocialGouv).
sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

renovate[bot] commented 4 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 22.x releases. But if you manually upgrade to 22.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.