[PR #185] [MERGED] chore(deps-dev): bump eslint-plugin-vue from 9.11.1 to 9.12.0 in /web #233

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

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/185
Author: @dependabot[bot]
Created: 5/15/2023
Status: Merged
Merged: 5/15/2023
Merged by: @AchoArnold

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


📝 Commits (1)

  • c669778 chore(deps-dev): bump eslint-plugin-vue from 9.11.1 to 9.12.0 in /web

📊 Changes

3 files changed (+10 additions, -17 deletions)

View changed files

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

📄 Description

Bumps eslint-plugin-vue from 9.11.1 to 9.12.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.12.0

Enhancements

⚙️ Updates

  • #2145 Added meta object to the processor.
  • #2149 Added meta object to the plugin.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.11.1...v9.12.0

Commits

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/185 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/15/2023 **Status:** ✅ Merged **Merged:** 5/15/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/eslint-plugin-vue-9.12.0` --- ### 📝 Commits (1) - [`c669778`](https://github.com/NdoleStudio/httpsms/commit/c6697782bdbee845fba22e9bf588822ee4f9522a) chore(deps-dev): bump eslint-plugin-vue from 9.11.1 to 9.12.0 in /web ### 📊 Changes **3 files changed** (+10 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+4 -4) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+5 -12) </details> ### 📄 Description Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.11.1 to 9.12.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.12.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2135">#2135</a> Added <code>shallowOnly</code> option to <a href="https://eslint.vuejs.org/rules/valid-model-definition.html"><code>vue/no-mutating-props</code> rule</a>.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2138">#2138</a> Added <a href="https://eslint.vuejs.org/rules/no-root-v-if.html"><code>vue/no-root-v-if</code> rule</a> that disallows the <code>v-if</code> directive on the root element.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2145">#2145</a> Added <code>meta</code> object to the processor.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2149">#2149</a> Added <code>meta</code> object to the plugin.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.11.1...v9.12.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.11.1...v9.12.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/e1747fc7b4ebccfe1e6949973be035a083e73f21"><code>e1747fc</code></a> 9.12.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/1a0bd29ee0ba96d24348bc34bd9d1eb37860b53a"><code>1a0bd29</code></a> Add <code>vue/no-root-v-if</code> rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2138">#2138</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/3cbb1b3f1b76710e137ce039cad664df72b1a901"><code>3cbb1b3</code></a> Add <code>shallowOnly</code> option to <code>vue/no-mutating-props</code> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2135">#2135</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d58fb198d79b4aadf0fda38190ea1312a0b3db41"><code>d58fb19</code></a> Update eslint-plugin-unicorn to v47 (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2146">#2146</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/91843841a093024ff66ccbc11be7deb1f96eed24"><code>9184384</code></a> Add meta object to the plugin (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2149">#2149</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/c65c3a9f0d05f2ea834e5600f4619b3c6c16c137"><code>c65c3a9</code></a> feat(processor): export meta object for flat config (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2145">#2145</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.11.1...v9.12.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.11.1&new-version=9.12.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 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:24 +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#233
No description provided.