Update all dependencies - #12
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
September 12, 2026 16:47
302b54e to
201a3cb
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
September 12, 2026 21:42
201a3cb to
b47c23b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.3.13→^3.0.0^4.5.12→^5.0.0^4.5.14→^5.0.0^4.5.8→^5.0.0^4.5.11→^5.0.0^2.9.11→^5.0.0^8.20.2→^10.0.0^7.0.29→^9.0.0^1.9.7→^2.0.0v4→v7v4→v5v3→v5^5.65.21→^6.0.0^2.30.0→^4.0.0^1.0.2→1.0.2^5.0.2→5.0.2^4.3.0→^18.0.018.0.13^6.4.0→^8.0.00-3.10-bullseye→2-3.10-bullseye^0.39.2→0.39.2^3.8.5→^4.0.0^1.13.3→^2.0.0^0.2.3→^0.5.011.9.0→12.4.012.4.1v4→v6^2.0.0→^4.0.0^17.0.2→^19.0.0^7.3.0→^9.0.0^11.1.3→^16.0.0^11.1.3→^16.0.0^17.0.2→^19.0.0^2.1.0→^3.0.07.81.0→7.87.07.88.0^7.2.9→^9.0.0^2.19.1→^4.0.0^1.8.11→^2.0.0^0.4.4→^0.5.0^5.3.11→^6.0.0^0.138.3→^0.186.0^1.0.41→^2.0.0^6.6.1→6.6.1^6.6.1→6.6.1^6.6.1→6.6.1^6.6.1→6.6.1^6.6.1→6.6.1^6.6.1→6.6.1^0.32.11→^1.0.0Release Notes
dmtrKovalenko/date-io (@date-io/date-fns)
v3.2.1Compare Source
Features
v3.2.0Compare Source
Features
getWeekmethod by @simon-tackstrandv3.0.0Compare 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.dateand 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.0Compare Source
New features
What's Changed
ES6by @LukasTy in #645DateTime.isDateTimeinstead ofinstanceofby @alex-kuck in #639New Contributors
Full Changelog: dmtrKovalenko/date-io@v2.16.1...v2.17.0
v2.16.0Compare Source
What's Changed
setDate/getDateby @flaviendelangle in #625Full Changelog: dmtrKovalenko/date-io@v2.15.0...v2.16.0
v2.15.0Compare Source
What's Changed
addYearsby @flaviendelangle in #623Full Changelog: dmtrKovalenko/date-io@v2.14.0...v2.15.0
v2.14.0Compare Source
What's Changed
startOfYearandendOfYearby @flaviendelangle in #614New Collaborator
Full Changelog: dmtrKovalenko/date-io@v2.13.2...v2.14.0
v2.13.2Compare Source
What's Changed
New Contributors
Full Changelog: dmtrKovalenko/date-io@v2.13.1...v2.13.2
v2.13.1Compare Source
v2.11.0Compare Source
Features
parseISO– will parse date using library method to avoid inconsistencies between browserstoISO– will format date to iso string using libraryFixes/Enhancements
dayjsv2.10.11Compare Source
Changelog
DayJsAdapter<Dayjs>v2.10.8Compare Source
v2.10.7Compare Source
Changelog
Some bugfixes and dependency updates:
v2.10.6Compare 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/corepackage and will never cause version conflict or be outdated.v2.10.5Compare Source
v2.10.4Compare Source
v2.10.2Compare Source
v2.10.0Compare Source
Features
v2.9.2Compare Source
v2.9.1Compare Source
v2.8.1Compare Source
Features
libname to the adapter interfaceFixes
v2.8.0Compare Source
v2.6.2Compare Source
v2.6.1Compare Source
Breaking changes
N/A
Fixes
v2.6.0Compare Source
Breaking changes
N/A
Features
Fixes
v2.5.0Compare Source
Breaking changes
N/A
Features
New functions:
isWithinRange: (date: TDate, range: [TDate, TDate]) => booleanaddMonths: (date: TDate, monthCount: number) => TDatev2.4.0Compare Source
Add 2 new functions:
startOfWeek(date: TDate): TDate- returns start of weekendOfWeek(date: TDate): TDate- returns end of weekv2.3.0Compare Source
Changes
toJsDatefunction converting lib object to native js datev2.2.0Compare 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.0Compare Source
v2.0.1Compare Source
v2.0.0Compare Source
Major upgrade
Do not update if you are using @material-ui/pickers v3
Breaking changes
dateTimeFormatformatsprop and provides easy localization formattingformatmethod now has signature(date: TDate, formatKey: keyof IDateIOFormat) => stringin order to simplify formatting using new format keysformatByStringallowes to use custom (mostly user-provided) format stringsformatByString(value: TDate, formatString: string): string;fontsource/font-files (@fontsource/jetbrains-mono)
v5.3.0Compare Source
v5.2.8Compare Source
v5.2.7Compare Source
v5.2.6Compare Source
v5.2.5Compare Source
v5.2.4Compare Source
v5.2.1Compare Source
v5.2.0Compare Source
v5.1.2Compare Source
v5.1.1Compare Source
v5.1.0Compare Source
v5.0.22Compare Source
v5.0.21Compare Source
v5.0.20Compare Source
v5.0.19Compare Source
v5.0.18Compare Source
v5.0.17Compare Source
v5.0.16Compare Source
v5.0.15Compare Source
v5.0.14Compare Source
v5.0.13Compare Source
v5.0.12Compare Source
v5.0.11Compare Source
v5.0.9Compare Source
v5.0.8Compare Source
v5.0.7Compare Source
v5.0.6Compare Source
v5.0.5Compare Source
v5.0.4Compare Source
v5.0.3Compare Source
v5.0.2Compare Source
v5.0.1Compare Source
fontsource/font-files (@fontsource/open-sans)
v5.3.0Compare Source
v5.2.7Compare Source
v5.2.6Compare Source
v5.2.5Compare Source
v5.2.4Compare Source
v5.2.1Compare Source
v5.2.0Compare Source
v5.1.1Compare Source
v5.1.0Compare Source
v5.0.30Compare Source
v5.0.29Compare Source
v5.0.28Compare Source
v5.0.27Compare Source
v5.0.26Compare Source
v5.0.25Compare Source
v5.0.24Compare Source
v5.0.23Compare Source
v5.0.22Compare Source
v5.0.21Compare Source
v5.0.20Compare Source
v5.0.19Compare Source
v5.0.18Compare Source
v5.0.17Compare Source
v5.0.16Compare Source
v5.0.15Compare Source
v5.0.14Compare Source
[
v5.0.13](https://redirect.github.com/fontsource/font-files/compare/5c5b49e8271a45f05a01db30c5c326af2e5e36b5...cdc354d4f24180d7149fConfiguration
📅 Schedule: (in timezone Asia/Singapore)
* * * * SUN)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.