cloud-py-api / cloud_py_api

Nextcloud framework for developing apps using Python
https://apps.nextcloud.com/apps/cloud_py_api
GNU Affero General Public License v3.0
50 stars 7 forks source link

fix(deps): update dependency @nextcloud/vue to v7.8.5 - autoclosed #103

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nextcloud/vue 7.8.0 -> 7.8.5 age adoption passing confidence

Release Notes

nextcloud/nextcloud-vue ### [`v7.8.5`](https://togithub.com/nextcloud/nextcloud-vue/blob/HEAD/CHANGELOG.md#v785-httpsgithubcomnextcloudnextcloud-vuetreev785-2023-03-28) [Compare Source](https://togithub.com/nextcloud/nextcloud-vue/compare/v7.8.4...v7.8.5) [Full Changelog](https://togithub.com/nextcloud/nextcloud-vue/compare/v7.8.4...v7.8.5) ##### :bug: Fixed bugs - fix(NcRichContenteditable): Completely stop event propagation for keyup events [#​3937](https://togithub.com/nextcloud/nextcloud-vue/pull/3937) ([nickvergessen](https://togithub.com/nickvergessen)) - fix(NcRichText): Match IP addresses as links [#​3935](https://togithub.com/nextcloud/nextcloud-vue/pull/3935) ([nickvergessen](https://togithub.com/nickvergessen)) - fix(NcRichText): Fix NcRichText style [#​3932](https://togithub.com/nextcloud/nextcloud-vue/pull/3932) ([julien-nc](https://togithub.com/julien-nc)) ### [`v7.8.4`](https://togithub.com/nextcloud/nextcloud-vue/blob/HEAD/CHANGELOG.md#v784-httpsgithubcomnextcloudnextcloud-vuetreev784-2023-03-24) [Compare Source](https://togithub.com/nextcloud/nextcloud-vue/compare/v7.8.3...v7.8.4) [Full Changelog](https://togithub.com/nextcloud/nextcloud-vue/compare/v7.8.3...v7.8.4) ##### :bug: Fixed bugs - Fix styles inheritance in `NcAvatar` when being mounted [#​3925](https://togithub.com/nextcloud/nextcloud-vue/pull/3925) ([Antreesy](https://togithub.com/Antreesy)) - fix(NcRichContenteditable): Fix tribute emoji complete interfering unexpectedly aka. 🇨🇨 [#​3924](https://togithub.com/nextcloud/nextcloud-vue/pull/3924) ([nickvergessen](https://togithub.com/nickvergessen)) - feat(Emoji): Suggest emojis based on text smiles [#​3923](https://togithub.com/nextcloud/nextcloud-vue/pull/3923) ([mejo-](https://togithub.com/mejo-)) - fix(NcListItem): Bring back correct href for router-link links [#​3922](https://togithub.com/nextcloud/nextcloud-vue/pull/3922) ([raimund-schluessler](https://togithub.com/raimund-schluessler)) ### [`v7.8.3`](https://togithub.com/nextcloud/nextcloud-vue/blob/HEAD/CHANGELOG.md#v783-httpsgithubcomnextcloudnextcloud-vuetreev783-2023-03-23) [Compare Source](https://togithub.com/nextcloud/nextcloud-vue/compare/v7.8.2...v7.8.3) [Full Changelog](https://togithub.com/nextcloud/nextcloud-vue/compare/v7.8.2...v7.8.3) ##### :bug: Fixed bugs - fix(NcRichContenteditable): prevent tribute from opening on keyup [#​3917](https://togithub.com/nextcloud/nextcloud-vue/pull/3917) ([skjnldsv](https://togithub.com/skjnldsv)) - fix(NcRichContenteditable): Fix pasting XML and HTML content [#​3915](https://togithub.com/nextcloud/nextcloud-vue/pull/3915) ([nickvergessen](https://togithub.com/nickvergessen)) ### [`v7.8.2`](https://togithub.com/nextcloud/nextcloud-vue/blob/HEAD/CHANGELOG.md#v782-httpsgithubcomnextcloudnextcloud-vuetreev782-2023-03-22) [Compare Source](https://togithub.com/nextcloud/nextcloud-vue/compare/v7.8.1...v7.8.2) [Full Changelog](https://togithub.com/nextcloud/nextcloud-vue/compare/v7.8.1...v7.8.2) ##### :bug: Fixed bugs - Fix missing NcVNodes import in NcListItem [#​3907](https://togithub.com/nextcloud/nextcloud-vue/pull/3907) ([julien-nc](https://togithub.com/julien-nc)) - Fix doubling attrs in `NcPopover` and improve docs [#​3876](https://togithub.com/nextcloud/nextcloud-vue/pull/3876) ([ShGKme](https://togithub.com/ShGKme)) ##### Closed pull requests - Add missing trailing comma [#​3898](https://togithub.com/nextcloud/nextcloud-vue/pull/3898) ([raimund-schluessler](https://togithub.com/raimund-schluessler)) ### [`v7.8.1`](https://togithub.com/nextcloud/nextcloud-vue/blob/HEAD/CHANGELOG.md#v781-httpsgithubcomnextcloudnextcloud-vuetreev781-2023-03-15) [Compare Source](https://togithub.com/nextcloud/nextcloud-vue/compare/v7.8.0...v7.8.1) [Full Changelog](https://togithub.com/nextcloud/nextcloud-vue/compare/v7.8.0...v7.8.1) ##### :bug: Fixed bugs - feat(NcRichText): Support icon class for smart picker integrations [#​3882](https://togithub.com/nextcloud/nextcloud-vue/pull/3882) ([nickvergessen](https://togithub.com/nickvergessen)) - Fix navigate handler call [#​3878](https://togithub.com/nextcloud/nextcloud-vue/pull/3878) ([raimund-schluessler](https://togithub.com/raimund-schluessler)) - Fix select styles [#​3854](https://togithub.com/nextcloud/nextcloud-vue/pull/3854) ([Pytal](https://togithub.com/Pytal)) ##### Closed pull requests - Call the link picker "smart picker" and translate more strings [#​3888](https://togithub.com/nextcloud/nextcloud-vue/pull/3888) ([julien-nc](https://togithub.com/julien-nc)) - Adjust excludeClickOutsideClasses type definition [#​3863](https://togithub.com/nextcloud/nextcloud-vue/pull/3863) ([raimund-schluessler](https://togithub.com/raimund-schluessler)) - Remove unused parseUrl parameter [#​3862](https://togithub.com/nextcloud/nextcloud-vue/pull/3862) ([raimund-schluessler](https://togithub.com/raimund-schluessler)) - Make NcLink non-functional [#​3861](https://togithub.com/nextcloud/nextcloud-vue/pull/3861) ([raimund-schluessler](https://togithub.com/raimund-schluessler)) - Use single quotes in SCSS code [#​3860](https://togithub.com/nextcloud/nextcloud-vue/pull/3860) ([raimund-schluessler](https://togithub.com/raimund-schluessler)) - Remove superfluous input close icon template [#​3859](https://togithub.com/nextcloud/nextcloud-vue/pull/3859) ([raimund-schluessler](https://togithub.com/raimund-schluessler)) - Translate strings in `NcRich\*` components [#​3858](https://togithub.com/nextcloud/nextcloud-vue/pull/3858) ([raimund-schluessler](https://togithub.com/raimund-schluessler)) - Don't use deprecated v-deep [#​3857](https://togithub.com/nextcloud/nextcloud-vue/pull/3857) ([raimund-schluessler](https://togithub.com/raimund-schluessler)) - Remove empty beforeDestroy block in `NcReferencePicker` [#​3856](https://togithub.com/nextcloud/nextcloud-vue/pull/3856) ([raimund-schluessler](https://togithub.com/raimund-schluessler)) - Add emits event sections for `NcRichText\*` components [#​3855](https://togithub.com/nextcloud/nextcloud-vue/pull/3855) ([raimund-schluessler](https://togithub.com/raimund-schluessler)) - Only transform necessary packages for jest [#​3849](https://togithub.com/nextcloud/nextcloud-vue/pull/3849) ([raimund-schluessler](https://togithub.com/raimund-schluessler)) - Migrate from `router-link`'s `tag` prop to `v-slot` [#​3775](https://togithub.com/nextcloud/nextcloud-vue/pull/3775) ([raimund-schluessler](https://togithub.com/raimund-schluessler))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.