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.6 to 5.0.7 #10

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 4, 2022

Bumps inputmask from 5.0.6 to 5.0.7.

Changelog

Sourced from inputmask's changelog.

[5.0.7 - 30/12/2021]

Addition

  • Numeric alias
    • stripLeadingZeroes option - #2523
  • Correctly handle nested optionals (email alias)
  • character substitution
  • extend definition options - #2524
    • optional
    • static
    • generated
  • add casing definition option to the readme

Updates

  • change behavior of keepStatic option (see readme)
  • update ip alias to correctly handle the greedy: true option
  • fix greedy option with quantifiers
  • fix error in mask-lexer for \w in regex
  • currency alias: add character substitution for the radixpoint
  • alias \d to [0-9] in regex masks
  • clear masktemplate before submitting regardsless of the clearMaskOnLostFocus option

Fixed

  • Add new option "stripLeadingZeroes" to the numeric extension #2523
  • Alternation like (9|999) shows extra placeholder #2277
  • Numeric shortcut not working for decimal places #2553
  • Fix backspace bug with insertMode: false #2572
  • InsertMode toggle not functioning #2565
  • Uncaught InternalError: too much recursion freezes the browser #2570 (Regex issue)
  • Different behaviour configuration by attribute vs initialization #2530
  • The requested module './inputmask.js' does not provide an export named 'default' #2560
  • Issue with leapday #2546
  • Not removing the decimal separator in suffixed inputs #2511
  • Cant type dot on iphone #2541
  • How can I replace the dot for comma while tipping? #2542
  • Issue with global Inputmask.prototype reference (easy fix) #2544
  • crash the input value #2529 - part 1
  • fix datetime with jitmasking - #2297
  • min and max not working in datetime for 12 Hours format i.e. dd/mm/yyyy hh:MM:ss TT #2297
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 [inputmask](https://github.com/RobinHerbots/Inputmask) from 5.0.6 to 5.0.7.
- [Release notes](https://github.com/RobinHerbots/Inputmask/releases)
- [Changelog](https://github.com/RobinHerbots/Inputmask/blob/5.x/CHANGELOG.md)
- [Commits](RobinHerbots/Inputmask@5.0.6...5.0.7)

---
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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 4, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 4, 2022

Dependabot tried to add @TomaszQr and @mariuszkrzaczkowski as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/konadrian/YetiForcePortal2/pulls/10/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the konadrian/YetiForcePortal2 repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants