1
0
Fork 0

build(deps): bump vue from 3.4.19 to 3.4.20 #57

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/vue-3.4.20 into master 2024-02-26 17:22:27 +08:00
dependabot[bot] commented 2024-02-26 10:47:24 +08:00 (Migrated from github.com)

Bumps vue from 3.4.19 to 3.4.20.

Release notes

Sourced from vue's releases.

v3.4.20

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.20 (2024-02-26)

Bug Fixes

  • parser: should not treat uppercase components as special tags (e0e0253), closes #10395
  • runtime-dom: avoid always resetting nullish option value (ff130c4), closes #10396
  • runtime-dom: fix nested v-show priority regression (364f890), closes #10338
  • runtime-dom: v-bind style should clear previous css string value (#10373) (e2d3235), closes #10352
  • suspense: handle suspense switching with nested suspense (#10184) (0f3da05), closes #10098
  • types: better typing for direct setup signature of defineComponent (#10357) (eadce5b), closes #8604 #8855
Commits

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.19 to 3.4.20. <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.20</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.19...v3.4.20">3.4.20</a> (2024-02-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>parser:</strong> should not treat uppercase components as special tags (<a href="https://github.com/vuejs/core/commit/e0e02535cdea1aeb1cfaff0d61d4b2555e555c36">e0e0253</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10395">#10395</a></li> <li><strong>runtime-dom:</strong> avoid always resetting nullish option value (<a href="https://github.com/vuejs/core/commit/ff130c470204086edaa093fb8fdc1247c69cba69">ff130c4</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10396">#10396</a></li> <li><strong>runtime-dom:</strong> fix nested v-show priority regression (<a href="https://github.com/vuejs/core/commit/364f8902c8657faec7c3a4d70a5b2c856567e92d">364f890</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10338">#10338</a></li> <li><strong>runtime-dom:</strong> v-bind style should clear previous css string value (<a href="https://redirect.github.com/vuejs/core/issues/10373">#10373</a>) (<a href="https://github.com/vuejs/core/commit/e2d323538e71d404e729148fd19a08bbc2e3da9b">e2d3235</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10352">#10352</a></li> <li><strong>suspense:</strong> handle suspense switching with nested suspense (<a href="https://redirect.github.com/vuejs/core/issues/10184">#10184</a>) (<a href="https://github.com/vuejs/core/commit/0f3da05ea201761529bb95594df1e2cee20b7107">0f3da05</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10098">#10098</a></li> <li><strong>types:</strong> better typing for direct setup signature of defineComponent (<a href="https://redirect.github.com/vuejs/core/issues/10357">#10357</a>) (<a href="https://github.com/vuejs/core/commit/eadce5b75356656fd2209ebdb406d34823c961b7">eadce5b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8604">#8604</a> <a href="https://redirect.github.com/vuejs/core/issues/8855">#8855</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/89de26cdcdddef8096417ea494de113399629d5b"><code>89de26c</code></a> release: v3.4.20</li> <li><a href="https://github.com/vuejs/core/commit/b97ad0ee9a76207062779a5feb23136d900fd740"><code>b97ad0e</code></a> chore: update e2eUtils puppeteer options</li> <li><a href="https://github.com/vuejs/core/commit/b3bd3a210aec72d5253c50b27c621d608d2b7a07"><code>b3bd3a2</code></a> build: disable reexportProtoFromExternal in rollup config</li> <li><a href="https://github.com/vuejs/core/commit/a24809fbd24a0d538dfddb6ee9d085efb206249b"><code>a24809f</code></a> chore: limit typescript lib to es2016 (<a href="https://redirect.github.com/vuejs/core/issues/10164">#10164</a>)</li> <li><a href="https://github.com/vuejs/core/commit/822cb72e01192c9eb04a642a360ef47ed0ec9fda"><code>822cb72</code></a> chore(deps): update test to ^1.3.1 (<a href="https://redirect.github.com/vuejs/core/issues/10355">#10355</a>)</li> <li><a href="https://github.com/vuejs/core/commit/77e872eac74971a853254789b5740d75210f637e"><code>77e872e</code></a> chore(deps): update lint (<a href="https://redirect.github.com/vuejs/core/issues/10323">#10323</a>)</li> <li><a href="https://github.com/vuejs/core/commit/b92e6ce1cab2faf4e5bf4ce359972a2c2c0cc65a"><code>b92e6ce</code></a> chore(deps): update build (<a href="https://redirect.github.com/vuejs/core/issues/10321">#10321</a>)</li> <li><a href="https://github.com/vuejs/core/commit/9192a9043d6ed48ee3885964152173728d4406c6"><code>9192a90</code></a> chore: format renovate.json</li> <li><a href="https://github.com/vuejs/core/commit/4e44d3d109dcc1e458befa48f1ce51d47783701c"><code>4e44d3d</code></a> chore(deps): update dependency marked to v12 (<a href="https://redirect.github.com/vuejs/core/issues/10404">#10404</a>)</li> <li><a href="https://github.com/vuejs/core/commit/617258f930671ed8ac600a20ac587f815ab630f8"><code>617258f</code></a> chore(deps): update test (<a href="https://redirect.github.com/vuejs/core/issues/10406">#10406</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.19...v3.4.20">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.19&new-version=3.4.20)](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.