Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
inputmask 5.0.7 -> 5.0.9 age adoption passing confidence

Release Notes

RobinHerbots/Inputmask (inputmask)

v5.0.9

Compare Source

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

v5.0.8

Compare Source

Addition
  • Regex unicode categories
  • Comma input turns to decimal #​2577 => add substituteRadixPoint option to numeric alias
Updates
  • Update GH pages
  • fix test resolving when using quantifiers within an optional group
  • drop IE Mobile support
  • datetime alias
    • change default for insertModeVisual to false. - #​2664
  • consolidate keydown, keypress & keyup into keyEvent
  • refactor keyboard event keycode to key
  • refactor validPositions from object to array. - #​2428
  • add keepStatic behavior to optional parts - #​2619
  • fix wrong caret positioning with RTL
  • fix value reversing with noValuePatching & numericInput - #​2629
Fixed
  • Inputmask fails to handle null value #​1485
  • crash the input value #​2529
  • Problems with deleting static chars in alternator mask #​2648
  • in firefox placeholders are not removed - not even on the demo page #​2667
  • Tab not moving to next field #​2644
  • Regex unicode categories cause RangeError: Maximum call stack size exceeded #​2639
  • error message: Cannot read properties of undefined (reading 'allowMinus') #​2642
  • fix iphone\ios bug for cyrillic keyboard - #​2637
  • getemptymask returns a reversed string in 5.x #​2605
  • DateTime milliseconds (unmaskedvalue) #​2597
  • Negation symbol not working (12345) #​2596
  • Is it possible to create a definition for optional digits/characters? #​2524 (regression)
  • Propagation of the click event to the container #​2423
  • Minus sign can't be entered into currency field #​2583
  • ReferenceError: self is not defined #​2581

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Warsaw, 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 18, 2023
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 0 1 0 0
Secrets Audit 0 12 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

@renovate renovate bot changed the title [PROD](renovate) Update dependency inputmask to v5.0.8 [PROD](renovate) Update dependency inputmask to v5.0.8 - autoclosed Mar 22, 2023
@renovate renovate bot closed this Mar 22, 2023
@renovate renovate bot deleted the renovate/inputmask-5.x-lockfile branch March 22, 2023 03:02
@renovate renovate bot changed the title [PROD](renovate) Update dependency inputmask to v5.0.8 - autoclosed [PROD](renovate) Update dependency inputmask to v5.0.8 Mar 22, 2023
@renovate renovate bot reopened this Mar 22, 2023
@renovate renovate bot restored the renovate/inputmask-5.x-lockfile branch March 22, 2023 06:09
@renovate renovate bot force-pushed the renovate/inputmask-5.x-lockfile branch from 36d01ac to 0d626ef Compare May 31, 2024 09:35
@renovate renovate bot changed the title [PROD](renovate) Update dependency inputmask to v5.0.8 [PROD](renovate) Update dependency inputmask to v5.0.9 May 31, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 0 2 5 0
Secrets Audit 0 12 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file security findings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants