Skip to content

[stable26] Build(deps): Bump @nextcloud/vue from 7.8.0 to 7.8.2#9150

Merged
nickvergessen merged 2 commits intostable26from
backport/9149/stable26
Mar 23, 2023
Merged

[stable26] Build(deps): Bump @nextcloud/vue from 7.8.0 to 7.8.2#9150
nickvergessen merged 2 commits intostable26from
backport/9149/stable26

Conversation

@backportbot-nextcloud
Copy link

backport of #9149

dependabot bot and others added 2 commits March 23, 2023 18:42
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.8.0 to 7.8.2.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vue@v7.8.0...v7.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
@backportbot-nextcloud backportbot-nextcloud bot added dependencies Pull requests that update a dependency file javascript labels Mar 23, 2023
@backportbot-nextcloud backportbot-nextcloud bot added this to the 💘 Next Patch (26) milestone Mar 23, 2023
@nickvergessen nickvergessen merged commit b402669 into stable26 Mar 23, 2023
@nickvergessen nickvergessen deleted the backport/9149/stable26 branch March 23, 2023 19:24
Comment on lines +21 to +24
const RouterLinkStub = {
name: 'RouterLinkStub',
template: '<ul><slot /></ul>',
}
Copy link
Contributor

Choose a reason for hiding this comment

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

With "dummy stub" that just renders default slot and have props, we can use default stubs by passing true in the config:

mount(Conversation, {
  stubs: {
    RouterLink: true,
  }
})

Then it will render component, as it is, without adding new <ul> to the component's render result.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants