1
0
Fork 0

Bump vue from 3.4.15 to 3.4.18 #49

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/vue-3.4.18 into master 2024-02-10 08:19:18 +08:00
dependabot[bot] commented 2024-02-09 10:57:02 +08:00 (Migrated from github.com)

Bumps vue from 3.4.15 to 3.4.18.

Release notes

Sourced from vue's releases.

v3.4.18

Please refer to CHANGELOG.md for details.

v3.4.17

Please refer to CHANGELOG.md for details.

v3.4.16

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.18 (2024-02-09)

Bug Fixes

  • dx: warn against reserved keys as prop name (77a804b), closes #10281
  • runtime-dom: ensure v-show respects display value set via v-bind (#10297) (c224897), closes #10151

3.4.17 (2024-02-09)

Reverts

3.4.16 (2024-02-08)

Bug Fixes

Reverts

Commits
  • 64f431a release: v3.4.18
  • c224897 fix(runtime-dom): ensure v-show respects display value set via v-bind (#10297)
  • 5d48844 test: fix unexpected warning check when asserting same message for both condi...
  • 77a804b fix(dx): warn against reserved keys as prop name
  • dfb271a release: v3.4.17
  • 2cd5b05 revert: fix(runtime-dom): ensure v-show respects display value set via v-bind...
  • 1339330 release: v3.4.16
  • 2b0a706 chore: move X_V_BIND_INVALID_SAME_NAME_ARGUMENT to preserve error code order
  • 2312184 fix(reactivity): skip non-extensible objects when using markRaw (#10289)
  • 75e02b5 fix(runtime-core): support for nested calls to runWithContext (#10261)
  • 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.4.15 to 3.4.18. <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.4.18</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.17</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.16</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.4.17...v3.4.18">3.4.18</a> (2024-02-09)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>dx:</strong> warn against reserved keys as prop name (<a href="https://github.com/vuejs/core/commit/77a804b1d0d6a3f12fb3674cdceb85ebd6481e02">77a804b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10281">#10281</a></li> <li><strong>runtime-dom:</strong> ensure v-show respects display value set via v-bind (<a href="https://redirect.github.com/vuejs/core/issues/10297">#10297</a>) (<a href="https://github.com/vuejs/core/commit/c224897dd4e189a10ec601a97fe08cb638ebee19">c224897</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10151">#10151</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.16...v3.4.17">3.4.17</a> (2024-02-09)</h2> <h3>Reverts</h3> <ul> <li>fix(runtime-dom): ensure v-show respects display value set via v-bind (<a href="https://redirect.github.com/vuejs/core/issues/10161">#10161</a>) (<a href="https://github.com/vuejs/core/commit/2cd5b05c3bf171be5c0b473c084c01704a058ffa">2cd5b05</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10294">#10294</a> <a href="https://redirect.github.com/vuejs/core/issues/10151">#10151</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.15...v3.4.16">3.4.16</a> (2024-02-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> handle same-name shorthand edge case for in-DOM templates (<a href="https://github.com/vuejs/core/commit/cb87b6213d7b003fa7280712c285c7c9d9f291ca">cb87b62</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10280">#10280</a></li> <li><strong>compiler-core:</strong> support v-bind shorthand syntax for dynamic slot name (<a href="https://redirect.github.com/vuejs/core/issues/10218">#10218</a>) (<a href="https://github.com/vuejs/core/commit/91f058a90cd603492649633d153b120977c4df6b">91f058a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10213">#10213</a></li> <li><strong>deps:</strong> update compiler (<a href="https://redirect.github.com/vuejs/core/issues/10269">#10269</a>) (<a href="https://github.com/vuejs/core/commit/336bb65820243006efdf990e6ea3610696467508">336bb65</a>)</li> <li><strong>hydration:</strong> fix SFC style v-bind hydration mismatch warnings (<a href="https://redirect.github.com/vuejs/core/issues/10250">#10250</a>) (<a href="https://github.com/vuejs/core/commit/f0b5f7ed8ddf74f9f5ba47cb65e8300370875291">f0b5f7e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10215">#10215</a></li> <li><strong>reactivity:</strong> avoid infinite recursion from side effects in computed getter (<a href="https://redirect.github.com/vuejs/core/issues/10232">#10232</a>) (<a href="https://github.com/vuejs/core/commit/0bced13ee5c53a02d5f10e5db76fe38b6e131440">0bced13</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10214">#10214</a></li> <li><strong>reactivity:</strong> handle <code>MaybeDirty</code> recurse (<a href="https://redirect.github.com/vuejs/core/issues/10187">#10187</a>) (<a href="https://github.com/vuejs/core/commit/6c7e0bd88f021b0b6365370e97b0c7e243d7d70b">6c7e0bd</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10185">#10185</a></li> <li><strong>reactivity:</strong> skip non-extensible objects when using <code>markRaw</code> (<a href="https://redirect.github.com/vuejs/core/issues/10289">#10289</a>) (<a href="https://github.com/vuejs/core/commit/2312184bc335e0d32aa4c0c0b49190b6334849b4">2312184</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10288">#10288</a></li> <li><strong>runtime-core:</strong> avoid inlining isShallow (<a href="https://redirect.github.com/vuejs/core/issues/10238">#10238</a>) (<a href="https://github.com/vuejs/core/commit/53eee72c3a96420db35236b5e8e4d9308a56e1b4">53eee72</a>)</li> <li><strong>runtime-core:</strong> support for nested calls to runWithContext (<a href="https://redirect.github.com/vuejs/core/issues/10261">#10261</a>) (<a href="https://github.com/vuejs/core/commit/75e02b5099a08166bdf407127916734c48209ee9">75e02b5</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10260">#10260</a></li> <li><strong>runtime-dom:</strong> ensure v-show respects display value set via v-bind (<a href="https://redirect.github.com/vuejs/core/issues/10161">#10161</a>) (<a href="https://github.com/vuejs/core/commit/9b19f0912104bfccb10c8cf5beab02b21a648935">9b19f09</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10151">#10151</a></li> <li><strong>runtime-dom:</strong> fix option selected update failed (<a href="https://redirect.github.com/vuejs/core/issues/10200">#10200</a>) (<a href="https://github.com/vuejs/core/commit/f31d782e4668050a188ac0f11ba8d5b861b913ca">f31d782</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10194">#10194</a> <a href="https://redirect.github.com/vuejs/core/issues/10267">#10267</a></li> </ul> <h3>Reverts</h3> <ul> <li>perf(templateRef): avoid double render when using template ref on v-for (<a href="https://github.com/vuejs/core/commit/eb1b9116d7cd4a5747e8dadcdc5ba921df011f64">eb1b911</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9908">#9908</a> <a href="https://redirect.github.com/vuejs/core/issues/10210">#10210</a> <a href="https://redirect.github.com/vuejs/core/issues/10234">#10234</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/64f431aab07d18639848b982a695aedc9a4f03e7"><code>64f431a</code></a> release: v3.4.18</li> <li><a href="https://github.com/vuejs/core/commit/c224897dd4e189a10ec601a97fe08cb638ebee19"><code>c224897</code></a> fix(runtime-dom): ensure v-show respects display value set via v-bind (<a href="https://redirect.github.com/vuejs/core/issues/10297">#10297</a>)</li> <li><a href="https://github.com/vuejs/core/commit/5d48844670b6b26a83c4ace6ae606ab8248d97f8"><code>5d48844</code></a> test: fix unexpected warning check when asserting same message for both condi...</li> <li><a href="https://github.com/vuejs/core/commit/77a804b1d0d6a3f12fb3674cdceb85ebd6481e02"><code>77a804b</code></a> fix(dx): warn against reserved keys as prop name</li> <li><a href="https://github.com/vuejs/core/commit/dfb271a29331820a098328a955489fb815af136a"><code>dfb271a</code></a> release: v3.4.17</li> <li><a href="https://github.com/vuejs/core/commit/2cd5b05c3bf171be5c0b473c084c01704a058ffa"><code>2cd5b05</code></a> revert: fix(runtime-dom): ensure v-show respects display value set via v-bind...</li> <li><a href="https://github.com/vuejs/core/commit/13393308503cc6b32f6974999873427c5fd62fc0"><code>1339330</code></a> release: v3.4.16</li> <li><a href="https://github.com/vuejs/core/commit/2b0a706dc7d13c1d6c9808b4df9d880adc2a1bbf"><code>2b0a706</code></a> chore: move X_V_BIND_INVALID_SAME_NAME_ARGUMENT to preserve error code order</li> <li><a href="https://github.com/vuejs/core/commit/2312184bc335e0d32aa4c0c0b49190b6334849b4"><code>2312184</code></a> fix(reactivity): skip non-extensible objects when using <code>markRaw</code> (<a href="https://redirect.github.com/vuejs/core/issues/10289">#10289</a>)</li> <li><a href="https://github.com/vuejs/core/commit/75e02b5099a08166bdf407127916734c48209ee9"><code>75e02b5</code></a> fix(runtime-core): support for nested calls to runWithContext (<a href="https://redirect.github.com/vuejs/core/issues/10261">#10261</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.15...v3.4.18">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.4.15&new-version=3.4.18)](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>
Commenting is not possible because the repository is archived.
No description provided.