Skip to content

Commit

Permalink
Bump imask from 7.0.1 to 7.1.3 in /frontend (#2519)
Browse files Browse the repository at this point in the history
Bumps [imask](https://github.com/uNmAnNeR/imaskjs) from 7.0.1 to 7.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/uNmAnNeR/imaskjs/releases">imask's
releases</a>.</em></p>
<blockquote>
<h2>v7.1.3</h2>
<ul>
<li>fix minor issues</li>
</ul>
<h2>v7.1.2</h2>
<ul>
<li>fix <code>exports</code> in <code>package.json</code> and use
<code>typesVersions</code> to resolve types</li>
<li>remove types from <code>dist</code> folder</li>
<li>now <code>esm</code> part in path can be skipped: <code>import
'imask/esm/masked/number'</code> -&gt; <code>import
'imask/masked/number';</code></li>
</ul>
<h2>v7.1.1</h2>
<ul>
<li>new <code>expose</code> option for <a
href="https://imask.js.org/guide.html#expose-block">pattern block</a>
and <a href="https://imask.js.org/guide.html#expose-dynamic">dynamic
mask</a></li>
<li>set <code>type: &quot;module&quot;</code> for all packages except
Angular</li>
<li><code>Enum</code> mask can now handle variable length keys</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uNmAnNeR/imaskjs/commit/7c0f22588bf9d72b42d7cc566362a27e485b6295"><code>7c0f225</code></a>
v7.1.3</li>
<li><a
href="https://github.com/uNmAnNeR/imaskjs/commit/b05c028216960314fa9707d4451244152f053697"><code>b05c028</code></a>
fix <a
href="https://redirect.github.com/uNmAnNeR/imaskjs/issues/897">#897</a></li>
<li><a
href="https://github.com/uNmAnNeR/imaskjs/commit/a2a780946e7fd36d263776fc8cf3e36adce60f0c"><code>a2a7809</code></a>
fix <a
href="https://redirect.github.com/uNmAnNeR/imaskjs/issues/888">#888</a></li>
<li><a
href="https://github.com/uNmAnNeR/imaskjs/commit/ddac2b298b1c573efb46bcbad681502926654e62"><code>ddac2b2</code></a>
fix <a
href="https://redirect.github.com/uNmAnNeR/imaskjs/issues/911">#911</a></li>
<li><a
href="https://github.com/uNmAnNeR/imaskjs/commit/5a9af3e0e523887ab6464b4e1e08075b98990785"><code>5a9af3e</code></a>
v7.1.2</li>
<li><a
href="https://github.com/uNmAnNeR/imaskjs/commit/9fbd112986bf429a6c6b670f0f9630ae5008f78d"><code>9fbd112</code></a>
fix <a
href="https://redirect.github.com/uNmAnNeR/imaskjs/issues/906">#906</a></li>
<li><a
href="https://github.com/uNmAnNeR/imaskjs/commit/cecc50712e531372f1eccd607ce095afafd3f108"><code>cecc507</code></a>
up docs</li>
<li><a
href="https://github.com/uNmAnNeR/imaskjs/commit/2461e1b8127dffac9572d6256c4b938d99e31ba4"><code>2461e1b</code></a>
v7.1.1</li>
<li><a
href="https://github.com/uNmAnNeR/imaskjs/commit/45cebf43ae767bc2e13b3d3c152b29898282897f"><code>45cebf4</code></a>
up docs</li>
<li><a
href="https://github.com/uNmAnNeR/imaskjs/commit/607ce17a1966eb9cc3be7306d61a9595e51bb26c"><code>607ce17</code></a>
support different length for enum</li>
<li>Additional commits viewable in <a
href="https://github.com/uNmAnNeR/imaskjs/compare/v7.0.1...v7.1.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=imask&package-manager=npm_and_yarn&previous-version=7.0.1&new-version=7.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
louptheron authored Sep 20, 2023
2 parents cb92a9a + 3b8c9d4 commit bb830fb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
23 changes: 14 additions & 9 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"fuse.js": "6.6.2",
"hammerjs": "2.0.8",
"i18n-iso-countries": "7.6.0",
"imask": "7.0.1",
"imask": "7.1.3",
"immer": "9.0.17",
"ky": "1.0.0",
"lodash": "4.17.21",
Expand Down

0 comments on commit bb830fb

Please sign in to comment.