Skip to content

Commit 27b6c6a

Browse files
committed
Auto merge of #3979 - rust-lang:renovate/date-fns-2.x, r=Turbo87
Update dependency date-fns to v2.25.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [date-fns](https://togithub.com/date-fns/date-fns) | [`2.24.0` -> `2.25.0`](https://renovatebot.com/diffs/npm/date-fns/2.24.0/2.25.0) | [![age](https://badges.renovateapi.com/packages/npm/date-fns/2.25.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/date-fns/2.25.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/date-fns/2.25.0/compatibility-slim/2.24.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/date-fns/2.25.0/confidence-slim/2.24.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>date-fns/date-fns</summary> ### [`v2.25.0`](https://togithub.com/date-fns/date-fns/blob/master/CHANGELOG.md#v2250---2021-10-05) [Compare Source](https://togithub.com/date-fns/date-fns/compare/v2.24.0...v2.25.0) This release is brought to you by [`@&#8203;kossnocorp](https://togithub.com/kossnocorp),` [`@&#8203;gierschv](https://togithub.com/gierschv),` [`@&#8203;fturmel](https://togithub.com/fturmel),` [`@&#8203;redbmk](https://togithub.com/redbmk),` [`@&#8203;mprovenc](https://togithub.com/mprovenc),` [`@&#8203;artyom-ivanov](https://togithub.com/artyom-ivanov)` and [`@&#8203;tan75](https://togithub.com/tan75).` ##### Added - [Added Japanese Hiragana locale (`ja-Hira`).](https://togithub.com/date-fns/date-fns/pull/2663) - [Added standalone months support to `de` and `de-AT` locales.](https://togithub.com/date-fns/date-fns/pull/2602) </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents a267301 + 710875f commit 27b6c6a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@sentry/integrations": "6.13.2",
4242
"chart.js": "3.5.1",
4343
"copy-text-to-clipboard": "3.0.1",
44-
"date-fns": "2.24.0",
44+
"date-fns": "2.25.0",
4545
"fastboot-app-server": "3.0.0",
4646
"highlight.js": "11.2.0",
4747
"morgan": "1.10.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5776,10 +5776,10 @@ date-and-time@^1.0.0:
57765776
resolved "https://registry.yarnpkg.com/date-and-time/-/date-and-time-1.0.1.tgz#4959b7faf1ec5873e59d926d4528b9223a808a57"
57775777
integrity sha512-7u+uNfnjWkX+YFQfivvW24TjaJG6ahvTrfw1auq7KlC7osuGcZBIWGBvB9UcENjH6JnLVhMqlRripk1dSHjAUA==
57785778

5779-
date-fns@2.24.0, date-fns@^2.24.0:
5780-
version "2.24.0"
5781-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.24.0.tgz#7d86dc0d93c87b76b63d213b4413337cfd1c105d"
5782-
integrity sha512-6ujwvwgPID6zbI0o7UbURi2vlLDR9uP26+tW6Lg+Ji3w7dd0i3DOcjcClLjLPranT60SSEFBwdSyYwn/ZkPIuw==
5779+
date-fns@2.25.0, date-fns@^2.24.0:
5780+
version "2.25.0"
5781+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.25.0.tgz#8c5c8f1d958be3809a9a03f4b742eba894fc5680"
5782+
integrity sha512-ovYRFnTrbGPD4nqaEqescPEv1mNwvt+UTqI3Ay9SzNtey9NZnYu6E2qCcBBgJ6/2VF1zGGygpyTDITqpQQ5e+w==
57835783

57845784
date-time@^2.1.0:
57855785
version "2.1.0"

0 commit comments

Comments
 (0)