Skip to content

build(deps): bump the npm group with 6 updates - #63

Merged
ernolf merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-ab10f36d2f
Sep 4, 2026
Merged

build(deps): bump the npm group with 6 updates#63
ernolf merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-ab10f36d2f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm group with 6 updates:

Package From To
@nextcloud/dialogs 7.4.1 7.5.0
@nextcloud/vue 9.9.0 9.10.0
vue 3.5.41 3.5.42
@noble/hashes 2.3.0 2.4.0
@vue/test-utils 2.4.11 2.5.0
jsdom 30.0.0 30.0.1

Updates @nextcloud/dialogs from 7.4.1 to 7.5.0

Release notes

Sourced from @​nextcloud/dialogs's releases.

v7.5.0

v7.5.0

Notes

This version include some reworked - and accessible - toast notifications. Those new toast messages will be displayed on the bottom start of the page, this is by design and not a bug.

Added

Fixed

Changelog

Sourced from @​nextcloud/dialogs's changelog.

v7.5.0

Notes

This version include some reworked - and accessible - toast notifications. Those new toast messages will be displayed on the bottom start of the page, this is by design and not a bug.

Added

Fixed

Commits
  • dec5ccf Merge pull request #2579 from nextcloud-libraries/chore/prepare-rel
  • 395a38f chore: add note about toasts
  • 6d2dd27 chore: prepare v7.5.0
  • 4030af4 Merge pull request #2575 from nextcloud-libraries/dependabot/npm_and_yarn/mai...
  • a07e474 chore(deps-dev): bump the vitest group with 2 updates
  • 40d0492 Merge pull request #2565 from nextcloud-libraries/automated/noid/main-fix-npm...
  • 20df0f0 Merge pull request #2539 from nextcloud-libraries/feat/timeout-configuration
  • f4e2981 chore: adjust to comply with ESLint
  • c8e9080 feat: toast timeout configuration
  • 19882e5 Merge pull request #2574 from nextcloud-libraries/translations_441be4f7621043...
  • Additional commits viewable in compare view

Updates @nextcloud/vue from 9.9.0 to 9.10.0

Release notes

Sourced from @​nextcloud/vue's releases.

v9.10.0

v9.10.0 (2026-08-24)

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

Sourced from @​nextcloud/vue's changelog.

v9.10.0 (2026-08-24)

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)
Commits
  • 6a10f2f Merge pull request #8875 from nextcloud-libraries/chore/v9-10
  • 44264b7 Merge pull request #8879 from nextcloud-libraries/dependabot/npm_and_yarn/vue...
  • 7af462e Merge pull request #8880 from nextcloud-libraries/dependabot/npm_and_yarn/esl...
  • 6ce0300 chore(deps-dev): bump eslint from 10.8.1 to 10.9.0
  • 59482a9 chore(deps-dev): bump vue-tsc from 3.3.10 to 3.3.11
  • 0a33ab3 Merge pull request #8877 from nextcloud-libraries/fix/profile-hovercard-unnec...
  • 68bdb56 fix: remove unnecessary exports from hovercard
  • 68e56bb Merge pull request #8873 from nextcloud-libraries/translations_a29bf79827304d...
  • 969f416 chore: prepare v9.10.0
  • c2f20fe fix(l10n): Translate l10n/messages.pot in de_DE
  • Additional commits viewable in compare view

Updates vue from 3.5.41 to 3.5.42

Release notes

Sourced from vue's releases.

v3.5.42

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.42 (2026-08-27)

Bug Fixes

  • hydration: handle async component unmount before lazy hydration (#15252) (6e1814a)
  • hydration: handle moving unresolved async fragment (#15263) (a72036f)
  • runtime-core: avoid caching unmounted suspense children (#15291) (b535917), closes #15288
  • runtime-core: keep .trim result when combined with .number v-model modifier (#15346) (f8d42e1)
  • runtime-core: resolve $el for dev root comment fragment (#15313) (8654f35), closes #12680
  • runtime-dom: support !important on CSS custom properties in style binding (#15348) (31da934)
  • server-renderer: reject CR in attribute names (#15266) (a2b40db)
  • shared: correctly compare Map and Set values (#15328) (ef82a26), closes #15320
  • suspense: don't treat the leaving branch as the fallback while its mount is pending (#15333) (cd19745), closes #15332
  • v-model: re-sync select when model is overridden in change handler (#15298) (6eaecc1), closes #10505
Commits
  • d63616c release: v3.5.42
  • b8543dc Revert "fix(compiler-core): handle invalid static arg in same-name v-bind sho...
  • 3857716 fix(compiler-core): handle invalid static arg in same-name v-bind shorthand (...
  • 31da934 fix(runtime-dom): support !important on CSS custom properties in style bindin...
  • f8d42e1 fix(runtime-core): keep .trim result when combined with .number v-model modif...
  • cd19745 fix(suspense): don't treat the leaving branch as the fallback while its mount...
  • 8654f35 fix(runtime-core): resolve $el for dev root comment fragment (#15313)
  • ef82a26 fix(shared): correctly compare Map and Set values (#15328)
  • 6eaecc1 fix(v-model): re-sync select when model is overridden in change handler (#15298)
  • b535917 fix(runtime-core): avoid caching unmounted suspense children (#15291)
  • Additional commits viewable in compare view

Updates @noble/hashes from 2.3.0 to 2.4.0

Release notes

Sourced from @​noble/hashes's releases.

2.4.0

Security and correctness

  • Protect passed options against mutation / pollution
  • keccakprg: fail until entropy is added
  • webcrypto: reject output sizes which crashed engine
  • blake3: fix tree merging for multi-terabyte streams
  • Improve zeroization

Misc

  • Speed-up Argon2 by 20%
  • Argon2 cost options are now optional. The defaults are t: 3, m: 1024 ** 2 KiB (1 GiB), p: 1, dkLen: 32, and a 1 GiB maxmem limit; larger-memory calls must set maxmem explicitly.
  • Corrected scrypt's default maxmem to work for N: 2 ** 20, r: 8, and p: 1
  • nextTick and asyncLoop now yield through scheduler.yield() when available or setTimeout otherwise, allowing timers, I/O, and rendering to progress. They also accept optional rejection cleanup; async Argon2, PBKDF2, and scrypt use it to wipe work state if scheduling is aborted.

Full Changelog: paulmillr/noble-hashes@2.3.0...2.4.0

Changelog

Sourced from @​noble/hashes's changelog.

2.4.0 (2026-08-27)

Security and correctness

  • Protect passed options against mutation / pollution
  • keccakprg: fail until entropy is added
  • webcrypto: reject output sizes which crashed engine
  • blake3: fix tree merging for multi-terabyte streams
  • Improve zeroization

Misc

  • Speed-up Argon2 by 20%
  • Argon2 cost options are now optional. The defaults are t: 3, m: 1024 ** 2 KiB (1 GiB), p: 1, dkLen: 32, and a 1 GiB maxmem limit; larger-memory calls must set maxmem explicitly.
  • Corrected scrypt's default maxmem to work for N: 2 ** 20, r: 8, and p: 1
  • nextTick and asyncLoop now yield through scheduler.yield() when available or setTimeout otherwise, allowing timers, I/O, and rendering to progress. They also accept optional rejection cleanup; async Argon2, PBKDF2, and scrypt use it to wipe work state if scheduling is aborted.
Commits

Updates @vue/test-utils from 2.4.11 to 2.5.0

Release notes

Sourced from @​vue/test-utils's releases.

v2.5.0

⚠️ Breaking change: Vue Test Utils no longer supports class components. See #2904.

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.11...v2.5.0

Commits

Updates jsdom from 30.0.0 to 30.0.1

Release notes

Sourced from jsdom's releases.

v30.0.1

  • Fixed getComputedStyle() with calc() and other functions throwing an exception, which regressed in v30.0.0. (@​asamuzaK)
  • Sped up up range operations on large documents (@​leonidaz)
Commits
  • 6584485 30.0.1
  • 0c51df6 Update dependencies and dev dependencies
  • 32adb34 Bump @​asamuzakjp/dom-selector
  • 70f014a Speed up range operations on large documents
  • 250d7ee Partially fix getComputedStyle with calc()
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) | `7.4.1` | `7.5.0` |
| [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) | `9.9.0` | `9.10.0` |
| [vue](https://github.com/vuejs/core) | `3.5.41` | `3.5.42` |
| [@noble/hashes](https://github.com/paulmillr/noble-hashes) | `2.3.0` | `2.4.0` |
| [@vue/test-utils](https://github.com/vuejs/test-utils) | `2.4.11` | `2.5.0` |
| [jsdom](https://github.com/jsdom/jsdom) | `30.0.0` | `30.0.1` |


Updates `@nextcloud/dialogs` from 7.4.1 to 7.5.0
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-dialogs@v7.4.1...v7.5.0)

Updates `@nextcloud/vue` from 9.9.0 to 9.10.0
- [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.9.0...v9.10.0)

Updates `vue` from 3.5.41 to 3.5.42
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.41...v3.5.42)

Updates `@noble/hashes` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/paulmillr/noble-hashes/releases)
- [Changelog](https://github.com/paulmillr/noble-hashes/blob/main/CHANGELOG.md)
- [Commits](paulmillr/noble-hashes@2.3.0...2.4.0)

Updates `@vue/test-utils` from 2.4.11 to 2.5.0
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](vuejs/test-utils@v2.4.11...v2.5.0)

Updates `jsdom` from 30.0.0 to 30.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v30.0.0...v30.0.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@nextcloud/vue"
  dependency-version: 9.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: vue
  dependency-version: 3.5.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@noble/hashes"
  dependency-version: 2.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@vue/test-utils"
  dependency-version: 2.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: jsdom
  dependency-version: 30.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 4, 2026
@ernolf
ernolf merged commit ac70b9d into main Sep 4, 2026
36 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-ab10f36d2f branch September 4, 2026 11:14
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.

1 participant