[PR #822] [MERGED] chore(deps): Bump @nextcloud/vue from 9.3.1 to 9.3.2 #825

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/822
Author: @dependabot[bot]
Created: 1/8/2026
Status: Merged
Merged: 1/8/2026
Merged by: @dependabot[bot]

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


📝 Commits (1)

  • cf32fcf chore(deps): Bump @nextcloud/vue from 9.3.1 to 9.3.2

📊 Changes

2 files changed (+38 additions, -31 deletions)

View changed files

📝 package-lock.json (+37 -30)
📝 package.json (+1 -1)

📄 Description

Bumps @nextcloud/vue from 9.3.1 to 9.3.2.

Release notes

Sourced from @​nextcloud/vue's releases.

v9.3.2

v9.3.2 (2026-01-08)

🐛 Fixed bugs

Other Changes

  • chore(README): recommend using npm pack and styleguidist instead of npm link #8018 (ShGKme)
  • chore(README): remove Firefox note #8019 (ShGKme)

Full Changelog: https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.3.1...v9.3.2

Changelog

Sourced from @​nextcloud/vue's changelog.

v9.3.2 (2026-01-08)

Full Changelog

🐛 Fixed bugs

Other Changes

  • chore(README): recommend using npm pack and styleguidist instead of npm link #8018 (ShGKme)
  • chore(README): remove Firefox note #8019 (ShGKme)
Commits
  • 20832aa Merge pull request #8058 from nextcloud-libraries/chore/v9.3.2
  • 3b3118b chore: release v9.3.2
  • c3d4e9f Merge pull request #8057 from nextcloud-libraries/dependabot/npm_and_yarn/vit...
  • d145548 chore(deps-dev): bump vite from 7.3.0 to 7.3.1 in the vite group
  • 25f6782 Merge pull request #8056 from nextcloud-libraries/dependabot/npm_and_yarn/sas...
  • 467ea0b Merge pull request #8055 from nextcloud-libraries/dependabot/npm_and_yarn/vue...
  • ebc6d38 Merge pull request #8054 from nextcloud-libraries/dependabot/npm_and_yarn/p-q...
  • cdb2855 chore(deps-dev): bump sass from 1.97.1 to 1.97.2
  • c0f621f chore(deps-dev): bump vue-tsc from 3.2.1 to 3.2.2
  • c24acb8 chore(deps): bump p-queue from 9.0.1 to 9.1.0
  • 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/822 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nextcloud/vue-9.3.2` --- ### 📝 Commits (1) - [`cf32fcf`](https://github.com/nextcloud/twofactor_gateway/commit/cf32fcfa235fdaf3ae3b4751c4a76ea3098bdf29) chore(deps): Bump @nextcloud/vue from 9.3.1 to 9.3.2 ### 📊 Changes **2 files changed** (+38 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+37 -30) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 9.3.1 to 9.3.2. <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.2</h2> <h2><a href="https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.3.2">v9.3.2</a> (2026-01-08)</h2> <h3>🐛 Fixed bugs</h3> <ul> <li>build: fix translations in Vue modules <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/8037">#8037</a> (<a href="https://github.com/susnux">susnux</a>)</li> <li>fix(NcModal): adjust max height of the modal <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/8042">#8042</a> (<a href="https://github.com/kra-mo">kra-mo</a>)</li> <li>fix: animate toggle switch icon <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/8045">#8045</a> (<a href="https://github.com/ShGKme">ShGKme</a>)</li> </ul> <h3>Other Changes</h3> <ul> <li>chore(README): recommend using <code>npm pack</code> and styleguidist instead of <code>npm link</code> <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/8018">#8018</a> (<a href="https://github.com/ShGKme">ShGKme</a>)</li> <li>chore(README): remove Firefox note <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/8019">#8019</a> (<a href="https://github.com/ShGKme">ShGKme</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.3.1...v9.3.2">https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.3.1...v9.3.2</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.2">v9.3.2</a> (2026-01-08)</h2> <p><a href="https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.3.1...v9.3.2">Full Changelog</a></p> <h3>🐛 Fixed bugs</h3> <ul> <li>build: fix translations in Vue modules <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/8037">#8037</a> (<a href="https://github.com/susnux">susnux</a>)</li> <li>fix(NcModal): adjust max height of the modal <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/8042">#8042</a> (<a href="https://github.com/kra-mo">kra-mo</a>)</li> <li>fix: animate toggle switch icon <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/8045">#8045</a> (<a href="https://github.com/ShGKme">ShGKme</a>)</li> </ul> <h3>Other Changes</h3> <ul> <li>chore(README): recommend using <code>npm pack</code> and styleguidist instead of <code>npm link</code> <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/8018">#8018</a> (<a href="https://github.com/ShGKme">ShGKme</a>)</li> <li>chore(README): remove Firefox note <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/pull/8019">#8019</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/20832aa0c0e8543580eae211f9146ea8708a8608"><code>20832aa</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/8058">#8058</a> from nextcloud-libraries/chore/v9.3.2</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/3b3118b2d0081c430a39254ee778add235e6fcd9"><code>3b3118b</code></a> chore: release v9.3.2</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/c3d4e9fdea0584ffa058a537a24df57e844bb3eb"><code>c3d4e9f</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/8057">#8057</a> from nextcloud-libraries/dependabot/npm_and_yarn/vit...</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/d145548c8ed2040c08cfdc724ae9d08fedf66ecf"><code>d145548</code></a> chore(deps-dev): bump vite from 7.3.0 to 7.3.1 in the vite group</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/25f6782cb52598ea18cdbc38d8a5ffad4fb26d39"><code>25f6782</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/8056">#8056</a> from nextcloud-libraries/dependabot/npm_and_yarn/sas...</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/467ea0b6a3f783ce6a0aeb3fcc4ca7b20f92f802"><code>467ea0b</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/8055">#8055</a> from nextcloud-libraries/dependabot/npm_and_yarn/vue...</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/ebc6d3891710a1244c8562870c856adfdc57a099"><code>ebc6d38</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-vue/issues/8054">#8054</a> from nextcloud-libraries/dependabot/npm_and_yarn/p-q...</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/cdb2855c87297e338325ab05f06bb3cad5be3b14"><code>cdb2855</code></a> chore(deps-dev): bump sass from 1.97.1 to 1.97.2</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/c0f621fa68b54f93e0e5a03b3f6d8e70757cf09c"><code>c0f621f</code></a> chore(deps-dev): bump vue-tsc from 3.2.1 to 3.2.2</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-vue/commit/c24acb8bdc542d646b434d3b5be8941588259601"><code>c24acb8</code></a> chore(deps): bump p-queue from 9.0.1 to 9.1.0</li> <li>Additional commits viewable in <a href="https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.3.1...v9.3.2">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.3.1&new-version=9.3.2)](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#825
No description provided.