Skip to content

Commit c904e31

Browse files
committed
Auto merge of #3798 - rust-lang:renovate/date-fns-2.x, r=Turbo87
Update dependency date-fns to v2.23.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.22.1` -> `2.23.0`](https://renovatebot.com/diffs/npm/date-fns/2.22.1/2.23.0) | [![age](https://badges.renovateapi.com/packages/npm/date-fns/2.23.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/date-fns/2.23.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/date-fns/2.23.0/compatibility-slim/2.22.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/date-fns/2.23.0/confidence-slim/2.22.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>date-fns/date-fns</summary> ### [`v2.23.0`](https://togithub.com/date-fns/date-fns/blob/master/CHANGELOG.md#v2230---2021-07-23) [Compare Source](https://togithub.com/date-fns/date-fns/compare/v2.22.1...v2.23.0) Thanks to [Liam Tait](http://github.com/Liam-Tait), [fturmel](http://github.com/fturmel), [Takuya Uehara](http://github.com/indigolain), [Branislav Lazic](http://github.com/BranislavLazic), [Seyyed Morteza Moosavi](http://github.com/smmoosavi), [Felipe Armoni](http://github.com/komyg), [Sasha Koss](http://github.com/kossnocorp), [Michael Mok](http://github.com/pmmmwh), [Tan75](http://github.com/tan75) and [Maxim Topciu](http://github.com/maximtop) for working on the release. ##### Changed - [Improved `nextDay` performance by roughly 50%.](https://togithub.com/date-fns/date-fns/pull/2524) - [Added more ordinal formatting to the Japanese locale.](https://togithub.com/date-fns/date-fns/pull/2471) ##### Added - [Added a new `clamp` function that allows to bound a date to an interval.](https://togithub.com/date-fns/date-fns/pull/2498) - [Added Bosnian locale (bs).](https://togithub.com/date-fns/date-fns/pull/2495) - [Allowed passing `undefined` in the duration to add and sub functions.](https://togithub.com/date-fns/date-fns/pull/2515) </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 48e66ce + 2ed91ea commit c904e31

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.10.0",
4242
"chart.js": "3.4.1",
4343
"copy-text-to-clipboard": "3.0.1",
44-
"date-fns": "2.22.1",
44+
"date-fns": "2.23.0",
4545
"fastboot-app-server": "3.0.0",
4646
"morgan": "1.10.0",
4747
"pretty-bytes": "5.6.0",

yarn.lock

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

5869-
date-fns@2.22.1, date-fns@^2.22.1:
5870-
version "2.22.1"
5871-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.22.1.tgz#1e5af959831ebb1d82992bf67b765052d8f0efc4"
5872-
integrity sha512-yUFPQjrxEmIsMqlHhAhmxkuH769baF21Kk+nZwZGyrMoyLA+LugaQtC0+Tqf9CBUUULWwUJt6Q5ySI3LJDDCGg==
5869+
date-fns@2.23.0, date-fns@^2.22.1:
5870+
version "2.23.0"
5871+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.23.0.tgz#4e886c941659af0cf7b30fafdd1eaa37e88788a9"
5872+
integrity sha512-5ycpauovVyAk0kXNZz6ZoB9AYMZB4DObse7P3BPWmyEjXNORTI8EJ6X0uaSAq4sCHzM1uajzrkr6HnsLQpxGXA==
58735873

58745874
date-time@^2.1.0:
58755875
version "2.1.0"

0 commit comments

Comments
 (0)