1
0
Fork 0

build(deps): bump vue from 3.4.18 to 3.4.19 #52

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/vue-3.4.19 into master 2024-02-15 07:59:49 +08:00
dependabot[bot] commented 2024-02-14 10:59:39 +08:00 (Migrated from github.com)

Bumps vue from 3.4.18 to 3.4.19.

Release notes

Sourced from vue's releases.

v3.4.19

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.19 (2024-02-13)

Bug Fixes

  • deps: pin lru-cache to avoid hashing error (b8be990), closes #10300
  • hydration: fix css vars hydration mismatch false positive on non-root nodes (995d2fd), closes #10317 #10325
  • runtime-dom: should not trigger transition when v-show value is falsy (#10311) (e509639)

Features

Note: this warning is categorized as a feature but released in a patch because it does not affect public APIs.

  • dx: warn users when computed is self-triggering (#10299) (f7ba97f)

Performance Improvements

Commits
  • 272ab9f release: v3.4.19
  • 18f1f45 chore: fix renovate.json formatting
  • 995d2fd fix(hydration): fix css vars hydration mismatch false positive on non-root nodes
  • df4a6e1 chore(deps): bump @​vue/consolidate
  • f7ba97f feat(dx): warn users when computed is self-triggering (#10299)
  • b99ac93 chore: ignore lru-cache in renovate.json
  • 0ce536c chore(deps): update dependency npm-run-all2 to v6 (#10309)
  • 5f7a0a0 chore(errorHandling): directly return value in callWithErrorHandling function...
  • b8be990 fix(deps): pin lru-cache to avoid hashing error
  • 159efa9 chore: fix local test run mode in release script
  • 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.18 to 3.4.19. <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.19</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.18...v3.4.19">3.4.19</a> (2024-02-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> pin lru-cache to avoid hashing error (<a href="https://github.com/vuejs/core/commit/b8be99018ceae92d1732dfb414df12b36b90b31f">b8be990</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10300">#10300</a></li> <li><strong>hydration:</strong> fix css vars hydration mismatch false positive on non-root nodes (<a href="https://github.com/vuejs/core/commit/995d2fdcca485c24849c99f498c1edc163722e04">995d2fd</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10317">#10317</a> <a href="https://redirect.github.com/vuejs/core/issues/10325">#10325</a></li> <li><strong>runtime-dom:</strong> should not trigger transition when v-show value is falsy (<a href="https://redirect.github.com/vuejs/core/issues/10311">#10311</a>) (<a href="https://github.com/vuejs/core/commit/e50963903d93a7f24003b6e2c03647fdf7454b1e">e509639</a>)</li> </ul> <h3>Features</h3> <blockquote> <p>Note: this warning is categorized as a feature but released in a patch because it does not affect public APIs.</p> </blockquote> <ul> <li><strong>dx:</strong> warn users when computed is self-triggering (<a href="https://redirect.github.com/vuejs/core/issues/10299">#10299</a>) (<a href="https://github.com/vuejs/core/commit/f7ba97f9754a9882c1f6b1c07ca1a4040479dd13">f7ba97f</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>runtime:</strong> improve <code>getType()</code> GC and speed (<a href="https://redirect.github.com/vuejs/core/issues/10327">#10327</a>) (<a href="https://github.com/vuejs/core/commit/603a1e1f5ad587c077f0d974c1bbe856be22ebe9">603a1e1</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/272ab9fbdcb1af0535108b9f888e80d612f9171d"><code>272ab9f</code></a> release: v3.4.19</li> <li><a href="https://github.com/vuejs/core/commit/18f1f458076ac62e3f33cec478a821e6a560a7c0"><code>18f1f45</code></a> chore: fix renovate.json formatting</li> <li><a href="https://github.com/vuejs/core/commit/995d2fdcca485c24849c99f498c1edc163722e04"><code>995d2fd</code></a> fix(hydration): fix css vars hydration mismatch false positive on non-root nodes</li> <li><a href="https://github.com/vuejs/core/commit/df4a6e1dd8c3bf8c2692ff235a080d29a6e1fe45"><code>df4a6e1</code></a> chore(deps): bump <code>@​vue/consolidate</code></li> <li><a href="https://github.com/vuejs/core/commit/f7ba97f9754a9882c1f6b1c07ca1a4040479dd13"><code>f7ba97f</code></a> feat(dx): warn users when computed is self-triggering (<a href="https://redirect.github.com/vuejs/core/issues/10299">#10299</a>)</li> <li><a href="https://github.com/vuejs/core/commit/b99ac931a870b21b257d19b1e92c78c5f7c1fcb9"><code>b99ac93</code></a> chore: ignore lru-cache in renovate.json</li> <li><a href="https://github.com/vuejs/core/commit/0ce536ccf8e059a08acb331bd4c7e429ec98ee2e"><code>0ce536c</code></a> chore(deps): update dependency npm-run-all2 to v6 (<a href="https://redirect.github.com/vuejs/core/issues/10309">#10309</a>)</li> <li><a href="https://github.com/vuejs/core/commit/5f7a0a08b21e3893191818ba2d8d4f42ee86d89c"><code>5f7a0a0</code></a> chore(errorHandling): directly return value in callWithErrorHandling function...</li> <li><a href="https://github.com/vuejs/core/commit/b8be99018ceae92d1732dfb414df12b36b90b31f"><code>b8be990</code></a> fix(deps): pin lru-cache to avoid hashing error</li> <li><a href="https://github.com/vuejs/core/commit/159efa9d73caf4d7ed87b06a86db2fd6b5e51995"><code>159efa9</code></a> chore: fix local test run mode in release script</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.18...v3.4.19">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.18&new-version=3.4.19)](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.