Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2025

Bumps @nextcloud/vue from 8.28.0 to 8.29.2.

Release notes

Sourced from @​nextcloud/vue's releases.

v8.29.2

What's Changed

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-vue@v8.29.1...v8.29.2

v8.29.1

What's Changed

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-vue@v8.29.0...v8.29.1

v8.29.0

v8.29.0 (2025-08-18)

📝 Notes

NcColorPicker

The update:open event was undeprecated, instead proper open state handling of the component was added. This means it is now possible to pass the open prop directly to the component,

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

v8.29.2 (2025-08-28)

🐛 Fixed bugs

  • fix(NcUserStatusIcon): legacy 32 check #7320 (skjnldsv)
  • fix(NcDateTimePicker): lost styles in docs #7344 (ShGKme)
  • fix(NcPopover): scope styles to avoid leak #7341
  • fix(NcReferencePickerModal): scope styles #7347
  • fix(NcEmojiPicker): scope styles #7343
  • fix(NcActionButtonGroup): scope styles #7348
  • fix(NcAppNavigationItem): icon-collapse has wrong colour #7346 (GretaD)
  • fix(NcNoteCard): adjust colors to work with Nextcloud 32+ #7361 (susnux)
  • fix(l10n): add non-breaking space before ellipsis #7373
  • fix(NcHeaderMenu): pause trap stack on opening #7384 (Antreesy)
  • add new border design for NcInputField and NcTextArea #7383
  • fix: change icon cog into outline version on 32+ #7394 (GretaD)

Other Changes

  • docs: fix CSS Modules support in Styleguidist #7342
  • chore(docs): fix css modules export names in styleguidist #7387
  • fix(NcUserStatusIcon): adjust icon colors #7393
  • fix(NcUserStatusIcon): adjust scoped names for style variables #7400

v8.29.1 (2025-08-19)

🐛 Fixed bugs

  • fix(NcButton): ensure correct padding #7305 (susnux)
  • fix(NcCheckboxRadioSwitch): ensure component has correct box sizing #7306 (susnux)
  • fix(utils): legacy check syntax #7315 (skjnldsv)
  • fix: adjust color variables to work with Nextcloud 32+ #7312

v8.29.0 (2025-08-18)

📝 Notes

NcColorPicker

The update:open event was undeprecated, instead proper open state handling of the component was added. This means it is now possible to pass the open prop directly to the component, it is implemented as two-way binding with the corresponding update:open event. It is now discouraged to use the previous solution of relying on the shown prop of the underlying component.

Additionally for consistent event naming the close event was deprecated in favor of the closed event. The closed event will be emitted after update:open (with payload false) was emitted and all transitions have finished.

🚀 Enhancements

  • feat(NcThemeProvider): allow to override the current theme for parts of the UI #7152
  • feat(dialogs/spawnDialog): separate spawning options from dialog props and allow Element as a container #6768
  • feat(NcColorPicker): add proper open-state handling #7214
  • feat(NcAppNavigationItem): add active as slot property to the "icon"-slot #7274
  • feat: add visual border for buttons on Nextcloud 32+ #7291
  • feat(NcUserStatusIcon): update status icons #7223
  • feat(NcHeaderMenu): apply alpha mask to icon slot #7243

... (truncated)

Commits
  • 90de2fa Merge pull request #7321 from nextcloud-libraries/chore/release
  • 1a476d0 Merge pull request #7402 from nextcloud-libraries/automated/17286474953/serve...
  • 465b0be chore: prepare release v8.29.2
  • 83f89f0 Merge pull request #7394 from nextcloud-libraries/fix/icon-cob-outline
  • 5f9f332 fix(NcAppNavigationSettings): bring back filled icon for Nextcloud 31
  • d115f74 feat: change icon cob into outline version
  • 9fb3a88 chore(assets): Update styling from server
  • a45f846 Merge pull request #7400 from nextcloud-libraries/backport/7396/stable8
  • c293810 fix(NcUserStatusIcon): adjust scoped names for style variables
  • f12a347 Merge pull request #7393 from nextcloud-libraries/backport/7392/stable8
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.


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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@github-actions github-actions bot changed the title build(deps): bump @nextcloud/vue from 8.28.0 to 8.29.2 [stable30] build(deps): bump @nextcloud/vue from 8.28.0 to 8.29.2 Aug 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 30, 2025

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@AndyScherzinger AndyScherzinger force-pushed the dependabot/npm_and_yarn/stable30/nextcloud/vue-8.29.2 branch from 21929c1 to e800acf Compare August 30, 2025 14:58
@AndyScherzinger
Copy link
Member

/compile

@AndyScherzinger
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable30/nextcloud/vue-8.29.2 branch from 9428e97 to 27b1292 Compare August 30, 2025 18:23
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@AndyScherzinger
Copy link
Member

/compile

@solracsf solracsf added this to the Nextcloud 30.0.15 milestone Aug 30, 2025
@nextcloud-bot nextcloud-bot mentioned this pull request Sep 4, 2025
5 tasks
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2025

A newer version of @​nextcloud/vue exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@nextcloud-bot nextcloud-bot mentioned this pull request Sep 10, 2025
16 tasks
@AndyScherzinger AndyScherzinger removed this from the Nextcloud 30.0.15 milestone Sep 11, 2025
@AndyScherzinger
Copy link
Member

@dependabot recreate

Dependabot couldn't find the original pull request head commit, 21929c1.
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable30/nextcloud/vue-8.29.2 branch from b1acc8c to 0f05ad3 Compare September 14, 2025 19:50
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@AndyScherzinger
Copy link
Member

/compile

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants