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 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://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://github.com/vuejs/core/issues/10317">#10317</a> <a href="https://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://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://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://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://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://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 />
---
<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)
merged commit into main2024-02-14 08:10:41 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps vue from 3.4.18 to 3.4.19.
Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
Commits
272ab9frelease: v3.4.1918f1f45chore: fix renovate.json formatting995d2fdfix(hydration): fix css vars hydration mismatch false positive on non-root nodesdf4a6e1chore(deps): bump@vue/consolidatef7ba97ffeat(dx): warn users when computed is self-triggering (#10299)b99ac93chore: ignore lru-cache in renovate.json0ce536cchore(deps): update dependency npm-run-all2 to v6 (#10309)5f7a0a0chore(errorHandling): directly return value in callWithErrorHandling function...b8be990fix(deps): pin lru-cache to avoid hashing error159efa9chore: fix local test run mode in release scriptDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts