[PR #573] [MERGED] chore(deps-dev): bump eslint-plugin-vue from 9.30.0 to 9.32.0 in /web #582

Closed
opened 2026-03-03 16:39:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/573
Author: @dependabot[bot]
Created: 12/1/2024
Status: Merged
Merged: 12/1/2024
Merged by: @AchoArnold

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


📝 Commits (1)

  • 7e315bf chore(deps-dev): bump eslint-plugin-vue from 9.30.0 to 9.32.0 in /web

📊 Changes

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

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+8 -8)

📄 Description

Bumps eslint-plugin-vue from 9.30.0 to 9.32.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.32.0

Enhancements

  • #2598 Added checkMultiRootNodes option to vue/no-duplicate-attr-inheritance rule and changed to ignore multi-root components by default.
  • #2610 Added ignoreElementNamespaces option to vue/no-v-text-v-html-on-component rule.
  • #2609 Added ignoreTags option to vue/attribute-hyphenation rule and vue/v-on-event-hyphenation rule.
  • #2611 Added vue/restricted-component-names rule that enforces using only specific component names.
  • #2620 Added vue/slot-name-casing rule that enforces specific casing for slot names.
  • #2617 Added support for type references in vue/require-explicit-slots rule.
  • #2608 Added support for shallowRef in vue/prefer-use-template-ref rule.

🐛 Bug Fixes

  • #2612 Changed vue/prefer-use-template-ref rule to only check root-level variables.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.31.0...v9.32.0

v9.31.0

Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0

Commits
  • 4cbcad6 9.32.0
  • dc06535 docs: add example config with typescript-eslint and Prettier (#2522)
  • 618f49c fix(require-explicit-slots): add support for type references (#2617)
  • a270df8 feat: add slot-name-casing rule (#2620)
  • fdfffd6 fix(prefer-use-template-ref): only check root-level variables (#2612)
  • 39b353a Chore: workaround for ESLint Stylistic issue (#2623)
  • bed816b feat: add restricted-component-names rule (#2611)
  • 9ddf3e5 feat: add ignoreTags option (#2609)
  • bea53c0 feat(no-v-text-v-html-on-component): add ignore namespace option (#2610)
  • 86a8138 feat(no-duplicate-attr-inheritance): ignore multi root (#2598)
  • 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/NdoleStudio/httpsms/pull/573 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/1/2024 **Status:** ✅ Merged **Merged:** 12/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/eslint-plugin-vue-9.32.0` --- ### 📝 Commits (1) - [`7e315bf`](https://github.com/NdoleStudio/httpsms/commit/7e315bf23344e3a24da615ce09e31f6f05bd52d0) chore(deps-dev): bump eslint-plugin-vue from 9.30.0 to 9.32.0 in /web ### 📊 Changes **2 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+8 -8) </details> ### 📄 Description Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.30.0 to 9.32.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.32.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2598">#2598</a> Added <code>checkMultiRootNodes</code> option to <code>vue/no-duplicate-attr-inheritance</code> rule and changed to ignore multi-root components by default.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2610">#2610</a> Added <code>ignoreElementNamespaces</code> option to <code>vue/no-v-text-v-html-on-component</code> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2609">#2609</a> Added <code>ignoreTags</code> option to <code>vue/attribute-hyphenation</code> rule and <code>vue/v-on-event-hyphenation</code> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2611">#2611</a> Added <code>vue/restricted-component-names</code> rule that enforces using only specific component names.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2620">#2620</a> Added <code>vue/slot-name-casing</code> rule that enforces specific casing for slot names.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2617">#2617</a> Added support for type references in <code>vue/require-explicit-slots</code> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2608">#2608</a> Added support for <code>shallowRef</code> in <code>vue/prefer-use-template-ref</code> rule.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2612">#2612</a> Changed <code>vue/prefer-use-template-ref</code> rule to only check root-level variables.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.31.0...v9.32.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.31.0...v9.32.0</a></p> <h2>v9.31.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2594">#2594</a> Added <code>caseSensitive</code> option to <a href="https://eslint.vuejs.org/rules/no-reserved-component-names.html"><code>vue/no-reserved-component-names</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2554">#2554</a> Added <a href="https://eslint.vuejs.org/rules/prefer-use-template-ref.html"><code>vue/prefer-use-template-ref</code></a> rule that requires using <a href="https://vuejs.org/api/composition-api-helpers.html#usetemplateref"><code>useTemplateRef()</code></a> instead of <code>ref()</code> for template refs.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2595">#2595</a> Made <a href="https://eslint.vuejs.org/rules/no-empty-component-block.html"><code>vue/no-empty-component-block</code></a> rule auto-fixable.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2591">#2591</a> Fixed false positives for <code>v-bind:name</code> in <a href="https://eslint.vuejs.org/rules/require-explicit-slots.html"><code>vue/require-explicit-slots</code></a> rule.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2593">#2593</a> Updated <a href="https://eslint.vuejs.org/rules/define-macros-order.html"><code>vue/define-macros-order</code></a> rule to skip TypeScript <code>declare</code> statements.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4cbcad602c8e4ad534ab779a340654f6b3bc5600"><code>4cbcad6</code></a> 9.32.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/dc0653520db30b804108c9ffd7202a3a840a9b4a"><code>dc06535</code></a> docs: add example config with typescript-eslint and Prettier (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2522">#2522</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/618f49c147490f813a3460c86db79b6ccdc19e9c"><code>618f49c</code></a> fix(require-explicit-slots): add support for type references (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2617">#2617</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/a270df82fef9d3f0e421b2ed27edd42afb25a0a6"><code>a270df8</code></a> feat: add slot-name-casing rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2620">#2620</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/fdfffd639c21559ea8b7e005420f5f5435c4235b"><code>fdfffd6</code></a> fix(prefer-use-template-ref): only check root-level variables (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2612">#2612</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/39b353a4bcc6559623369fefd9a1c97746339acc"><code>39b353a</code></a> Chore: workaround for ESLint Stylistic issue (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2623">#2623</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/bed816bdb803c93c6a1140773c634e59a4cb3452"><code>bed816b</code></a> feat: add <code>restricted-component-names</code> rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2611">#2611</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/9ddf3e5a6d8d38ee3e7c07ee692740218bf1be8e"><code>9ddf3e5</code></a> feat: add <code>ignoreTags</code> option (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2609">#2609</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/bea53c0aeb4da6e0b3c9e721e1efc905dea188c5"><code>bea53c0</code></a> feat(no-v-text-v-html-on-component): add ignore namespace option (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2610">#2610</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/86a813887db9ed7b796b9394e96a6c7ea4d00a8e"><code>86a8138</code></a> feat(no-duplicate-attr-inheritance): ignore multi root (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2598">#2598</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.32.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.30.0&new-version=9.32.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-03-03 16:39:06 +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#582
No description provided.