You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/02/12 01:15:18 UTC

[PR] Bump @vue/compiler-sfc from 3.4.15 to 3.4.18 in /jena-fuseki2/jena-fuseki-ui [jena]

dependabot[bot] opened a new pull request, #2262:
URL: https://github.com/apache/jena/pull/2262

   Bumps [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) from 3.4.15 to 3.4.18.
   <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.4.18</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.17</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.16</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"><code>@​vue/compiler-sfc</code>'s changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/vuejs/core/compare/v3.4.17...v3.4.18">3.4.18</a> (2024-02-09)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>dx:</strong> warn against reserved keys as prop name (<a href="https://github.com/vuejs/core/commit/77a804b1d0d6a3f12fb3674cdceb85ebd6481e02">77a804b</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10281">#10281</a></li>
   <li><strong>runtime-dom:</strong>  ensure v-show respects display value set via v-bind (<a href="https://redirect.github.com/vuejs/core/issues/10297">#10297</a>) (<a href="https://github.com/vuejs/core/commit/c224897dd4e189a10ec601a97fe08cb638ebee19">c224897</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10151">#10151</a></li>
   </ul>
   <h2><a href="https://github.com/vuejs/core/compare/v3.4.16...v3.4.17">3.4.17</a> (2024-02-09)</h2>
   <h3>Reverts</h3>
   <ul>
   <li>fix(runtime-dom): ensure v-show respects display value set via v-bind (<a href="https://redirect.github.com/vuejs/core/issues/10161">#10161</a>) (<a href="https://github.com/vuejs/core/commit/2cd5b05c3bf171be5c0b473c084c01704a058ffa">2cd5b05</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10294">#10294</a> <a href="https://redirect.github.com/vuejs/core/issues/10151">#10151</a></li>
   </ul>
   <h2><a href="https://github.com/vuejs/core/compare/v3.4.15...v3.4.16">3.4.16</a> (2024-02-08)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>compiler-core:</strong> handle same-name shorthand edge case for in-DOM templates (<a href="https://github.com/vuejs/core/commit/cb87b6213d7b003fa7280712c285c7c9d9f291ca">cb87b62</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10280">#10280</a></li>
   <li><strong>compiler-core:</strong> support v-bind shorthand syntax for dynamic slot name (<a href="https://redirect.github.com/vuejs/core/issues/10218">#10218</a>) (<a href="https://github.com/vuejs/core/commit/91f058a90cd603492649633d153b120977c4df6b">91f058a</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10213">#10213</a></li>
   <li><strong>deps:</strong> update compiler (<a href="https://redirect.github.com/vuejs/core/issues/10269">#10269</a>) (<a href="https://github.com/vuejs/core/commit/336bb65820243006efdf990e6ea3610696467508">336bb65</a>)</li>
   <li><strong>hydration:</strong> fix SFC style v-bind hydration mismatch warnings (<a href="https://redirect.github.com/vuejs/core/issues/10250">#10250</a>) (<a href="https://github.com/vuejs/core/commit/f0b5f7ed8ddf74f9f5ba47cb65e8300370875291">f0b5f7e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10215">#10215</a></li>
   <li><strong>reactivity:</strong> avoid infinite recursion from side effects in computed getter (<a href="https://redirect.github.com/vuejs/core/issues/10232">#10232</a>) (<a href="https://github.com/vuejs/core/commit/0bced13ee5c53a02d5f10e5db76fe38b6e131440">0bced13</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10214">#10214</a></li>
   <li><strong>reactivity:</strong> handle <code>MaybeDirty</code> recurse (<a href="https://redirect.github.com/vuejs/core/issues/10187">#10187</a>) (<a href="https://github.com/vuejs/core/commit/6c7e0bd88f021b0b6365370e97b0c7e243d7d70b">6c7e0bd</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10185">#10185</a></li>
   <li><strong>reactivity:</strong> skip non-extensible objects when using <code>markRaw</code> (<a href="https://redirect.github.com/vuejs/core/issues/10289">#10289</a>) (<a href="https://github.com/vuejs/core/commit/2312184bc335e0d32aa4c0c0b49190b6334849b4">2312184</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10288">#10288</a></li>
   <li><strong>runtime-core:</strong> avoid inlining isShallow (<a href="https://redirect.github.com/vuejs/core/issues/10238">#10238</a>) (<a href="https://github.com/vuejs/core/commit/53eee72c3a96420db35236b5e8e4d9308a56e1b4">53eee72</a>)</li>
   <li><strong>runtime-core:</strong> support for nested calls to runWithContext (<a href="https://redirect.github.com/vuejs/core/issues/10261">#10261</a>) (<a href="https://github.com/vuejs/core/commit/75e02b5099a08166bdf407127916734c48209ee9">75e02b5</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10260">#10260</a></li>
   <li><strong>runtime-dom:</strong> ensure v-show respects display value set via v-bind (<a href="https://redirect.github.com/vuejs/core/issues/10161">#10161</a>) (<a href="https://github.com/vuejs/core/commit/9b19f0912104bfccb10c8cf5beab02b21a648935">9b19f09</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10151">#10151</a></li>
   <li><strong>runtime-dom:</strong> fix option selected update failed (<a href="https://redirect.github.com/vuejs/core/issues/10200">#10200</a>) (<a href="https://github.com/vuejs/core/commit/f31d782e4668050a188ac0f11ba8d5b861b913ca">f31d782</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/10194">#10194</a> <a href="https://redirect.github.com/vuejs/core/issues/10267">#10267</a></li>
   </ul>
   <h3>Reverts</h3>
   <ul>
   <li>perf(templateRef): avoid double render when using template ref on v-for (<a href="https://github.com/vuejs/core/commit/eb1b9116d7cd4a5747e8dadcdc5ba921df011f64">eb1b911</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9908">#9908</a> <a href="https://redirect.github.com/vuejs/core/issues/10210">#10210</a> <a href="https://redirect.github.com/vuejs/core/issues/10234">#10234</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/vuejs/core/commit/64f431aab07d18639848b982a695aedc9a4f03e7"><code>64f431a</code></a> release: v3.4.18</li>
   <li><a href="https://github.com/vuejs/core/commit/dfb271a29331820a098328a955489fb815af136a"><code>dfb271a</code></a> release: v3.4.17</li>
   <li><a href="https://github.com/vuejs/core/commit/13393308503cc6b32f6974999873427c5fd62fc0"><code>1339330</code></a> release: v3.4.16</li>
   <li><a href="https://github.com/vuejs/core/commit/336bb65820243006efdf990e6ea3610696467508"><code>336bb65</code></a> fix(deps): update compiler (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/10269">#10269</a>)</li>
   <li><a href="https://github.com/vuejs/core/commit/26c79cc8fa4d43de640d90d324b38b1cacd98f05"><code>26c79cc</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/10175">#10175</a>)</li>
   <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.4.18/packages/compiler-sfc">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vue/compiler-sfc&package-manager=npm_and_yarn&previous-version=3.4.15&new-version=3.4.18)](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-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


Re: [PR] Bump @vue/compiler-sfc from 3.4.15 to 3.4.18 in /jena-fuseki2/jena-fuseki-ui [jena]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #2262:
URL: https://github.com/apache/jena/pull/2262#issuecomment-1939248385

   Superseded by #2268.


-- 
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-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


Re: [PR] Bump @vue/compiler-sfc from 3.4.15 to 3.4.18 in /jena-fuseki2/jena-fuseki-ui [jena]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #2262: Bump @vue/compiler-sfc from 3.4.15 to 3.4.18 in /jena-fuseki2/jena-fuseki-ui
URL: https://github.com/apache/jena/pull/2262


-- 
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-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org