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

chore(deps): bump intl-tel-input from 18.2.1 to 23.0.11 #963

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps intl-tel-input from 18.2.1 to 23.0.11.

Release notes

Sourced from intl-tel-input's releases.

v23.0.11

Fix: auto country ignored in some cases.

v23.0.10

v23.0.9

setNumber now triggers input event

v23.0.8

Fix: static getCountryData missing country names

v23.0.7

v23.0.6

React cmp: expose instance ref and input ref to parent

v23.0.5

v23.0.4

Update LPN to v8.13.36

v23.0.3

Fix strictMode issue: type max len number, select all, can't type 0

v23.0.2

  • New package.json exports

v23.0.1

  • validationNumberType (see v23.0.0 release notes)

v23.0.0

  • utilsScript option and loadUtils method now load the utils script using a dynamic import as opposed to injecting a new script tag.
  • To make this work, the utils script (build/js/utils.js) is now an ES Module, which no longer uses any globals, like window.intlTelInputUtils (etc). This means it will no longer work to pre-load the utils script yourself, hence the new bundles (see next point).
  • 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 "intl-tel-input/intlTelInputWithUtils" and "intl-tel-input/reactWithUtils" respectively (TypeScript types included in the regular declaration files).
  • New option validationNumberType which defaults to "MOBILE" - this determines the number type to enforce during validation with isValidNumber, as well as the number length to enforce with strictMode. This replaces the mobileOnly argument which you could previously pass to isValidNumber. (this change snuck in in v23.0.1 very quickly after releasing v23.0.0)

v22.0.2

v22.0.1

Switch translation files from .mjs to .js to increase compatibility e.g. esbuild

v22.0.0

... (truncated)

Commits
  • 8c4efcc Release v23.0.11
  • a96fa77 Fix: auto country ignored in some cases. Closes #1646
  • 79e3bff Update README.md
  • ae8b613 Update README.md
  • ff51294 Bump @​typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0
  • 74b91dc Bump esbuild from 0.21.3 to 0.21.4
  • 32a2be6 Bump @​types/react from 18.3.2 to 18.3.3
  • eafd6a8 Bump cspell from 8.8.1 to 8.8.3
  • 51ead68 Bump @​typescript-eslint/parser from 7.9.0 to 7.10.0
  • 3cc440d Update readme
  • Additional commits viewable in compare view

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 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) from 18.2.1 to 23.0.11.
- [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@v18.2.1...v23.0.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2024

Superseded by #965.

@dependabot dependabot bot closed this Jun 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/intl-tel-input-23.0.11 branch June 17, 2024 06:06
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants