Skip to content

chore(deps): bump @nextcloud/vue from 8.24.0 to 8.25.1 #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2025

Bumps @nextcloud/vue from 8.24.0 to 8.25.1.

Release notes

Sourced from @​nextcloud/vue's releases.

v8.25.1

What's Changed

🐛 Fixed bugs

  • fix(NcPopover): regression with incorrect size on RTL #6797

Full Changelog: nextcloud-libraries/nextcloud-vue@v8.25.0...v8.25.1

v8.25.0

📝 Notes

NcDateTimePicker

In version 8 the NcDateTimePicker was a transparent wrapper around the vue2 datepicker library. With version 9 and beyond we will no longer transparently wrap external libraries, thus only documented props, events, and slots of Nextcloud components are guaranteed to work. This will allow use to change the underlying library while keeping a stable API for the component users.

For this we deprecated the range property in favor of three new types for the NcDateTimePicker.

  • date-range
  • time-range
  • datetime-range

Also the formatter property is deprecated, instead you can now provide a function to the format property, which will receive a Date object and should return the formatted date as a string.

Tooltip directive

The Tooltip directive has been deprecated and will be removed in the future. In most cases you want to use the native browser tooltips instead by using the native HTML title attribute. In some rare cases where you really need a formatted tooltip NcPopover could be used.

 <NcButton
-    v-tooltip="title"
+    :title="title"

🚀 Enhancements

🐛 Fixed bugs

Other Changes

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

v8.25.1 (2025-04-17)

Full Changelog

🐛 Fixed bugs

  • fix(NcPopover): regression with incorrect size on RTL #6797

v8.25.0 (2025-04-16)

Full Changelog

📝 Notes

NcDateTimePicker

In version 8 the NcDateTimePicker was a transparent wrapper around the vue2 datepicker library. With version 9 and beyond we will no longer transparently wrap external libraries, thus only documented props, events, and slots of Nextcloud components are guaranteed to work. This will allow use to change the underlying library while keeping a stable API for the component users.

For this we deprecated the range property in favor of three new types for the NcDateTimePicker.

  • date-range
  • time-range
  • datetime-range

Also the formatter property is deprecated, instead you can now provide a function to the format property, which will receive a Date object and should return the formatted date as a string.

Tooltip directive

The Tooltip directive has been deprecated and will be removed in the future. In most cases you want to use the native browser tooltips instead by using the native HTML title attribute. In some rare cases where you really need a formatted tooltip NcPopover could be used.

 <NcButton
-    v-tooltip="title"
+    :title="title"

🚀 Enhancements

  • feat(NcDateTimePicker): add new types as alternative for range property #6738 (susnux)
  • feat: provide NcSelectUsers as replacement of user-select prop for NcSelect #6791

🐛 Fixed bugs

  • Adjust all styles for RTL support and add directional prop to NcIconSvgWrapper #6766
  • fix(NcRichContenteditable): add correct tooltip #6782
  • fix(NcRichContenteditable): bring back error style on overflow #6789
  • fix(NcAvatar): skip user status request if hideStatus prop was provided #6780 (Antreesy)

Other Changes

Commits
  • 4562c7c Merge pull request #6798 from nextcloud-libraries/chore/release-8.25.1
  • 6d1d9e1 chore: release 8.25.1
  • 97d504b Merge pull request #6797 from nextcloud-libraries/backport/6796/stable8
  • 28bc46c fix(NcPopover): lock upstream library style overrides
  • 6fa5ad2 Merge pull request #6793 from nextcloud-libraries/chore/prepare-v8.25.0
  • ddca676 chore: prepare release of v8.25.0
  • b69034f Merge pull request #6791 from nextcloud-libraries/backport/6732/stable8
  • a48b4cd feat(NcSelectUsers): Implement separate component for selecting users
  • 6828732 feat(NcSelect): add keepOpen property to replace closeOnSelect with defau...
  • 0a2de64 Merge pull request #6789 from nextcloud-libraries/backport/6785/stable8
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.24.0 to 8.25.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v8.25.1/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vue@v8.24.0...v8.25.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-version: 8.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Apr 19, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 22, 2025

Looks like @nextcloud/vue is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 22, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nextcloud/vue-8.25.1 branch April 22, 2025 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants