dependabot[bot] opened a new pull request, #2225: URL: https://github.com/apache/jena/pull/2225
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.18.1 to 9.20.1. <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>v9.20.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2364">#2364</a> Fixed false positives for <code>defineModel</code> in <a href="https://eslint.vuejs.org/rules/no-undef-properties.html"><code>vue/no-undef-properties</code></a> rule.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.0...v9.20.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.0...v9.20.1</a></p> <h2>v9.20.0</h2> <h2>✨ Enhancements</h2> <h3>Added Support for <a href="https://blog.vuejs.org/posts/vue-3-4">Vue 3.4 🏀</a></h3> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2357">#2357</a> Added support for <a href="https://blog.vuejs.org/posts/vue-3-4#v-bind-same-name-shorthand"><code>v-bind</code> same-name shorthand</a>.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2360">#2360</a> Added support for <a href="https://blog.vuejs.org/posts/vue-3-4#definemodel-is-now-stable"><code>defineModel</code> macro</a>.</li> </ul> <h3>New Rules</h3> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2110">#2110</a> Added <a href="https://eslint.vuejs.org/rules/enforce-style-attribute.html"><code>vue/enforce-style-attribute</code></a> rule that enforces or forbids the use of the <code>scoped</code> and <code>module</code> attributes in SFC top level <code><style></code> tags.</li> </ul> <h3>New Options</h3> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2323">#2323</a> Added <code>allow</code> list option to <a href="https://eslint.vuejs.org/rules/no-template-shadow.html"><code>vue/no-template-shadow</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2339">#2339</a> Added <code>allow</code> list option to <a href="https://eslint.vuejs.org/rules/no-v-text-v-html-on-component.html"><code>vue/no-v-text-v-html-on-component</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2346">#2346</a> Added <code>selfClosingTag</code> option to <a href="https://eslint.vuejs.org/rules/html-closing-bracket-newline.html"><code>vue/html-closing-bracket-newline</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2349">#2349</a> Added <code>defineExposeLast</code> option to <a href="https://eslint.vuejs.org/rules/define-macros-order.html"><code>vue/define-macros-order</code></a> rule.</li> </ul> <h3>Improvements</h3> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2345">#2345</a> Added support for <code>$props.<prop></code> to <a href="https://eslint.vuejs.org/rules/no-unused-properties.html"><code>vue/no-unused-properties</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2276">#2276</a> Added support for Vuex to <a href="https://eslint.vuejs.org/rules/no-unused-properties.html"><code>vue/no-unused-properties</code></a> rule.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2340">#2340</a> Fixed <a href="https://eslint.vuejs.org/rules/no-unused-emit-declarations.html"><code>vue/no-unused-emit-declarations</code></a> rule to detect emits in template with <code><script setup></code>.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2350">#2350</a> Fixed <a href="https://eslint.vuejs.org/rules/require-explicit-emits.html"><code>vue/require-explicit-emits</code></a> rule to detect emits in template with <code><script setup></code>.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.2...v9.20.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.2...v9.20.0</a></p> <h2>v9.19.2</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2336">#2336</a> Fixed crash for TSFunctionType with <code>type-literal</code> option in <a href="https://eslint.vuejs.org/rules/define-emits-declaration.html"><code>vue/define-emits-declaration</code></a> rule</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.1...v9.19.2">https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.1...v9.19.2</a></p> <h2>v9.19.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2334">#2334</a> Fixed broken config of <code>plugin:vue/vue3-strongly-recommended</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/e7b87ffd8db70f03fa3db402d4f756aa21ab84b2"><code>e7b87ff</code></a> 9.20.1</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ad2ffdabe557aecee6200bde1953855e82915ace"><code>ad2ffda</code></a> Fix false positives for <code>defineModel</code> in <code>vue/no-undef-properties</code> rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2364">#2364</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/af7de769106e9eb1284d2758c8eda9d398c31403"><code>af7de76</code></a> Add Vue version to issue templates (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2366">#2366</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/8ffcfb0188c2fadb2d9b05360b3b9c3c0ccff64f"><code>8ffcfb0</code></a> Remove unnecessary code (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2362">#2362</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4eecc5e7569318c77c2699d0722ef1d98453ee1a"><code>4eecc5e</code></a> 9.20.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/895fc9c184f0882376bcc9d848c40fe975f87ee1"><code>895fc9c</code></a> Fix type errors caused by TypeScript (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2361">#2361</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/66bf635b4dec85a75b11f99883f55448bb44c8a7"><code>66bf635</code></a> Add support for defineModel (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2360">#2360</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/26fc85e928a46c617e52875164e58bde1bead696"><code>26fc85e</code></a> Remove Vue 3 syntax status notice from docs (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2358">#2358</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/8035aa3c12e0dc56d672fa89d4221bb61bd43507"><code>8035aa3</code></a> Upgrade vue-eslint-parser and add support for v-bind same-name shorthand (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2357">#2357</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ea29fd43b2da9b392adb8e56eafa463560e4a29e"><code>ea29fd4</code></a> format</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.1...v9.20.1">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: [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]
