Skip to content
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

Bump intl-tel-input from 9.0.7 to 17.0.19 #211

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 14, 2022

Bumps intl-tel-input from 9.0.7 to 17.0.19.

Release notes

Sourced from intl-tel-input's releases.

v17.0.19

What's Changed

New Contributors

Full Changelog: jackocnr/intl-tel-input@v17.0.18...v17.0.19

v17.0.18

No release notes provided.

v17.0.7

No release notes provided.

v17.0.0

  • Update validationError enum in utils.js to match latest version of libphonenumber
  • Change ID attributes to be unique (both within the dropdown e.g. dupe countries in preferred section, AND across multiple instances of the plugin)

v16.1.0

No release notes provided.

v16.0.0

Breaking changes

  • Switched CSS class names to use BEM, so you shouldn't get any more clashes with generic class names like "highlight"
  • All NANP countries now have just +1 as their dialCode, when some used to include the area code e.g. Barbados used to have dial code +1246 and now has just +1.

v15.1.0

  • Accessibility: focus highlighted list item

v15.0.0

Change behaviour of autoHideDialCode option

It still clears the input on blur/submit if it just contains a dial code, but now it no longer re-adds it on focus. This is due to a bug (#847): when submitting the form with an empty (but required) input, the browser displayed an error on the input and also focusing it, which caused the plugin to automatically add the dial code which then triggered the browser to remove the error again instantly, so it could actually never be seen. I have also just come to believe more generally that injecting a value on focus is unexpected and dangerous, and so should be avoided.

v14.1.0

  • added getInstance static method

v14.0.6

No release notes provided.

v14.0.0

We finally removed the jQuery dependency! This changes how you initialise and use the plugin - see readme for details. All of the tests are currently passing on Chrome/Firefox/Safari/IE11.

  • You can no longer initialise the plugin on multiple inputs at once, but other than that AFAICS it should be feature complete
  • Instead of jQuery deferred objects we now use ES6 promises (if available)
  • dropdownContainer option has changed from taking a jQuery selector string, to a node e.g. document.body

I also simplified the CSS media queries in this release, so let me know if you notice any problems with that.

... (truncated)

Changelog

Sourced from intl-tel-input's changelog.

Changelog

v17.0.0 (2020-04-18)

  • Update validationError enum in utils.js to match latest version of libphonenumber
  • Change ID attributes to be unique (both within the dropdown e.g. dupe countries in preferred section, AND across multiple instances of the plugin)

v16.1.0 (2020-04-10)

v16.0.0 (2019-06-23)

Breaking changes

  • Switched CSS class names to use BEM, so you shouldn't get any more clashes with generic class names like "highlight"
  • All NANP countries now have just +1 as their dialCode, when some used to include the area code e.g. Barbados used to have dial code +1246 and now has just +1.

v15.1.0 (2019-05-23)

  • Accessibility: focus highlighted list item

v15.0.0 (2019-02-10)

Change behaviour of autoHideDialCode option

It still clears the input on blur/submit if it just contains a dial code, but now it no longer re-adds it on focus. This is due to a bug (#847): when submitting the form with an empty (but required) input, the browser displayed an error on the input and also focusing it, which caused the plugin to automatically add the dial code which then triggered the browser to remove the error again instantly, so it could actually never be seen. I have also just come to believe more generally that injecting a value on focus is unexpected and dangerous, and so should be avoided.

v14.1.0 (2019-02-09)

  • added getInstance static method

v14.0.6 (2019-01-02)

v14.0.0 (2018-09-23)

We finally removed the jQuery dependency! This changes how you initialise and use the plugin - see readme for details. All of the tests are currently passing on Chrome/Firefox/Safari/IE11.

  • You can no longer initialise the plugin on multiple inputs at once, but other than that AFAICS it should be feature complete
  • Instead of jQuery deferred objects we now use ES6 promises (if available)
  • dropdownContainer option has changed from taking a jQuery selector string, to a node e.g. document.body

I also simplified the CSS media queries in this release, so let me know if you notice any problems with that.

v13.0.0 (2018-07-25)

  • changed how hiddenInput option works, to make it compatible with initialising the plugin on multiple inputs at once (so now if your input name contains square brackets then it will give the hidden input the same name, replacing the contents of the brackets with the given name)
  • removed an undocumented utilsScriptDeferred argument to static method loadUtils which is no longer needed
  • lots of bug fixes

v12.4.0 (2018-06-24)

v12.3.0 (2018-06-10)

v12.2.0 (2018-06-09)

... (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 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) from 9.0.7 to 17.0.19.
- [Release notes](https://github.com/jackocnr/intl-tel-input/releases)
- [Changelog](https://github.com/jackocnr/intl-tel-input/blob/master/CHANGELOG.md)
- [Commits](jackocnr/intl-tel-input@v9.0.7...v17.0.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 14, 2022

The following labels could not be found: product/invisible, dependencies/javascript.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants