datafruits / datafruits

datafruits frontend app
https://datafruits.fm
Other
42 stars 23 forks source link

An in-range update of fullcalendar is breaking the build 🚨 #40

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 7 years ago

Version 3.3.0 of fullcalendar just got published.

Branch Build failing 🚨
Dependency fullcalendar
Current Version 3.2.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As fullcalendar is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/datafruits/datafruits/builds/214453116)
Release Notes v3.3.0

Features:

  • visibleRange - complete control over view's date range (#2847, #3105, #3245)
  • validRange - restrict date range (#429)
  • changeView - pass in a date or visibleRange as second param (#3366)
  • dateIncrement - customize prev/next jump (#2710)
  • dateAlignment - custom view alignment, like start-of-week (#3113)
  • dayCount - force a fixed number-of-days, even with hiddenDays (#2753)
  • showNonCurrentDates - option to hide day cells for prev/next months (#437)
  • can define a defaultView with a duration/visibleRange/dayCount with needing
    to create a custom view in the views object. Known as a "Generic View".

Behavior Changes:

  • when custom view is specified with duration {days:7},
    it will no longer align with the start of the week. (#2847)
  • when gotoDate is called on a custom view with a duration of multiple days,
    the view will always shift to begin with the given date. (#3515)

Bugfixes:

  • event rendering when excessive minTime/maxTime (#2530)
  • event dragging not shown when excessive minTime/maxTime (#3055)
  • excessive minTime/maxTime not reflected in event fetching (#3514)
    • when minTime is negative, or maxTime beyond 24 hours, when event data is requested
      via a function or a feed, the given data params will have time parts.
  • external event dragging via touchpunch broken (#3544)
  • can't make an immediate new selection after existing selection, with mouse.
    introduced in v3.2.0 (#3558)
Commits

The new version differs by 121 commits (ahead by 121, behind by 1).

There are 121 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 3.3.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.3.1

Bugfixes:

  • stale calendar title when navigate away from then back to the a view (#3604)
  • js error when gotoDate immediately after calendar initialization (#3598)
  • agenda view scrollbars causes misalignment in jquery 3.2.1 (#3612)
  • navigation bug when trying to navigate to a day of another week (#3610)
  • dateIncrement not working when duration and dateIncrement have different units
Commits

The new version differs by 21 commits (ahead by 21, behind by 1).

  • 9a4b69a version 3.3.1
  • bb9290f updated demo dates
  • 46b024c internal version bump
  • 76f756a changelog
  • be185fd when view duration is smaller that dateIncrement, use that for the date alignment
  • bd2ab7a default view date alignment to dateIncrement when it is specified
  • b5a6481 computeDurationGreatestUnit
  • 7724d90 fix hidden next/prev prevent navigation. fixes #3610
  • 2be21be better tests for recent bugs
  • 77f25ef fix regression with switching back to a view that was previously rendered
  • 3c63196 dont rerender date range when we dont need to. fixes #3598
  • 86cd484 dimensions are slightly different with table cell elements. make dimension tests more forgiving
  • c2753b9 jquery's width/height includes scrollbars now. use offsetWidth/offsetHeight/getBoundingClientRect instead, but that doesn't prevents us from having borders. adjust. fixes #3612
  • d9f6c7d activate test
  • 20c80a3 rename rangeInfo -> dateProfile

There are 21 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 3.4.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.4.0
  • composer.js for Composer (PHP package manager) (#3617)
  • fix toISOString for locales with non-trivial postformatting (#3619)
  • fix for nested inverse-background events (#3609)
  • Estonian locale (#3600)
  • fixed Latvian localization (#3525)
  • internal refactor of async systems
Commits

The new version differs by 83 commits ahead by 83, behind by 1.

There are 83 commits in total.

See the full diff