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): update dependency angular-imask to v7 #969

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

Conversation

renovate-rancher[bot]
Copy link
Contributor

@renovate-rancher renovate-rancher bot commented Mar 8, 2025

This PR contains the following updates:

Package Type Update Change
angular-imask (source) dependencies major 6.6.3 -> 7.6.1

Release Notes

uNmAnNeR/imaskjs (angular-imask)

v7.6.1

Compare Source

  • minor bug fixes

v7.6.0

Compare Source

Core:

  • fix minor issues with Enum mask

React/Vue plugins:

  • now it's possible to provide default values to hook/composable
  • onAccept is now only called on init if value is changed. It should no longer mark value as dirty for validators.

React plugin:

  • now it's possible to pass existing element ref to hook

Vue plugin:

  • fix minor issues for typed model

v7.5.0

Compare Source

  • enable autocomplete for Enum mask by default
  • autofix option can be used with pattern mask and automatically passed to blocks
  • fix minor bugs

v7.4.0

Compare Source

  • add autofix option to Number mask
  • minor fixes for Vue and Svelte plugins

v7.3.0

Compare Source

  • add new repeat block feature
  • improve IME support (こんにちは世界)
  • try to handle undo / redo in a better way
  • minor bug fixes

v7.2.1

Compare Source

  • minor bug fixes for Range and Number masks

v7.2.0

Compare Source

Core:

  • add cjs build
  • add prepareChar callback
  • fix types
  • fix other minor bugs

React:

  • fix types
  • fix shift back prevention

v7.1.3

Compare Source

  • fix minor issues

v7.1.2

Compare Source

  • fix exports in package.json and use typesVersions to resolve types
  • remove types from dist folder
  • now esm part in path can be skipped: import 'imask/esm/masked/number' -> import 'imask/masked/number';

v7.1.1

Compare Source

  • new expose option for pattern block and dynamic mask
  • set type: "module" for all packages except Angular
  • Enum mask can now handle variable length keys

v7.0.1

Compare Source

  • compiled with typescript strict flag
  • minor bug fixes

v7.0.0

Compare Source

It's mostly a maintenance release. The main big change is to use Typescript everywhere. With some of any of course.

Some other changes:

  • new api documentation generated by typedoc
  • IE support has been dropped but compilation target is still > 0.25%, not dead
  • use @babel/runtime-corejs3 as runtime dependency
  • use npm workspaces, nodejs builtin test tools, update build pipeline

Core:

  • prepare callback has been renamed to prepareChar. prepare now accepts the entire string. This can be useful if you need to handle pasting a value.
  • resolve method no longer returns a value
  • doParse and doFormat have been removed
  • Number mask:
    • signed option has been removed. Use min and max instead.
    • Now defaults are min=Number.MIN_SAFE_INTEGER and max=Number.MAX_SAFE_INTEGER
    • If the mask can only accept negative values, a minus sign is automatically added

Vue:

  • add types

Angular:

  • update to 16

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Renovate Bot.

@renovate-rancher renovate-rancher bot requested a review from a team as a code owner March 8, 2025 04:38
@renovate-rancher renovate-rancher bot requested a review from rushk014 March 8, 2025 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants