Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2026

Bumps @nextcloud/vue from 9.1.0 to 9.3.3.

Release notes

Sourced from @​nextcloud/vue's releases.

v9.3.3

v9.3.3 (2026-01-09)

🐛 Fixed bugs

  • fix(NcActions): migrate to custom icons in Checkbox and Radio actions #8020 (ShGKme)

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-vue@v9.3.2...v9.3.3

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: nextcloud-libraries/nextcloud-vue@v9.3.1...v9.3.2

v9.3.1

v9.3.1 (2025-12-10)

Full Changelog

🚀 Enhancements

  • feat(useHotKey): add new option allowInModal #7514 (susnux)

🐛 Fixed bugs

  • fix(NcFormBox): add NcButton to supported components #7886 (ShGKme)
  • fix: adjust input border styles for dark theme and NcSelect #7501 (susnux)
  • fix: logger is not defined #7944 (ShGKme)
  • fix(useHotKey): do not prevent hotkeys on hidden modal/dialog #7966 (skjnldsv)

Other Changes

  • refactor(NcModal): migrate to Typescript and script-setup #7514 (susnux)
  • chore(NcActions): outline icons in docs #7920 (ShGKme)
  • refactor: fix Typescript issues in build files #7922 (susnux)
  • refactor(useHotKey): modal visibility check using Array.from #7972 (skjnldsv)

v9.3.0

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

v9.3.3 (2026-01-09)

Full Changelog

🐛 Fixed bugs

  • fix(NcActions): migrate to custom icons in Checkbox and Radio actions #8020 (ShGKme)

Other Changes

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)

v9.3.1 (2025-12-10)

Full Changelog

🚀 Enhancements

  • feat(useHotKey): add new option allowInModal #7514 (susnux)

🐛 Fixed bugs

  • fix(NcFormBox): add NcButton to supported components #7886 (ShGKme)
  • fix: adjust input border styles for dark theme and NcSelect #7501 (susnux)
  • fix: logger is not defined #7944 (ShGKme)
  • fix(useHotKey): do not prevent hotkeys on hidden modal/dialog #7966 (skjnldsv)

Other Changes

  • refactor(NcModal): migrate to Typescript and script-setup #7514 (susnux)
  • chore(NcActions): outline icons in docs #7920 (ShGKme)
  • refactor: fix Typescript issues in build files #7922 (susnux)
  • refactor(useHotKey): modal visibility check using Array.from #7972 (skjnldsv)

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)

... (truncated)

Commits
  • b1176ca Merge pull request #8065 from nextcloud-libraries/chore/v9.3.3
  • fcc734f chore: release v9.3.3
  • 4ed472e Merge pull request #8061 from nextcloud-libraries/fix/deps/focus-trap
  • 38d8cc5 chore(deps): pin focus-trap library to v7.6.6
  • 824420e Merge pull request #8020 from nextcloud-libraries/fix/NcActionCheckboxRadio
  • 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...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nextcloud/vue since your current version.


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)

Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 9.1.0 to 9.3.3.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vue@v9.1.0...v9.3.3)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-version: 9.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added 3. to review dependencies Pull requests that update a dependency file labels Jan 10, 2026
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2026

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2026

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants