Skip to content

ci(deps): bump the prod group across 1 directory with 4 updates#2653

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/prod-19cfd70a6d
Open

ci(deps): bump the prod group across 1 directory with 4 updates#2653
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/prod-19cfd70a6d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the prod group with 4 updates in the / directory: @nextcloud/dialogs, @nextcloud/vue, vue and vue-router.

Updates @nextcloud/dialogs from 7.3.0 to 7.4.0

Release notes

Sourced from @​nextcloud/dialogs's releases.

v7.4.0

v7.4.0

Added

  • feat(ConflictPicker): allow to set overwrite flag (#2432)

Fixed

  • fix(FilePicker): Round previews in filepicker dialog (#2397)
  • fix(FilePicker): reset filter string when navigating (#2384)

Changed

  • Updated translations
  • Updated developer dependencies
  • chore: add explicit types for public API (#2426)
Changelog

Sourced from @​nextcloud/dialogs's changelog.

v7.4.0

Added

  • feat(ConflictPicker): allow to set overwrite flag (#2432)

Fixed

  • fix(FilePicker): Round previews in filepicker dialog (#2397)
  • fix(FilePicker): reset filter string when navigating (#2384)

Changed

  • Updated translations
  • Updated developer dependencies
  • chore: add explicit types for public API (#2426)
Commits
  • baaa80d Merge pull request #2433 from nextcloud-libraries/chore/release-7-4
  • 5d2b8c5 chore: prepare v7.4.0
  • 14d4e1e Merge pull request #2426 from nextcloud-libraries/chore/types
  • 8036060 Merge pull request #2432 from nextcloud-libraries/feat/allow-setting-overwrite
  • ad95491 feat(ConflictPicker): allow to set overwrite flag
  • df04aa6 chore: handle .scss sideeffect imports
  • 44c2149 chore: add explicit types for public API
  • 4780816 Merge pull request #2428 from nextcloud-libraries/dependabot/npm_and_yarn/mai...
  • 22f180c Merge pull request #2427 from nextcloud-libraries/dependabot/npm_and_yarn/mai...
  • 440a62f chore(deps-dev): bump the vitest group across 1 directory with 2 updates
  • Additional commits viewable in compare view

Updates @nextcloud/vue from 9.8.0 to 9.8.2

Release notes

Sourced from @​nextcloud/vue's releases.

v9.8.2

v9.8.2 (2026-06-02)

Full Changelog

What's Changed

🐛 Fixed bugs

  • fix(build): include full package version for CSS hash prefix #8580 (Antreesy)

Other Changes

  • Updated dependencies

v9.8.1

v9.8.1 (2026-05-28)

Full Changelog

What's Changed

🐛 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 (backportbot[bot])

Other Changes

  • Updated translations
Changelog

Sourced from @​nextcloud/vue's changelog.

v9.8.2 (2026-06-02)

Full Changelog

What's Changed

🐛 Fixed bugs

  • fix(build): include full package version for CSS hash prefix #8580 (Antreesy)

Other Changes

  • Updated dependencies

v9.8.1 (2026-05-28)

Full Changelog

What's Changed

🐛 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 (backportbot[bot])

Other Changes

  • Updated translations
Commits
  • e32cc26 Merge pull request #8592 from nextcloud-libraries/chore/release-9.8.2
  • d47459f Merge pull request #8585 from nextcloud-libraries/dependabot/npm_and_yarn/bab...
  • b605f6b Merge pull request #8587 from nextcloud-libraries/dependabot/npm_and_yarn/bab...
  • f081de9 chore(deps-dev): bump @​babel/plugin-syntax-import-assertions
  • 5813aeb chore(deps-dev): bump @​babel/preset-typescript from 7.28.5 to 7.29.7
  • c68665f Merge pull request #8586 from nextcloud-libraries/dependabot/npm_and_yarn/sas...
  • 2f3c0fc Merge pull request #8588 from nextcloud-libraries/dependabot/npm_and_yarn/vue...
  • 13e86fc Merge pull request #8589 from nextcloud-libraries/dependabot/npm_and_yarn/bab...
  • bbd6e7e Merge pull request #8590 from nextcloud-libraries/dependabot/npm_and_yarn/esl...
  • 80ec7e9 Merge pull request #8591 from nextcloud-libraries/dependabot/npm_and_yarn/dom...
  • Additional commits viewable in compare view

Updates vue from 3.5.34 to 3.5.35

Release notes

Sourced from vue's releases.

v3.5.35

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.35 (2026-05-27)

Bug Fixes

Performance Improvements

  • reactivity: skip type checks for cached proxies (#14860) (5734fe9)
  • runtime-dom: optimize array event handler dispatch (#14828) (bb18dc8)
  • server-renderer: avoid materializing iterables in ssrRenderList (#14821) (1b7a2cc)
Commits
  • 8be32d6 release: v3.5.35
  • 80fc139 fix(runtime-core): skip idle persisted transition hooks in keep-alive moves (...
  • d6c7371 ci: use backup action for size report comments
  • bb18dc8 perf(runtime-dom): optimize array event handler dispatch (#14828)
  • 5734fe9 perf(reactivity): skip type checks for cached proxies (#14860)
  • 584beb1 fix(teleport): skip child unmount when pending mount discarded (#14876) (#14877)
  • 34a0ded fix(compiler-core): avoid double processing v-for keys with v-memo (#14861)
  • 170fc95 fix(runtime-core): avoid repeated hydration mismatch checks (#14857)
  • 1b7a2cc perf(server-renderer): avoid materializing iterables in ssrRenderList (#14821)
  • 3d077f2 fix(compiler-sfc): resolve top-level exports from files registered as global ...
  • Additional commits viewable in compare view

Updates vue-router from 5.0.7 to 5.1.0

Release notes

Sourced from vue-router's releases.

v5.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • c0e3226 release: vue-router@5.1.0
  • 9ca7672 chore: fix playgroundc usage
  • 315cc09 refactor(experimental): remove defineQueryParamParser and definePathParamParser
  • 7fa42f4 docs: fix gen and dead links
  • 1b3a068 refactor: organize imports and exports add back Router
  • 665be2d docs: links update
  • 5d79bd2 chore: unused param
  • 9ccf3d1 docs: experimental
  • eee8ac6 chore: playground param parsers testing
  • 0194b85 build: build before test:types
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 prod group with 4 updates in the / directory: [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs), [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue), [vue](https://github.com/vuejs/core) and [vue-router](https://github.com/vuejs/router).


Updates `@nextcloud/dialogs` from 7.3.0 to 7.4.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.3.0...v7.4.0)

Updates `@nextcloud/vue` from 9.8.0 to 9.8.2
- [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.8.0...v9.8.2)

Updates `vue` from 3.5.34 to 3.5.35
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.34...v3.5.35)

Updates `vue-router` from 5.0.7 to 5.1.0
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v5.0.7...v5.1.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
- dependency-name: "@nextcloud/vue"
  dependency-version: 9.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: vue
  dependency-version: 3.5.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod
- dependency-name: vue-router
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added 3. to review dependencies Pull requests that update a dependency file labels Jun 13, 2026
@github-actions github-actions Bot enabled auto-merge June 13, 2026 01:38
@codecov

codecov Bot commented Jun 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

0 participants