[PR #767] [MERGED] chore(deps): Bump @nextcloud/vue from 9.2.0 to 9.3.0 #777

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/nextcloud/vue-9.3.0


📝 Commits (1)

  • b1d07d1 chore(deps): Bump @nextcloud/vue from 9.2.0 to 9.3.0

📊 Changes

2 files changed (+19 additions, -33 deletions)

View changed files

📝 package-lock.json (+18 -32)
📝 package.json (+1 -1)

📄 Description

Bumps @nextcloud/vue from 9.2.0 to 9.3.0.

Release notes

Sourced from @​nextcloud/vue's releases.

v9.3.0

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

Full Changelog: https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.2.0...v9.3.0

Changelog

Sourced from @​nextcloud/vue's changelog.

v9.3.0 (2025-11-20)

Full Changelog

🚀 Enhancements

  • feat(NcAppSettingsDialog): add version on the bottom and noVersion prop to disable it #7837 (ShGKme)
  • fix(NcActions): introduce 'size' prop #7847 (Antreesy)
  • feat(NcRichText): add 'Copy to clipboard' button for code blocks #7841 (Antreesy)

🐛 Fixed bugs

  • fix(NcPasswordField): respect checkPasswordStrength for input validation #7845 (Antreesy)
  • fix(NcTextField): adjust helper text icon #7856 (ShGKme)
  • fix(NcFormBox): use default text color in items #7854 (ShGKme)
  • fix(NcAvatar): do no request avatar image if icon slot provided #7891 (Antreesy)

Other Changes

Commits
  • 5930a2b Merge pull request #7894 from nextcloud-libraries/chore/release-9.3.0
  • 7148d04 chore: prepare v9.3.0 release
  • 07a83b7 Merge pull request #7891 from nextcloud-libraries/fix/noid/nc-avatar
  • 121badd fix(NcAvatar): set preloaded user status if explicitly provided
  • 25dce56 fix(NcAvatar): do no request avatar image if icon slot provided
  • 0074857 Merge pull request #7895 from nextcloud-libraries/chore/lower-npm-version
  • 959458b chore(package): npm=11.6.2
  • 6a9a573 Merge pull request #7879 from nextcloud-libraries/dependabot/npm_and_yarn/vit...
  • f3eb8ce Merge pull request #7880 from nextcloud-libraries/dependabot/npm_and_yarn/glo...
  • 76866b4 Merge pull request #7881 from nextcloud-libraries/dependabot/npm_and_yarn/sas...
  • 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/767 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/21/2025 **Status:** ✅ Merged **Merged:** 11/21/2025 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nextcloud/vue-9.3.0` --- ### 📝 Commits (1) - [`b1d07d1`](https://github.com/nextcloud/twofactor_gateway/commit/b1d07d1ab7360594df059188c8995ba589d7f6c8) chore(deps): Bump @nextcloud/vue from 9.2.0 to 9.3.0 ### 📊 Changes **2 files changed** (+19 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+18 -32) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 9.2.0 to 9.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nextcloud-libraries/nextcloud-vue/releases"><code>@​nextcloud/vue</code>'s releases</a>.</em></p> <blockquote> <h2>v9.3.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🚀 Enhancements</h3> <ul> <li>feat(NcAppSettingsDialog): add version on the bottom and <code>noVersion</code> prop to disable it by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7837">nextcloud-libraries/nextcloud-vue#7837</a></li> <li>fix(NcActions): introduce 'size' prop by <a href="https://github.com/Antreesy"><code>@​Antreesy</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7847">nextcloud-libraries/nextcloud-vue#7847</a></li> <li>feat(NcRichText): add 'Copy to clipboard' button for code blocks by <a href="https://github.com/Antreesy"><code>@​Antreesy</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7841">nextcloud-libraries/nextcloud-vue#7841</a></li> </ul> <h3>🐛 Fixed bugs</h3> <ul> <li>fix(NcPasswordField): respect <code>checkPasswordStrength</code> for input validation by <a href="https://github.com/Antreesy"><code>@​Antreesy</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7845">nextcloud-libraries/nextcloud-vue#7845</a></li> <li>fix(NcTextField): helper text icon is too large by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7856">nextcloud-libraries/nextcloud-vue#7856</a></li> <li>fix(NcFormBox): use default text color in items by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7854">nextcloud-libraries/nextcloud-vue#7854</a></li> <li>fix(NcAvatar): do no request avatar image if icon slot provided by <a href="https://github.com/Antreesy"><code>@​Antreesy</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7891">nextcloud-libraries/nextcloud-vue#7891</a></li> </ul> <h3>Other Changes</h3> <ul> <li>ci(dependabot): Use auto merge instead of deprecated option by <a href="https://github.com/nickvergessen"><code>@​nickvergessen</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7835">nextcloud-libraries/nextcloud-vue#7835</a></li> <li>Updates for project Nextcloud vue library by <a href="https://github.com/transifex-integration"><code>@​transifex-integration</code></a>[bot] in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7840">nextcloud-libraries/nextcloud-vue#7840</a></li> <li>Updates for project Nextcloud vue library by <a href="https://github.com/transifex-integration"><code>@​transifex-integration</code></a>[bot] in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7858">nextcloud-libraries/nextcloud-vue#7858</a></li> <li>docs: Move to more outline icons by <a href="https://github.com/nickvergessen"><code>@​nickvergessen</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7860">nextcloud-libraries/nextcloud-vue#7860</a></li> <li>docs: Move more icons to outline by <a href="https://github.com/nickvergessen"><code>@​nickvergessen</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7862">nextcloud-libraries/nextcloud-vue#7862</a></li> <li>fix(NcActions): handle expensive height computation by popover library by <a href="https://github.com/Antreesy"><code>@​Antreesy</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7778">nextcloud-libraries/nextcloud-vue#7778</a></li> <li>Updates for project Nextcloud vue library by <a href="https://github.com/transifex-integration"><code>@​transifex-integration</code></a>[bot] in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7867">nextcloud-libraries/nextcloud-vue#7867</a></li> <li>chore: refactor deprecated :deep selector by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7875">nextcloud-libraries/nextcloud-vue#7875</a></li> <li>Updates for project Nextcloud vue library by <a href="https://github.com/transifex-integration"><code>@​transifex-integration</code></a>[bot] in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7876">nextcloud-libraries/nextcloud-vue#7876</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.2.0...v9.3.0">https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.2.0...v9.3.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nextcloud-libraries/nextcloud-vue/blob/main/CHANGELOG.md"><code>@​nextcloud/vue</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.3.0">v9.3.0</a> (2025-11-20)</h2> <p><a href="https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.2.0...v9.3.0">Full Changelog</a></p> <h3>🚀 Enhancements</h3> <ul> <li>feat(NcAppSettingsDialog): add version on the bottom and <code>noVersion</code> prop to disable it <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7837">#7837</a> (<a href="https://github.com/ShGKme">ShGKme</a>)</li> <li>fix(NcActions): introduce 'size' prop <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7847">#7847</a> (<a href="https://github.com/Antreesy">Antreesy</a>)</li> <li>feat(NcRichText): add 'Copy to clipboard' button for code blocks <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7841">#7841</a> (<a href="https://github.com/Antreesy">Antreesy</a>)</li> </ul> <h3>🐛 Fixed bugs</h3> <ul> <li>fix(NcPasswordField): respect <code>checkPasswordStrength</code> for input validation <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7845">#7845</a> (<a href="https://github.com/Antreesy">Antreesy</a>)</li> <li>fix(NcTextField): adjust helper text icon <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7856">#7856</a> (<a href="https://github.com/ShGKme">ShGKme</a>)</li> <li>fix(NcFormBox): use default text color in items <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7854">#7854</a> (<a href="https://github.com/ShGKme">ShGKme</a>)</li> <li>fix(NcAvatar): do no request avatar image if icon slot provided <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7891">#7891</a> (<a href="https://github.com/Antreesy">Antreesy</a>)</li> </ul> <h3>Other Changes</h3> <ul> <li>ci(dependabot): Use auto merge instead of deprecated option <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7835">#7835</a> (<a href="https://github.com/nickvergessen">nickvergessen</a>)</li> <li>docs: Update icons to outline style <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7860">#7860</a> (<a href="https://github.com/nickvergessen">nickvergessen</a>) <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7862">#7862</a> (<a href="https://github.com/nickvergessen">nickvergessen</a>)</li> <li>fix(NcActions): handle expensive height computation by popover library <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7778">#7778</a> (<a href="https://github.com/Antreesy">Antreesy</a>)</li> <li>chore: refactor deprecated :deep selector <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7875">#7875</a> (<a href="https://github.com/ShGKme">ShGKme</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/5930a2b9275badfd61865abe199684d36f59aa68"><code>5930a2b</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/7894">#7894</a> from nextcloud-libraries/chore/release-9.3.0</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/7148d04d1e408d490d5cf766de673f051392ff10"><code>7148d04</code></a> chore: prepare v9.3.0 release</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/07a83b785e079aba5ff3c915391af84ab939139b"><code>07a83b7</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/7891">#7891</a> from nextcloud-libraries/fix/noid/nc-avatar</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/121baddef3d75f462be0d8f1afa392e47b7f2bbd"><code>121badd</code></a> fix(NcAvatar): set preloaded user status if explicitly provided</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/25dce5679a3ca4fc2f7cf34ed8c696dd08d04057"><code>25dce56</code></a> fix(NcAvatar): do no request avatar image if icon slot provided</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/00748575a4ba9d07a6936e27177318c55780d43d"><code>0074857</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/7895">#7895</a> from nextcloud-libraries/chore/lower-npm-version</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/959458b623741d820f65616393e2ff984f2c1ac6"><code>959458b</code></a> chore(package): npm=11.6.2</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/6a9a573471affb35f963fd34429b05f92a84143c"><code>6a9a573</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/7879">#7879</a> from nextcloud-libraries/dependabot/npm_and_yarn/vit...</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/f3eb8ce8832646c0feb814d46a73d36daa892e27"><code>f3eb8ce</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/7880">#7880</a> from nextcloud-libraries/dependabot/npm_and_yarn/glo...</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/76866b45f9db9e5d25aacf0feb16b00c4f06d6d9"><code>76866b4</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/7881">#7881</a> from nextcloud-libraries/dependabot/npm_and_yarn/sas...</li> <li>Additional commits viewable in <a href="https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.2.0...v9.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nextcloud/vue&package-manager=npm_and_yarn&previous-version=9.2.0&new-version=9.3.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 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:07 +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#777
No description provided.