Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Bump react-imask from 6.6.1 to 7.1.2 #973

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 13, 2023

Bumps react-imask from 6.6.1 to 7.1.2.

Release notes

Sourced from react-imask's releases.

v7.1.2

  • 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

  • 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

  • compiled with typescript strict flag
  • minor bug fixes

v7.0.0

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

v6.6.3

  • small bug fixes

v6.6.2

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 [react-imask](https://github.com/uNmAnNeR/imaskjs) from 6.6.1 to 7.1.2.
- [Release notes](https://github.com/uNmAnNeR/imaskjs/releases)
- [Commits](uNmAnNeR/imaskjs@v6.6.1...v7.1.2)

---
updated-dependencies:
- dependency-name: react-imask
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 13, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jul 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 19, 2023

Superseded by #977.

@dependabot dependabot bot closed this Jul 19, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-imask-7.1.2 branch July 19, 2023 06:12
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants