picker
picker copied to clipboard
chore(deps-dev): bump date-fns from 2.30.0 to 3.6.0
Bumps date-fns from 2.30.0 to 3.6.0.
Release notes
Sourced from date-fns's releases.
v3.6.0
On this release worked
@​kossnocorp
and@​world1dan
. Also, thanks to@​seated
for sponsoring me.Fixed
Added
v3.5.0
Kudos to
@​fturmel
,@​kossnocorp
,@​makstyle119
,@​tan75
,@​marcreichel
,@​tareknatsheh
and@​audunru
for working on the release. Also, thanks to@​seated
for sponsoring me.Fixed
Added
Added the
constructNow
function that creates the current date using the passed reference date's constructor.v3.4.0
Kudos to
@​kossnocorp
,@​sakamossan
, and@​Revan99
for working on the release. Also, thanks to@​seated
for sponsoring me.Added
v3.3.1
Kudos to
@​kossnocorp
and@​fturmel
for working on the release.Fixed
Fixed DST issue in
getOverlappingDaysInIntervals
, resulting in an inconsistent number of days returned for intervals starting and ending in different DST periods.Fixed functions incorrectly using
trunc
instead ofround
. The bug was introduced in v3.3.0. The affected functions:differenceInCalendarDays
,differenceInCalendarISOWeeks
,differenceInCalendarWeeks
,getISOWeek
,getWeek
, andgetISOWeeksInYear
.v3.3.0
On this release worked
@​kossnocorp
,@​TheKvikk
,@​fturmel
and@​ckcherry23
.Fixed
... (truncated)
Changelog
Sourced from date-fns's changelog.
v3.6.0 - 2024-03-18
On this release worked
@​kossnocorp
and@​world1dan
. Also, thanks to@​seated
for sponsoring me.Fixed
Added
v3.5.0 - 2024-03-15
Kudos to
@​fturmel
,@​kossnocorp
,@​makstyle119
,@​tan75
,@​marcreichel
,@​tareknatsheh
and@​audunru
for working on the release. Also, thanks to@​seated
for sponsoring me.Fixed
Added
Added the
constructNow
function that creates the current date using the passed reference date's constructor.v3.4.0 - 2024-03-11
Kudos to
@​kossnocorp
,@​sakamossan
and@​Revan99
for working on the release. Also, thanks to@​seated
for sponsoring me.Added
v3.3.1 - 2024-01-22
Kudos to
@​kossnocorp
and@​fturmel
for working on the release.Fixed
Fixed DST issue in
getOverlappingDaysInIntervals
, resulting in an inconsistent number of days returned for intervals starting and ending in different DST periods.Fixed functions incorrectly using
trunc
instead ofround
. The bug was introduced in v3.3.0. The affected functions:differenceInCalendarDays
,differenceInCalendarISOWeeks
,differenceInCalendarWeeks
,getISOWeek
,getWeek
, andgetISOWeeksInYear
.
... (truncated)
Commits
ddb34e0
Promote to v3.6.0603aec4
Add the CDN guideea6da53
Add jsDelivr resolve to package.json5a2afce
Fix CDN build, add CDN smoke test0356ecc
Add CDN versions of modules (#3737)d22be9f
Fix v3.5.0's change log entrya9bf9e1
Fix weeks in Belarisuan formatDistance (#3720)1d78cd1
Prepare v3.5.0f0355f1
Rebuild lock file (#3733)3d118e2
FixconstructNow
import paths (#3734)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
picker | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Mar 18, 2024 9:39pm |
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.58%. Comparing base (
3077545
) to head (417d7ad
).
Additional details and impacted files
@@ Coverage Diff @@
## master #777 +/- ##
=======================================
Coverage 98.58% 98.58%
=======================================
Files 63 63
Lines 2542 2542
Branches 676 701 +25
=======================================
Hits 2506 2506
Misses 33 33
Partials 3 3
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.