[PR #827] [MERGED] chore(deps): Bump vue from 3.5.26 to 3.5.27 #830

Closed
opened 2026-02-26 06:32:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/827
Author: @dependabot[bot]
Created: 1/19/2026
Status: Merged
Merged: 1/19/2026
Merged by: @dependabot[bot]

Base: masterHead: dependabot/npm_and_yarn/vue-3.5.27


📝 Commits (1)

  • 325fd48 chore(deps): Bump vue from 3.5.26 to 3.5.27

📊 Changes

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

View changed files

📝 package-lock.json (+54 -54)
📝 package.json (+1 -1)

📄 Description

Bumps vue from 3.5.26 to 3.5.27.

Release notes

Sourced from vue's releases.

v3.5.27

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.27 (2026-01-19)

Bug Fixes

  • compile-sfc: correctly handle variable shadowing in for loop for defineProps destructuring. (#14296) (6a1bb50), closes #14294
  • compiler-sfc: handle indexed access types in declare global blocks (#14260) (e4091fe), closes #14236
  • compiler-sfc: use correct scope when resolving indexed access types from external files (#14297) (f0f0a21), closes #14292
  • reactivity: collection iteration should inherit iterator instance methods (#12644) (3c8b2fc), closes #12615
  • runtime-core: skip patching reserved props for custom elements (#14275) (19cc7e2), closes #14274
  • server-renderer: use ssrRenderClass helper for className attribute (#14327) (a4708f3)
  • ssr: handle v-bind modifiers during render attrs (#14263) (c2f5964), closes #14262
Commits
  • aa9af1d release: v3.5.27
  • 35c3608 Revert "fix(runtime-core): resolve kebab-case slot names from in-DOM template...
  • 7e554bf fix(runtime-core): resolve kebab-case slot names from in-DOM templates (#14302)
  • 0596a5f types(jsx): improve autocomplete type (#14237)
  • 19cc7e2 fix(runtime-core): skip patching reserved props for custom elements (#14275)
  • c2f5964 fix(ssr): handle v-bind modifiers during render attrs (#14263)
  • 3c8b2fc fix(reactivity): collection iteration should inherit iterator instance method...
  • e4091fe fix(compiler-sfc): handle indexed access types in declare global blocks (#14260)
  • 6a1bb50 fix(compile-sfc): correctly handle variable shadowing in for loop for `define...
  • f0f0a21 fix(compiler-sfc): use correct scope when resolving indexed access types from...
  • 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 will merge this PR once CI passes on it, as requested by @nextcloud-command.


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/nextcloud/twofactor_gateway/pull/827 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/19/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-3.5.27` --- ### 📝 Commits (1) - [`325fd48`](https://github.com/nextcloud/twofactor_gateway/commit/325fd486611972fb1309876009ab6133506ea4d3) chore(deps): Bump vue from 3.5.26 to 3.5.27 ### 📊 Changes **2 files changed** (+55 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+54 -54) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vue](https://github.com/vuejs/core) from 3.5.26 to 3.5.27. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases">vue's releases</a>.</em></p> <blockquote> <h2>v3.5.27</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">vue's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.26...v3.5.27">3.5.27</a> (2026-01-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-sfc:</strong> correctly handle variable shadowing in for loop for <code>defineProps</code> destructuring. (<a href="https://redirect.github.com/vuejs/core/issues/14296">#14296</a>) (<a href="https://github.com/vuejs/core/commit/6a1bb50594db03904f401fc33ea85afa8fa71cf7">6a1bb50</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14294">#14294</a></li> <li><strong>compiler-sfc:</strong> handle indexed access types in declare global blocks (<a href="https://redirect.github.com/vuejs/core/issues/14260">#14260</a>) (<a href="https://github.com/vuejs/core/commit/e4091fe1f917346a66ffa8d013b3cf4b331b6682">e4091fe</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14236">#14236</a></li> <li><strong>compiler-sfc:</strong> use correct scope when resolving indexed access types from external files (<a href="https://redirect.github.com/vuejs/core/issues/14297">#14297</a>) (<a href="https://github.com/vuejs/core/commit/f0f0a21dfaf0f41bb2198106db0f4ff32b97dcd3">f0f0a21</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14292">#14292</a></li> <li><strong>reactivity:</strong> collection iteration should inherit iterator instance methods (<a href="https://redirect.github.com/vuejs/core/issues/12644">#12644</a>) (<a href="https://github.com/vuejs/core/commit/3c8b2fc836b2f60c90c2459933e66b2fd9fb8c08">3c8b2fc</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12615">#12615</a></li> <li><strong>runtime-core:</strong> skip patching reserved props for custom elements (<a href="https://redirect.github.com/vuejs/core/issues/14275">#14275</a>) (<a href="https://github.com/vuejs/core/commit/19cc7e2cd053629f3233cd55dff98951e69f5391">19cc7e2</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14274">#14274</a></li> <li><strong>server-renderer:</strong> use ssrRenderClass helper for className attribute (<a href="https://redirect.github.com/vuejs/core/issues/14327">#14327</a>) (<a href="https://github.com/vuejs/core/commit/a4708f324f62ac2122f87c4ee039deb2745f0905">a4708f3</a>)</li> <li><strong>ssr:</strong> handle v-bind modifiers during render attrs (<a href="https://redirect.github.com/vuejs/core/issues/14263">#14263</a>) (<a href="https://github.com/vuejs/core/commit/c2f5964c47890321cab40fcf0ebc528e6d00337f">c2f5964</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/14262">#14262</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/aa9af1deeda38457e33b595a7c68389cf7cf03fd"><code>aa9af1d</code></a> release: v3.5.27</li> <li><a href="https://github.com/vuejs/core/commit/35c360888b76f649fbbeb20c7d4d232fff735c92"><code>35c3608</code></a> Revert &quot;fix(runtime-core): resolve kebab-case slot names from in-DOM template...</li> <li><a href="https://github.com/vuejs/core/commit/7e554bf8975a6522cde00c261e8c6f1bffff1c24"><code>7e554bf</code></a> fix(runtime-core): resolve kebab-case slot names from in-DOM templates (<a href="https://redirect.github.com/vuejs/core/issues/14302">#14302</a>)</li> <li><a href="https://github.com/vuejs/core/commit/0596a5f59128ed629910e60c80bfc6fbb9d38ebd"><code>0596a5f</code></a> types(jsx): improve autocomplete type (<a href="https://redirect.github.com/vuejs/core/issues/14237">#14237</a>)</li> <li><a href="https://github.com/vuejs/core/commit/19cc7e2cd053629f3233cd55dff98951e69f5391"><code>19cc7e2</code></a> fix(runtime-core): skip patching reserved props for custom elements (<a href="https://redirect.github.com/vuejs/core/issues/14275">#14275</a>)</li> <li><a href="https://github.com/vuejs/core/commit/c2f5964c47890321cab40fcf0ebc528e6d00337f"><code>c2f5964</code></a> fix(ssr): handle v-bind modifiers during render attrs (<a href="https://redirect.github.com/vuejs/core/issues/14263">#14263</a>)</li> <li><a href="https://github.com/vuejs/core/commit/3c8b2fc836b2f60c90c2459933e66b2fd9fb8c08"><code>3c8b2fc</code></a> fix(reactivity): collection iteration should inherit iterator instance method...</li> <li><a href="https://github.com/vuejs/core/commit/e4091fe1f917346a66ffa8d013b3cf4b331b6682"><code>e4091fe</code></a> fix(compiler-sfc): handle indexed access types in declare global blocks (<a href="https://redirect.github.com/vuejs/core/issues/14260">#14260</a>)</li> <li><a href="https://github.com/vuejs/core/commit/6a1bb50594db03904f401fc33ea85afa8fa71cf7"><code>6a1bb50</code></a> fix(compile-sfc): correctly handle variable shadowing in for loop for `define...</li> <li><a href="https://github.com/vuejs/core/commit/f0f0a21dfaf0f41bb2198106db0f4ff32b97dcd3"><code>f0f0a21</code></a> fix(compiler-sfc): use correct scope when resolving indexed access types from...</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.26...v3.5.27">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue&package-manager=npm_and_yarn&previous-version=3.5.26&new-version=3.5.27)](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 will merge this PR once CI passes on it, as requested by @nextcloud-command. [//]: # (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 06:32:17 +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/twofactor_gateway-nextcloud#830
No description provided.