Build(deps): bump vue from 2.7.15 to 3.3.13 #1601

Closed
argoyle wants to merge 0 commits from dependabot-npm_and_yarn-vue-3.3.13 into master
argoyle commented 2023-12-20 04:40:05 +00:00 (Migrated from gitlab.com)

Bumps vue from 2.7.15 to 3.3.13.

Release notes

Sourced from vue's releases.

v3.3.13

Please refer to CHANGELOG.md for details.

v3.3.12

Please refer to CHANGELOG.md for details.

v3.3.11

Please refer to CHANGELOG.md for details.

v3.3.10

Please refer to CHANGELOG.md for details.

v3.3.9

Please refer to CHANGELOG.md for details.

v3.3.8

Please refer to CHANGELOG.md for details.

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.

v3.3.4

Please refer to CHANGELOG.md for details.

v3.3.3

Please refer to CHANGELOG.md for details.

v3.3.2

Please refer to CHANGELOG.md for details.

v3.3.1

Please refer to CHANGELOG.md for details.

v3.3.0 "Rurouni Kenshin"

Please refer to the release blog post for details.

v3.3.0-beta.5

Please refer to CHANGELOG.md for details.

v3.3.0-beta.4

Please refer to CHANGELOG.md for details.

v3.3.0-beta.3

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue's changelog.

3.3.13 (2023-12-19)

Bug Fixes

  • compiler-core: fix v-on with modifiers on inline expression of undefined (#9866) (bae79dd), closes #9865
  • runtime-dom: cache event handlers by key/modifiers (#9851) (04d2c05), closes #9849
  • types: extract properties from extended collections (#9854) (24b1c1d), closes #9852

3.3.12 (2023-12-16)

Bug Fixes

  • hydration: handle appear transition before patch props (#9837) (e70f4c4), closes #9832
  • sfc/cssVars: fix loss of CSS v-bind variables when setting inline style with string value (#9824) (0a387df), closes #9821
  • ssr: fix suspense hydration of fallback content (#7188) (60415b5)
  • types: add xmlns:xlink to SVGAttributes (#9300) (0d61b42), closes #9299
  • types: fix shallowRef type error (#9839) (9a57158)
  • types: support for generic keyof slots (#8374) (213eba4)

3.3.11 (2023-12-08)

Bug Fixes

  • custom-element: correctly handle number type props in prod (#8989) (d74d364)
  • reactivity: fix mutation on user proxy of reactive Array (6ecbd5c), closes #9742 #9751 #9750
  • runtime-dom: fix width and height prop check condition (5b00286), closes #9762
  • shared: handle Map with symbol keys in toDisplayString (#9731) (364821d), closes #9727
  • shared: handle more Symbol cases in toDisplayString (983d45d)
  • Suspense: properly get anchor when mount fallback vnode (#9770) (b700328), closes #9769
  • types: ref() return type should not be any when initial value is any (#9768) (cdac121)
  • watch: should not fire pre watcher on child component unmount (#7181) (6784f0b), closes #7030

3.3.10 (2023-12-04)

Bug Fixes

  • app: prevent template from being cached between apps with different options (#9724) (ec71585), closes #9618
  • compiler-sfc: avoid passing forEach index to genMap (f12db7f)
  • compiler-sfc: deindent pug/jade templates (6345197), closes #3231 #3842 #7723
  • compiler-sfc: fix :where and :is selector in scoped mode with multiple selectors (#9735) (c3e2c55), closes #9707

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [vue](https://github.com/vuejs/core) from 2.7.15 to 3.3.13. <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.13</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.12</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.11</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.10</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.9</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.8</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.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> <h2>v3.3.4</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.3</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.2</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.1</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.0 &quot;Rurouni Kenshin&quot;</h2> <p>Please refer to <a href="https://blog.vuejs.org/posts/vue-3-3">the release blog post</a> for details.</p> <h2>v3.3.0-beta.5</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.0-beta.4</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.0-beta.3</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.12...v3.3.13">3.3.13</a> (2023-12-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> fix v-on with modifiers on inline expression of undefined (<a href="https://github.com/vuejs/core/issues/9866">#9866</a>) (<a href="https://github.com/vuejs/core/commit/bae79ddf8564a2da4a5365cfeb8d811990f42335">bae79dd</a>), closes <a href="https://github.com/vuejs/core/issues/9865">#9865</a></li> <li><strong>runtime-dom:</strong> cache event handlers by key/modifiers (<a href="https://github.com/vuejs/core/issues/9851">#9851</a>) (<a href="https://github.com/vuejs/core/commit/04d2c05054c26b02fbc1d84839b0ed5cd36455b6">04d2c05</a>), closes <a href="https://github.com/vuejs/core/issues/9849">#9849</a></li> <li><strong>types:</strong> extract properties from extended collections (<a href="https://github.com/vuejs/core/issues/9854">#9854</a>) (<a href="https://github.com/vuejs/core/commit/24b1c1dd57fd55d998aa231a147500e010b10219">24b1c1d</a>), closes <a href="https://github.com/vuejs/core/issues/9852">#9852</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.3.11...v3.3.12">3.3.12</a> (2023-12-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>hydration:</strong> handle appear transition before patch props (<a href="https://github.com/vuejs/core/issues/9837">#9837</a>) (<a href="https://github.com/vuejs/core/commit/e70f4c47c553b6e16d8fad70743271ca23802fe7">e70f4c4</a>), closes <a href="https://github.com/vuejs/core/issues/9832">#9832</a></li> <li><strong>sfc/cssVars:</strong> fix loss of CSS v-bind variables when setting inline style with string value (<a href="https://github.com/vuejs/core/issues/9824">#9824</a>) (<a href="https://github.com/vuejs/core/commit/0a387dfb1d04afb6eae4296b6da76dfdaca77af4">0a387df</a>), closes <a href="https://github.com/vuejs/core/issues/9821">#9821</a></li> <li><strong>ssr:</strong> fix suspense hydration of fallback content (<a href="https://github.com/vuejs/core/issues/7188">#7188</a>) (<a href="https://github.com/vuejs/core/commit/60415b5d67df55f1fd6b176615299c08640fa142">60415b5</a>)</li> <li><strong>types:</strong> add <code>xmlns:xlink</code> to <code>SVGAttributes</code> (<a href="https://github.com/vuejs/core/issues/9300">#9300</a>) (<a href="https://github.com/vuejs/core/commit/0d61b429ecf63591d31e09702058fa4c7132e1a7">0d61b42</a>), closes <a href="https://github.com/vuejs/core/issues/9299">#9299</a></li> <li><strong>types:</strong> fix <code>shallowRef</code> type error (<a href="https://github.com/vuejs/core/issues/9839">#9839</a>) (<a href="https://github.com/vuejs/core/commit/9a571582b53220270e498d8712ea59312c0bef3a">9a57158</a>)</li> <li><strong>types:</strong> support for generic keyof slots (<a href="https://github.com/vuejs/core/issues/8374">#8374</a>) (<a href="https://github.com/vuejs/core/commit/213eba479ce080efc1053fe636f6be4a4c889b44">213eba4</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.3.10...v3.3.11">3.3.11</a> (2023-12-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>custom-element:</strong> correctly handle number type props in prod (<a href="https://github.com/vuejs/core/issues/8989">#8989</a>) (<a href="https://github.com/vuejs/core/commit/d74d364d62db8e48881af6b5a75ce4fb5f36cc35">d74d364</a>)</li> <li><strong>reactivity:</strong> fix mutation on user proxy of reactive Array (<a href="https://github.com/vuejs/core/commit/6ecbd5ce2a7f59314a8326a1d193874b87f4d8c8">6ecbd5c</a>), closes <a href="https://github.com/vuejs/core/issues/9742">#9742</a> <a href="https://github.com/vuejs/core/issues/9751">#9751</a> <a href="https://github.com/vuejs/core/issues/9750">#9750</a></li> <li><strong>runtime-dom:</strong> fix width and height prop check condition (<a href="https://github.com/vuejs/core/commit/5b002869c533220706f9788b496b8ca8d8e98609">5b00286</a>), closes <a href="https://github.com/vuejs/core/issues/9762">#9762</a></li> <li><strong>shared:</strong> handle Map with symbol keys in toDisplayString (<a href="https://github.com/vuejs/core/issues/9731">#9731</a>) (<a href="https://github.com/vuejs/core/commit/364821d6bdb1775e2f55a69bcfb9f40f7acf1506">364821d</a>), closes <a href="https://github.com/vuejs/core/issues/9727">#9727</a></li> <li><strong>shared:</strong> handle more Symbol cases in toDisplayString (<a href="https://github.com/vuejs/core/commit/983d45d4f8eb766b5a16b7ea93b86d3c51618fa6">983d45d</a>)</li> <li><strong>Suspense:</strong> properly get anchor when mount fallback vnode (<a href="https://github.com/vuejs/core/issues/9770">#9770</a>) (<a href="https://github.com/vuejs/core/commit/b700328342e17dc16b19316c2e134a26107139d2">b700328</a>), closes <a href="https://github.com/vuejs/core/issues/9769">#9769</a></li> <li><strong>types:</strong> ref() return type should not be any when initial value is any (<a href="https://github.com/vuejs/core/issues/9768">#9768</a>) (<a href="https://github.com/vuejs/core/commit/cdac12161ec27b45ded48854c3d749664b6d4a6d">cdac121</a>)</li> <li><strong>watch:</strong> should not fire pre watcher on child component unmount (<a href="https://github.com/vuejs/core/issues/7181">#7181</a>) (<a href="https://github.com/vuejs/core/commit/6784f0b1f8501746ea70d87d18ed63a62cf6b76d">6784f0b</a>), closes <a href="https://github.com/vuejs/core/issues/7030">#7030</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.3.9...v3.3.10">3.3.10</a> (2023-12-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>app:</strong> prevent template from being cached between apps with different options (<a href="https://github.com/vuejs/core/issues/9724">#9724</a>) (<a href="https://github.com/vuejs/core/commit/ec715854ca12520b2afc9e9b3981cbae05ae5206">ec71585</a>), closes <a href="https://github.com/vuejs/core/issues/9618">#9618</a></li> <li><strong>compiler-sfc:</strong> avoid passing forEach index to genMap (<a href="https://github.com/vuejs/core/commit/f12db7fb564a534cef2e5805cc9f54afe5d72fbf">f12db7f</a>)</li> <li><strong>compiler-sfc:</strong> deindent pug/jade templates (<a href="https://github.com/vuejs/core/commit/634519720a21fb5a6871454e1cadad7053a568b8">6345197</a>), closes <a href="https://github.com/vuejs/core/issues/3231">#3231</a> <a href="https://github.com/vuejs/core/issues/3842">#3842</a> <a href="https://github.com/vuejs/core/issues/7723">#7723</a></li> <li><strong>compiler-sfc:</strong> fix :where and :is selector in scoped mode with multiple selectors (<a href="https://github.com/vuejs/core/issues/9735">#9735</a>) (<a href="https://github.com/vuejs/core/commit/c3e2c556b532656b50b8ab5cd2d9eabc26622d63">c3e2c55</a>), closes <a href="https://github.com/vuejs/core/issues/9707">#9707</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.3.13">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) closed this pull request 2023-12-20 09:52:15 +00:00
argoyle commented 2023-12-20 09:52:17 +00:00 (Migrated from gitlab.com)

Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.