Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2023

Bumps @nextcloud/vue from 7.4.0 to 7.8.0.

Release notes

Sourced from @​nextcloud/vue's releases.

v7.8.0

Full Changelog

Closed pull requests

v7.7.2

Full Changelog

🐛 Fixed bugs

Closed pull requests

v7.7.1

Full Changelog

🐛 Fixed bugs

  • fix(NcSelect): Do not squash selected items with no-wrap set #3811 (susnux)

Closed pull requests

v7.7.0

v7.7.0 (2023-02-22)

Full Changelog

🚀 Enhancements

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

v7.8.0 (2023-03-02)

Full Changelog

Closed pull requests

v7.7.2 (2023-02-28)

Full Changelog

🐛 Fixed bugs

Closed pull requests

v7.7.1 (2023-02-24)

Full Changelog

🐛 Fixed bugs

  • fix(NcSelect): Do not squash selected items with no-wrap set #3811 (susnux)

Closed pull requests

v7.7.0 (2023-02-22)

Full Changelog

🚀 Enhancements

... (truncated)

Commits
  • 39602b5 Merge pull request #3848 from nextcloud/v7.8.0
  • a25cc94 v7.8.0
  • 0390767 Merge pull request #3841 from nextcloud/fix/3812/vue-richtext
  • fd829de Merge pull request #3844 from nextcloud/dependabot/npm_and_yarn/floating-ui/d...
  • c22508e Merge pull request #3843 from nextcloud/dependabot/npm_and_yarn/glob-9.1.2
  • 338ce7c Bump @​floating-ui/dom from 1.2.1 to 1.2.3
  • 14398d2 Bump glob from 9.1.0 to 9.1.2
  • e5e3a5e Add NcRichText.spec.js test file
  • bfae031 Fix JSDoc lint warnings
  • 9d82207 Remove dependency to @​nextcloud/vue-richtext
  • 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 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 force-pushed the dependabot/npm_and_yarn/nextcloud/vue-7.8.0 branch from 501e110 to 169f077 Compare March 4, 2023 03:47
@dependabot dependabot bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Mar 4, 2023
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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2023

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.

@szaimen
Copy link
Contributor

szaimen commented Mar 6, 2023

/compile amend /

@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/nextcloud/vue-7.8.0 branch from 169f077 to 20142a4 Compare March 6, 2023 11:38
@szaimen
Copy link
Contributor

szaimen commented Mar 6, 2023

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/vue-7.8.0 branch 2 times, most recently from 0d18ff6 to 4d7ffd2 Compare March 6, 2023 11:39
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

@szaimen
Copy link
Contributor

szaimen commented Mar 6, 2023

/compile amend /

Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.4.0 to 7.8.0.
- [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.4.0...v7.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/nextcloud/vue-7.8.0 branch from 4d7ffd2 to 5fd9622 Compare March 6, 2023 11:46
@szaimen
Copy link
Contributor

szaimen commented Mar 6, 2023

@skjnldsv it looks like the update indeed break the cypress tests. Can you please lend me a hand here to fix the tests? Thanks a lot! (It is needed for #1569)

@skjnldsv
Copy link
Member

skjnldsv commented Mar 7, 2023

I'm guessing a selector has changed 🤔
nextcloud-libraries/nextcloud-vue#3769

@szaimen
Copy link
Contributor

szaimen commented Mar 7, 2023

Btw, this update should also fix #231

@szaimen
Copy link
Contributor

szaimen commented Mar 17, 2023

@skjnldsv could you please help me to fix the tests? I am unfortunately completely lost how to do that. It is needed for #1569...

@skjnldsv
Copy link
Member

@skjnldsv could you please help me to fix the tests? I am unfortunately completely lost how to do that. It is needed for #1569...

npm run cypress:gui
Then debug and inspect what is failing and/or changed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2023

A newer version of @​nextcloud/vue exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@szaimen szaimen closed this Mar 29, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 29, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nextcloud/vue-7.8.0 branch March 29, 2023 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants