dependabot[bot] opened a new pull request, #2228: URL: https://github.com/apache/jena/pull/2228
Bumps [vue](https://github.com/vuejs/core) and [@vue/compat](https://github.com/vuejs/core). These dependencies needed to be updated together. Updates `vue` from 3.3.8 to 3.4.15 <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.15</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.14</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.13</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.12</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.11</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.10</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.9</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.8</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.7</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.6</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.5</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.4</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.3</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.2</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.1</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.0</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.0-rc.3</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.14...v3.4.15">3.4.15</a> (2024-01-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> fix type resolution for symlinked node_modules structure w/ pnpm (<a href="https://github.com/vuejs/core/commit/75e866bd4ef368b4e037a4933dbaf188920dc683">75e866b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10121">#10121</a></li> <li>correct url for production error reference links (<a href="https://github.com/vuejs/core/commit/c3087ff2cce7d96c60a870f8233441311ab4dfb4">c3087ff</a>)</li> <li><strong>hydration:</strong> fix incorect mismatch warning for option with non-string value and inner text (<a href="https://github.com/vuejs/core/commit/d16a2138a33b106b9e1499bbb9e1c67790370c97">d16a213</a>)</li> <li><strong>reactivity:</strong> re-fix <a href="https://redirect.github.com/vuejs/core/issues/10114">#10114</a> (<a href="https://redirect.github.com/vuejs/core/issues/10123">#10123</a>) (<a href="https://github.com/vuejs/core/commit/c2b274a887f61deb7e0185d1bef3b77d31e991cc">c2b274a</a>)</li> <li><strong>runtime-core:</strong> should not warn out-of-render slot fn usage when mounting another app in setup (<a href="https://redirect.github.com/vuejs/core/issues/10125">#10125</a>) (<a href="https://github.com/vuejs/core/commit/6fa33e67ec42af140a86fbdb86939032c3a1f345">6fa33e6</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10124">#10124</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>templateRef:</strong> avoid double render when using template ref on v-for (<a href="https://github.com/vuejs/core/commit/de4d2e2143ea8397cebeb1c7a57a60007b283c9f">de4d2e2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9908">#9908</a></li> <li><strong>v-model:</strong> optimize v-model multiple select w/ large lists (<a href="https://github.com/vuejs/core/commit/2ffb956efe692da059f4895669084c5278871351">2ffb956</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10014">#10014</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.13...v3.4.14">3.4.14</a> (2024-01-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> enable prefixIdentifiers by default when reparsing on consumed AST (<a href="https://redirect.github.com/vuejs/core/issues/10105">#10105</a>) (<a href="https://github.com/vuejs/core/commit/48bf8e4c708ec620e4852d71c8713394457108ee">48bf8e4</a>)</li> <li><strong>deps:</strong> update dependency postcss to ^8.4.33 (<a href="https://redirect.github.com/vuejs/core/issues/10110">#10110</a>) (<a href="https://github.com/vuejs/core/commit/a557006f8e7f110c6f322de38931dceaab8e9cbb">a557006</a>)</li> <li><strong>reactivity:</strong> fix regression for computed with mutation (<a href="https://redirect.github.com/vuejs/core/issues/10119">#10119</a>) (<a href="https://github.com/vuejs/core/commit/20f62afaafd422e42b99dde9c16f9a4ebfb9c5f7">20f62af</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10114">#10114</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.12...v3.4.13">3.4.13</a> (2024-01-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> fix dirtyLevel checks for recursive effects (<a href="https://redirect.github.com/vuejs/core/issues/10101">#10101</a>) (<a href="https://github.com/vuejs/core/commit/e45a8d24b46c174deb46ed952bdaf54c81ad5a85">e45a8d2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10082">#10082</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.11...v3.4.12">3.4.12</a> (2024-01-13)</h2> <h3>Reverts</h3> <ul> <li>fix(reactivity): correct dirty assign in render function (<a href="https://redirect.github.com/vuejs/core/issues/10091">#10091</a>) (<a href="https://github.com/vuejs/core/commit/8b1848173b0bc8fd84ce1da1af8d373c044bf073">8b18481</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10098">#10098</a> <a href="https://redirect.github.com/vuejs/core/issues/10100">#10100</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.10...v3.4.11">3.4.11</a> (2024-01-12)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/ee4cd78a06e6aa92b12564e527d131d1064c2cd0"><code>ee4cd78</code></a> release: v3.4.15</li> <li><a href="https://github.com/vuejs/core/commit/de4d2e2143ea8397cebeb1c7a57a60007b283c9f"><code>de4d2e2</code></a> perf(templateRef): avoid double render when using template ref on v-for</li> <li><a href="https://github.com/vuejs/core/commit/c3087ff2cce7d96c60a870f8233441311ab4dfb4"><code>c3087ff</code></a> fix: correct url for production error reference links</li> <li><a href="https://github.com/vuejs/core/commit/2ffb956efe692da059f4895669084c5278871351"><code>2ffb956</code></a> perf(v-model): optimize v-model multiple select w/ large lists</li> <li><a href="https://github.com/vuejs/core/commit/75e866bd4ef368b4e037a4933dbaf188920dc683"><code>75e866b</code></a> fix(compiler-sfc): fix type resolution for symlinked node_modules structure w...</li> <li><a href="https://github.com/vuejs/core/commit/6fa33e67ec42af140a86fbdb86939032c3a1f345"><code>6fa33e6</code></a> fix(runtime-core): should not warn out-of-render slot fn usage when mounting ...</li> <li><a href="https://github.com/vuejs/core/commit/81d307a1e903f0b1fa40c23f4a44ac17a8af734a"><code>81d307a</code></a> refactor: use shared isAttrRenderable logic between ssr and hydration</li> <li><a href="https://github.com/vuejs/core/commit/492a720fd00750d6d4eef6db1cda5d3c911dafe0"><code>492a720</code></a> chore: remove unused import</li> <li><a href="https://github.com/vuejs/core/commit/d16a2138a33b106b9e1499bbb9e1c67790370c97"><code>d16a213</code></a> fix(hydration): fix incorect mismatch warning for option with non-string valu...</li> <li><a href="https://github.com/vuejs/core/commit/e977c598dbe5662c74f1e71bac14e4b7fd42aff8"><code>e977c59</code></a> chore: replace -1 to PatchFlags.HOISTED (<a href="https://redirect.github.com/vuejs/core/issues/10146">#10146</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.3.8...v3.4.15">compare view</a></li> </ul> </details> <br /> Updates `@vue/compat` from 3.3.8 to 3.4.15 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases"><code>@vue/compat</code>'s releases</a>.</em></p> <blockquote> <h2>v3.4.15</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.14</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.13</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.12</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.11</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.10</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.9</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.8</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.7</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.6</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.5</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.4</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.3</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.2</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.1</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.0</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.4.0-rc.3</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md"><code>@vue/compat</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.4.14...v3.4.15">3.4.15</a> (2024-01-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> fix type resolution for symlinked node_modules structure w/ pnpm (<a href="https://github.com/vuejs/core/commit/75e866bd4ef368b4e037a4933dbaf188920dc683">75e866b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10121">#10121</a></li> <li>correct url for production error reference links (<a href="https://github.com/vuejs/core/commit/c3087ff2cce7d96c60a870f8233441311ab4dfb4">c3087ff</a>)</li> <li><strong>hydration:</strong> fix incorect mismatch warning for option with non-string value and inner text (<a href="https://github.com/vuejs/core/commit/d16a2138a33b106b9e1499bbb9e1c67790370c97">d16a213</a>)</li> <li><strong>reactivity:</strong> re-fix <a href="https://redirect.github.com/vuejs/core/issues/10114">#10114</a> (<a href="https://redirect.github.com/vuejs/core/issues/10123">#10123</a>) (<a href="https://github.com/vuejs/core/commit/c2b274a887f61deb7e0185d1bef3b77d31e991cc">c2b274a</a>)</li> <li><strong>runtime-core:</strong> should not warn out-of-render slot fn usage when mounting another app in setup (<a href="https://redirect.github.com/vuejs/core/issues/10125">#10125</a>) (<a href="https://github.com/vuejs/core/commit/6fa33e67ec42af140a86fbdb86939032c3a1f345">6fa33e6</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10124">#10124</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>templateRef:</strong> avoid double render when using template ref on v-for (<a href="https://github.com/vuejs/core/commit/de4d2e2143ea8397cebeb1c7a57a60007b283c9f">de4d2e2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9908">#9908</a></li> <li><strong>v-model:</strong> optimize v-model multiple select w/ large lists (<a href="https://github.com/vuejs/core/commit/2ffb956efe692da059f4895669084c5278871351">2ffb956</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10014">#10014</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.13...v3.4.14">3.4.14</a> (2024-01-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> enable prefixIdentifiers by default when reparsing on consumed AST (<a href="https://redirect.github.com/vuejs/core/issues/10105">#10105</a>) (<a href="https://github.com/vuejs/core/commit/48bf8e4c708ec620e4852d71c8713394457108ee">48bf8e4</a>)</li> <li><strong>deps:</strong> update dependency postcss to ^8.4.33 (<a href="https://redirect.github.com/vuejs/core/issues/10110">#10110</a>) (<a href="https://github.com/vuejs/core/commit/a557006f8e7f110c6f322de38931dceaab8e9cbb">a557006</a>)</li> <li><strong>reactivity:</strong> fix regression for computed with mutation (<a href="https://redirect.github.com/vuejs/core/issues/10119">#10119</a>) (<a href="https://github.com/vuejs/core/commit/20f62afaafd422e42b99dde9c16f9a4ebfb9c5f7">20f62af</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10114">#10114</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.12...v3.4.13">3.4.13</a> (2024-01-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>reactivity:</strong> fix dirtyLevel checks for recursive effects (<a href="https://redirect.github.com/vuejs/core/issues/10101">#10101</a>) (<a href="https://github.com/vuejs/core/commit/e45a8d24b46c174deb46ed952bdaf54c81ad5a85">e45a8d2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10082">#10082</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.11...v3.4.12">3.4.12</a> (2024-01-13)</h2> <h3>Reverts</h3> <ul> <li>fix(reactivity): correct dirty assign in render function (<a href="https://redirect.github.com/vuejs/core/issues/10091">#10091</a>) (<a href="https://github.com/vuejs/core/commit/8b1848173b0bc8fd84ce1da1af8d373c044bf073">8b18481</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10098">#10098</a> <a href="https://redirect.github.com/vuejs/core/issues/10100">#10100</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.4.10...v3.4.11">3.4.11</a> (2024-01-12)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/ee4cd78a06e6aa92b12564e527d131d1064c2cd0"><code>ee4cd78</code></a> release: v3.4.15</li> <li><a href="https://github.com/vuejs/core/commit/de4d2e2143ea8397cebeb1c7a57a60007b283c9f"><code>de4d2e2</code></a> perf(templateRef): avoid double render when using template ref on v-for</li> <li><a href="https://github.com/vuejs/core/commit/c3087ff2cce7d96c60a870f8233441311ab4dfb4"><code>c3087ff</code></a> fix: correct url for production error reference links</li> <li><a href="https://github.com/vuejs/core/commit/2ffb956efe692da059f4895669084c5278871351"><code>2ffb956</code></a> perf(v-model): optimize v-model multiple select w/ large lists</li> <li><a href="https://github.com/vuejs/core/commit/75e866bd4ef368b4e037a4933dbaf188920dc683"><code>75e866b</code></a> fix(compiler-sfc): fix type resolution for symlinked node_modules structure w...</li> <li><a href="https://github.com/vuejs/core/commit/6fa33e67ec42af140a86fbdb86939032c3a1f345"><code>6fa33e6</code></a> fix(runtime-core): should not warn out-of-render slot fn usage when mounting ...</li> <li><a href="https://github.com/vuejs/core/commit/81d307a1e903f0b1fa40c23f4a44ac17a8af734a"><code>81d307a</code></a> refactor: use shared isAttrRenderable logic between ssr and hydration</li> <li><a href="https://github.com/vuejs/core/commit/492a720fd00750d6d4eef6db1cda5d3c911dafe0"><code>492a720</code></a> chore: remove unused import</li> <li><a href="https://github.com/vuejs/core/commit/d16a2138a33b106b9e1499bbb9e1c67790370c97"><code>d16a213</code></a> fix(hydration): fix incorect mismatch warning for option with non-string valu...</li> <li><a href="https://github.com/vuejs/core/commit/e977c598dbe5662c74f1e71bac14e4b7fd42aff8"><code>e977c59</code></a> chore: replace -1 to PatchFlags.HOISTED (<a href="https://redirect.github.com/vuejs/core/issues/10146">#10146</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.3.8...v3.4.15">compare view</a></li> </ul> </details> <br /> 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
