-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix(deps): update dependency @date-io/date-fns to v3 #1527
base: main
Are you sure you want to change the base?
Conversation
|
1dde9ef
to
0950c26
Compare
33f3778
to
26733d0
Compare
26733d0
to
b6ed250
Compare
5063fbf
to
b3e5efa
Compare
b3e5efa
to
8e7d5bf
Compare
8e7d5bf
to
20fd8dc
Compare
af8e6a2
to
7fb0f08
Compare
7fb0f08
to
7ddd47e
Compare
7ddd47e
to
85428bb
Compare
85428bb
to
3a79e87
Compare
3a79e87
to
7a6c04c
Compare
f06a821
to
695b786
Compare
695b786
to
fb43bcf
Compare
fb43bcf
to
7b55774
Compare
7b55774
to
99645a6
Compare
99645a6
to
e24066c
Compare
e24066c
to
79c4c4f
Compare
79c4c4f
to
a5bf44f
Compare
This PR contains the following updates:
1.3.13
->3.0.0
Release Notes
dmtrKovalenko/date-io (@date-io/date-fns)
v3.0.0
Compare Source
Breaking changes:
This involves peer lib version upgrade please make sure that some underlying localised formats might be changed as well
The type inference that doesn't work with modern typescript was removed. Please make sure to upgrade typescript to v5
Changed signature of
Utils.date
and the underlying logic. Now if the value can't be parsed returns current date instead ofnull
.Other changes
You can support the maintenance of this project by visiting https://github.com/sponsors/dmtrKovalenko. Your support will help us respond faster and deliver requested features. We extend our heartfelt thanks to our contributors and sponsors ❤️.
New Contributors
Full Changelog: dmtrKovalenko/date-io@v2.17.0...v3.0.0
v2.17.0
Compare Source
New features
What's Changed
ES6
by @LukasTy in https://github.com/dmtrKovalenko/date-io/pull/645DateTime.isDateTime
instead ofinstanceof
by @alex-kuck in https://github.com/dmtrKovalenko/date-io/pull/639New Contributors
Full Changelog: dmtrKovalenko/date-io@v2.16.1...v2.17.0
v2.16.0
Compare Source
What's Changed
setDate
/getDate
by @flaviendelangle in https://github.com/dmtrKovalenko/date-io/pull/625Full Changelog: dmtrKovalenko/date-io@v2.15.0...v2.16.0
v2.15.0
Compare Source
What's Changed
addYears
by @flaviendelangle in https://github.com/dmtrKovalenko/date-io/pull/623Full Changelog: dmtrKovalenko/date-io@v2.14.0...v2.15.0
v2.14.0
Compare Source
What's Changed
startOfYear
andendOfYear
by @flaviendelangle in https://github.com/dmtrKovalenko/date-io/pull/614New Collaborator
Full Changelog: dmtrKovalenko/date-io@v2.13.2...v2.14.0
v2.13.2
Compare Source
What's Changed
New Contributors
Full Changelog: dmtrKovalenko/date-io@v2.13.1...v2.13.2
v2.13.1
Compare Source
v2.11.0
Compare Source
Features
parseISO
– will parse date using library method to avoid inconsistencies between browserstoISO
– will format date to iso string using libraryFixes/Enhancements
dayjs
v2.10.11
Compare Source
Changelog
DayJsAdapter<Dayjs>
v2.10.8
Compare Source
v2.10.7
Compare Source
Changelog
Some bugfixes and dependency updates:
v2.10.6
Compare Source
This release is finally fixing the problem of outdated builds of published
date-io/*
releases.From now on versions of
@date-io/*
will always be synchronized with@date-io/core
package and will never cause version conflict or be outdated.v2.10.5
Compare Source
v2.10.4
Compare Source
v2.10.2
Compare Source
v2.10.0
Compare Source
Features
v2.9.2
Compare Source
v2.9.1
Compare Source
v2.8.1
Compare Source
Features
lib
name to the adapter interfaceFixes
v2.8.0
Compare Source
v2.6.2
Compare Source
v2.6.1
Compare Source
Breaking changes
N/A
Fixes
v2.6.0
Compare Source
Breaking changes
N/A
Features
Fixes
v2.5.0
Compare Source
Breaking changes
N/A
Features
New functions:
isWithinRange: (date: TDate, range: [TDate, TDate]) => boolean
addMonths: (date: TDate, monthCount: number) => TDate
v2.4.0
Compare Source
Add 2 new functions:
startOfWeek(date: TDate): TDate
- returns start of weekendOfWeek(date: TDate): TDate
- returns end of weekv2.3.0
Compare Source
Changes
toJsDate
function converting lib object to native js datev2.2.0
Compare Source
Localization improvements release
We have changed the formats tokens to use localized formats tokens everywhere possible. Also introduced several new methods and formats
List of new methods added:
v2.1.0
Compare Source
v2.0.1
Compare Source
v2.0.0
Compare Source
Major upgrade
Do not update if you are using @material-ui/pickers v3
Breaking changes
dateTimeFormat
formats
prop and provides easy localization formattingformat
method now has signature(date: TDate, formatKey: keyof IDateIOFormat) => string
in order to simplify formatting using new format keysformatByString
allowes to use custom (mostly user-provided) format stringsformatByString(value: TDate, formatString: string): string;
Configuration
📅 Schedule: Branch creation - "every weekend" (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 this update again.
This PR was generated by Mend Renovate. View the repository job log.