[PR #367] [MERGED] chore(deps-dev): bump eslint-plugin-vue from 9.19.2 to 9.22.0 in /web #387

Closed
opened 2026-03-03 16:38:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 296dd57 chore(deps-dev): bump eslint-plugin-vue from 9.19.2 to 9.22.0 in /web

📊 Changes

2 files changed (+3491 additions, -9954 deletions)

View changed files

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

📄 Description

Bumps eslint-plugin-vue from 9.19.2 to 9.22.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.22.0

Enhancements

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.1...v9.22.0

v9.21.1

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.0...v9.21.1

v9.21.0

Enhancements

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.1...v9.21.0

v9.20.1

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.0...v9.20.1

v9.20.0

Enhancements

Added Support for Vue 3.4 🏀

... (truncated)

Commits
  • 0247424 9.22.0
  • 8a781f0 fix(no-useless-v-bind): remove spaces around string in fixes (#2408)
  • 0fb68b3 Update dependencies (#2403)
  • 1e12806 feat(valid-v-model): add support for type assertions and non-null expressions...
  • 4ea3dfc Code formatting (#2404)
  • c2451ab fix(require-explicit-slots): recognize slot names enclosed in quotes (#2397)
  • 16aba2c fix(no-setup-props-reactivity-loss): false negative for conditional expressio...
  • 7bdefb2 feat(no-deprecated-slot-attribute): improve autofix to wrap `<template v-slot...
  • 33b67a4 fix(no-useless-mustaches): escape < in fixes (#2389)
  • 5227eed Add missing suggestions and messages to tests (#2402)
  • 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/367 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/1/2024 **Status:** ✅ Merged **Merged:** 3/2/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/eslint-plugin-vue-9.22.0` --- ### 📝 Commits (1) - [`296dd57`](https://github.com/NdoleStudio/httpsms/commit/296dd5750dce426c5640a188d7d53d942632aee9) chore(deps-dev): bump eslint-plugin-vue from 9.19.2 to 9.22.0 in /web ### 📊 Changes **2 files changed** (+3491 additions, -9954 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+3490 -9953) </details> ### 📄 Description Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.19.2 to 9.22.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.22.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2390">#2390</a> Improved autofix for <a href="https://eslint.vuejs.org/rules/no-deprecated-slot-attribute.html"><code>vue/no-deprecated-slot-attribute</code></a> to wrap <code>\&lt;template v-slot&gt;</code>.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2393">#2393</a> Added support for type assertions and non-null expressions in <a href="https://eslint.vuejs.org/rules/valid-v-model.html"><code>vue/valid-v-model</code></a> rule.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2389">#2389</a> Fixed wrong autofix for <code>{{'&lt;'}}</code> in <a href="https://eslint.vuejs.org/rules/no-useless-mustaches.html"><code>vue/no-useless-mustaches</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2394">#2394</a> Fixed false negative for conditional expressions in <a href="https://eslint.vuejs.org/rules/no-setup-props-reactivity-loss.html"><code>vue/no-setup-props-reactivity-loss</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2397">#2397</a> Fixed <a href="https://eslint.vuejs.org/rules/require-explicit-slots.html"><code>vue/require-explicit-slots</code></a> rule to recognize slot names enclosed in quotes.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2408">#2408</a> Fixed wrong autofix for <code>v-bind</code> with spaces in <a href="https://eslint.vuejs.org/rules/no-useless-v-bind.html"><code>vue/no-useless-v-bind</code></a> rule.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.1...v9.22.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.1...v9.22.0</a></p> <h2>v9.21.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2388">#2388</a> Fixed error in render functions in <a href="https://eslint.vuejs.org/rules/no-unused-properties.html"><code>vue/no-unused-emit-declarations</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2386">#2386</a> Fixed false positives/negatives for multiple <code>defineModel</code> calls in <a href="https://eslint.vuejs.org/rules/define-macros-order.html"><code>vue/define-macros-order</code></a> rule.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.0...v9.21.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.21.0...v9.21.1</a></p> <h2>v9.21.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2325">#2325</a> Added <a href="https://eslint.vuejs.org/rules/require-explicit-slots.html"><code>vue/require-explicit-slots</code></a> rule that requires slots to be explicitly defined with <code>defineSlots</code> or <code>slots</code> component option.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2367">#2367</a> Added <a href="https://eslint.vuejs.org/rules/no-restricted-v-on.html"><code>vue/no-restricted-v-on</code></a> rule that disallows specific arguments in <code>v-on</code>.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2381">#2381</a> Added <code>sameNameShorthand</code> option to <a href="https://eslint.vuejs.org/rules/v-bind-style.html"><code>vue/v-bind-style</code></a> rule.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2379">#2379</a> Upgraded <a href="https://github.com/vuejs/vue-eslint-parser"><code>vue-eslint-parser</code></a> to v9.4.2. <ul> <li>Fixed false positive with camelCase <code>v-bind</code> same-name shorthand in <a href="https://eslint.vuejs.org/rules/no-unused-properties.html"><code>vue/no-unused-property</code></a>.</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.1...v9.21.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.1...v9.21.0</a></p> <h2>v9.20.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2364">#2364</a> Fixed false positives for <code>defineModel</code> in <a href="https://eslint.vuejs.org/rules/no-undef-properties.html"><code>vue/no-undef-properties</code></a> rule.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.0...v9.20.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.20.0...v9.20.1</a></p> <h2>v9.20.0</h2> <h2>✨ Enhancements</h2> <h3>Added Support for <a href="https://blog.vuejs.org/posts/vue-3-4">Vue 3.4 🏀</a></h3> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2357">#2357</a> Added support for <a href="https://blog.vuejs.org/posts/vue-3-4#v-bind-same-name-shorthand"><code>v-bind</code> same-name shorthand</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/024742478ca726d6b649b5102379e1ed34e72889"><code>0247424</code></a> 9.22.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/8a781f0ca28a1dd415c7e5d10886816bf6d628a5"><code>8a781f0</code></a> fix(no-useless-v-bind): remove spaces around string in fixes (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2408">#2408</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/0fb68b348a3e400171fe0d17beea91eff9ca3016"><code>0fb68b3</code></a> Update dependencies (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2403">#2403</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/1e12806b74139a7ad6bcc4dc43a168974709159c"><code>1e12806</code></a> feat(valid-v-model): add support for type assertions and non-null expressions...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4ea3dfcd7ab171d95eca34f3eaae92dc088c9e14"><code>4ea3dfc</code></a> Code formatting (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2404">#2404</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/c2451ab4fa76b4f0bbf3e47dc3f6dd0f275b0206"><code>c2451ab</code></a> fix(require-explicit-slots): recognize slot names enclosed in quotes (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2397">#2397</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/16aba2c7d7ac7e1fa657e951727c3b596c072def"><code>16aba2c</code></a> fix(no-setup-props-reactivity-loss): false negative for conditional expressio...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/7bdefb251c0a3b6061a08c1451648982f370b8ee"><code>7bdefb2</code></a> feat(no-deprecated-slot-attribute): improve autofix to wrap `&lt;template v-slot...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/33b67a4ab10606813f51c81ef73a60004dc6da75"><code>33b67a4</code></a> fix(no-useless-mustaches): escape &lt; in fixes (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2389">#2389</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/5227eed7018c541614172730e6a980487818ebdb"><code>5227eed</code></a> Add missing suggestions and messages to tests (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2402">#2402</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.2...v9.22.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.19.2&new-version=9.22.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:38:09 +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#387
No description provided.