[PR #493] [MERGED] chore(deps-dev): bump eslint-plugin-vue from 9.26.0 to 9.27.0 in /web #504

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 8b05ea4 chore(deps-dev): bump eslint-plugin-vue from 9.26.0 to 9.27.0 in /web

📊 Changes

2 files changed (+38 additions, -60 deletions)

View changed files

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

📄 Description

Bumps eslint-plugin-vue from 9.26.0 to 9.27.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.27.0

Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.26.0...v9.27.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 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/493 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2024 **Status:** ✅ Merged **Merged:** 8/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/eslint-plugin-vue-9.27.0` --- ### 📝 Commits (1) - [`8b05ea4`](https://github.com/NdoleStudio/httpsms/commit/8b05ea4390b023394b4f1f548bbd4dc4ab3b928b) chore(deps-dev): bump eslint-plugin-vue from 9.26.0 to 9.27.0 in /web ### 📊 Changes **2 files changed** (+38 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+37 -59) </details> ### 📄 Description Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.26.0 to 9.27.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.27.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2487">#2487</a> Improved <a href="https://eslint.vuejs.org/rules/require-toggle-inside-transition.html"><code>vue/require-toggle-inside-transition</code></a> rule to understand <code>v-bind:appear</code>.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2489">#2489</a> Fixed false negatives for elements inside template literals 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> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2476">#2476</a> Added name property to flat configs.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2488">#2488</a> Upgraded <a href="https://github.com/vuejs/vue-eslint-parser">vue-eslint-parser</a> to <a href="https://github.com/vuejs/vue-eslint-parser/releases/tag/v9.4.3">v9.4.3</a>.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.26.0...v9.27.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.26.0...v9.27.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/c64bf9448099bd7ca3512dca705c81730afec4ab"><code>c64bf94</code></a> 9.27.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/cac8167a631c797b4e65653e067cd685271fb2dc"><code>cac8167</code></a> fix(no-setup-props-reactivity-loss): report template literal (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2489">#2489</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/3ad09efc98cf465880ca58d088a58df1fcb46a96"><code>3ad09ef</code></a> feat(require-toggle-inside-transition): check directive (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2487">#2487</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/bfc72a49968ce89acbc3c6f9121bb3cf506c3db5"><code>bfc72a4</code></a> docs: fix build on windows (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2493">#2493</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4f527348d8c484a972ef43b7707df6ec678ecab0"><code>4f52734</code></a> docs: add an example on how to use custom parser with flat config (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2490">#2490</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d7169e10e8e8ac2906c6c4a8bc444fa2b841cd8d"><code>d7169e1</code></a> chore: upgrade vue-eslint-parser to v9.4.3 (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2488">#2488</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ca7daffb43ccfa09a58e6f10e4346142d38b5bd9"><code>ca7daff</code></a> Show nested outline in docs (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2481">#2481</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/9afbf2b75eff8bfa14e073db2c23bb23426025fe"><code>9afbf2b</code></a> Update development dependencies (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2478">#2478</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ab88141a5bde40b0e9fed96f3f6b25da35ffac5e"><code>ab88141</code></a> Add name to flat configs. (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2476">#2476</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/e95b7bbacfcf2573e432110aa1e415f83fe8feec"><code>e95b7bb</code></a> test: update typescript-eslint and fix test cases (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2477">#2477</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.26.0...v9.27.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.26.0&new-version=9.27.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:42 +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#504
No description provided.