Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2025

Bumps @nextcloud/vue from 9.3.0 to 9.3.1.

Release notes

Sourced from @​nextcloud/vue's releases.

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)
Changelog

Sourced from @​nextcloud/vue's changelog.

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)
Commits
  • 123bc94 fix(workflows): adjust permissions for npm trusted publisher config
  • f5a934a fix(workflows): npm-publish configuration for trusted npm publishing
  • e241138 Merge pull request #7973 from nextcloud-libraries/chore/v9.3.1
  • 9399159 chore: v9.3.1
  • 081c899 Merge pull request #7931 from nextcloud-libraries/fix/time-zone-spelling
  • 64d1498 Merge pull request #7948 from nextcloud-libraries/fix/noid/action-input-date
  • 209d2d1 Merge pull request #7941 from nextcloud-libraries/fix/NcModal--teleport-scope...
  • ddf0ee8 Merge pull request #7969 from nextcloud-libraries/automated/20088180639/serve...
  • 0c08ecd Merge pull request #7972 from nextcloud-libraries/skjnldsv-patch-1
  • e2638ba refactor: remove unneeded async in useHotKey test
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 13, 2025
@github-actions github-actions bot enabled auto-merge December 13, 2025 02:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/nextcloud/vue-9.3.1 branch from 72aa68e to fc9ed07 Compare December 15, 2025 13:00
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 9.3.0 to 9.3.1.
- [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.3.0...v9.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/nextcloud/vue-9.3.1 branch from fc9ed07 to 96b85a6 Compare December 16, 2025 21:20
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@github-actions github-actions bot merged commit a61c93d into main Dec 16, 2025
13 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/main/nextcloud/vue-9.3.1 branch December 16, 2025 23:05
@codecov
Copy link

codecov bot commented Dec 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.43%. Comparing base (56aec79) to head (e0b63a2).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2151   +/-   ##
=======================================
  Coverage   45.43%   45.43%           
=======================================
  Files          15       15           
  Lines         438      438           
  Branches       84       85    +1     
=======================================
  Hits          199      199           
  Misses        210      210           
  Partials       29       29           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants