aurelia-ui-framework
aurelia-ui-framework copied to clipboard
An in-range update of date-fns is breaking the build π¨
The dependency date-fns was updated from 2.7.0
to 2.8.0
.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
date-fns is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
Release Notes for v2.8.0
Kudos to @NaridaL, @Zyten, @Imballinst, @leshakoss and @Neorth for working on the release.
Fixed
Added
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot :palm_tree:
After pinning to 2.7.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
dependency
date-fns was updated from2.8.0
to2.8.1
.
Your tests are still failing with this version. Compare changes
- The
dependency
date-fns was updated from2.8.1
to2.9.0
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.9.0
Thanks to @mborgbrant, @saintplay, @mrenty, @kibertoad, @levibuzolic, @Anshuman71, @talgautb, @filipjuza, @tobyzerner, @emil9453, @fintara, @pascaliske, @rramiachraf, @marnusw and @Imballinst for working on the release.
Fixed
- Fixed a bug with addBusinessDays returning the Tuesday when adding 1 day on weekends. Now it returns the Monday.
- Added missing timezone to
formatISO
. - Removed dots from short day period names in the Kazakh locale.
- Fixed typo in formatDistance in the Czech locale.
- Fixed shortenings in the Bulgarian locale.
- Fixed regex for the May in the Portuguese locale.
Added
- Added
eachMonthOfInterval
andeachYearOfInterval
. - Added
inclusive
option to `areIntervalsOverlapping. - Added
isExists
function that checks if the given date is exists. - Added
add
function to add seconds, minutes, hours, weeks, years in single call. - Added
sub
function, the opposite ofadd
. - Added
Duration
type used inadd
andsub
. - Added Azerbaijani (az) locale.
- Added Moroccan Arabic (ar-MA) locale.
Changed
- The
dependency
date-fns was updated from2.9.0
to2.10.0
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.10.0
Fixed
Added
- The
dependency
date-fns was updated from2.10.0
to2.11.0
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.11.0
Kudos to @oakhan3, @Mukhammadali, @altrim, @leepowellcouk, @amatzon, @bryanMt, @kalekseev, @eugene-platov and @tjrobinson for working on the release.
Fixed
- Fixed a bug in
differenceInYears
causing incorrect results when the left date is a leap day. - Fixed
parseISO
to work correctly around time shift dates. - Fixed
format
to work correctly with GMT-0752/GMT-0456 and similar timezones.
Changed
- Changed
getDay
typings to return0|1|2|3|4|5|6
instead ofnumber
. - Improved Chinese locale:
- Change date format to meet the national standard (GB/T 7408-2005).
- Improve
ordinalNumber
function behavior. - Add prefix in
formatRelative
depending on if it's a current week or not.
Added
- The
dependency
date-fns was updated from2.12.0
to2.13.0
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.13.0
Thanks to @JorenVos, @developergouli, @rhlowe and @justingrant for working on the release!
Fixed
Added
- The
dependency
date-fns was updated from2.13.0
to2.14.0
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.14.0
Kudos to @julamb, @JacobSoderblom, @justingrant, @dragunoff, @jmate0321, @gbhasha, @rasck, @AlbertoPdRF, @sebastianhaberey and @giogonzo for working on the release!
Fixed
- Fixed DST issues with
add
,addDays
andaddMonths
. - Fixed "quarter" translation in the Bulgarian locale.
- Fixed
formatDistance
strings in the Hungarian locale. - Fixed Danish month abbreviations.
- Fixed parsing of mei in the Dutch locale.
- Fixed missing preposition in
formatLong
in the Spanish locale. - Fixed
formatRelative
in the Italian locale.