dependabot[bot] opened a new pull request, #2687: URL: https://github.com/apache/jena/pull/2687
Bumps [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) from 3.4.38 to 3.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compiler-sfc</code>'s releases</a>.</em></p> <blockquote> <h2>v3.5.0</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.0-rc.1</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.0-beta.3</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.0-beta.2</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.0-beta.1</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.0-alpha.5</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.0-alpha.4</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.0-alpha.3</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.0-alpha.2</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.0-alpha.1</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/minor/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"><code>@vue/compiler-sfc</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/vuejs/core/compare/v3.5.0-rc.1...v3.5.0">3.5.0</a> (2024-09-03)</h1> <h2>Aggregated Features List for 3.5 (alpha to stable)</h2> <h3>Reactivity</h3> <ul> <li><strong>reactivity</strong>: Refactor reactivity system to use version counting and doubly-linked list tracking (<a href="https://redirect.github.com/vuejs/core/pull/10397">#10397</a>) (<a href="https://github.com/vuejs/core/commit/05eb4e0fefd585125dd60b7f8fe9c36928d921aa">05eb4e0</a>)</li> <li><strong>reactivity</strong>: Optimize array tracking (<a href="https://redirect.github.com/vuejs/core/pull/9511">#9511</a>) (<a href="https://github.com/vuejs/core/commit/70196a40cc078f50fcc1110c38c06fbcc70b205e">70196a4</a>)</li> <li><strong>compiler-sfc:</strong> enable reactive props destructure by default (<a href="https://github.com/vuejs/core/commit/d2dac0e359c47d1ed0aa77eda488e76fd6466d2d">d2dac0e</a>)</li> <li><strong>reactivity:</strong> <code>onEffectCleanup</code> API (<a href="https://github.com/vuejs/core/commit/2cc5615590de77126e8df46136de0240dbde5004">2cc5615</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10173">#10173</a></li> <li><strong>reactivity:</strong> add <code>failSilently</code> argument for <code>onScopeDispose</code> (<a href="https://github.com/vuejs/core/commit/9a936aaec489c79433a32791ecf5ddb1739a62bd">9a936aa</a>)</li> <li><strong>reactivity/watch:</strong> base <code>watch</code>, <code>getCurrentWatcher</code>, and <code>onWatcherCleanup</code> (<a href="https://redirect.github.com/vuejs/core/issues/9927">#9927</a>) (<a href="https://github.com/vuejs/core/commit/205e5b5e277243c3af2c937d9bd46cf671296b72">205e5b5</a>)</li> <li><strong>reactivity/watch:</strong> add pause/resume for ReactiveEffect, EffectScope, and WatchHandle (<a href="https://redirect.github.com/vuejs/core/issues/9651">#9651</a>) (<a href="https://github.com/vuejs/core/commit/267093c31490050bfcf3ff2b30a2aefee2dad582">267093c</a>)</li> <li><strong>watch:</strong> support passing number to <code>deep</code> option to control the watch depth (<a href="https://redirect.github.com/vuejs/core/issues/9572">#9572</a>) (<a href="https://github.com/vuejs/core/commit/22f7d96757956ebe0baafe52256aa327908cc51c">22f7d96</a>)</li> <li><strong>types:</strong> export <code>MultiWatchSources</code> type (<a href="https://redirect.github.com/vuejs/core/issues/9563">#9563</a>) (<a href="https://github.com/vuejs/core/commit/998dca59f140420280803233f41707580688562c">998dca5</a>)</li> <li><strong>types:</strong> allow computed getter and setter types to be unrelated (<a href="https://redirect.github.com/vuejs/core/issues/11472">#11472</a>) (<a href="https://github.com/vuejs/core/commit/a01675ef8f99b5acd6832c53051f4415b18609f2">a01675e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7271">#7271</a></li> </ul> <h3>SSR</h3> <ul> <li><strong>runtime-core:</strong> <code>useId()</code> and <code>app.config.idPrefix</code> (<a href="https://redirect.github.com/vuejs/core/issues/11404">#11404</a>) (<a href="https://github.com/vuejs/core/commit/73ef1561f6905d69f968c094d0180c61824f1247">73ef156</a>)</li> <li><strong>hydration:</strong> lazy hydration strategies for async components (<a href="https://redirect.github.com/vuejs/core/issues/11458">#11458</a>) (<a href="https://github.com/vuejs/core/commit/d14a11c1cdcee88452f17ce97758743c863958f4">d14a11c</a>)</li> <li><strong>hydration:</strong> support suppressing hydration mismatch via data-allow-mismatch (<a href="https://github.com/vuejs/core/commit/94fb2b8106a66bcca1a3f922a246a29fdd1274b1">94fb2b8</a>)</li> </ul> <h3>Custom Element</h3> <ul> <li><strong>custom-element:</strong> <code>useHost()</code> helper (<a href="https://github.com/vuejs/core/commit/775103af37df69d34c79f12c4c1776c47d07f0a0">775103a</a>)</li> <li><strong>custom-element:</strong> <code>useShadowRoot()</code> helper (<a href="https://github.com/vuejs/core/commit/5a1a89bd6178cc2f84ba91da7d72aee4c6ec1282">5a1a89b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6113">#6113</a> <a href="https://redirect.github.com/vuejs/core/issues/8195">#8195</a></li> <li><strong>custom-element:</strong> expose <code>this.$host</code> in Options API (<a href="https://github.com/vuejs/core/commit/1ef8f46af0cfdec2fed66376772409e0aa25ad50">1ef8f46</a>)</li> <li><strong>custom-element:</strong> inject child components styles to custom element shadow root (<a href="https://redirect.github.com/vuejs/core/issues/11517">#11517</a>) (<a href="https://github.com/vuejs/core/commit/56c76a8b05c45f782ed3a16ec77c6292b71a17f1">56c76a8</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/4662">#4662</a> <a href="https://redirect.github.com/vuejs/core/issues/7941">#7941</a> <a href="https://redirect.github.com/vuejs/core/issues/7942">#7942</a></li> <li><strong>custom-element:</strong> support configurable app instance in defineCustomElement (<a href="https://github.com/vuejs/core/commit/6758c3cd0427f97394d95168c655dae3b7fa62cd">6758c3c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/4356">#4356</a> <a href="https://redirect.github.com/vuejs/core/issues/4635">#4635</a></li> <li><strong>custom-element:</strong> support css <code>:host</code> selector by applying css vars on host element (<a href="https://redirect.github.com/vuejs/core/issues/8830">#8830</a>) (<a href="https://github.com/vuejs/core/commit/03a9ea2b88df0842a820e09f7445c4b9189e3fcb">03a9ea2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/8826">#8826</a></li> <li><strong>custom-element:</strong> support emit with options (<a href="https://github.com/vuejs/core/commit/e181bff6dc39d5cef92000c10291243c7d6e4d08">e181bff</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7605">#7605</a></li> <li><strong>custom-element:</strong> support expose on customElement (<a href="https://redirect.github.com/vuejs/core/issues/6256">#6256</a>) (<a href="https://github.com/vuejs/core/commit/af838c1b5ec23552e52e64ffa7db0eb0246c3624">af838c1</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/5540">#5540</a></li> <li><strong>custom-element:</strong> support <code>nonce</code> option for injected style tags (<a href="https://github.com/vuejs/core/commit/bb4a02a70c30e739a3c705b3d96d09258d7d7ded">bb4a02a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6530">#6530</a></li> <li><strong>custom-element:</strong> support passing custom-element-specific options via 2nd argument of defineCustomElement (<a href="https://github.com/vuejs/core/commit/60a88a2b129714186cf6ba66f30f31d733d0311e">60a88a2</a>)</li> <li><strong>custom-element:</strong> support <code>shadowRoot: false</code> in <code>defineCustomElement()</code> (<a href="https://github.com/vuejs/core/commit/37d2ce5d8e0fac4a00064f02b05f91f69b2d5d5e">37d2ce5</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/4314">#4314</a> <a href="https://redirect.github.com/vuejs/core/issues/4404">#4404</a></li> </ul> <h3>Teleport</h3> <ul> <li><strong>teleport:</strong> support deferred Teleport (<a href="https://redirect.github.com/vuejs/core/issues/11387">#11387</a>) (<a href="https://github.com/vuejs/core/commit/59a3e88903b10ac2278170a44d5a03f24fef23ef">59a3e88</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/2015">#2015</a> <a href="https://redirect.github.com/vuejs/core/issues/11386">#11386</a></li> <li><strong>teleport/transition:</strong> support directly nesting Teleport inside Transition (<a href="https://redirect.github.com/vuejs/core/issues/6548">#6548</a>) (<a href="https://github.com/vuejs/core/commit/0e6e3c7eb0e5320b7c1818e025cb4a490fede9c0">0e6e3c7</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/5836">#5836</a></li> </ul> <h3>Misc</h3> <ul> <li><strong>runtime-core:</strong> <code>useTemplateRef()</code> (<a href="https://github.com/vuejs/core/commit/3ba70e49b5856c53611c314d4855d679a546a7df">3ba70e4</a>)</li> <li><strong>runtime-core:</strong> add <code>app.onUnmount()</code> for registering cleanup functions (<a href="https://redirect.github.com/vuejs/core/issues/4619">#4619</a>) (<a href="https://github.com/vuejs/core/commit/582a3a382b1adda565bac576b913a88d9e8d7a9e">582a3a3</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/4516">#4516</a></li> <li><strong>runtime-core:</strong> add <code>app.config.throwUnhandledErrorInProduction</code> (<a href="https://github.com/vuejs/core/commit/f476b7f030f2dd427ca655fcea36f4933a4b4da0">f476b7f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/7876">#7876</a></li> <li><strong>runtime-dom:</strong> Trusted Types compatibility (<a href="https://redirect.github.com/vuejs/core/issues/10844">#10844</a>) (<a href="https://github.com/vuejs/core/commit/6d4eb94853ed1b2b1675bdd7d5ba9c75cc6daed5">6d4eb94</a>)</li> <li><strong>compiler-core:</strong> support <code>Symbol</code> global in template expressions (<a href="https://redirect.github.com/vuejs/core/issues/9069">#9069</a>) (<a href="https://github.com/vuejs/core/commit/a501a85a7c910868e01a5c70a2abea4e9d9e87f3">a501a85</a>)</li> <li><strong>types:</strong> export more emit related types (<a href="https://redirect.github.com/vuejs/core/issues/11017">#11017</a>) (<a href="https://github.com/vuejs/core/commit/189573dcee2a16bd3ed36ff5589d43f535e5e733">189573d</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/6402b984087dd48f1a11f444a225d4ac6b2b7b9e"><code>6402b98</code></a> release: v3.5.0</li> <li><a href="https://github.com/vuejs/core/commit/7b5b6e0275f35748dca6d7eb842f8ab2364c6b9a"><code>7b5b6e0</code></a> fix(cssVars): correctly escape double quotes in SSR (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11784">#11784</a>)</li> <li><a href="https://github.com/vuejs/core/commit/ca12e776bc53aaa31f2df6bb6edc6be1b2f10c37"><code>ca12e77</code></a> fix(hydration): escape css var name to avoid mismatch (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11739">#11739</a>)</li> <li><a href="https://github.com/vuejs/core/commit/cb843e0be31f9e563ccfc30eca0c06f2a224b505"><code>cb843e0</code></a> fix(deps): update dependency postcss to ^8.4.44 (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11774">#11774</a>)</li> <li><a href="https://github.com/vuejs/core/commit/0f7c0e5dc0eedada7a5194db87fd0a7dbd1d3354"><code>0f7c0e5</code></a> fix(compiler-sfc): fix import usage check for kebab-case same name shorthand ...</li> <li><a href="https://github.com/vuejs/core/commit/d298c431cc422b53cf4e9c69bf1daf926c33b6e0"><code>d298c43</code></a> release: v3.5.0-rc.1</li> <li><a href="https://github.com/vuejs/core/commit/9c4c2e51b045218d0c5ca64b4fb58b17d5d580cc"><code>9c4c2e5</code></a> fix(compiler-sfc): skip circular tsconfig project reference (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11680">#11680</a>)</li> <li><a href="https://github.com/vuejs/core/commit/ac9e7e8bfa55432a73a10864805fdf48bda2ff73"><code>ac9e7e8</code></a> test: adjust coverage config, use v8 coverage</li> <li><a href="https://github.com/vuejs/core/commit/334d47ddf3fc0c94fe364cbd5a9e4a5d9334b82d"><code>334d47d</code></a> dx(compiler-sfc): improve error message for missing template and script tag i...</li> <li><a href="https://github.com/vuejs/core/commit/8c3fdd1a7d4060680f8379fac8848d9f5f6e5620"><code>8c3fdd1</code></a> release: v3.5.0-beta.3</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/commits/v3.5.0/packages/compiler-sfc">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For additional commands, e-mail: pr-h...@jena.apache.org