[PR #760] [MERGED] chore(deps): Bump @nextcloud/vue from 9.1.0 to 9.2.0 #768

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 68eac1c chore(deps): Bump @nextcloud/vue from 9.1.0 to 9.2.0

📊 Changes

2 files changed (+39 additions, -48 deletions)

View changed files

📝 package-lock.json (+38 -47)
📝 package.json (+1 -1)

📄 Description

Bumps @nextcloud/vue from 9.1.0 to 9.2.0.

Release notes

Sourced from @​nextcloud/vue's releases.

v9.2.0

What's Changed

📝 Notes

  • NcAppSettingsSectionShortcuts has been renamed to NcAppSettingsShortcutsSection but still available by the previous name
  • NcAppSettingsDialog has started the process of migration to the new design. It may break the existing settings layout. Use layout prop to partially revert the change or migrate to use NcFormBox and NcFormGroup components in the settings sections.

🚀 Enhancements

🐛 Fixed bugs

Other Changes

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

Changelog

Sourced from @​nextcloud/vue's changelog.

Commits
  • 3982691 Merge pull request #7823 from nextcloud-libraries/release/v9.2.0
  • 062db43 chore(release): v9.2.0
  • cfdf3cc chore(release): add v9.2.0 changelog
  • 6763866 chore(release): add v8.34.0 changelog
  • 82d7687 Merge pull request #7819 from nextcloud-libraries/translations_a29bf79827304d...
  • e07561e fix(l10n): Translate l10n/messages.pot in de
  • 8412065 fix(l10n): Translate l10n/messages.pot in en_GB
  • f0c9eaa Merge pull request #7817 from nextcloud-libraries/fix/NcListItem-render-actio...
  • 57dd7bc fix(NcListItem): do not mount NcActions until necessary
  • 58175c1 Merge pull request #7814 from nextcloud-libraries/feat/rename-NcAppSettingsSe...
  • 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/760 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 11/10/2025 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nextcloud/vue-9.2.0` --- ### 📝 Commits (1) - [`68eac1c`](https://github.com/nextcloud/twofactor_gateway/commit/68eac1c50b3bc135196e23bdf199cb5d07134987) chore(deps): Bump @nextcloud/vue from 9.1.0 to 9.2.0 ### 📊 Changes **2 files changed** (+39 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+38 -47) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 9.1.0 to 9.2.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.2.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>📝 Notes</h3> <ul> <li><code>NcAppSettingsSectionShortcuts</code> has been renamed to <code>NcAppSettingsShortcutsSection</code> but still available by the previous name</li> <li><code>NcAppSettingsDialog</code> has started the process of migration to the new design. It may break the existing settings layout. Use <code>layout</code> prop to partially revert the change or migrate to use <code>NcFormBox</code> and <code>NcFormGroup</code> components in the settings sections.</li> </ul> <h3>🚀 Enhancements</h3> <ul> <li>feat: add NcFormGroup by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7689">nextcloud-libraries/nextcloud-vue#7689</a></li> <li>feat: add <code>NcFormBox</code> and adjust <code>NcRadioGroup</code> to <code>NcFormbox</code> and <code>NcFormGroup</code> by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7690">nextcloud-libraries/nextcloud-vue#7690</a></li> <li>feat(NcRadioGroup): deprecate <code>labelHidden</code> prop in favor of <code>hideLabel</code> by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7771">nextcloud-libraries/nextcloud-vue#7771</a></li> <li>feat: add NcFormBoxButton by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7779">nextcloud-libraries/nextcloud-vue#7779</a></li> <li>feat: add NcFormBoxSwitch by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7781">nextcloud-libraries/nextcloud-vue#7781</a></li> <li>feat: add NcFormBoxCopyButton by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7787">nextcloud-libraries/nextcloud-vue#7787</a></li> <li>feat(NcAppSettingsDialog): adjust design for new form elements, add section descriptions and optional switch to legacy design by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7797">nextcloud-libraries/nextcloud-vue#7797</a></li> <li>feat: NcAppSettingsSectionShortcuts -&gt; NcAppSettingsShortcutsSection by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7814">nextcloud-libraries/nextcloud-vue#7814</a></li> </ul> <h3>🐛 Fixed bugs</h3> <ul> <li>fix(NcRichText): start heading from h4 by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7748">nextcloud-libraries/nextcloud-vue#7748</a></li> <li>fix(NcFormGroup): remove margin when no label/description by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7764">nextcloud-libraries/nextcloud-vue#7764</a></li> <li>fix(NcFormGroup): decrease gap between label and content by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7775">nextcloud-libraries/nextcloud-vue#7775</a></li> <li>fix(NcFormBox*): user-select: none on Safari as well by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7792">nextcloud-libraries/nextcloud-vue#7792</a></li> <li>fix(NcRichContenteditable): keep previous cursor position on focus by <a href="https://github.com/Antreesy"><code>@​Antreesy</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7791">nextcloud-libraries/nextcloud-vue#7791</a></li> <li>fix(NcHotkeyList): align with form labels by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7807">nextcloud-libraries/nextcloud-vue#7807</a></li> <li>fix(NcHotkeyList): align with the section by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7811">nextcloud-libraries/nextcloud-vue#7811</a></li> <li>fix(NcActions): improve performance by only computing popover maxHeight on demand by <a href="https://github.com/Antreesy"><code>@​Antreesy</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7808">nextcloud-libraries/nextcloud-vue#7808</a></li> <li>fix(NcListItem): do not mount NcAction until necessary by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7817">nextcloud-libraries/nextcloud-vue#7817</a></li> </ul> <h3>Other Changes</h3> <ul> <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/7714">nextcloud-libraries/nextcloud-vue#7714</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/7750">nextcloud-libraries/nextcloud-vue#7750</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/7751">nextcloud-libraries/nextcloud-vue#7751</a></li> <li>chore(docs): update docs link titles by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7768">nextcloud-libraries/nextcloud-vue#7768</a></li> <li>chore(docs): correct min supported Nextcloud version by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7774">nextcloud-libraries/nextcloud-vue#7774</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/7783">nextcloud-libraries/nextcloud-vue#7783</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/7794">nextcloud-libraries/nextcloud-vue#7794</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/7798">nextcloud-libraries/nextcloud-vue#7798</a></li> <li>chore(docs): do not minimize docs and add examples code highlight by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7784">nextcloud-libraries/nextcloud-vue#7784</a></li> <li>chore(docs): optionally set docs server port via VUE_STYLEGUIDIST_PORT by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7805">nextcloud-libraries/nextcloud-vue#7805</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/7809">nextcloud-libraries/nextcloud-vue#7809</a></li> <li>chore: bump node and npm dev versions by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7785">nextcloud-libraries/nextcloud-vue#7785</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/7819">nextcloud-libraries/nextcloud-vue#7819</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.1.0...v9.2.0">https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.1.0...v9.2.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> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/398269135f10fa245deb5c00b38712ee4ebe470d"><code>3982691</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/7823">#7823</a> from nextcloud-libraries/release/v9.2.0</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/062db43d2eace4db59d03ac9d9340a1f06224af0"><code>062db43</code></a> chore(release): v9.2.0</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/cfdf3cc4398ad5c4f2bf80d2e0330d9913c0f07f"><code>cfdf3cc</code></a> chore(release): add v9.2.0 changelog</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/6763866dadef5789e303ba149cf891b99bffabfe"><code>6763866</code></a> chore(release): add v8.34.0 changelog</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/82d768743e548d804a7a740c4e4c4c2d36fb93fa"><code>82d7687</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/7819">#7819</a> from nextcloud-libraries/translations_a29bf79827304d...</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/e07561e6b8d0a2599d54edbeb141b7342222a544"><code>e07561e</code></a> fix(l10n): Translate l10n/messages.pot in de</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/8412065e52251fa1435a137ce565d7bc394be3d1"><code>8412065</code></a> fix(l10n): Translate l10n/messages.pot in en_GB</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/f0c9eaa66a2e70995d895ba84460d910c5fb3f57"><code>f0c9eaa</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/7817">#7817</a> from nextcloud-libraries/fix/NcListItem-render-actio...</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/57dd7bc1384a81a0ff24113655832983006d2c82"><code>57dd7bc</code></a> fix(NcListItem): do not mount NcActions until necessary</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/58175c15126440721fab4c430acdbbac9282403f"><code>58175c1</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/7814">#7814</a> from nextcloud-libraries/feat/rename-NcAppSettingsSe...</li> <li>Additional commits viewable in <a href="https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.1.0...v9.2.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.1.0&new-version=9.2.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:05 +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#768
No description provided.