[PR #755] [MERGED] chore(deps): Bump vue from 3.5.22 to 3.5.23 #764

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/755
Author: @dependabot[bot]
Created: 11/6/2025
Status: Merged
Merged: 11/6/2025
Merged by: @dependabot[bot]

Base: masterHead: dependabot/npm_and_yarn/vue-3.5.23


📝 Commits (1)

  • a07a105 chore(deps): Bump vue from 3.5.22 to 3.5.23

📊 Changes

2 files changed (+74 additions, -78 deletions)

View changed files

📝 package-lock.json (+73 -77)
📝 package.json (+1 -1)

📄 Description

Bumps vue from 3.5.22 to 3.5.23.

Release notes

Sourced from vue's releases.

v3.5.23

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.23 (2025-11-06)

Bug Fixes

  • compiler-core: correctly handle ts type assertions in expressions (#13397) (e6544ac), closes #13395
  • compiler-core: fix v-bind shorthand handling for in-DOM templates (#13933) (b3cca26), closes #13930
  • compiler-sfc: resolve numeric literals and template literals without expressions as static property key (#13998) (75d44c7)
  • compiler-ssr: textarea with v-text directive SSR (#13975) (006a0c1)
  • compiler: using guard instead of non-nullish assertion (#13982) (dcc6f36)
  • custom-element: batch custom element prop patching (#13478) (c13e674), closes #12619
  • custom-element: optimize slot retrieval to avoid duplicates (#13961) (84ca349), closes #13955
  • hydration: avoid mismatch during hydrate text with newlines in interpolation (#9232) (6cbdf78), closes #9229
  • runtime-core: pass props and children to loadingComponent (#13997) (40c4b2a)
  • runtime-dom: ensure iframe sandbox is handled as an attribute to prevent unintended behavior (#13950) (5689884), closes #13946
  • suspense: clear placeholder and fallback el after resolve to enable GC (#13928) (f411c66)
  • transition-group: use offsetLeft and offsetTop instead of getBoundingClientRect to avoid transform scale affect animation (#6108) (dc4dd59), closes #6105
  • v-model: handle number modifier on change (#13959) (8fbe48f), closes #13958
Commits
  • 5cf0097 release: v3.5.23
  • f411c66 fix(suspense): clear placeholder and fallback el after resolve to enable GC (...
  • dc4dd59 fix(TransitionGroup): use offsetLeft and offsetTop instead of getBoundingClie...
  • 40c4b2a fix(runtime-core): pass props and children to loadingComponent (#13997)
  • e6544ac fix(compiler-core): correctly handle ts type assertions in expressions (#13397)
  • 75d44c7 fix(compiler-sfc): resolve numeric literals and template literals without exp...
  • dcc6f36 fix(compiler): using guard instead of non-nullish assertion (#13982)
  • 8fbe48f fix(v-model): handle number modifier on change (#13959)
  • 6cbdf78 fix(hydration): avoid mismatch during hydrate text with newlines in interpola...
  • 006a0c1 fix(compiler-ssr): textarea with v-text directive SSR (#13975)
  • 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 it's up-to-date and 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/755 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/6/2025 **Status:** ✅ Merged **Merged:** 11/6/2025 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-3.5.23` --- ### 📝 Commits (1) - [`a07a105`](https://github.com/nextcloud/twofactor_gateway/commit/a07a105e8c775843b0d20efe74649ee4371af9e4) chore(deps): Bump vue from 3.5.22 to 3.5.23 ### 📊 Changes **2 files changed** (+74 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+73 -77) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vue](https://github.com/vuejs/core) from 3.5.22 to 3.5.23. <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.23</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.22...v3.5.23">3.5.23</a> (2025-11-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-core:</strong> correctly handle ts type assertions in expressions (<a href="https://redirect.github.com/vuejs/core/issues/13397">#13397</a>) (<a href="https://github.com/vuejs/core/commit/e6544ac292b5b473274f87cdb83ebeac3e7e61a4">e6544ac</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/13395">#13395</a></li> <li><strong>compiler-core:</strong> fix v-bind shorthand handling for in-DOM templates (<a href="https://redirect.github.com/vuejs/core/issues/13933">#13933</a>) (<a href="https://github.com/vuejs/core/commit/b3cca2611c656b85f0c4e737b9ec248d2627dded">b3cca26</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/13930">#13930</a></li> <li><strong>compiler-sfc:</strong> resolve numeric literals and template literals without expressions as static property key (<a href="https://redirect.github.com/vuejs/core/issues/13998">#13998</a>) (<a href="https://github.com/vuejs/core/commit/75d44c718981f91843e197265cc68e82fe2532dd">75d44c7</a>)</li> <li><strong>compiler-ssr:</strong> textarea with v-text directive SSR (<a href="https://redirect.github.com/vuejs/core/issues/13975">#13975</a>) (<a href="https://github.com/vuejs/core/commit/006a0c1011a224bcbf21195c6df76812c3a7e757">006a0c1</a>)</li> <li><strong>compiler:</strong> using guard instead of non-nullish assertion (<a href="https://redirect.github.com/vuejs/core/issues/13982">#13982</a>) (<a href="https://github.com/vuejs/core/commit/dcc6f362577ed86ccad31c2623c6cf75137dd27a">dcc6f36</a>)</li> <li><strong>custom-element:</strong> batch custom element prop patching (<a href="https://redirect.github.com/vuejs/core/issues/13478">#13478</a>) (<a href="https://github.com/vuejs/core/commit/c13e674fb9f92ab9339d28a862d18de460faf56e">c13e674</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12619">#12619</a></li> <li><strong>custom-element:</strong> optimize slot retrieval to avoid duplicates (<a href="https://redirect.github.com/vuejs/core/issues/13961">#13961</a>) (<a href="https://github.com/vuejs/core/commit/84ca349fef73f6f55fc98299fcfa5c1eeef721db">84ca349</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/13955">#13955</a></li> <li><strong>hydration:</strong> avoid mismatch during hydrate text with newlines in interpolation (<a href="https://redirect.github.com/vuejs/core/issues/9232">#9232</a>) (<a href="https://github.com/vuejs/core/commit/6cbdf7823b0c961190bee5b7c117b7f2bbeb832f">6cbdf78</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9229">#9229</a></li> <li><strong>runtime-core:</strong> pass props and children to loadingComponent (<a href="https://redirect.github.com/vuejs/core/issues/13997">#13997</a>) (<a href="https://github.com/vuejs/core/commit/40c4b2a876ce606973521dfc3024e26bfc10953a">40c4b2a</a>)</li> <li><strong>runtime-dom:</strong> ensure iframe sandbox is handled as an attribute to prevent unintended behavior (<a href="https://redirect.github.com/vuejs/core/issues/13950">#13950</a>) (<a href="https://github.com/vuejs/core/commit/5689884c8e32cda6a802ac36b4d23218f67b38ed">5689884</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/13946">#13946</a></li> <li><strong>suspense:</strong> clear placeholder and fallback el after resolve to enable GC (<a href="https://redirect.github.com/vuejs/core/issues/13928">#13928</a>) (<a href="https://github.com/vuejs/core/commit/f411c6604c12c531883aa0d30b81a7f69092f8a6">f411c66</a>)</li> <li><strong>transition-group:</strong> use offsetLeft and offsetTop instead of getBoundingClientRect to avoid transform scale affect animation (<a href="https://redirect.github.com/vuejs/core/issues/6108">#6108</a>) (<a href="https://github.com/vuejs/core/commit/dc4dd594fbecce6ed7f44ffa69dc8b5d022287b6">dc4dd59</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/6105">#6105</a></li> <li><strong>v-model:</strong> handle number modifier on change (<a href="https://redirect.github.com/vuejs/core/issues/13959">#13959</a>) (<a href="https://github.com/vuejs/core/commit/8fbe48fe396d830999afd07f9413d899157d5f5e">8fbe48f</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/13958">#13958</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/5cf0097f333ae6230cf30052361e88b8637d2b02"><code>5cf0097</code></a> release: v3.5.23</li> <li><a href="https://github.com/vuejs/core/commit/f411c6604c12c531883aa0d30b81a7f69092f8a6"><code>f411c66</code></a> fix(suspense): clear placeholder and fallback el after resolve to enable GC (...</li> <li><a href="https://github.com/vuejs/core/commit/dc4dd594fbecce6ed7f44ffa69dc8b5d022287b6"><code>dc4dd59</code></a> fix(TransitionGroup): use offsetLeft and offsetTop instead of getBoundingClie...</li> <li><a href="https://github.com/vuejs/core/commit/40c4b2a876ce606973521dfc3024e26bfc10953a"><code>40c4b2a</code></a> fix(runtime-core): pass props and children to loadingComponent (<a href="https://redirect.github.com/vuejs/core/issues/13997">#13997</a>)</li> <li><a href="https://github.com/vuejs/core/commit/e6544ac292b5b473274f87cdb83ebeac3e7e61a4"><code>e6544ac</code></a> fix(compiler-core): correctly handle ts type assertions in expressions (<a href="https://redirect.github.com/vuejs/core/issues/13397">#13397</a>)</li> <li><a href="https://github.com/vuejs/core/commit/75d44c718981f91843e197265cc68e82fe2532dd"><code>75d44c7</code></a> fix(compiler-sfc): resolve numeric literals and template literals without exp...</li> <li><a href="https://github.com/vuejs/core/commit/dcc6f362577ed86ccad31c2623c6cf75137dd27a"><code>dcc6f36</code></a> fix(compiler): using guard instead of non-nullish assertion (<a href="https://redirect.github.com/vuejs/core/issues/13982">#13982</a>)</li> <li><a href="https://github.com/vuejs/core/commit/8fbe48fe396d830999afd07f9413d899157d5f5e"><code>8fbe48f</code></a> fix(v-model): handle number modifier on change (<a href="https://redirect.github.com/vuejs/core/issues/13959">#13959</a>)</li> <li><a href="https://github.com/vuejs/core/commit/6cbdf7823b0c961190bee5b7c117b7f2bbeb832f"><code>6cbdf78</code></a> fix(hydration): avoid mismatch during hydrate text with newlines in interpola...</li> <li><a href="https://github.com/vuejs/core/commit/006a0c1011a224bcbf21195c6df76812c3a7e757"><code>006a0c1</code></a> fix(compiler-ssr): textarea with v-text directive SSR (<a href="https://redirect.github.com/vuejs/core/issues/13975">#13975</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.22...v3.5.23">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.22&new-version=3.5.23)](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 it's up-to-date and 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:04 +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#764
No description provided.