Bump vue from 3.3.4 to 3.3.7 #312

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/vue-3.3.7 into main 2023-10-30 05:59:16 +00:00
dependabot[bot] commented 2023-10-30 00:25:55 +00:00 (Migrated from github.com)

Bumps vue from 3.3.4 to 3.3.7.

Release notes

Sourced from vue's releases.

v3.3.7

Please refer to CHANGELOG.md for details.

v3.3.6

Please refer to CHANGELOG.md for details.

v3.3.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.3.7 (2023-10-24)

Bug Fixes

  • compiler-sfc: avoid gen useCssVars when targeting SSR (#6979) (c568778), closes #6926
  • compiler-ssr: proper scope analysis for ssr vnode slot fallback (#7184) (e09c26b), closes #7095
  • correctly resolve types from relative paths on Windows (#9446) (089d36d), closes #8671
  • hmr: fix hmr error for hoisted children array in v-for (7334376), closes #6978 #7114
  • reactivity: assigning array.length while observing a symbol property (#7568) (e9e2778)
  • scheduler: ensure jobs are in the correct order (#7748) (a8f6638), closes #7576
  • ssr: fix hydration mismatch for disabled teleport at component root (#9399) (d8990fc), closes #6152
  • Suspense: calling hooks before the transition finishes (#9388) (00de3e6), closes #5844 #5952
  • transition/ssr: make transition appear work with SSR (#8859) (5ea8a8a), closes #6951
  • types: fix ComponentCustomProps augmentation (#9468) (7374e93), closes #8376
  • types: improve h overload to support union of string and component (#5432) (16ecb44), closes #5431

3.3.6 (2023-10-20)

Bug Fixes

  • compiler-sfc: model name conflict (#8798) (df81da8)
  • compiler-sfc: support asset paths containing spaces (#8752) (36c99a9)
  • compiler-ssr: fix missing scopeId on server-rendered TransitionGroup (#7557) (61c1357), closes #7554
  • compiler-ssr: fix ssr compile error for select with non-option children (#9442) (cdb2e72), closes #9440
  • runtime-core: delete stale slots which are present but undefined (#6484) (75b8722), closes #9109
  • runtime-core: fix error when using cssvars with disabled teleport (#7341) (8f0472c), closes #7342
  • teleport: ensure descendent component would be unmounted correctly (#6529) (4162311), closes #6347
  • types: support contenteditable="plaintext-only" (#8796) (26ca89e)

Performance Improvements

3.3.5 (2023-10-20)

Bug Fixes

... (truncated)

Commits
  • 1789c1c release: v3.3.7
  • e09c26b fix(compiler-ssr): proper scope analysis for ssr vnode slot fallback (#7184)
  • 7374e93 fix(types): fix ComponentCustomProps augmentation (#9468)
  • 5ea8a8a fix(transition/ssr): make transition appear work with SSR (#8859)
  • 16ecb44 fix(types): improve h overload to support union of string and component (#5...
  • f36c49f chore(deps): update dependency rollup to v4 (#9462)
  • 105c564 chore(deps): update lint (#9461)
  • 4885515 chore(deps): update dependency puppeteer to ~21.4.0 (#9459)
  • 27e5052 chore(deps): update dependency todomvc-app-css to ^2.4.3 (#9458)
  • 28a6f05 chore: remove internal flag on hmr option
  • 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 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)
Bumps [vue](https://github.com/vuejs/core) from 3.3.4 to 3.3.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases">vue's releases</a>.</em></p> <blockquote> <h2>v3.3.7</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.3.6</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.3.5</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">vue's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.3.6...v3.3.7">3.3.7</a> (2023-10-24)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> avoid gen useCssVars when targeting SSR (<a href="https://redirect.github.com/vuejs/core/issues/6979">#6979</a>) (<a href="https://github.com/vuejs/core/commit/c568778ea3265d8e57f788b00864c9509bf88a4e">c568778</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6926">#6926</a></li> <li><strong>compiler-ssr:</strong> proper scope analysis for ssr vnode slot fallback (<a href="https://redirect.github.com/vuejs/core/issues/7184">#7184</a>) (<a href="https://github.com/vuejs/core/commit/e09c26bc9bc4394c2c2d928806d382515c2676f3">e09c26b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7095">#7095</a></li> <li>correctly resolve types from relative paths on Windows (<a href="https://redirect.github.com/vuejs/core/issues/9446">#9446</a>) (<a href="https://github.com/vuejs/core/commit/089d36d167dc7834065b03ca689f9b6a44eead8a">089d36d</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8671">#8671</a></li> <li><strong>hmr:</strong> fix hmr error for hoisted children array in v-for (<a href="https://github.com/vuejs/core/commit/733437691f70ebca8dd6cc3bc8356f5b57d4d5d8">7334376</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6978">#6978</a> <a href="https://redirect.github.com/vuejs/core/issues/7114">#7114</a></li> <li><strong>reactivity:</strong> assigning array.length while observing a symbol property (<a href="https://redirect.github.com/vuejs/core/issues/7568">#7568</a>) (<a href="https://github.com/vuejs/core/commit/e9e2778e9ec5cca07c1df5f0c9b7b3595a1a3244">e9e2778</a>)</li> <li><strong>scheduler:</strong> ensure jobs are in the correct order (<a href="https://redirect.github.com/vuejs/core/issues/7748">#7748</a>) (<a href="https://github.com/vuejs/core/commit/a8f663867b8cd2736b82204bc58756ef02441276">a8f6638</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7576">#7576</a></li> <li><strong>ssr:</strong> fix hydration mismatch for disabled teleport at component root (<a href="https://redirect.github.com/vuejs/core/issues/9399">#9399</a>) (<a href="https://github.com/vuejs/core/commit/d8990fc6182d1c2cf0a8eab7b35a9d04df668507">d8990fc</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6152">#6152</a></li> <li><strong>Suspense:</strong> calling hooks before the transition finishes (<a href="https://redirect.github.com/vuejs/core/issues/9388">#9388</a>) (<a href="https://github.com/vuejs/core/commit/00de3e61ed7a55e7d6c2e1987551d66ad0f909ff">00de3e6</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/5844">#5844</a> <a href="https://redirect.github.com/vuejs/core/issues/5952">#5952</a></li> <li><strong>transition/ssr:</strong> make transition appear work with SSR (<a href="https://redirect.github.com/vuejs/core/issues/8859">#8859</a>) (<a href="https://github.com/vuejs/core/commit/5ea8a8a4fab4e19a71e123e4d27d051f5e927172">5ea8a8a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6951">#6951</a></li> <li><strong>types:</strong> fix ComponentCustomProps augmentation (<a href="https://redirect.github.com/vuejs/core/issues/9468">#9468</a>) (<a href="https://github.com/vuejs/core/commit/7374e93f0281f273b90ab5a6724cc47332a01d6c">7374e93</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8376">#8376</a></li> <li><strong>types:</strong> improve <code>h</code> overload to support union of string and component (<a href="https://redirect.github.com/vuejs/core/issues/5432">#5432</a>) (<a href="https://github.com/vuejs/core/commit/16ecb44c89cd8299a3b8de33cccc2e2cc36f065b">16ecb44</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/5431">#5431</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.3.5...v3.3.6">3.3.6</a> (2023-10-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> model name conflict (<a href="https://redirect.github.com/vuejs/core/issues/8798">#8798</a>) (<a href="https://github.com/vuejs/core/commit/df81da8be97c8a1366563c7e3e01076ef02eb8f7">df81da8</a>)</li> <li><strong>compiler-sfc:</strong> support asset paths containing spaces (<a href="https://redirect.github.com/vuejs/core/issues/8752">#8752</a>) (<a href="https://github.com/vuejs/core/commit/36c99a9c6bb6bc306be054c3c8a85ff8ce50605a">36c99a9</a>)</li> <li><strong>compiler-ssr:</strong> fix missing scopeId on server-rendered TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/7557">#7557</a>) (<a href="https://github.com/vuejs/core/commit/61c135742795aa5e3189a79c7dec6afa21bbc8d9">61c1357</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7554">#7554</a></li> <li><strong>compiler-ssr:</strong> fix ssr compile error for select with non-option children (<a href="https://redirect.github.com/vuejs/core/issues/9442">#9442</a>) (<a href="https://github.com/vuejs/core/commit/cdb2e725e7ea297f1f4180fb04889a3b757bc84e">cdb2e72</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9440">#9440</a></li> <li><strong>runtime-core:</strong> delete stale slots which are present but undefined (<a href="https://redirect.github.com/vuejs/core/issues/6484">#6484</a>) (<a href="https://github.com/vuejs/core/commit/75b872213574cb37e2c9e8a15f65613f867ca9a6">75b8722</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9109">#9109</a></li> <li><strong>runtime-core:</strong> fix error when using cssvars with disabled teleport (<a href="https://redirect.github.com/vuejs/core/issues/7341">#7341</a>) (<a href="https://github.com/vuejs/core/commit/8f0472c9abedb337dc256143b69d8ab8759dbf5c">8f0472c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7342">#7342</a></li> <li><strong>teleport:</strong> ensure descendent component would be unmounted correctly (<a href="https://redirect.github.com/vuejs/core/issues/6529">#6529</a>) (<a href="https://github.com/vuejs/core/commit/4162311efdb0db5ca458542e1604b19efa2fae0e">4162311</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6347">#6347</a></li> <li><strong>types:</strong> support contenteditable=&quot;plaintext-only&quot; (<a href="https://redirect.github.com/vuejs/core/issues/8796">#8796</a>) (<a href="https://github.com/vuejs/core/commit/26ca89e5cf734fbef81e182050d2a215ec8a437b">26ca89e</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li>replace Map/Set with WeakMap/WeakSet (<a href="https://redirect.github.com/vuejs/core/issues/8549">#8549</a>) (<a href="https://github.com/vuejs/core/commit/712f96d6ac4d3d984732cba448cb84624daba850">712f96d</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.3.4...v3.3.5">3.3.5</a> (2023-10-20)</h2> <h3>Bug Fixes</h3> <ul> <li>add isGloballyWhitelisted back, but deprecated (<a href="https://redirect.github.com/vuejs/core/issues/8556">#8556</a>) (<a href="https://github.com/vuejs/core/commit/63dfe8eab499979bcc2f7829e82464e13899c895">63dfe8e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8416">#8416</a></li> <li><strong>build:</strong> disable useDefineForClassFields in esbuild (<a href="https://redirect.github.com/vuejs/core/issues/9252">#9252</a>) (<a href="https://github.com/vuejs/core/commit/6d14fa88e85d4c9e264be394ddb37a54ca6738a8">6d14fa8</a>)</li> <li><strong>compat:</strong> return value of vue compat set() (<a href="https://redirect.github.com/vuejs/core/issues/9377">#9377</a>) (<a href="https://github.com/vuejs/core/commit/e3c2d699f694d9500ddee78571172a24f0e3b17a">e3c2d69</a>)</li> <li><strong>compiler-sfc:</strong> don't hoist props and emit (<a href="https://redirect.github.com/vuejs/core/issues/8535">#8535</a>) (<a href="https://github.com/vuejs/core/commit/24db9516d8b4857182ec1a3af86cb7346691679b">24db951</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7805">#7805</a> <a href="https://redirect.github.com/vuejs/core/issues/7812">#7812</a></li> <li><strong>compiler-sfc:</strong> don't registerTS when bundling for browsers (<a href="https://redirect.github.com/vuejs/core/issues/8582">#8582</a>) (<a href="https://github.com/vuejs/core/commit/6f45f76df2c43796b35067ef8f8b9a7bca454040">6f45f76</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/1789c1caac6fdd3ef3d676d628d7ad6e50888b96"><code>1789c1c</code></a> release: v3.3.7</li> <li><a href="https://github.com/vuejs/core/commit/e09c26bc9bc4394c2c2d928806d382515c2676f3"><code>e09c26b</code></a> fix(compiler-ssr): proper scope analysis for ssr vnode slot fallback (<a href="https://redirect.github.com/vuejs/core/issues/7184">#7184</a>)</li> <li><a href="https://github.com/vuejs/core/commit/7374e93f0281f273b90ab5a6724cc47332a01d6c"><code>7374e93</code></a> fix(types): fix ComponentCustomProps augmentation (<a href="https://redirect.github.com/vuejs/core/issues/9468">#9468</a>)</li> <li><a href="https://github.com/vuejs/core/commit/5ea8a8a4fab4e19a71e123e4d27d051f5e927172"><code>5ea8a8a</code></a> fix(transition/ssr): make transition appear work with SSR (<a href="https://redirect.github.com/vuejs/core/issues/8859">#8859</a>)</li> <li><a href="https://github.com/vuejs/core/commit/16ecb44c89cd8299a3b8de33cccc2e2cc36f065b"><code>16ecb44</code></a> fix(types): improve <code>h</code> overload to support union of string and component (<a href="https://redirect.github.com/vuejs/core/issues/5">#5</a>...</li> <li><a href="https://github.com/vuejs/core/commit/f36c49f31b658985542de1f5f1f269f2f8b63132"><code>f36c49f</code></a> chore(deps): update dependency rollup to v4 (<a href="https://redirect.github.com/vuejs/core/issues/9462">#9462</a>)</li> <li><a href="https://github.com/vuejs/core/commit/105c5649595d97d5618c85b6aef11dc7b78cc7ed"><code>105c564</code></a> chore(deps): update lint (<a href="https://redirect.github.com/vuejs/core/issues/9461">#9461</a>)</li> <li><a href="https://github.com/vuejs/core/commit/488551539219d7219cdbe64c887d8ee270d29034"><code>4885515</code></a> chore(deps): update dependency puppeteer to ~21.4.0 (<a href="https://redirect.github.com/vuejs/core/issues/9459">#9459</a>)</li> <li><a href="https://github.com/vuejs/core/commit/27e505241b4258f5a5b797d7e95a8ad64ebd90c5"><code>27e5052</code></a> chore(deps): update dependency todomvc-app-css to ^2.4.3 (<a href="https://redirect.github.com/vuejs/core/issues/9458">#9458</a>)</li> <li><a href="https://github.com/vuejs/core/commit/28a6f05bf52f95a7cc06acca8205ec386f174601"><code>28a6f05</code></a> chore: remove internal flag on hmr option</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.3.4...v3.3.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue&package-manager=npm_and_yarn&previous-version=3.3.4&new-version=3.3.7)](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>
Sign in to join this conversation.