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 inputmask from 5.0.8 to 5.0.9 #273

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2024

Bumps inputmask from 5.0.8 to 5.0.9.

Changelog

Sourced from inputmask's changelog.

[5.0.9 - 31/05/2024]

Addition

  • Add exports field in package.json #2690

Updates

  • only apply character substitution on 'human' input - #2765
  • better handle unmatching alternations - #2277
  • datetime alias
    • add support for mmm & mmmm #2751
    • add custom placeholder support
  • Update IP extension to support greedy option. #2749
  • Properly handle insertMode false in alternation logic.
  • Enhance resolving of the ndxInitializer to determine the alternating tests.

Fixed

  • Two-character time marker AM or PM doesn't work #2794
  • Input freezes after changing decimal value symbol twice #2731
  • Poor performance on decimal input mask #1505
  • TypeError: Cannot read properties of null (reading 'charAt') at m.onBeforeMask #2789
  • Cursor moves to start when there is a 0 in the decimal, How to stop this behavior? #2784
  • Unexpected character removed #2765
  • d/mm/yyyy is converted to d/m//yyyd #2394
  • Invalid state after editing datetime #2708
  • Inputmask datetime alias mm/yy min value bug #2744
  • ALT codes #2779
  • Pressing the Win button #2780
  • d/mm/yyyy is converted to d/m//yyyd #2394
  • how to get value from input-mask element? #2702
  • Problem with seconds in format 'HH:MM:ss' #2745
  • Remove unused mask - Take2 #2748
  • [Question] How to custom placeholder in "ip" alias? #2749
  • Timezone mask #2730
  • Unicode categories such as \p{P} or \p{S} does not work in regexp property #2741
  • When user press Ctrl+Alt / Alt+Ctrl key in the field, Can input characters with restricted formatting #2736
  • The leap year doesn't play well with jitMasking parameter #2647
  • dd.mm.yyyy can't enter a day greater than the 9 #2723
  • Highlighting Values with Negative Numbers #2714
  • "NumLock", "ScrollLock" strings as input value while "A" mask using. #2720
  • Paste value when all select in inputfield not working good #2603
  • Optional parts not working as expected #2710
  • State of alternator not reset with clearIncomplete = true #2712
  • Change Event fired on Blur even if value has not changed #2691
  • fix ssr issues when navigator is not defined #2704
  • type "dead" characters actually set Dead in the textbox #2701
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 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 [inputmask](https://github.com/RobinHerbots/Inputmask) from 5.0.8 to 5.0.9.
- [Changelog](https://github.com/RobinHerbots/Inputmask/blob/5.x/Changelog.md)
- [Commits](RobinHerbots/Inputmask@5.0.8...5.0.9)

---
updated-dependencies:
- dependency-name: inputmask
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 31, 2024
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