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 9.0.0-alpha.4 to 9.0.0-alpha.5 #595

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2024

Bumps @nextcloud/vue from 9.0.0-alpha.4 to 9.0.0-alpha.5.

Release notes

Sourced from @​nextcloud/vue's releases.

v9.0.0-alpha.5

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-vue@v9.0.0-alpha.4...v9.0.0-alpha.5

Changelog

Sourced from @​nextcloud/vue's changelog.

v9.0.0 (unreleased)

Full Changelog

💥 Breaking Changes

  • The package now uses Vue 3 instead of Vue 2.7
  • The package is now a native ESM package and the CommonJS entry points were dropped!
  • The limitWidth prop of NcSettingsSection was removed (the content is now always limitted width) #5605
  • The closing and opening events of NcAppSidebar were removed as they are directly emitted when the sidebar was opened when using v-if and also just duplicated the state of the open prop #5606
  • The checked prop was renamed to modelValue, the update:checked event was renamed to update:modelValue. This affects the following components.
    • NcActionCheckbox
    • NcActionRadio
    • NcCheckboxRadioSwitch
  • The value prop was renamed to modelValue, the update:value or input events were renamed to update:modelValue. This affects the following components.
    • NcActionInput
    • NcActionTextEditable
    • NcColorPicker
    • NcDateTimePicker
    • NcDateTimePickerNative
    • NcInputField
    • NcPasswordField
    • NcRichContenteditable
    • NcSelect
    • NcSelectTags
    • NcSettingsInputText
    • NcSettingsSelectGroup
    • NcTextArea
    • NcTextField
    • NcTimezonePicker
  • The exact prop was removed. This affects the following components:
    • NcActionRouter
    • NcAppNavigationItem
    • NcBreadcrumb
    • NcListItem
  • The isFullscreen and isMobile mixins were removed. Use the according composables instead.

🚀 Enhancements

  • Allow writing components using Typescript and provide type definitions for NcButton #4525 (susnux)

🐛 Fixed bugs

... (truncated)

Commits
  • 93471dd Merge pull request #5781 from nextcloud-libraries/chore/prepare-9-0-0-alpha5
  • 3c36ce3 chore: Update translations
  • ca8bbb1 chore: Prepare v9.0.0-alpha.5
  • 79ddba5 Merge pull request #5568 from nextcloud-libraries/fix/next-caption-attrs
  • 20433d7 Merge pull request #5799 from nextcloud-libraries/backport/5765/next
  • 74289da Merge pull request #5778 from nextcloud-libraries/backport/5771/next
  • 86b5c04 fix(NcAppNavigationSettings): border radius of toggle button
  • 9949c44 Merge pull request #5508 from nextcloud-libraries/backport/5507/next
  • 8debebe fix(NcCheckboxRadioSwitch): Pass attrs to input if available
  • 2b9fa10 Merge pull request #5792 from nextcloud-libraries/chore/noid/next-reuse-toml
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 20, 2024
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 9.0.0-alpha.4 to 9.0.0-alpha.5.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v9.0.0-alpha.5/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vue@v9.0.0-alpha.4...v9.0.0-alpha.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/vue-9.0.0-alpha.5 branch from 2004ccf to b42d80d Compare July 20, 2024 05:34
@raimund-schluessler raimund-schluessler merged commit 8953c35 into master Aug 4, 2024
19 checks passed
@raimund-schluessler raimund-schluessler deleted the dependabot/npm_and_yarn/nextcloud/vue-9.0.0-alpha.5 branch August 4, 2024 13:02
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