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

Update NPM, dependencies, Fullcalendar to v6 (major) #4194

Merged
merged 2 commits into from
Feb 9, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fullcalendar/core (source) 5.11.4 -> 6.1.4 age adoption passing confidence
@fullcalendar/daygrid (source) 5.11.4 -> 6.1.4 age adoption passing confidence
@fullcalendar/interaction (source) 5.11.4 -> 6.1.4 age adoption passing confidence
@fullcalendar/list (source) 5.11.4 -> 6.1.4 age adoption passing confidence
@fullcalendar/react (source) 5.11.4 -> 6.1.4 age adoption passing confidence
@fullcalendar/timegrid (source) 5.11.4 -> 6.1.4 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

fullcalendar/fullcalendar

v6.1.4

Compare Source

fix: bug introduced in v6.1.3 where month-start-text appears within day cells of multimonth view

v6.1.3

Compare Source

  • fix: React: finally fix root cause of state issues (#​7066, #​7067, #​7071)
  • fix: Angular: NgClass can only toggle CSS classes expressed as strings (#​7182)
  • fix: Angular/Vue: accept content-injection function w/ { html } or { domNodes } (#​7188)
  • fix: monthStartFormat not working with dayGrid views having a custom duration (#​7197)

v6.1.1

Compare Source

  • fix: Multi-Month not included in fullcalendar-scheduler (#​7177)
  • fix: Multi-Month has nonexistent 'internal' entrypoint, causing error for skypack (#​7176)
  • fix: Vue connector should not error-out when given content-injector functions (#​7175)
  • fix: continued CJS/ESM confusion with certain build tools (#​7170, #​7113, #​7143)

v6.1.0

Compare Source

  • feature: multimonth view (#​470, #​1140)
    • provides multiMonthYear view, which displays 3x4 small months when space permits
    • can extend multiMonth view with custom durations
    • can specify multiMonthMinWidth, which will force wrapping if months are too small
    • can specify multiMonthMaxColumns: 1 to guarantee one column of months
    • can specify multiMonthTitleFormat to customize text above each month
  • feature: improved daygrid behavior when multiple weeks/months
    • when many rows, instead of condensing rows, guaranteed min-height, for forcing scrollbars
    • displaying month names for month switchovers, controlled by monthStartFormat
    • a new stock dayGridYear view
  • feature: in daygrid/multimonth, +more link has hover effect with grey background color
  • feature: @fullcalendar/web-component has shadow option
  • feature/fix: from content-injection hooks, returning true does default rendering (#​7110)
  • feature/fix: CSP nonce value passed to dynamically-injected stylesheets (#​7104)
  • fix: React event duplication while DnD and updating redux store (#​7066, #​7067, #​7071)
  • fix: styles are not applied correctly for elements using shadow DOM (#​7118)
  • fix: custom view content with JSX doesn't render (#​7160)
  • fix: resourceAreaHeaderContent overrides headerContent in resource columns (#​7153)
  • fix: update moment-timezone for latest tz data (#​6987)
  • fix: dayGrid w/ showNonCurrentDates: false can have final squished row (#​7162)
  • fix: root-level repo with git submodules shouldn't force ssh protocol (#​6714)
  • fix: in fullcalendar bundle, FullCalendar.Preact exposed for interop with plugins
  • fix: EventApi::toPlainObject now returns allDay property
  • locale: add weekTextLong for French locale (#​6731, #​7144)
  • locale: replace "évènement" in French locales (#​7108)
  • locale: add Uzbek cyrillic translation (#​6853)
  • locale: update Galician locale (#​7103)
  • locale: update pt-br locale (#​7106)

v6.0.3

Compare Source

Standard/premium

  • FIX: Time grid and timeline more-events link positioned incorrectly (#​7134, #​7115)
  • FIX: file extensions of CJS/ESM dist files changed to support Jest (#​7113)

React:

  • FIX: Maximum update depth exceeded w/ eventContent & dayMaxEvents (#​7116)
  • FIX: Certain cases of broken rendering w/ React 17 and content-injection (#​7127, #​7131)
  • FIX: Content-injection not using updated function closures for rendering (#​7119)

Vue 3:

  • FIX: With Webpack, fullySpecified:false workaround no longer needed (#​7125, #​7114)

v6.0.2

Compare Source

Standard/premium:

  • FIX: unable to resize an event smaller after initial resize (#​7099)

React:

  • FIX: re-rendering loop error with navLink and dayCellContent (#​7107)

Angular:

  • FIX: resource content-injection, when resource element destroyed, throws JS error (#​7105)

Vue 2:

  • FIX: resource content-injection, when resource element destroyed, throws JS error

v6.0.1

Compare Source

Standard/premium:

  • FIX: Property type does not exist on type ViewApi (#​7056)
  • FIX: Expose globalLocales publicly for importing on-demand (#​7057)

React:

  • FIX: multi-day events rendered by eventContent are overlapping each other (#​7089)

Angular:

  • FIX: error with eventContent & list view (#​7058)

v6.0.0

Compare Source

V6 Release Notes and Upgrade Guide

Changes since final beta:

  • FIX: certain ng-template names don't work (angular-426)
  • FIX: minify CSS that is embedded into JS files
  • FIX: more informational README files in published packages
  • FIX: daygrid events sometimes not correctly positioned with Vue connectors
  • BREAKING: @​fullcalendar/icalendar now has ical.js peer dependency
fullcalendar/fullcalendar-react

v6.1.4

Compare Source

v6.1.3

Compare Source

v6.1.2

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

FIX: content-injection functions not directly accepting jsx (core-7034)


Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), 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 these updates again.


  • If you want to rebase/retry this PR, check this box

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

Copy link
Collaborator

@gjvoosten gjvoosten left a comment

Choose a reason for hiding this comment

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

We need to go through the upgrade guide: https://fullcalendar.io/docs/upgrading-from-v5

@renovate renovate bot force-pushed the renovate/major-npm-dependencies-fullcalendar branch from 9430140 to c810f76 Compare December 21, 2022 00:23
@renovate renovate bot force-pushed the renovate/major-npm-dependencies-fullcalendar branch from c810f76 to a892292 Compare December 28, 2022 02:00
@renovate renovate bot force-pushed the renovate/major-npm-dependencies-fullcalendar branch 2 times, most recently from 981d0c7 to 5241c96 Compare January 13, 2023 21:00
@renovate renovate bot force-pushed the renovate/major-npm-dependencies-fullcalendar branch 2 times, most recently from 0db86b4 to 975af56 Compare January 19, 2023 16:02
@renovate renovate bot force-pushed the renovate/major-npm-dependencies-fullcalendar branch 4 times, most recently from 33fdfef to aed1e29 Compare February 2, 2023 08:47
@renovate renovate bot force-pushed the renovate/major-npm-dependencies-fullcalendar branch 2 times, most recently from c1bf119 to ad5696b Compare February 8, 2023 02:40
@renovate renovate bot force-pushed the renovate/major-npm-dependencies-fullcalendar branch from ad5696b to a0749e2 Compare February 8, 2023 14:26
@renovate
Copy link
Contributor Author

renovate bot commented Feb 9, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@gjvoosten gjvoosten merged commit 7b4dab9 into main Feb 9, 2023
@gjvoosten gjvoosten deleted the renovate/major-npm-dependencies-fullcalendar branch February 9, 2023 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant