[PR #751] [MERGED] chore(deps): Bump @nextcloud/vue from 9.0.1 to 9.1.0 #761

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/751
Author: @dependabot[bot]
Created: 10/23/2025
Status: Merged
Merged: 10/23/2025
Merged by: @dependabot[bot]

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


📝 Commits (1)

  • 4f99255 chore(deps): Bump @nextcloud/vue from 9.0.1 to 9.1.0

📊 Changes

2 files changed (+100 additions, -36 deletions)

View changed files

📝 package-lock.json (+99 -35)
📝 package.json (+1 -1)

📄 Description

Bumps @nextcloud/vue from 9.0.1 to 9.1.0.

Release notes

Sourced from @​nextcloud/vue's releases.

v9.1.0

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

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

Changelog

Sourced from @​nextcloud/vue's changelog.

v9.1.0 (2025-10-22)

Full Changelog

🚀 Enhancements

  • feat(NcChip): add error, success and warning variants #7652 (DorraJaouad)
  • feat(NcAppSettingsSection): add order prop, ensure intended order in navigation list #7636 (Antreesy)
  • feat: add NcAppSettingsSectionShortcuts, NcHotkeyList and NcHotkey #7633 (ShGKme)

🐛 Fixed bugs

  • fix(NcInputField): use empty string to fix label position #7630 (susnux)
  • chore: switch dependency for MD5 to ts-md5 #7623 (susnux)
  • fix(NcEmptyContent): use name as label #7634 (susnux)
  • fix(NcRadioGroupButton): scope expensive CSS selectors #7661 (Antreesy)
  • fix(NcAppContentDetailsToggle): Hide navigation toggle on mobile #7697 (mejo-)

Other Changes

  • refactor(NcAppSidebarTabs): use custom components for tab buttons #7516 (susnux)
  • refactor(NcAppSettingsSection): migrate to <script setup lang="ts"> #7651 (ShGKme)
  • refactor: use named export for logger #7655 (ShGKme)
Commits
  • 0399ae0 Merge pull request #7706 from nextcloud-libraries/release/v9.1.0
  • 940c1f4 Merge pull request #7713 from nextcloud-libraries/dependabot/npm_and_yarn/tab...
  • b28674d chore(deps): bump tabbable from 6.2.0 to 6.3.0
  • aef03b8 chore(release): v9.1.0
  • 60ca468 chore(release): add v9.1.0 changelog
  • 7062a64 chore(release): add v8.33.0 changelog
  • e891603 Merge pull request #7703 from nextcloud-libraries/translations_a29bf79827304d...
  • 6c677ec fix(l10n): Translate l10n/messages.pot in gl
  • ce5f587 Merge pull request #7682 from nextcloud-libraries/dependabot/npm_and_yarn/jsd...
  • e92db6b chore(deps-dev): bump jsdom from 26.1.0 to 27.0.1
  • 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/751 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/23/2025 **Status:** ✅ Merged **Merged:** 10/23/2025 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nextcloud/vue-9.1.0` --- ### 📝 Commits (1) - [`4f99255`](https://github.com/nextcloud/twofactor_gateway/commit/4f9925504a6ce4c8cd2044cabfc7f256f5620c06) chore(deps): Bump @nextcloud/vue from 9.0.1 to 9.1.0 ### 📊 Changes **2 files changed** (+100 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+99 -35) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 9.0.1 to 9.1.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.1.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🚀 Enhancements</h3> <ul> <li>feat(NcChip): add error, success and warning variants by <a href="https://github.com/DorraJaouad"><code>@​DorraJaouad</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7652">nextcloud-libraries/nextcloud-vue#7652</a></li> <li>feat(NcAppSettingsSection): add <code>order</code> prop, ensure intended order in navigation list by <a href="https://github.com/Antreesy"><code>@​Antreesy</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7636">nextcloud-libraries/nextcloud-vue#7636</a></li> <li>feat: add <code>NcAppSettingsSectionShortcuts</code>, <code>NcHotkeyList</code> and <code>NcHotkey</code> by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7633">nextcloud-libraries/nextcloud-vue#7633</a></li> </ul> <h3>🐛 Fixed bugs</h3> <ul> <li>fix(NcInputField): use empty string to fix label position by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7630">nextcloud-libraries/nextcloud-vue#7630</a></li> <li>chore: switch dependency for MD5 to <code>ts-md5</code> by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7623">nextcloud-libraries/nextcloud-vue#7623</a></li> <li>fix(NcEmptyContent): use name as label by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7634">nextcloud-libraries/nextcloud-vue#7634</a></li> <li>fix(NcRadioGroupButton): scope expensive CSS selectors by <a href="https://github.com/Antreesy"><code>@​Antreesy</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7661">nextcloud-libraries/nextcloud-vue#7661</a></li> <li>fix(NcAppContentDetailsToggle): Hide navigation toggle on mobile by <a href="https://github.com/mejo"><code>@​mejo</code></a>- in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7697">nextcloud-libraries/nextcloud-vue#7697</a></li> </ul> <h3>Other Changes</h3> <ul> <li>refactor(NcAppSidebarTabs): use custom components for tab buttons by <a href="https://github.com/susnux"><code>@​susnux</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7516">nextcloud-libraries/nextcloud-vue#7516</a></li> <li>refactor(NcAppSettingsSection): migrate to <code>&lt;script setup lang=&quot;ts&quot;&gt;</code> by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7651">nextcloud-libraries/nextcloud-vue#7651</a></li> <li>refactor: use named export for logger by <a href="https://github.com/ShGKme"><code>@​ShGKme</code></a> in <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7655">nextcloud-libraries/nextcloud-vue#7655</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.0.1...v9.1.0">https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.0.1...v9.1.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.1.0">v9.1.0</a> (2025-10-22)</h2> <p><a href="https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.0.1...v9.1.0">Full Changelog</a></p> <h3>🚀 Enhancements</h3> <ul> <li>feat(NcChip): add error, success and warning variants <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7652">#7652</a> (<a href="https://github.com/DorraJaouad">DorraJaouad</a>)</li> <li>feat(NcAppSettingsSection): add <code>order</code> prop, ensure intended order in navigation list <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7636">#7636</a> (<a href="https://github.com/Antreesy">Antreesy</a>)</li> <li>feat: add <code>NcAppSettingsSectionShortcuts</code>, <code>NcHotkeyList</code> and <code>NcHotkey</code> <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7633">#7633</a> (<a href="https://github.com/ShGKme">ShGKme</a>)</li> </ul> <h3>🐛 Fixed bugs</h3> <ul> <li>fix(NcInputField): use empty string to fix label position <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7630">#7630</a> (<a href="https://github.com/susnux">susnux</a>)</li> <li>chore: switch dependency for MD5 to <code>ts-md5</code> <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7623">#7623</a> (<a href="https://github.com/susnux">susnux</a>)</li> <li>fix(NcEmptyContent): use name as label <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7634">#7634</a> (<a href="https://github.com/susnux">susnux</a>)</li> <li>fix(NcRadioGroupButton): scope expensive CSS selectors <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7661">#7661</a> (<a href="https://github.com/Antreesy">Antreesy</a>)</li> <li>fix(NcAppContentDetailsToggle): Hide navigation toggle on mobile <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7697">#7697</a> (<a href="https://github.com/mejo-">mejo-</a>)</li> </ul> <h3>Other Changes</h3> <ul> <li>refactor(NcAppSidebarTabs): use custom components for tab buttons <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7516">#7516</a> (<a href="https://github.com/susnux">susnux</a>)</li> <li>refactor(NcAppSettingsSection): migrate to <code>&lt;script setup lang=&quot;ts&quot;&gt;</code> <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7651">#7651</a> (<a href="https://github.com/ShGKme">ShGKme</a>)</li> <li>refactor: use named export for logger <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/7655">#7655</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/0399ae0310809d25278ebcd54b3dbc0760579342"><code>0399ae0</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/7706">#7706</a> from nextcloud-libraries/release/v9.1.0</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/940c1f4b0f7b1616219ba4d57b332db716164d8a"><code>940c1f4</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/7713">#7713</a> from nextcloud-libraries/dependabot/npm_and_yarn/tab...</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/b28674d67083bdd2a98208f5bc53d0a499b34981"><code>b28674d</code></a> chore(deps): bump tabbable from 6.2.0 to 6.3.0</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/aef03b82fa7cf242dd792d2a22f809dff5f3b7bc"><code>aef03b8</code></a> chore(release): v9.1.0</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/60ca468b1411570984a78742733ba3decb914fb8"><code>60ca468</code></a> chore(release): add v9.1.0 changelog</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/7062a6495029a15996091560d604c82f7b8aedf8"><code>7062a64</code></a> chore(release): add v8.33.0 changelog</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/e89160397b4242703ec591fd4dbc97cf11173b5a"><code>e891603</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/7703">#7703</a> from nextcloud-libraries/translations_a29bf79827304d...</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/6c677ecf35df5deca1cd5e9989544e896c2ef2a4"><code>6c677ec</code></a> fix(l10n): Translate l10n/messages.pot in gl</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/ce5f5871703802aeb9413c64ded8ca4728dfd18a"><code>ce5f587</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/7682">#7682</a> from nextcloud-libraries/dependabot/npm_and_yarn/jsd...</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/e92db6bd0dcaecc70ee7a83a628ef2cc44f183e2"><code>e92db6b</code></a> chore(deps-dev): bump jsdom from 26.1.0 to 27.0.1</li> <li>Additional commits viewable in <a href="https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.0.1...v9.1.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.0.1&new-version=9.1.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: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#761
No description provided.