Skip to content

Commit e54053b

Browse files
chore(deps): bump vue from 3.5.5 to 3.5.8 in /web (#533)
Bumps [vue](https://github.com/vuejs/core) from 3.5.5 to 3.5.8. <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.5.8</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.7</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</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.5.7...v3.5.8">3.5.8</a> (2024-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> do not remove dep from depsMap when cleaning up deps of computed (<a href="https://redirect.github.com/vuejs/core/issues/11995">#11995</a>) (<a href="https://github.com/vuejs/core/commit/0267a588017eee4951ac2a877fe1ccae84cad905">0267a58</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.6...v3.5.7">3.5.7</a> (2024-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-core:</strong> fix v-model with newlines edge case (<a href="https://redirect.github.com/vuejs/core/issues/11960">#11960</a>) (<a href="https://github.com/vuejs/core/commit/62242886d705ece88dbcad45bb78072ecccad0ca">6224288</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8306">#8306</a></li> <li><strong>compiler-sfc:</strong> initialize scope with null prototype object (<a href="https://redirect.github.com/vuejs/core/issues/11963">#11963</a>) (<a href="https://github.com/vuejs/core/commit/215e15407294bf667261360218f975b88c99c2e5">215e154</a>)</li> <li><strong>hydration:</strong> avoid observing non-Element node (<a href="https://redirect.github.com/vuejs/core/issues/11954">#11954</a>) (<a href="https://github.com/vuejs/core/commit/7257e6a34200409b3fc347d3bb807e11e2785974">7257e6a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11952">#11952</a></li> <li><strong>reactivity:</strong> do not remove dep from depsMap when unsubbed by computed (<a href="https://github.com/vuejs/core/commit/960706eebf73f08ebc9d5dd853a05def05e2c153">960706e</a>)</li> <li><strong>reactivity:</strong> fix dev-only memory leak by updating dep.subsHead on sub removal (<a href="https://github.com/vuejs/core/commit/5c8b76ed6cfbbcee4cbaac0b72beab7291044e4f">5c8b76e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li> <li><strong>reactivity:</strong> fix memory leak from dep instances of garbage collected objects (<a href="https://github.com/vuejs/core/commit/235ea4772ed2972914cf142da8b7ac1fb04f7585">235ea47</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11979">#11979</a> <a href="https://redirect.github.com/vuejs/core/issues/11971">#11971</a></li> <li><strong>reactivity:</strong> fix triggerRef call on ObjectRefImpl returned by toRef (<a href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>) (<a href="https://github.com/vuejs/core/commit/b030c8bc7327877efb98aa3d9a58eb287a6ff07a">b030c8b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11982">#11982</a></li> <li><strong>scheduler:</strong> ensure recursive jobs can't be queued twice (<a href="https://redirect.github.com/vuejs/core/issues/11955">#11955</a>) (<a href="https://github.com/vuejs/core/commit/d18d6aa1b20dc57a8103c51ec4d61e8e53ed936d">d18d6aa</a>)</li> <li><strong>ssr:</strong> don't render comments in TransitionGroup (<a href="https://redirect.github.com/vuejs/core/issues/11961">#11961</a>) (<a href="https://github.com/vuejs/core/commit/a2f6edeb02faedbb673c4bc5c6a59d9a79a37d07">a2f6ede</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11958">#11958</a></li> <li><strong>transition:</strong> respect <code>duration</code> setting even when it is <code>0</code> (<a href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>) (<a href="https://github.com/vuejs/core/commit/f927a4ae6f7c453f70ba89498ee0c737dc9866fd">f927a4a</a>)</li> <li><strong>types:</strong> correct type inference of all-optional props (<a href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>) (<a href="https://github.com/vuejs/core/commit/9eca65ee9871d1ac878755afa9a3eb1b02030350">9eca65e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11733">#11733</a> <a href="https://redirect.github.com/vuejs/language-tools/issues/4704">vuejs/language-tools#4704</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>hydration:</strong> avoid observer if element is in viewport (<a href="https://redirect.github.com/vuejs/core/issues/11639">#11639</a>) (<a href="https://github.com/vuejs/core/commit/e075dfad5c7649c6045e3711687ec888e7aa1a39">e075dfa</a>)</li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-dom:</strong> should be able to stringify mathML (<a href="https://redirect.github.com/vuejs/core/issues/11891">#11891</a>) (<a href="https://github.com/vuejs/core/commit/85c138ced108268f7656b568dfd3036a1e0aae34">85c138c</a>)</li> <li><strong>compiler-sfc:</strong> preserve old behavior when using withDefaults with desutructure (<a href="https://github.com/vuejs/core/commit/8492c3c49a922363d6c77ef192c133a8fbce6514">8492c3c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11930">#11930</a></li> <li><strong>reactivity:</strong> avoid exponential perf cost and reduce call stack depth for deeply chained computeds (<a href="https://redirect.github.com/vuejs/core/issues/11944">#11944</a>) (<a href="https://github.com/vuejs/core/commit/c74bb8c2dd9e82aaabb0a2a2b368e900929b513b">c74bb8c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11928">#11928</a></li> <li><strong>reactivity:</strong> rely on dirty check only when computed has deps (<a href="https://redirect.github.com/vuejs/core/issues/11931">#11931</a>) (<a href="https://github.com/vuejs/core/commit/aa5dafd2b55d42d6a29316a3bc91aea85c676a0b">aa5dafd</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11929">#11929</a></li> <li><strong>watch:</strong> <code>once</code> option should be ignored by watchEffect (<a href="https://redirect.github.com/vuejs/core/issues/11884">#11884</a>) (<a href="https://github.com/vuejs/core/commit/49fa673493d93b77ddba2165ab6545bae84fd1ae">49fa673</a>)</li> <li><strong>watch:</strong> unwatch should be callable during SSR (<a href="https://redirect.github.com/vuejs/core/issues/11925">#11925</a>) (<a href="https://github.com/vuejs/core/commit/2d6adf78a047eed091db277ffbd9df0822fb0bdd">2d6adf7</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11924">#11924</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/5e8898572fa63438b57a4b2b1de01a85dc49655e"><code>5e88985</code></a> release: v3.5.8</li> <li><a href="https://github.com/vuejs/core/commit/0267a588017eee4951ac2a877fe1ccae84cad905"><code>0267a58</code></a> fix(reactivity): do not remove dep from depsMap when cleaning up deps of comp...</li> <li><a href="https://github.com/vuejs/core/commit/d1764a142abada80283ec1134bad193c5622557a"><code>d1764a1</code></a> test: simplify computed last sub test case</li> <li><a href="https://github.com/vuejs/core/commit/6fcb80172f2f612bb104f68ef840d377a7eac862"><code>6fcb801</code></a> release: v3.5.7</li> <li><a href="https://github.com/vuejs/core/commit/960706eebf73f08ebc9d5dd853a05def05e2c153"><code>960706e</code></a> fix(reactivity): do not remove dep from depsMap when unsubbed by computed</li> <li><a href="https://github.com/vuejs/core/commit/b030c8bc7327877efb98aa3d9a58eb287a6ff07a"><code>b030c8b</code></a> fix(reactivity): fix triggerRef call on ObjectRefImpl returned by toRef (<a href="https://redirect.github.com/vuejs/core/issues/11986">#11986</a>)</li> <li><a href="https://github.com/vuejs/core/commit/9eca65ee9871d1ac878755afa9a3eb1b02030350"><code>9eca65e</code></a> fix(types): correct type inference of all-optional props (<a href="https://redirect.github.com/vuejs/core/issues/11644">#11644</a>)</li> <li><a href="https://github.com/vuejs/core/commit/235ea4772ed2972914cf142da8b7ac1fb04f7585"><code>235ea47</code></a> fix(reactivity): fix memory leak from dep instances of garbage collected objects</li> <li><a href="https://github.com/vuejs/core/commit/5c8b76ed6cfbbcee4cbaac0b72beab7291044e4f"><code>5c8b76e</code></a> fix(reactivity): fix dev-only memory leak by updating dep.subsHead on sub rem...</li> <li><a href="https://github.com/vuejs/core/commit/f927a4ae6f7c453f70ba89498ee0c737dc9866fd"><code>f927a4a</code></a> fix(transition): respect <code>duration</code> setting even when it is <code>0</code> (<a href="https://redirect.github.com/vuejs/core/issues/11967">#11967</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.8">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.5.5&new-version=3.5.8)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc194aa commit e54053b

File tree

2 files changed

+115
-47
lines changed

2 files changed

+115
-47
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@astrojs/vue": "^4.5.1",
2222
"@fontsource/poppins": "^5.1.0",
2323
"astro": "^4.15.6",
24-
"vue": "^3.5.5"
24+
"vue": "^3.5.8"
2525
},
2626
"devDependencies": {
2727
"@playwright/test": "^1.47.1",

web/pnpm-lock.yaml

Lines changed: 114 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)