Skip to content
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

chore(deps): bump @nextcloud/vue from 8.22.0 to 8.23.1 #6759

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2025

Bumps @nextcloud/vue from 8.22.0 to 8.23.1.

Release notes

Sourced from @​nextcloud/vue's releases.

8.23.1

v8.23.1 (2025-02-13)

Full Changelog

🐛 Fixed bugs

  • fix(l10n): fix build error after @nextcloud/l10n bump #6521 (ShGKme)

v8.23.0

v8.23.0 (2025-02-13)

Full Changelog

📝 Notes

  • The individual import path of components, composables, directives, and functions was changed. The type of import is (e.g. components) is now lowercase and the dist will be omitted. For example to import the NcButton component the path has changed:

    // Old import
    import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
    // New way to import
    import NcButton from '@nextcloud/vue/components/NcButton'

    The old import paths are still valid, but deprecated and will be removed in version 9.

  • #default slot for leading icon is now deprecated in components NcInputField, NcTextField, NcPasswordField. Use #icon slot instead.

  • NcActionRadio is now expecting String|Number in v-model directive (to compare with passed value) instead of Boolean. Consider it for migration.

  • Some boolean props have been deprecated in favor of alternatives with default value false. This allows to use shorthand notation on the template, as a prop with a default value of false will be set to true if it is set (without any value) in the template, similar to native HTML boolean attributes. Following components have been adjusted:

    Component Deprecated prop New alternative
    NcModal enableSwipe disableSwipe
    NcAppContent allowSwipeNavigation disabledSwipe

🚀 Enhancements

  • feat: Allow to import without dist #6385 (susnux)
  • feat: Use boolean props with default value false #6452 (susnux)
  • feat(Nc*Field): add #icon slot for forward compatibility with v9, #default slot is deprecated #6399 (ShGKme)
  • fix(NcActionRadio): change modelValue to behave like NcCheckboxRadioSwitch #6264 #6470 (Antreesy)

🐛 Fixed bugs

  • fix(NcAction*): Fix RTL support for component #6507 (Antreesy)
  • fix(NcActions): Remove on mousemove listener for auto focus elements #6475 (susnux)
  • fix(NcActionCheckbox): Fix padding in RTL mode #6354 (falghamdi125)
  • fix(NcAppNavigation + NcUserBubble + NcRichContenteditable): RTL support #6455 (DorraJaouad)
  • fix(NcAvatar): title not shown when component used without menu #6297 (Koc)
  • fix(NcAvatar): user status and interactivity toggle button Bidi support #6407 (DorraJaouad)

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

v8.23.1 (2025-02-13)

Full Changelog

🐛 Fixed bugs

  • fix(l10n): fix build error after @nextcloud/l10n bump #6521 (ShGKme)

v8.23.0 (2025-02-13)

Full Changelog

📝 Notes

  • The individual import path of components, composables, directives, and functions was changed. The type of import is (e.g. components) is now lowercase and the dist will be omitted. For example to import the NcButton component the path has changed:

    // Old import
    import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
    // New way to import
    import NcButton from '@nextcloud/vue/components/NcButton'

    The old import paths are still valid, but deprecated and will be removed in version 9.

  • #default slot for leading icon is now deprecated in components NcInputField, NcTextField, NcPasswordField. Use #icon slot instead.

  • NcActionRadio is now expecting String|Number in v-model directive (to compare with passed value) instead of Boolean. Consider it for migration.

  • Some boolean props have been deprecated in favor of alternatives with default value false. This allows to use shorthand notation on the template, as a prop with a default value of false will be set to true if it is set (without any value) in the template, similar to native HTML boolean attributes. Following components have been adjusted:

    Component Deprecated prop New alternative
    NcModal enableSwipe disableSwipe
    NcAppContent allowSwipeNavigation disabledSwipe

🚀 Enhancements

  • feat: Allow to import without dist #6385 (susnux)
  • feat: Use boolean props with default value false #6452 (susnux)
  • feat(Nc*Field): add #icon slot for forward compatibility with v9, #default slot is deprecated #6399 (ShGKme)
  • fix(NcActionRadio): change modelValue to behave like NcCheckboxRadioSwitch #6264 #6470 (Antreesy)

🐛 Fixed bugs

  • fix(NcAction*): Fix RTL support for component #6507 (Antreesy)
  • fix(NcActions): Remove on mousemove listener for auto focus elements #6475 (susnux)
  • fix(NcActionCheckbox): Fix padding in RTL mode #6354 (falghamdi125)
  • fix(NcAppNavigation + NcUserBubble + NcRichContenteditable): RTL support #6455 (DorraJaouad)
  • fix(NcAvatar): title not shown when component used without menu #6297 (Koc)
  • fix(NcAvatar): user status and interactivity toggle button Bidi support #6407 (DorraJaouad)
  • fix(NcColorPicker): close popover on submit event #6336 (Antreesy)

... (truncated)

Commits
  • c974da9 Merge pull request #6522 from nextcloud-libraries/chore/v8.23.1
  • f401be5 chore: prepare v8.23.1 release
  • d88abe8 Merge pull request #6521 from nextcloud-libraries/backport/6517/master
  • 36228de build: Adjust l10n plugin for new library version
  • c630730 Merge pull request #6505 from nextcloud-libraries/chore/v8.23.0
  • 6075391 chore: prepare v8.23.0 release
  • 44eb9a9 Merge pull request #6507 from nextcloud-libraries/fix/noid/stylelint
  • 0696745 Merge pull request #6470 from nextcloud-libraries/fix/6264/action-radio-vmodel
  • 6c15905 Merge pull request #6512 from nextcloud-libraries/fix/NcPopover--blurry-on-scale
  • 654f398 Merge pull request #6372 from nextcloud-libraries/fix/NcRichContenteditable--...
  • 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 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)

Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.22.0 to 8.23.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vue@v8.22.0...8.23.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from elzody as a code owner February 15, 2025 02:45
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Feb 15, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 15, 2025

Dependabot tried to add @juliushaertl and @luka-nextcloud as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/nextcloud/deck/pulls/6759/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the nextcloud/deck repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 15, 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.

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.

1 participant