nextcloud / calendar

📆 Calendar app for Nextcloud
https://apps.nextcloud.com/apps/calendar
GNU Affero General Public License v3.0
953 stars 235 forks source link

chore: bump @nextcloud/calendar-js to 7.0.0 #5978

Closed st3iny closed 1 month ago

st3iny commented 2 months ago

Ref https://github.com/nextcloud/calendar-js/pull/720

~Upstream release is pending.~

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 23.59%. Comparing base (aec306b) to head (ae4a149). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5978 +/- ## ========================================= Coverage 23.59% 23.59% Complexity 457 457 ========================================= Files 246 246 Lines 11715 11715 Branches 2152 2140 -12 ========================================= Hits 2764 2764 - Misses 8636 8637 +1 + Partials 315 314 -1 ``` | [Flag](https://app.codecov.io/gh/nextcloud/calendar/pull/5978/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud) | Coverage Δ | | |---|---|---| | [javascript](https://app.codecov.io/gh/nextcloud/calendar/pull/5978/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud) | `15.18% <ø> (ø)` | | | [php](https://app.codecov.io/gh/nextcloud/calendar/pull/5978/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud) | `58.61% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nextcloud#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

st3iny commented 2 months ago

The old version is still being pulled in. Let's wait for other upstream dependencies to update their versions of calendar-js.

@nextcloud/calendar-js@6.1.0
node_modules/@nextcloud/vue/node_modules/@nextcloud/calendar-js
  @nextcloud/calendar-js@"^6.1.0" from @nextcloud/vue@8.11.3
  node_modules/@nextcloud/vue
    @nextcloud/vue@"^8.11.3" from the root project
    peer @nextcloud/vue@"^8.6.2" from @nextcloud/calendar-availability-vue@2.2.0
    node_modules/@nextcloud/calendar-availability-vue
      @nextcloud/calendar-availability-vue@"^2.2.0" from the root project
    peer @nextcloud/vue@"^8.9.1" from @nextcloud/dialogs@5.3.1
    node_modules/@nextcloud/dialogs
      @nextcloud/dialogs@"^5.3.1" from the root project

EDIT: Done