Update dependency date-fns to ^2.9.0
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
date-fns | dependencies | minor | ^2.9.0 | source |
Release Notes
date-fns/date-fns
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
- Reduced the total minified build size by 1Kb/4%.
-
Made all properties in
Locale
type optional. -
Added missing properties to
Locale
type. -
Add the locale code to
Locale
type. -
Added support of space time separator to
parseJSON
. -
Allowed up to 7 digits in milliseconds in
parseJSON
.
v2.8.1
Thanks to @Imballinst for the bug fix!
Fixed
v2.8.0
Kudos to @NaridaL, @Zyten, @Imballinst, @leshakoss and @Neorth for working on the release.
Fixed
Added
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.