[PR #258] [MERGED] chore(deps-dev): bump eslint-plugin-vue from 9.15.1 to 9.16.1 in /web #300

Closed
opened 2026-03-03 16:37:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/258
Author: @dependabot[bot]
Created: 8/1/2023
Status: Merged
Merged: 8/2/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/eslint-plugin-vue-9.16.1


📝 Commits (1)

  • 4328d09 chore(deps-dev): bump eslint-plugin-vue from 9.15.1 to 9.16.1 in /web

📊 Changes

2 files changed (+13 additions, -13 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/yarn.lock (+12 -12)

📄 Description

Bumps eslint-plugin-vue from 9.15.1 to 9.16.1.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.16.1

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.16.0...v9.16.1

v9.16.0

Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.15.1...v9.16.0

Commits
  • 28efd94 9.16.1
  • 6531988 Fix incompatibility with typescript-eslint v6 in vue/script-indent rule (#2...
  • 56180e3 9.16.0
  • 684c847 Improve the vue/no-setup-props-destructure rule (#2244)
  • b8814c7 Only allow modelValue in vue/no-deprecated-model-definition (#2255)
  • 6080fb3 Bump dependencies to latest version (#2254)
  • 7c63e1e Rename vue/component-tags-order to vue/block-order (#2222)
  • 6dad5c2 Enable more eslint-plugin-unicorn rules (#2253)
  • 3c2e743 Bump development dependencies to latest version (#2252)
  • eddf098 Add vue/no-deprecated-model-definition rule (#2238)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/258 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2023 **Status:** ✅ Merged **Merged:** 8/2/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/eslint-plugin-vue-9.16.1` --- ### 📝 Commits (1) - [`4328d09`](https://github.com/NdoleStudio/httpsms/commit/4328d09686910b00704465493db4fbc11d61f2d7) chore(deps-dev): bump eslint-plugin-vue from 9.15.1 to 9.16.1 in /web ### 📊 Changes **2 files changed** (+13 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+12 -12) </details> ### 📄 Description Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.15.1 to 9.16.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.16.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2256">#2256</a> Fixed incompatibility with <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v6.0.0"><code>@typescript-eslint</code> v6</a> in <a href="https://eslint.vuejs.org/rules/script-indent.html"><code>vue/script-indent</code></a> rule</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.16.0...v9.16.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.16.0...v9.16.1</a></p> <h2>v9.16.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2224">#2224</a> Added <a href="https://eslint.vuejs.org/rules/no-use-v-else-with-v-for.html"><code>vue/no-use-v-else-with-v-for</code></a> rule that disallows using <code>v-else-if</code>/<code>v-else</code> on the same element as <code>v-for</code>.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/1983">#1983</a> Added <a href="https://eslint.vuejs.org/rules/require-typed-object-prop.html"><code>vue/require-typed-object-prop</code></a> rule that enforces adding type declarations to object props.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2238">#2238</a> Added <a href="https://eslint.vuejs.org/rules/no-deprecated-model-definition.html"><code>vue/no-deprecated-model-definition</code></a> rule that disallows the <a href="https://v2.vuejs.org/v2/api/#model"><code>model</code> definition</a>, which is deprecated in Vue 3.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2229">#2229</a> Don't auto fix in <a href="https://eslint.vuejs.org/rules/attribute-hyphenation.html"><code>vue/attribute-hyphenation</code></a> rule when it would break props.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2223">#2223</a> Ignore blocks in <a href="https://eslint.vuejs.org/rules/html-self-closing.html"><code>vue/html-self-closing</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2244">#2244</a> Improved the <a href="https://eslint.vuejs.org/rules/no-setup-props-destructure.html"><code>vue/no-setup-props-destructure</code></a> rule (expect more lint issues!).</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2222">#2222</a> Renamed <a href="https://eslint.vuejs.org/rules/component-tags-order.html"><code>vue/component-tags-order</code></a> to <a href="https://eslint.vuejs.org/rules/block-order.html"><code>vue/block-order</code></a> (the old rule is still included in the preset configs, but it is now deprecated).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.15.1...v9.16.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.15.1...v9.16.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/28efd946172c81bbc09105f6e0a698e9f5f9480a"><code>28efd94</code></a> 9.16.1</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/6531988922926a6aac2615cc6bb441fb4110f201"><code>6531988</code></a> Fix incompatibility with typescript-eslint v6 in <code>vue/script-indent</code> rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2">#2</a>...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/56180e3ceb278e0c9ce42358272f8b12b94aa392"><code>56180e3</code></a> 9.16.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/684c847f8c0910211351625479c5417edb64ac5e"><code>684c847</code></a> Improve the <code>vue/no-setup-props-destructure</code> rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2244">#2244</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/b8814c765da6427d8554ccf251e68939c3ce3d38"><code>b8814c7</code></a> Only allow modelValue in <code>vue/no-deprecated-model-definition</code> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2255">#2255</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/6080fb30042a12770de4be3046fe782da91f7d20"><code>6080fb3</code></a> Bump dependencies to latest version (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2254">#2254</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/7c63e1e8c93e5bb1ea048ecfa7298d99fddcc562"><code>7c63e1e</code></a> Rename <code>vue/component-tags-order</code> to <code>vue/block-order</code> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2222">#2222</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/6dad5c22b6dd889fdb1c733aed9883580035c237"><code>6dad5c2</code></a> Enable more <code>eslint-plugin-unicorn</code> rules (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2253">#2253</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/3c2e74384841041084ddf25badbab993869b6053"><code>3c2e743</code></a> Bump development dependencies to latest version (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2252">#2252</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/eddf098826d67f461a8a532e7efed2f23149aaf2"><code>eddf098</code></a> Add <code>vue/no-deprecated-model-definition</code> rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2238">#2238</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.15.1...v9.16.1">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.15.1&new-version=9.16.1)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:37:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#300
No description provided.