[PR #213] [MERGED] chore(deps-dev): bump eslint-plugin-vue from 9.14.1 to 9.15.0 in /web #260

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

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/213
Author: @dependabot[bot]
Created: 6/19/2023
Status: Merged
Merged: 6/19/2023
Merged by: @AchoArnold

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


📝 Commits (1)

  • b9bdd43 chore(deps-dev): bump eslint-plugin-vue from 9.14.1 to 9.15.0 in /web

📊 Changes

3 files changed (+40 additions, -15 deletions)

View changed files

📝 web/package-lock.json (+35 -10)
📝 web/package.json (+1 -1)
📝 web/yarn.lock (+4 -4)

📄 Description

Bumps eslint-plugin-vue from 9.14.1 to 9.15.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.15.0

Enhancements

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.14.1...v9.15.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/213 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/19/2023 **Status:** ✅ Merged **Merged:** 6/19/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/eslint-plugin-vue-9.15.0` --- ### 📝 Commits (1) - [`b9bdd43`](https://github.com/NdoleStudio/httpsms/commit/b9bdd437067ee0dad1666d32c9a128c793038a6f) chore(deps-dev): bump eslint-plugin-vue from 9.14.1 to 9.15.0 in /web ### 📊 Changes **3 files changed** (+40 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+35 -10) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.14.1 to 9.15.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.15.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2194">#2194</a> Added <a href="https://eslint.vuejs.org/rules/no-console.html"><code>vue/no-console</code></a> rule that applies the core <a href="https://eslint.org/docs/latest/rules/no-console"><code>no-console</code></a> rule to expressions in <code>\&lt;template&gt;</code>.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2198">#2198</a> Added <a href="https://eslint.vuejs.org/rules/require-macro-variable-name.html"><code>vue/require-macro-variable-name</code></a> rule that requires a certain macro variable name.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2204">#2204</a> Added <a href="https://eslint.vuejs.org/rules/require-typed-ref.html"><code>vue/require-typed-ref</code></a> rule that requires <code>ref</code> and <code>shallowRef</code> functions to be strongly typed.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2210">#2210</a> Added <a href="https://eslint.vuejs.org/rules/no-restricted-component-names.html"><code>vue/no-restricted-component-names</code></a> rule that disallow specific component names.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2213">#2213</a> Added <a href="https://eslint.vuejs.org/rules/max-lines-per-block.html"><code>vue/max-lines-per-block</code></a> rule that enforces a maximum number of lines in Vue SFC blocks.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.14.1...v9.15.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.14.1...v9.15.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/57c1e6f27af68b684e08ec8c4fcf98bc3bf642b8"><code>57c1e6f</code></a> 9.15.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/25a2db502065ae1b55f952e3836e2f623bb54163"><code>25a2db5</code></a> Add <code>vue/max-lines-per-block</code> rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2213">#2213</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/e643d449f68ea6a890ac6454dcc7a7f96b650274"><code>e643d44</code></a> Add <code>vue/no-restricted-component-names</code> rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2210">#2210</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/81ce0cecb87eae60830b9b973790d4f2386062c1"><code>81ce0ce</code></a> Add <code>vue/require-typed-ref</code> rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2204">#2204</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/11f3f9f8a4cd947702cbba99e188ec23998540ef"><code>11f3f9f</code></a> Mark default options correctly in <code>vue/define-macros-order</code> docs (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2208">#2208</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d815a486bb9c8ddfa2960eebc41dc9767691835f"><code>d815a48</code></a> Add <code>vue/require-macro-variable-name</code> rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2198">#2198</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/13167ed832f1171112b8906d1b39709c441b4f68"><code>13167ed</code></a> Add <code>vue/no-console</code> rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2194">#2194</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.14.1...v9.15.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.14.1&new-version=9.15.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:32 +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#260
No description provided.