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 7.10.0 to 7.11.2 #5201

Merged
merged 1 commit into from
May 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2023

Bumps @nextcloud/vue from 7.10.0 to 7.11.2.

Release notes

Sourced from @​nextcloud/vue's releases.

v7.11.2

v7.11.2 (2023-05-05)

Full Changelog

🐛 Fixed bugs

  • fix: Fix regression to still display references #4039 (juliushaertl)
  • fix: Avoid showing the reference list if no results were found #4036 (juliushaertl)
  • fix(NcAppNavigation): fix flex element styles causing resizing sidebar #4035 (ShGKme)

v7.11.1

Changelog

v7.11.1 (2023-05-04)

Full Changelog

🐛 Fixed bugs

v7.11.0

v7.11.0 (2023-05-03)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

Closed pull requests

Changelog

Sourced from @​nextcloud/vue's changelog.

v7.11.2 (2023-05-05)

Full Changelog

🐛 Fixed bugs

  • fix: Fix regression to still display references #4039 (juliushaertl)
  • fix: Avoid showing the reference list if no results were found #4036 (juliushaertl)
  • fix(NcAppNavigation): fix flex element styles causing resizing sidebar #4035 (ShGKme)

v7.11.1 (2023-05-04)

Full Changelog

🐛 Fixed bugs

v7.11.0 (2023-05-03)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

Closed pull requests

Commits
  • 4e4646c Merge pull request #4038 from nextcloud/v7.11.2
  • 770c194 chore(release): Add changelog for 7.11.2
  • e97fc8c release: v7.11.2
  • 31e6f32 Merge pull request #4041 from nextcloud/dependabot/npm_and_yarn/vue-styleguid...
  • 2bf623e chore(deps-dev): Bump vue-styleguidist from 4.68.0 to 4.71.1
  • 23076df Merge pull request #4039 from nextcloud/bugfix/reference-list-no-result-pt2
  • b270d8c fix: Fix regression to still display references
  • a72342c Merge pull request #4036 from nextcloud/bugfix/reference-list-no-result
  • cc3af74 Merge pull request #4035 from nextcloud/fix/4016-regression
  • 6adabf2 fix: Avoid showing the reference list if no results were found
  • 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 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/nextcloud-vue) from 7.10.0 to 7.11.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.10.0...v7.11.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels May 6, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/vue-7.11.2 branch from 381d525 to e3e9f6b Compare May 6, 2023 03:12
@dependabot dependabot bot requested review from JuliaKirschenheuter and st3iny May 6, 2023 03:12
@codecov
Copy link

codecov bot commented May 6, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (1a6b67d) 22.45% compared to head (e3e9f6b) 22.45%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #5201   +/-   ##
=========================================
  Coverage     22.45%   22.45%           
  Complexity      373      373           
=========================================
  Files           237      237           
  Lines         11577    11577           
  Branches       2178     2178           
=========================================
  Hits           2600     2600           
  Misses         8977     8977           
Flag Coverage Δ
javascript 13.94% <100.00%> (ø)
php 63.94% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ponents/Subscription/HolidaySubscriptionPicker.vue 0.00% <ø> (ø)
src/utils/attendee.js 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@st3iny st3iny left a comment

Choose a reason for hiding this comment

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

I tested it briefly and couldn't spot any breakage. Was a bit surprised by the sidebar tab redesign as it is not mentioned in the changelog.

Ref nextcloud-libraries/nextcloud-vue#3945

@st3iny st3iny added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels May 10, 2023
@st3iny st3iny merged commit ebcc6ac into main May 10, 2023
@st3iny st3iny deleted the dependabot/npm_and_yarn/nextcloud/vue-7.11.2 branch May 10, 2023 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant