dependabot[bot] opened a new pull request, #3998: URL: https://github.com/apache/jena/pull/3998
Bumps the npm-patch-group group in /jena-fuseki2/jena-fuseki-ui with 2 updates: [@vue/test-utils](https://github.com/vuejs/test-utils) and [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue). Updates `@vue/test-utils` from 2.4.10 to 2.4.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/test-utils/releases">@​vue/test-utils's releases</a>.</em></p> <blockquote> <h2>v2.4.11</h2> <p><a href="https://github.com/vuejs/test-utils/compare/v2.4.10...v2.4.11">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li>Drop legacy Mutation Event listener entries (<a href="https://redirect.github.com/vuejs/test-utils/pull/2844">#2844</a>)</li> <li>Handle <code>setData()</code> correctly for components using both <code>setup()</code> and <code>data()</code> (<a href="https://redirect.github.com/vuejs/test-utils/pull/2846">#2846</a>)</li> <li>Export <code>GlobalMountOptions</code> type (<a href="https://redirect.github.com/vuejs/test-utils/pull/2851">#2851</a>)</li> <li>Set spec-compliant <code>event.code</code> on <code>keydown</code>/<code>keyup</code> (<a href="https://redirect.github.com/vuejs/test-utils/pull/2850">#2850</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Cédric Exbrayat (<a href="https://github.com/cexbrayat"><code>@​cexbrayat</code></a>)</li> <li>Renato de Leão (<a href="https://github.com/renatodeleao"><code>@​renatodeleao</code></a>)</li> <li>Matt Van Horn (<a href="https://github.com/mvanhorn"><code>@​mvanhorn</code></a>)</li> <li>Carsten Brachem (<a href="https://github.com/cbrachem"><code>@​cbrachem</code></a>)</li> <li>Ahmad Hanan (<a href="https://github.com/AhmadHannan037"><code>@​AhmadHannan037</code></a>)</li> <li>Paul Cochrane (<a href="https://github.com/paultcochrane"><code>@​paultcochrane</code></a>)</li> <li>Arpit Jain (<a href="https://github.com/arpitjain099"><code>@​arpitjain099</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/test-utils/commit/5e48e1ef9bdde3cc2c6e100559e4394717b3000d"><code>5e48e1e</code></a> v2.4.11</li> <li><a href="https://github.com/vuejs/test-utils/commit/b73ee1d66527a81ebaef95880ba24a645d527ff9"><code>b73ee1d</code></a> chore(deps): update dependency oxfmt to v0.53.0</li> <li><a href="https://github.com/vuejs/test-utils/commit/39e32ec9f28a3eaa46550f942443cecb79d63f0f"><code>39e32ec</code></a> chore(deps): update all non-major dependencies to v17.0.7 (<a href="https://redirect.github.com/vuejs/test-utils/issues/2881">#2881</a>)</li> <li><a href="https://github.com/vuejs/test-utils/commit/0621772feab6cdb961dd398353370b4a0d49318a"><code>0621772</code></a> chore(deps): update actions/checkout digest to df4cb1c (<a href="https://redirect.github.com/vuejs/test-utils/issues/2880">#2880</a>)</li> <li><a href="https://github.com/vuejs/test-utils/commit/81fde07b054c71a5e27fc0998eb4b939211d3ae5"><code>81fde07</code></a> chore(deps): update all non-major dependencies (<a href="https://redirect.github.com/vuejs/test-utils/issues/2879">#2879</a>)</li> <li><a href="https://github.com/vuejs/test-utils/commit/4ad425541f69063c11bcdc26bfbbe8fd26e05d19"><code>4ad4255</code></a> chore(deps): update dependency oxfmt to v0.52.0 (<a href="https://redirect.github.com/vuejs/test-utils/issues/2878">#2878</a>)</li> <li><a href="https://github.com/vuejs/test-utils/commit/8d3d26e4192e4c30de6fb1bf6a1087b9d5623785"><code>8d3d26e</code></a> chore(deps): update pnpm to v11.3.0 (<a href="https://redirect.github.com/vuejs/test-utils/issues/2877">#2877</a>)</li> <li><a href="https://github.com/vuejs/test-utils/commit/bc79eff950d1bbf839d42cb49f9bc12732145f01"><code>bc79eff</code></a> chore(deps): update all non-major dependencies (<a href="https://redirect.github.com/vuejs/test-utils/issues/2876">#2876</a>)</li> <li><a href="https://github.com/vuejs/test-utils/commit/58db8f71e439f621851dc4c0bf7c1e71f1802a35"><code>58db8f7</code></a> chore(deps): update all non-major dependencies (<a href="https://redirect.github.com/vuejs/test-utils/issues/2874">#2874</a>)</li> <li><a href="https://github.com/vuejs/test-utils/commit/9ad31cbbff437a121c9b898727b039ebb18217e3"><code>9ad31cb</code></a> chore: enable renovate minimum release age for npm</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/test-utils/compare/v2.4.10...v2.4.11">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-vue` from 10.9.1 to 10.9.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/eslint-plugin-vue/releases">eslint-plugin-vue's releases</a>.</em></p> <blockquote> <h2>v10.9.2</h2> <h3>Patch Changes</h3> <ul> <li>Fixed <a href="https://eslint.vuejs.org/rules/custom-event-name-casing.html"><code>vue/custom-event-name-casing</code></a> to check segments of colon-separated event names like <code>update:foo-bar</code> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/3079">#3079</a>)</li> <li>Fixed <a href="https://eslint.vuejs.org/rules/one-component-per-file.html"><code>vue/one-component-per-file</code></a> to not report functions not imported from Vue (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/3063">#3063</a>)</li> <li>Fixed <a href="https://eslint.vuejs.org/rules/prefer-import-from-vue.html"><code>vue/prefer-import-from-vue</code></a> to not report imports/exports of names that are not re-exported by <code>vue</code> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/3081">#3081</a>)</li> <li>Fixed <a href="https://eslint.vuejs.org/rules/return-in-computed-property.html"><code>vue/return-in-computed-property</code></a> and <a href="https://eslint.vuejs.org/rules/require-render-return.html"><code>vue/require-render-return</code></a> to not report exhaustive switch statements when TypeScript type information is available (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/3067">#3067</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md">eslint-plugin-vue's changelog</a>.</em></p> <blockquote> <h2>10.9.2</h2> <h3>Patch Changes</h3> <ul> <li>Fixed <a href="https://eslint.vuejs.org/rules/custom-event-name-casing.html"><code>vue/custom-event-name-casing</code></a> to check segments of colon-separated event names like <code>update:foo-bar</code> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/3079">#3079</a>)</li> <li>Fixed <a href="https://eslint.vuejs.org/rules/one-component-per-file.html"><code>vue/one-component-per-file</code></a> to not report functions not imported from Vue (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/3063">#3063</a>)</li> <li>Fixed <a href="https://eslint.vuejs.org/rules/prefer-import-from-vue.html"><code>vue/prefer-import-from-vue</code></a> to not report imports/exports of names that are not re-exported by <code>vue</code> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/3081">#3081</a>)</li> <li>Fixed <a href="https://eslint.vuejs.org/rules/return-in-computed-property.html"><code>vue/return-in-computed-property</code></a> and <a href="https://eslint.vuejs.org/rules/require-render-return.html"><code>vue/require-render-return</code></a> to not report exhaustive switch statements when TypeScript type information is available (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/pull/3067">#3067</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/9aa463a4aa4ad3c37d7facacda2e40ad7880ea92"><code>9aa463a</code></a> Version Packages (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/3080">#3080</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/517347cf009044030e21b0b587a18c3ce60dae33"><code>517347c</code></a> Add error positions (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/3085">#3085</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/b582b7e0aba5c6335ea261d7cd51b71232a5ad2a"><code>b582b7e</code></a> fix: false positive for returns in exhaustive switch (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/3067">#3067</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/91a136cfdd743b1e77f63f824d1fdfe9c39f261e"><code>91a136c</code></a> fix(one-component-per-file): Ignore members imported from elsewhere (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/3063">#3063</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d37d17b773b89f40ab180f739f35d0eeac9e940b"><code>d37d17b</code></a> fix(prefer-import-from-vue): don't report names not exported by vue (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/3081">#3081</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/836aa95afd4c904ac9d52a26f7aba38a7f78e0b2"><code>836aa95</code></a> fix(custom-event-name-casing): check segments of colon-separated names (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/3079">#3079</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v10.9.1...v10.9.2">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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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]
