Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 18, 2025

Bumps vue, @nextcloud/vue and @nextcloud/vite-config. These dependencies needed to be updated together.
Updates vue from 2.7.16 to 3.5.24

Release notes

Sourced from vue's releases.

v3.5.24

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

v3.5.23

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

v3.5.22

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

v3.5.21

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

v3.5.20

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

v3.5.19

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

v3.5.18

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

v3.5.17

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

v3.5.16

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

v3.5.15

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

v3.5.14

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

v3.5.13

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

v3.5.12

For stable releases, please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue's changelog.

3.5.24 (2025-11-07)

Reverts

3.5.23 (2025-11-06)

Bug Fixes

  • compiler-core: correctly handle ts type assertions in expressions (#13397) (e6544ac), closes #13395
  • compiler-core: fix v-bind shorthand handling for in-DOM templates (#13933) (b3cca26), closes #13930
  • compiler-sfc: resolve numeric literals and template literals without expressions as static property key (#13998) (75d44c7)
  • compiler-ssr: textarea with v-text directive SSR (#13975) (006a0c1)
  • compiler: using guard instead of non-nullish assertion (#13982) (dcc6f36)
  • custom-element: batch custom element prop patching (#13478) (c13e674), closes #12619
  • custom-element: optimize slot retrieval to avoid duplicates (#13961) (84ca349), closes #13955
  • hydration: avoid mismatch during hydrate text with newlines in interpolation (#9232) (6cbdf78), closes #9229
  • runtime-core: pass props and children to loadingComponent (#13997) (40c4b2a)
  • runtime-dom: ensure iframe sandbox is handled as an attribute to prevent unintended behavior (#13950) (5689884), closes #13946
  • suspense: clear placeholder and fallback el after resolve to enable GC (#13928) (f411c66)
  • transition-group: use offsetLeft and offsetTop instead of getBoundingClientRect to avoid transform scale affect animation (#6108) (dc4dd59), closes #6105
  • v-model: handle number modifier on change (#13959) (8fbe48f), closes #13958

3.5.22 (2025-09-25)

Bug Fixes

  • compiler-core: identifiers in switch-case should not be inferred as references (#13923) (5953c9f)
  • compiler-dom: nodes with v-once shouldn't be stringified (#13878) (95c1975)
  • compiler-sfc: add support for @vue-ignore in runtime type resolution (#13906) (ba7f7f9)
  • compiler-sfc: enhance inferRuntimeType to support TSMappedType with indexed access (#13848) (e388f1a), closes #13847
  • compiler-sfc: ensure css custom properties do not start with a digit (#13870) (9c27951)
  • compiler-sfc: ensure props bindings register before compiling template (#13922) (abd5638), closes #13920
  • compiler-ssr: ensure v-show has a higher priority in SSR (#12171) (836b829), closes #12162
  • custom-element: properly mount multiple Teleports in custom element component w/ shadowRoot false (#13900) (5e1e791), closes #13899
  • custom-element: set prop runs pending mutations before disconnect (#13897) (c4a88cd), closes #13315
  • custom-element: use PatchFlags.BAIL for slot when props are present (#13907) (5358bca), closes #13904
  • reactivity: respect readonly during ref unwrapping (#13905) (aba7fed), closes #13903
  • reactivity: update iterator to check for completion instead of value presence (#13761) (2078f8b)
  • runtime-core: simplify block-tracking disabling in h helper (#13841) (75220c7)
  • transition-group: run forceReflow on the correct document (fix #13849) (#13853) (1be5ddf)
  • types: more precise types for Events and added missing definitions (#9675) (8bb8fb2)

... (truncated)

Commits
Maintainer changes

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


Updates @nextcloud/vue from 8.34.0 to 9.2.0

Release notes

Sourced from @​nextcloud/vue's releases.

v9.2.0

What's Changed

📝 Notes

  • NcAppSettingsSectionShortcuts has been renamed to NcAppSettingsShortcutsSection but still available by the previous name
  • NcAppSettingsDialog has started the process of migration to the new design. It may break the existing settings layout. Use layout prop to partially revert the change or migrate to use NcFormBox and NcFormGroup components in the settings sections.

🚀 Enhancements

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-vue@v9.1.0...v9.2.0

v9.1.0

What's Changed

🚀 Enhancements

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

v9.2.0 (2025-11-07)

Full Changelog

📝 Notes

  • NcAppSettingsSectionShortcuts has been renamed to NcAppSettingsShortcutsSection but still available by the previous name
  • NcAppSettingsDialog has started the process of migration to the new design. It may break the existing settings layout. Use layout prop to partially revert the change or migrate to use NcFormBox and NcFormGroup components in the settings sections.

🚀 Enhancements

  • feat: add NcFormGroup #7689 (ShGKme)
  • feat: add NcFormBox and adjust NcRadioGroup to NcFormbox and NcFormGroup #7690 (ShGKme)
  • feat(NcRadioGroup): deprecate labelHidden prop in favor of hideLabel #7771 (susnux)
  • feat: add NcFormBoxButton #7779 (ShGKme)
  • feat: add NcFormBoxSwitch #7781 (ShGKme)
  • feat: add NcFormBoxCopyButton #7787 (ShGKme)
  • feat(NcAppSettingsDialog): adjust design for new form elements, add section descriptions and optional switch to legacy design #7797 (ShGKme)
  • feat: NcAppSettingsSectionShortcuts -> NcAppSettingsShortcutsSection #7814 (ShGKme)

🐛 Fixed bugs

  • fix(NcRichText): start heading from h4 #7748 (ShGKme)
  • fix(NcFormGroup): remove margin when no label/description #7764 (ShGKme)
  • fix(NcFormGroup): decrease gap between label and content #7775 (ShGKme)
  • fix(NcFormBox*): user-select: none on Safari as well #7792 (ShGKme)
  • fix(NcRichContenteditable): keep previous cursor position on focus #7791 (Antreesy)
  • fix(NcHotkeyList): align with form labels #7807 (ShGKme)
  • fix(NcHotkeyList): align with the section #7811 (ShGKme)
  • fix(NcActions): improve performance by only computing popover maxHeight on demand #7808 (Antreesy)
  • fix(NcListItem): do not mount NcAction until necessary #7817 (ShGKme)

Other Changes

  • chore(docs): update docs link titles #7768 (ShGKme)
  • chore(docs): correct min supported Nextcloud version #7774 (ShGKme)
  • chore(docs): do not minimize docs and add examples code highlight #7784 (ShGKme)
  • chore(docs): optionally set docs server port via VUE_STYLEGUIDIST_PORT #7805 (ShGKme)
  • chore: bump node and npm dev versions #7785 (susnux)

v9.1.0 (2025-10-22)

Full Changelog

🚀 Enhancements

  • feat(NcChip): add error, success and warning variants #7652 (DorraJaouad)
  • feat(NcAppSettingsSection): add order prop, ensure intended order in navigation list #7636 (Antreesy)
  • feat: add NcAppSettingsSectionShortcuts, NcHotkeyList and NcHotkey #7633 (ShGKme)

🐛 Fixed bugs

  • fix(NcInputField): use empty string to fix label position #7630 (susnux)
  • chore: switch dependency for MD5 to ts-md5 #7623 (susnux)
  • fix(NcEmptyContent): use name as label #7634 (susnux)
  • fix(NcRadioGroupButton): scope expensive CSS selectors #7661 (Antreesy)
  • fix(NcAppContentDetailsToggle): Hide navigation toggle on mobile #7697 (mejo-)

... (truncated)

Commits
  • 3982691 Merge pull request #7823 from nextcloud-libraries/release/v9.2.0
  • 062db43 chore(release): v9.2.0
  • cfdf3cc chore(release): add v9.2.0 changelog
  • 6763866 chore(release): add v8.34.0 changelog
  • 82d7687 Merge pull request #7819 from nextcloud-libraries/translations_a29bf79827304d...
  • e07561e fix(l10n): Translate l10n/messages.pot in de
  • 8412065 fix(l10n): Translate l10n/messages.pot in en_GB
  • f0c9eaa Merge pull request #7817 from nextcloud-libraries/fix/NcListItem-render-actio...
  • 57dd7bc fix(NcListItem): do not mount NcActions until necessary
  • 58175c1 Merge pull request #7814 from nextcloud-libraries/feat/rename-NcAppSettingsSe...
  • Additional commits viewable in compare view

Updates @nextcloud/vite-config from 1.7.2 to 2.5.2

Release notes

Sourced from @​nextcloud/vite-config's releases.

v2.5.2

v2.5.2 (2025-10-20)

🐛 Fixed bugs

  • fix(REUSE): also add correct license headers for facade chunks #736 (susnux)

Other changes

  • Updated development dependencies

v2.5.1

v2.5.1 (2025-09-29)

🐛 Fixed bugs

  • fix: make configuration rolldown compatible #717 (susnux)

Other changes

  • chore(deps): Bump rollup-plugin-node-externals to 8.1.1
  • chore(deps): Bump magic-string to 0.30.19

v2.5.0

Added

  • Minimum Vite version is now 7.1.4

🐛 Fixed bugs

  • fix: bump vite version to fix running in watch mode #693 (susnux)

Other changes

  • chore: update vite-plugin-node-polyfills to 0.24.0 #678 (skjnldsv)
  • chore: various dev deps upgrades #680 (skjnldsv)
  • chore(deps): Bump @​vitejs/plugin-vue from 6.0.0 to 6.0.1 #681
  • chore(deps): Bump cipher-base from 1.0.4 to 1.0.6 #687
  • chore(deps): Bump sha.js from 2.4.11 to 2.4.12 #688
  • chore(deps): Bump magic-string from 0.30.17 to 0.30.18 #691
  • chore(deps): Bump rollup-plugin-node-externals from 8.0.1 to 8.1.0 #690

v2.4.0

v2.4.0 (2025-07-23)

Added

  • Vite v7 support

🐛 Fixed bugs

  • fix(watch): adjust rollup config for watch mode #666 (susnux)

Changed

  • chore: remove work-around for already fixed bug #664 (susnux)
  • chore: adjust defaults to use SPDX over 3rdparty BOM #665 (susnux)
  • chore(deps): Bump @​vitejs/plugin-vue to 6.0.0
  • chore(deps): Bump pbkdf2 to 3.1.3
  • chore(deps): Bump rollup-plugin-node-externals to 8.0.1
  • chore(deps): Bump vite-plugin-dts to 4.5.4

... (truncated)

Changelog

Sourced from @​nextcloud/vite-config's changelog.

v2.5.2 (2025-10-20)

🐛 Fixed bugs

  • fix(REUSE): also add correct license headers for facade chunks #736 (susnux)

Other changes

  • Updated development dependencies

v2.5.1 (2025-09-29)

🐛 Fixed bugs

  • fix: make configuration rolldown compatible #717 (susnux)

Other changes

  • chore(deps): Bump rollup-plugin-node-externals to 8.1.1
  • chore(deps): Bump magic-string to 0.30.19

v2.5.0 (2025-09-02)

Added

  • Minimum Vite version is now 7.1.4

🐛 Fixed bugs

  • fix: bump vite version to fix running in watch mode #693 (susnux)

Other changes

  • chore: update vite-plugin-node-polyfills to 0.24.0 #678 (skjnldsv)
  • chore: various dev deps upgrades #680 (skjnldsv)
  • chore(deps): Bump @​vitejs/plugin-vue from 6.0.0 to 6.0.1 #681
  • chore(deps): Bump cipher-base from 1.0.4 to 1.0.6 #687
  • chore(deps): Bump sha.js from 2.4.11 to 2.4.12 #688
  • chore(deps): Bump magic-string from 0.30.17 to 0.30.18 #691
  • chore(deps): Bump rollup-plugin-node-externals from 8.0.1 to 8.1.0 #690

v2.4.0 (2025-07-23)

Added

  • Vite v7 support

🐛 Fixed bugs

  • fix(watch): adjust rollup config for watch mode #666 (susnux)

Changed

  • chore: remove work-around for already fixed bug #664 (susnux)
  • chore: adjust defaults to use SPDX over 3rdparty BOM #665 (susnux)
  • chore(deps): Bump @​vitejs/plugin-vue to 6.0.0
  • chore(deps): Bump pbkdf2 to 3.1.3
  • chore(deps): Bump rollup-plugin-node-externals to 8.0.1
  • chore(deps): Bump vite-plugin-dts to 4.5.4

v2.3.5 (2025-05-07)

... (truncated)

Commits
  • 403558b Merge pull request #739 from nextcloud-libraries/chore/prepare-v2-5-2
  • 5001e17 chore: prepare v2.5.2
  • f11055b Merge pull request #736 from nextcloud-libraries/fix/add-license-for-fascade-...
  • c75f7bb Merge pull request #734 from nextcloud-libraries/dependabot/npm_and_yarn/main...
  • 0251256 Merge pull request #731 from nextcloud-libraries/dependabot/npm_and_yarn/main...
  • 526e567 Merge pull request #730 from nextcloud-libraries/dependabot/npm_and_yarn/main...
  • 6732dd1 fix(REUSE): also add correct license headers for fascade chunks
  • be4f5de chore(deps-dev): Bump vite from 7.1.9 to 7.1.10
  • 4a27ac2 chore(deps-dev): Bump @​types/node from 24.7.1 to 24.8.1
  • 68ea3c6 chore(deps-dev): Bump typedoc from 0.28.13 to 0.28.14
  • Additional commits viewable 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [vue](https://github.com/vuejs/core), [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) and [@nextcloud/vite-config](https://github.com/nextcloud/nextcloud-vite-config). These dependencies needed to be updated together.

Updates `vue` from 2.7.16 to 3.5.24
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.24)

Updates `@nextcloud/vue` from 8.34.0 to 9.2.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@v8.34.0...v9.2.0)

Updates `@nextcloud/vite-config` from 1.7.2 to 2.5.2
- [Release notes](https://github.com/nextcloud/nextcloud-vite-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vite-config/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vite-config@v1.7.2...v2.5.2)

---
updated-dependencies:
- dependency-name: vue
  dependency-version: 3.5.24
  dependency-type: direct:production
- dependency-name: "@nextcloud/vue"
  dependency-version: 9.2.0
  dependency-type: direct:production
- dependency-name: "@nextcloud/vite-config"
  dependency-version: 2.5.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 18, 2025
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