[PR #316] [MERGED] chore(deps-dev): bump eslint-plugin-vue from 9.16.1 to 9.19.2 in /web #345

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 849e882 chore(deps-dev): bump eslint-plugin-vue from 9.16.1 to 9.19.2 in /web

📊 Changes

2 files changed (+3055 additions, -8859 deletions)

View changed files

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

📄 Description

Bumps eslint-plugin-vue from 9.16.1 to 9.19.2.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.19.2

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.1...v9.19.2

v9.19.1

🐛 Bug Fixes

  • #2334 Fixed broken config of plugin:vue/vue3-strongly-recommended

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.0...v9.19.1

v9.19.0

Enhancements

New Rules

New Options

⚙️ Changes

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.1...v9.19.0

v9.18.1

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.0...v9.18.1

v9.18.0

🐛 Bug Fixes

... (truncated)

Commits
  • 0b2edb7 9.19.2
  • 9fe8b34 Fix crash for TSFunctionType with type-literal option in `vue/define-emits-...
  • 73ee48f 9.19.1
  • 1f3111b Fixed broken config of plugin:vue/vue3-strongly-recommended (#2334)
  • 1437921 9.19.0
  • 2f65e92 Require key for conditionally rendered repeated components (#2280)
  • 4eb3f50 Change stylistic rules for expressions in \<template> to extend from ESLint ...
  • 7b7b4ce Improve compatibility with ESLint v9 (#2331)
  • 022afb5 Add new option to specify tags to ignore vue/no-deprecated-slot-attribute (...
  • 86ab768 update vitepress (#2329)
  • 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/316 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/1/2023 **Status:** ✅ Merged **Merged:** 12/11/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/eslint-plugin-vue-9.19.2` --- ### 📝 Commits (1) - [`849e882`](https://github.com/NdoleStudio/httpsms/commit/849e8827b2cb6f494fb1d4973eec7ecb1d267218) chore(deps-dev): bump eslint-plugin-vue from 9.16.1 to 9.19.2 in /web ### 📊 Changes **2 files changed** (+3055 additions, -8859 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+3054 -8858) </details> ### 📄 Description Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.16.1 to 9.19.2. <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.19.2</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2336">#2336</a> Fixed crash for TSFunctionType with <code>type-literal</code> option in <a href="https://eslint.vuejs.org/rules/define-emits-declaration.html"><code>vue/define-emits-declaration</code></a> rule</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.1...v9.19.2">https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.1...v9.19.2</a></p> <h2>v9.19.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2334">#2334</a> Fixed broken config of <code>plugin:vue/vue3-strongly-recommended</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.0...v9.19.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.0...v9.19.1</a></p> <h2>v9.19.0</h2> <h2>✨ Enhancements</h2> <h3>New Rules</h3> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2312">#2312</a> Added <a href="https://eslint.vuejs.org/rules/no-unused-emit-declarations.html"><code>vue/no-unused-emit-declarations</code></a> rule that disallows unused emit declarations.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2280">#2280</a> Added <a href="https://eslint.vuejs.org/rules/v-if-else-key.html"><code>vue/v-if-else-key</code></a> rule that requires key attribute for conditionally rendered repeated components.</li> </ul> <h3>New Options</h3> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2315">#2315</a> Added <code>type-literal</code> option in <a href="https://eslint.vuejs.org/rules/define-emits-declaration.html"><code>vue/define-emits-declaration</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2297">#2297</a> Added <code>externalIgnores</code> option in <a href="https://eslint.vuejs.org/rules/singleline-html-element-content-newline.html"><code>vue/singleline-html-element-content-newline</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2314">#2314</a> Added <code>ignore</code> option in <a href="https://eslint.vuejs.org/rules/no-deprecated-slot-attribute.html"><code>vue/no-deprecated-slot-attribute</code></a> rule.</li> </ul> <h2>⚙️ Changes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2320">#2320</a> Changed <a href="https://eslint.vuejs.org/rules/v-on-event-hyphenation.html"><code>vue/v-on-event-hyphenation</code></a> rule to be auto-fixable by default in Vue 3.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2330">#2330</a> Changed stylistic rules for expressions in <code>\&lt;template&gt;</code> to extend from <a href="https://eslint.style/">ESLint Stylistic</a>.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2327">#2327</a> Fixed avoid calling <code>typeParameters</code> getter.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2331">#2331</a> Improved compatibility with <a href="https://eslint.org/blog/2023/09/preparing-custom-rules-eslint-v9/">planned changes in ESLint v9</a>.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.1...v9.19.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.1...v9.19.0</a></p> <h2>v9.18.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2303">#2303</a> Fixed false positives for <code>&lt;slot&gt;</code>, <code>:key</code>, and <code>appear</code> attribute in <a href="https://eslint.vuejs.org/rules/require-toggle-inside-transition.html"><code>vue/require-toggle-inside-transition</code></a> rule.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.0...v9.18.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.0...v9.18.1</a></p> <h2>v9.18.0</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2275">#2275</a> Fixed auto-fix of <a href="https://eslint.vuejs.org/rules/prefer-define-options.html"><code>vue/prefer-define-options</code></a> rule to insert <code>defineOptions</code> after import declaration.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2293">#2293</a> Fixed false negatives for whitespace in <a href="https://eslint.vuejs.org/rules/require-toggle-inside-transition.html"><code>vue/require-toggle-inside-transition</code></a> rule.</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/0b2edb700a7338e9a0a55700bee91526ea4f6d2f"><code>0b2edb7</code></a> 9.19.2</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/9fe8b34105076bb8c02b23f049796e840de48d3c"><code>9fe8b34</code></a> Fix crash for TSFunctionType with <code>type-literal</code> option in `vue/define-emits-...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/73ee48f239d7487172a86c6603718098d424f7dd"><code>73ee48f</code></a> 9.19.1</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/1f3111bffe88834ed2e0e19acf1adede4e34ea5c"><code>1f3111b</code></a> Fixed broken config of <code>plugin:vue/vue3-strongly-recommended</code> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2334">#2334</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/1437921d2a0f75aa4134cf35c9719cffbde5a1b0"><code>1437921</code></a> 9.19.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/2f65e9287955549214205b3c01af5666eae68c5e"><code>2f65e92</code></a> Require key for conditionally rendered repeated components (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2280">#2280</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4eb3f50ea732193ef3a7d18d2a41c9355547abed"><code>4eb3f50</code></a> Change stylistic rules for expressions in <code>\&lt;template&gt;</code> to extend from ESLint ...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/7b7b4cead55fb8bcd6d3a57191c5b2c0b64c53b9"><code>7b7b4ce</code></a> Improve compatibility with ESLint v9 (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2331">#2331</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/022afb5b9ee44b0feff9afc0fe4e7caec273d775"><code>022afb5</code></a> Add new option to specify tags to ignore <code>vue/no-deprecated-slot-attribute</code> (...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/86ab7686d4a48951aa5b73ca6a4144118f69ca90"><code>86ab768</code></a> update vitepress (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2329">#2329</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.16.1...v9.19.2">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.16.1&new-version=9.19.2)](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:37:56 +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#345
No description provided.