Bump vue-final-modal from 3.4.11 to 4.3.1 #24

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/vue-final-modal-4.3.1 into main
dependabot[bot] commented 2023-04-24 02:24:51 +00:00 (Migrated from github.com)

Bumps vue-final-modal from 3.4.11 to 4.3.1.

Release notes

Sourced from vue-final-modal's releases.

Release 4.3.1

4.3.1 (2023-04-17)

Bug Fixes

  • resolve the error caused by VueUse removing isString (#359) (85f52a3)

Release 4.3.0

4.3.0 (2023-04-12)

Features

  • support visible value of displayDirective (509a405)

Release 4.2.0

4.2.0 (2023-04-04)

Bug Fixes

  • make sure SSR still work (c134d8a)

Features

  • get rid of context and made useModal can be execute everywhere (47cf520)

Release 4.1.4

4.1.4 (2023-03-31)

Bug Fixes

  • should not disableBodyScroll when modelValueLocal is false (c5eab4f)

Release 4.1.3

4.1.3 (2023-03-31)

Bug Fixes

Release 4.1.2

4.1.2 (2023-03-30)

Bug Fixes

... (truncated)

Changelog

Sourced from vue-final-modal's changelog.

4.3.1 (2023-04-17)

Bug Fixes

  • resolve the error caused by VueUse removing isString (#359) (85f52a3)

4.3.0 (2023-04-12)

Features

  • support value of displayDirective (509a405)

4.2.0 (2023-04-04)

Bug Fixes

  • make sure SSR still work (c134d8a)

Features

  • get rid of context and made useModal can be execute everywhere (47cf520)

4.1.4 (2023-03-31)

Bug Fixes

  • should not disableBodyScroll when modelValueLocal is false (c5eab4f)

4.1.3 (2023-03-31)

Bug Fixes

4.1.2 (2023-03-30)

Bug Fixes

  • execute setActiveVfm on createVfm() (c7a6090)

4.1.1 (2023-03-28)

... (truncated)

Commits
  • 89d788c Release 4.3.1
  • 85f52a3 fix: resolve the error caused by VueUse removing isString (#359)
  • 84942d7 Release 4.3.0
  • 509a405 feat: support value of displayDirective
  • afa879f Release 4.2.0
  • 0081db6 chore: cleanup
  • c134d8a fix: make sure SSR still work
  • d49aaa1 refactor: throw error in useVfm
  • 47cf520 feat: get rid of context and made useModal can be execute everywhere
  • 3446957 Release 4.1.4
  • Additional commits viewable in compare view

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 [vue-final-modal](https://github.com/vue-final/vue-final-modal/tree/HEAD/packages/vue-final-modal) from 3.4.11 to 4.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vue-final/vue-final-modal/releases">vue-final-modal's releases</a>.</em></p> <blockquote> <h2>Release 4.3.1</h2> <h2><a href="https://github.com/vue-final/vue-final-modal/compare/v4.3.0...v4.3.1">4.3.1</a> (2023-04-17)</h2> <h3>Bug Fixes</h3> <ul> <li>resolve the error caused by VueUse removing <code>isString</code> (<a href="https://redirect.github.com/vue-final/vue-final-modal/issues/359">#359</a>) (<a href="https://github.com/vue-final/vue-final-modal/commit/85f52a3466dfa692991de20ac6cdf88923ed1c69">85f52a3</a>)</li> </ul> <h2>Release 4.3.0</h2> <h1><a href="https://github.com/vue-final/vue-final-modal/compare/v4.2.0...v4.3.0">4.3.0</a> (2023-04-12)</h1> <h3>Features</h3> <ul> <li>support <code>visible</code> value of displayDirective (<a href="https://github.com/vue-final/vue-final-modal/commit/509a405e21de5fbc8c331a7d42cd09b1b43f82ff">509a405</a>)</li> </ul> <h2>Release 4.2.0</h2> <h1><a href="https://github.com/vue-final/vue-final-modal/compare/v4.1.4...v4.2.0">4.2.0</a> (2023-04-04)</h1> <h3>Bug Fixes</h3> <ul> <li>make sure SSR still work (<a href="https://github.com/vue-final/vue-final-modal/commit/c134d8ae55c7285de7e300ce4450c6ead317fc16">c134d8a</a>)</li> </ul> <h3>Features</h3> <ul> <li>get rid of context and made useModal can be execute everywhere (<a href="https://github.com/vue-final/vue-final-modal/commit/47cf5208f973c2b7a3e645bf2fba32e72a894c11">47cf520</a>)</li> </ul> <h2>Release 4.1.4</h2> <h2><a href="https://github.com/vue-final/vue-final-modal/compare/v4.1.3...v4.1.4">4.1.4</a> (2023-03-31)</h2> <h3>Bug Fixes</h3> <ul> <li>should not disableBodyScroll when modelValueLocal is false (<a href="https://github.com/vue-final/vue-final-modal/commit/c5eab4ffe2677bbcaa32fe8312712f02123a8ac4">c5eab4f</a>)</li> </ul> <h2>Release 4.1.3</h2> <h2><a href="https://github.com/vue-final/vue-final-modal/compare/v4.1.2...v4.1.3">4.1.3</a> (2023-03-31)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://redirect.github.com/vue-final/vue-final-modal/issues/352">#352</a> (<a href="https://github.com/vue-final/vue-final-modal/commit/2d9298c0d24dd58041e8b79f4d83f398123fe4d8">2d9298c</a>)</li> </ul> <h2>Release 4.1.2</h2> <h2><a href="https://github.com/vue-final/vue-final-modal/compare/v4.1.1...v4.1.2">4.1.2</a> (2023-03-30)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vue-final/vue-final-modal/blob/master/packages/vue-final-modal/CHANGELOG.md">vue-final-modal's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vue-final/vue-final-modal/compare/v4.3.0...v4.3.1">4.3.1</a> (2023-04-17)</h2> <h3>Bug Fixes</h3> <ul> <li>resolve the error caused by VueUse removing <code>isString</code> (<a href="https://redirect.github.com/vue-final/vue-final-modal/issues/359">#359</a>) (<a href="https://github.com/vue-final/vue-final-modal/commit/85f52a3466dfa692991de20ac6cdf88923ed1c69">85f52a3</a>)</li> </ul> <h1><a href="https://github.com/vue-final/vue-final-modal/compare/v4.2.0...v4.3.0">4.3.0</a> (2023-04-12)</h1> <h3>Features</h3> <ul> <li>support value of displayDirective (<a href="https://github.com/vue-final/vue-final-modal/commit/509a405e21de5fbc8c331a7d42cd09b1b43f82ff">509a405</a>)</li> </ul> <h1><a href="https://github.com/vue-final/vue-final-modal/compare/v4.1.4...v4.2.0">4.2.0</a> (2023-04-04)</h1> <h3>Bug Fixes</h3> <ul> <li>make sure SSR still work (<a href="https://github.com/vue-final/vue-final-modal/commit/c134d8ae55c7285de7e300ce4450c6ead317fc16">c134d8a</a>)</li> </ul> <h3>Features</h3> <ul> <li>get rid of context and made useModal can be execute everywhere (<a href="https://github.com/vue-final/vue-final-modal/commit/47cf5208f973c2b7a3e645bf2fba32e72a894c11">47cf520</a>)</li> </ul> <h2><a href="https://github.com/vue-final/vue-final-modal/compare/v4.1.3...v4.1.4">4.1.4</a> (2023-03-31)</h2> <h3>Bug Fixes</h3> <ul> <li>should not disableBodyScroll when modelValueLocal is false (<a href="https://github.com/vue-final/vue-final-modal/commit/c5eab4ffe2677bbcaa32fe8312712f02123a8ac4">c5eab4f</a>)</li> </ul> <h2><a href="https://github.com/vue-final/vue-final-modal/compare/v4.1.2...v4.1.3">4.1.3</a> (2023-03-31)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://redirect.github.com/vue-final/vue-final-modal/issues/352">#352</a> (<a href="https://github.com/vue-final/vue-final-modal/commit/2d9298c0d24dd58041e8b79f4d83f398123fe4d8">2d9298c</a>)</li> </ul> <h2><a href="https://github.com/vue-final/vue-final-modal/compare/v4.1.1...v4.1.2">4.1.2</a> (2023-03-30)</h2> <h3>Bug Fixes</h3> <ul> <li>execute setActiveVfm on createVfm() (<a href="https://github.com/vue-final/vue-final-modal/commit/c7a60905d99b61530eb627158a66d9e7b3962e4f">c7a6090</a>)</li> </ul> <h2><a href="https://github.com/vue-final/vue-final-modal/compare/v4.1.0...v4.1.1">4.1.1</a> (2023-03-28)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vue-final/vue-final-modal/commit/89d788ce26a79c4d8b32a55a1c142a2689b6eee4"><code>89d788c</code></a> Release 4.3.1</li> <li><a href="https://github.com/vue-final/vue-final-modal/commit/85f52a3466dfa692991de20ac6cdf88923ed1c69"><code>85f52a3</code></a> fix: resolve the error caused by VueUse removing <code>isString</code> (<a href="https://github.com/vue-final/vue-final-modal/tree/HEAD/packages/vue-final-modal/issues/359">#359</a>)</li> <li><a href="https://github.com/vue-final/vue-final-modal/commit/84942d7ef9f07bc957169f67806bf049257b609c"><code>84942d7</code></a> Release 4.3.0</li> <li><a href="https://github.com/vue-final/vue-final-modal/commit/509a405e21de5fbc8c331a7d42cd09b1b43f82ff"><code>509a405</code></a> feat: support value of displayDirective</li> <li><a href="https://github.com/vue-final/vue-final-modal/commit/afa879f66424e787e75fdefc3da09804b607d5c2"><code>afa879f</code></a> Release 4.2.0</li> <li><a href="https://github.com/vue-final/vue-final-modal/commit/0081db629970a69d47537ce2493ae3906c8764b0"><code>0081db6</code></a> chore: cleanup</li> <li><a href="https://github.com/vue-final/vue-final-modal/commit/c134d8ae55c7285de7e300ce4450c6ead317fc16"><code>c134d8a</code></a> fix: make sure SSR still work</li> <li><a href="https://github.com/vue-final/vue-final-modal/commit/d49aaa1095cb792b3899021bf8a5db78f7028e2c"><code>d49aaa1</code></a> refactor: throw error in useVfm</li> <li><a href="https://github.com/vue-final/vue-final-modal/commit/47cf5208f973c2b7a3e645bf2fba32e72a894c11"><code>47cf520</code></a> feat: get rid of context and made useModal can be execute everywhere</li> <li><a href="https://github.com/vue-final/vue-final-modal/commit/34469578abfa5d8ccb0d4aa569ebe7b12edd811e"><code>3446957</code></a> Release 4.1.4</li> <li>Additional commits viewable in <a href="https://github.com/vue-final/vue-final-modal/commits/v4.3.1/packages/vue-final-modal">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue-final-modal&package-manager=npm_and_yarn&previous-version=3.4.11&new-version=4.3.1)](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 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>
dependabot[bot] commented 2023-04-25 01:09:51 +00:00 (Migrated from github.com)

Superseded by #30.

Superseded by #30.

Pull request closed

Sign in to join this conversation.