Skip to content

fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.11.0 - #940

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nextcloud-vue-9.x
Open

fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.11.0#940
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nextcloud-vue-9.x

Conversation

@renovate

@renovate renovate Bot commented Feb 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@nextcloud/vue ^9.4.0^9.11.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

nextcloud-libraries/nextcloud-vue (@​nextcloud/vue)

v9.11.0

Compare Source

Full Changelog

🚀 Enhancements
🐛 Fixed bugs
  • fix(NcActionInput): display arrow icon for submit #​8884 (odzhychko)
  • fix(NcActions) Listen on afterHide instead of non-existing afterClosed. #​8870 (rotdrop)
  • fix(NcSelect): align the multiple variant width with the single one #​8893 (skjnldsv)
  • fix(NcAppNavigationItem): backwards tabbing action selection #​8821 ([GVodyanov)

v9.10.0

Compare Source

Full Changelog

🚀 Enhancements
🐛 Fixed bugs
  • fix(actions): top-align icons with multi-line action labels #​8730 (jancborchardt)
  • fix(NcAppNavigationToggle): Use more common left panel toggle icon #​8746 (kra-mo)
  • fix(NcAppNavigationItem): close mobile navigation on router-link click #​8732 (jancborchardt)
  • fix(NcDateTimePicker): use translated words in dates formatted with a format string #​8644 (odzhychko)
  • fix(NcAppNavigationItem): tabbing on editable items #​8212 (GVodyanov)
  • fix: generating avatar with unusual display name #​8792 (madbob)
  • fix(NcDateTimePicker): handle text input for default formatting #​8657 (odzhychko)
  • fix(NcAppNavigation, NcAppSidebar): More graceful animations #​8691 (kra-mo)
  • fix(NcDateTimePicker): avoid rerendering picker on locale change #​8836 (odzhychko)
  • fix(useFormatDateTime): properly handle invalid dates #​8852 (susnux)
  • fix(NcProgressBar): properly assign attributes #​8851 (susnux)
  • fix(NcSelect): truncate long selected labels without overflowing the input #​8829 (Koc)
  • fix(NcCheckboxRadioSwitch): expose switch type with role=switch #​8747 (skjnldsv)
Other Changes
  • chore: make prerelease script reusable, ignore bots #​8731 (Antreesy)
  • test(NcDateTimePicker): shrink number of locales for the snapshot test case #​8825 (odzhychko)

v9.9.0

Compare Source

Full Changelog

🚀 Enhancements
  • feat(referencePicker): introduce getReferenceWithPicker() #​8532 (mejo-)
  • feat(NcReferenceWidget): allow to enable resizable widget height #​8695
  • feat(NcActions): add wide prop for full-width menus #​8698 (Chartman123)
🐛 Fixed bugs
Other Changes

v9.8.2

Compare Source

Full Changelog

🐛 Fixed bugs
  • fix(build): include full package version for CSS hash prefix #​8580 (Antreesy)
Other Changes
  • Updated dependencies

v9.8.1

Compare Source

Full Changelog

🐛 Fixed bugs
  • fix: use correct boundaries of CSS breakpoints #​8520 (susnux)
  • fix(NcAppSidebarTab): Reduce pill height #​8547 (kra-mo)
  • fix(NcAppContent): background blur may be missing after minification #​8544 (ShGKme)
  • fix(NcRichText): handle new lines when parsing reference links #​8565 (Antreesy)
  • fix(NcAppNavigationItem): Make active state darker than hover #​8557
Other Changes
  • Updated translations

v9.8.0

Compare Source

Full Changelog

🚀 Enhancements
  • feat: Semantic font weights for interactive elements #​8469 (kra-mo)
  • feat: change NcAppNavigationItem/NcListItem active state design and NcAppContent edge style on Nextcloud 34+ #​8448 (nfebe)
  • feat(NcAppSidebarTab): Redesign active tab as rounded filled pill #​8447 (nfebe)
  • feat(NcAppSettingsDialog): new navigation design #​8477 (nfebe)

v9.7.0

Compare Source

Full Changelog

📝 Notes
  • NcRichText component used with useMarkdown = true or useExtendedMarkdown = true no longer renders relative links that can not be resolved by Vue Router.
    They are might interfere with routing logic and considered not belonging to the application. Examples that are not rendered as a clickable link:
    • [unknown protocols](unknown:protocol)
    • [unresolved relative link](internal_route)
    • [relative parameters](?parameters=1)
    • [relative anchor](#anchor)
🚀 Enhancements
  • feat(NcRichContenteditable): allow to pass menuContainer as string #​8417 (Antreesy)
🐛 Fixed bugs
  • fix(NcCheckboxRadioSwitch): use reactive state for group checkbox toggle #​8324 (pringelmann)
  • fix(NcRichText): do not escape markdown syntax when resolving reference #​8351 (Antreesy)
  • fix(NcPasswordField): reset validation state on change #​8350 (Antreesy)
  • fix(NcAppNavigation): close navigation on click outside for mobile dimensions #​8284 (grnd-alt)
  • fix(NcAvatar): redirect to guest avatar if avatar does not exist #​8440 (skjnldsv)
  • fix(NcModal): prevent focus trap race condition #​8093 (nikhil2297)
  • fix(NcRichText): do not render nested links in markdown #​8449 (Antreesy)
  • fix(NcRichText)!: do not render invalid relative markdown links #​8397 (Antreesy)
  • fix(NcAppNavigationSearch): Show search clear icon only when field contains something #​8454 (jancborchardt)
Other Changes
  • Updated translations

v9.6.0

Compare Source

Full Changelog

🚀 Enhancements
  • feat(NcFilePicker): add picker component to select local files #​7097 (susnux)
  • feat(emoji): extend 'emojiAddRecent' to allow pass emoji as an argument #​8288 (Antreesy)
🐛 Fixed bugs
  • fix(NcTextArea): area resize does not resize component #​8175
  • fix(NcButton): remove active effect from disabled buttons #​8176 (Antreesy)
  • fix(NcInputField): use overflow-wrap: anywhere instead of word-break: break-all for the helper text #​8225 (Sector6759)
  • fix(NcModal): properly handle modal name size #​8263 (susnux)
  • fix(NcRichContenteditable): restore native undo/redo events #​8286 (Antreesy)
  • fix(NcAppContent): list is not scrollable on mobile #​8292
  • fix(NcRichText): ignore links resolving in Markdown #​8154 (Antreesy)
Other Changes
  • Updated translations
  • fix: add missing initialization to keep the old behaviour #​8291

v9.5.0

Compare Source

Full Changelog

🚀 Enhancements
  • feat(NcRadioGroupButton): add disabled state styling to NcRadioGroupButton #​8118 (nikhil2297)
  • feat(NcProgresBar): add showValue prop to show the progress value #​8120 (nikhil2297)
  • feat(NcSelectUsers): export NcSelectUsersModel type #​8130 (susnux)
  • feat(NcListItem): emit dragstart event #​8170
🐛 Fixed bugs
  • fix(NcButton): do not reduce border radius for small buttons #​8129 (susnux)
  • fix: use provided appName of NcContent if possible #​8157 (susnux)
  • fix(NcInputField): Helper message word-break on Chrome #​8128 (artonge)
Other Changes
  • Updated translations

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "before 5am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Feb 9, 2026
@renovate renovate Bot added dependencies Pull requests that update a dependency file 3. to review Waiting for reviews labels Feb 9, 2026
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from a917756 to ba86f60 Compare February 12, 2026 13:05
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from ba86f60 to a0a60e8 Compare March 5, 2026 17:06
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from a0a60e8 to d365f79 Compare March 13, 2026 13:17
@renovate renovate Bot changed the title fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.5.0 fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.6.0 Mar 13, 2026
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from d365f79 to a03f122 Compare March 13, 2026 19:53
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from a03f122 to c1deffa Compare March 27, 2026 12:34
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from c1deffa to 4ed41cc Compare April 8, 2026 16:31
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from 4ed41cc to d2c40c0 Compare April 27, 2026 12:59
@renovate renovate Bot changed the title fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.6.0 fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.7.0 Apr 27, 2026
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from d2c40c0 to d297e2b Compare April 29, 2026 17:54
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from d297e2b to ad6759f Compare May 10, 2026 15:31
@renovate renovate Bot changed the title fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.7.0 fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.8.0 May 10, 2026
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch 3 times, most recently from 58e2535 to fd02dd5 Compare May 18, 2026 18:47
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from fd02dd5 to ee706f7 Compare May 30, 2026 20:03
@renovate renovate Bot changed the title fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.8.0 fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.8.1 May 30, 2026
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from ee706f7 to d05fa60 Compare June 2, 2026 13:06
@renovate renovate Bot changed the title fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.8.1 fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.8.2 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from d05fa60 to 9cab336 Compare June 11, 2026 10:39
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch 2 times, most recently from 503699d to 4d4b95a Compare July 13, 2026 20:05
@renovate renovate Bot changed the title fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.8.2 fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.9.0 Jul 13, 2026
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from 4d4b95a to ee94d27 Compare July 16, 2026 18:56
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch 2 times, most recently from cd65b9f to 53e4cfc Compare July 24, 2026 16:37
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from 53e4cfc to 415b383 Compare July 30, 2026 19:57
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch 2 times, most recently from cadfece to d157601 Compare August 14, 2026 21:48
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from d157601 to 9abef0f Compare August 25, 2026 16:40
@renovate renovate Bot changed the title fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.9.0 fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.10.0 Aug 25, 2026
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch 2 times, most recently from 1fb2f45 to e7bc1b1 Compare August 28, 2026 14:53
@renovate renovate Bot changed the title fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.10.0 fix(deps): bump @nextcloud/vue from 9.4.0 to ^9.11.0 Aug 28, 2026
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from e7bc1b1 to cb6fcd5 Compare August 31, 2026 13:33
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/nextcloud-vue-9.x branch from cb6fcd5 to c714e2b Compare September 2, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants