[PR #548] [CLOSED] chore(deps-dev): bump eslint-plugin-vue from 9.27.0 to 9.28.0 in /app #1025

Closed
opened 2026-02-26 12:10:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/548
Author: @dependabot[bot]
Created: 9/9/2024
Status: Closed

Base: devHead: dependabot/npm_and_yarn/app/dev/eslint-plugin-vue-9.28.0


📝 Commits (1)

  • 0d84820 chore(deps-dev): bump eslint-plugin-vue from 9.27.0 to 9.28.0 in /app

📊 Changes

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

View changed files

📝 app/package.json (+1 -1)
📝 app/pnpm-lock.yaml (+6 -6)

📄 Description

Bumps eslint-plugin-vue from 9.27.0 to 9.28.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.28.0

Enhancements

New Rules

New Features

🐛 Bug Fixes

⚙️ Updates

  • #2498 Renamed flat config names for inspector.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.27.0...v9.28.0

Commits
  • d77fbf7 9.28.0
  • 889c192 feat(require-toggle-inside-transition): add additionalDirectives option (#253...
  • 354c0de fix(attribute-hyphenation): apply to v-model directive (#2511)
  • 21d3ed8 fix(no-deprecated-slot-attribute): no fix for dynamic components (#2530)
  • b08273c fix(no-deprecated-slot-attribute): handle v-for with dynamic slot (#2529)
  • ddc0525 fix(attribute-hyphenation): skip auto-fix when suffixed with .sync (#2533)
  • a4aed0a Implements proposed max-template-depth rule (#2525)
  • 6ebd607 Update rule define-macros-order for custom macros (#2501)
  • 0fbe35e Improve error range for vue/max-props (#2532)
  • 705d262 Fix code example in vue/define-props-declaration docs (#2527)
  • 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 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)

🔄 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/0xJacky/nginx-ui/pull/548 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/9/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/app/dev/eslint-plugin-vue-9.28.0` --- ### 📝 Commits (1) - [`0d84820`](https://github.com/0xJacky/nginx-ui/commit/0d84820d0d365006ff62d9537a244dd43f146a4f) chore(deps-dev): bump eslint-plugin-vue from 9.27.0 to 9.28.0 in /app ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `app/package.json` (+1 -1) 📝 `app/pnpm-lock.yaml` (+6 -6) </details> ### 📄 Description Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.27.0 to 9.28.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.28.0</h2> <h2>✨ Enhancements</h2> <h3>New Rules</h3> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2430">#2430</a> Added <a href="https://eslint.vuejs.org/rules/max-props.html"><code>vue/max-props</code></a> rule that enforces the maximum number of props in Vue components.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2494">#2494</a> Added <a href="https://eslint.vuejs.org/rules/require-default-export.html"><code>vue/require-default-export</code></a> rule that requires components to be the <code>default</code> export.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2525">#2525</a> Added <a href="https://eslint.vuejs.org/rules/max-template-depth.html"><code>vue/max-template-depth</code></a> rule that enforces the maximum depth of <code>\&lt;template&gt;</code>.</li> </ul> <h3>New Features</h3> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2501">#2501</a> Allow specifying custom macros in <a href="https://eslint.vuejs.org/rules/define-macros-order.html"><code>vue/define-macros-order</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2537">#2537</a> Added <code>additionalDirectives</code> option to <a href="https://eslint.vuejs.org/rules/require-toggle-inside-transition.html"><code>vue/require-toggle-inside-transition</code></a> rule.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2348">#2348</a> Fixed false positives/negatives for siblings in <a href="https://eslint.vuejs.org/rules/v-if-else-key.html"><code>vue/v-if-else-key</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2505">#2505</a> Fixed false positives for JavaScript components in <a href="https://eslint.vuejs.org/rules/require-typed-object-prop.html"><code>vue/require-typed-object-prop</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2511">#2511</a> Fixed false negatives for <code>v-model</code> directive in <a href="https://eslint.vuejs.org/rules/attribute-hyphenation.html"><code>vue/attribute-hyphenation</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2533">#2533</a> Fixed auto-fix for <a href="https://eslint.vuejs.org/rules/attribute-hyphenation.html"><code>vue/attribute-hyphenation</code></a> rule to skip <code>v-bind.sync</code>.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2529">#2529</a> Fixed auto-fix for <a href="https://eslint.vuejs.org/rules/no-deprecated-slot-attribute.html"><code>vue/no-deprecated-slot-attribute</code></a> rule to handle <code>v-for</code> with dynamic <code>slot</code>.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2530">#2530</a> Fixed auto-fix for <a href="https://eslint.vuejs.org/rules/no-deprecated-slot-attribute.html"><code>vue/no-deprecated-slot-attribute</code></a> rule to skip dynamic components.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2498">#2498</a> Renamed flat config names for inspector.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.27.0...v9.28.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.27.0...v9.28.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d77fbf7a05f3a95085ddbfeec3eaee576e35ecd7"><code>d77fbf7</code></a> 9.28.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/889c1929c5b9baf4285879600bd9745dc8564f16"><code>889c192</code></a> feat(require-toggle-inside-transition): add additionalDirectives option (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/253">#253</a>...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/354c0de249b4cc21566bcd09932461863fe61ee7"><code>354c0de</code></a> fix(attribute-hyphenation): apply to v-model directive (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2511">#2511</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/21d3ed84f151e8e6c435f9315c070ccb38c4db71"><code>21d3ed8</code></a> fix(no-deprecated-slot-attribute): no fix for dynamic components (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2530">#2530</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/b08273c68f84c0d409bd81656380649604f06331"><code>b08273c</code></a> fix(no-deprecated-slot-attribute): handle v-for with dynamic slot (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2529">#2529</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ddc0525f5a74460b4225819ddc28ae383d1eb060"><code>ddc0525</code></a> fix(attribute-hyphenation): skip auto-fix when suffixed with <code>.sync</code> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2533">#2533</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/a4aed0afb0a02e9acb56ae2210dcfc849b4b8a33"><code>a4aed0a</code></a> Implements proposed max-template-depth rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2525">#2525</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/6ebd6073253b961cad74dbafcadbe83c32959740"><code>6ebd607</code></a> Update rule <code>define-macros-order</code> for custom macros (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2501">#2501</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/0fbe35e0b1cb0a1842d91636d7daae8d2c86009c"><code>0fbe35e</code></a> Improve error range for <code>vue/max-props</code> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2532">#2532</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/705d262bcaf15499a3d94943e43e9df5e8cd0614"><code>705d262</code></a> Fix code example in <code>vue/define-props-declaration</code> docs (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2527">#2527</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.27.0...v9.28.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.27.0&new-version=9.28.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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:10:16 +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/nginx-ui#1025
No description provided.