Skip to content

Commit 5a23f26

Browse files
chore(deps): Bump eslint-plugin-vue from 9.16.1 to 9.17.0 in /docs (#841)
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.16.1 to 9.17.0. <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.17.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2258">#2258</a> Added support for template literals in <a href="https://eslint.vuejs.org/rules/no-deprecated-model-definition.html"><code>vue/no-deprecated-model-definition</code></a>.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2260">#2260</a> Improved error message for <a href="https://eslint.vuejs.org/rules/no-dupe-keys.html"><code>vue/no-dupe-keys</code></a>.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2268">#2268</a> Renamed <a href="https://eslint.vuejs.org/rules/no-setup-props-destructure.html"><code>vue/no-setup-props-destructure</code></a> (now deprecated) to <a href="https://eslint.vuejs.org/rules/no-setup-props-reactivity-loss.html"><code>vue/no-setup-props-reactivity-loss</code></a>, and removed both rules from any preset configs.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2269">#2269</a> Renamed <a href="https://eslint.vuejs.org/rules/no-ref-object-destructure.html"><code>vue/no-ref-object-destructure</code></a> (now deprecated) to <a href="https://eslint.vuejs.org/rules/no-ref-object-reactivity-loss.html"><code>vue/no-ref-object-reactivity-loss</code></a>.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.16.1...v9.17.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.16.1...v9.17.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/f607af7d0c41014c9d5267221b4d58bd290543cf"><code>f607af7</code></a> 9.17.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/7422a0e855a76cf5cc8d00ebbe46868ca4c465a8"><code>7422a0e</code></a> Rename <code>vue/no-ref-object-destructure</code> to <code>vue/no-ref-object-reactivity-loss</code>...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4112be528e831995d6fd09a2d727ec19e99e865c"><code>4112be5</code></a> Rename <code>vue/no-setup-props-destructure</code> to `vue/no-setup-props-reactivity-los...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/181e857c7aa7f49adbf619640ee43d3ccf8e777d"><code>181e857</code></a> Support template literals in <code>vue/no-deprecated-model-definition</code> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2258">#2258</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/101cabf6a09cbfc31f3df073093e1b1765ccbfdc"><code>101cabf</code></a> Improve docs and error message for <code>vue/no-dupe-keys</code> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2260">#2260</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.16.1...v9.17.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=9.16.1&new-version=9.17.0)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 285771a commit 5a23f26

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint-config-prettier": "8.10.0",
1616
"eslint-import-resolver-typescript": "3.5.5",
1717
"eslint-plugin-import": "2.28.0",
18-
"eslint-plugin-vue": "9.16.1",
18+
"eslint-plugin-vue": "9.17.0",
1919
"prettier": "2.8.8",
2020
"vuepress": "2.0.0-beta.66",
2121
"vuepress-plugin-seo2": "2.0.0-beta.209",

0 commit comments

Comments
 (0)