Skip to content

Commit 7cc8d7b

Browse files
committed
Auto merge of #3243 - rust-lang:renovate/date-fns-2.x, r=Turbo87
Update dependency date-fns to v2.17.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.16.1` -> `2.17.0`](https://renovatebot.com/diffs/npm/date-fns/2.16.1/2.17.0) | [![age](https://badges.renovateapi.com/packages/npm/date-fns/2.17.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/date-fns/2.17.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/date-fns/2.17.0/compatibility-slim/2.16.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/date-fns/2.17.0/confidence-slim/2.16.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>date-fns/date-fns</summary> ### [`v2.17.0`](https://togithub.com/date-fns/date-fns/blob/master/CHANGELOG.md#&#8203;2170---2021-02-05) [Compare Source](https://togithub.com/date-fns/date-fns/compare/v2.16.1...v2.17.0) Kudos to [`@&#8203;shaykav](https://togithub.com/date-fns/date-fns/pull/1952),` [`@&#8203;davidgape89](https://togithub.com/davidgape89),` [`@&#8203;rikkalo](https://togithub.com/rikkalo),` [`@&#8203;tan75](https://togithub.com/tan75),` [`@&#8203;talgautb](https://togithub.com/talgautb),` [`@&#8203;owenl131](https://togithub.com/owenl131),` [`@&#8203;kylesezhi](https://togithub.com/kylesezhi),` [`@&#8203;inigoiparragirre](https://togithub.com/inigoiparragirre),` [`@&#8203;gius](https://togithub.com/gius),` [`@&#8203;Endeauvirr](https://togithub.com/Endeauvirr)` and [`@&#8203;frankyston](https://togithub.com/frankyston).` ##### Fixed - [Fixed Russian locale parsing issue](https://togithub.com/date-fns/date-fns/pull/1950). - [Fixed `differenceInMonths` for edge cases, such as the end of February dates](https://togithub.com/date-fns/date-fns/pull/2185). - [Fixed suffixes for the Kazakh locale](https://togithub.com/date-fns/date-fns/pull/2010). - [Fixed `formatDuration` week translation in `pt` and `pt-BR` locales](https://togithub.com/date-fns/date-fns/pull/2125). - [Made Japanese locale to use the correct value for the start of the week](https://togithub.com/date-fns/date-fns/pull/2099). - [Adjusted date formats in the Basque locale](https://togithub.com/date-fns/date-fns/pull/2080). - [Fixed the short and medium date formats in the Czech locale](https://togithub.com/date-fns/date-fns/pull/2111). - [Adjusted the Polish translations of `formatDistance`](https://togithub.com/date-fns/date-fns/pull/2187). - [Fixed the week's abbreviations in the Brazilian Portuguese](https://togithub.com/date-fns/date-fns/pull/2170). ##### Added - [Added `intlFormat`](https://togithub.com/date-fns/date-fns/pull/2172) a lightweight formatting function that uses [Intl API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl). Eventually, it will become the default formatting function, so it's highly recommended for new code. - [Added `en-ZA` locale](https://togithub.com/date-fns/date-fns/pull/1952). - [Added an ability to format lowercase am/pm with `aaa` and `bbb` tokens](https://togithub.com/date-fns/date-fns/pull/2016). - [Added ordinal formatting for Japanese year values](https://togithub.com/date-fns/date-fns/pull/2177/files). </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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 b2eda72 + 16cf179 commit 7cc8d7b

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.1.0",
4242
"chart.js": "2.9.4",
4343
"copy-text-to-clipboard": "3.0.0",
44-
"date-fns": "2.16.1",
44+
"date-fns": "2.17.0",
4545
"fastboot-app-server": "3.0.0",
4646
"morgan": "1.10.0",
4747
"pretty-bytes": "5.5.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5624,10 +5624,10 @@ date-and-time@^0.14.1:
56245624
resolved "https://registry.yarnpkg.com/date-and-time/-/date-and-time-0.14.2.tgz#a4266c3dead460f6c231fe9674e585908dac354e"
56255625
integrity sha512-EFTCh9zRSEpGPmJaexg7HTuzZHh6cnJj1ui7IGCFNXzd2QdpsNh05Db5TF3xzJm30YN+A8/6xHSuRcQqoc3kFA==
56265626

5627-
date-fns@2.16.1:
5628-
version "2.16.1"
5629-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.16.1.tgz#05775792c3f3331da812af253e1a935851d3834b"
5630-
integrity sha512-sAJVKx/FqrLYHAQeN7VpJrPhagZc9R4ImZIWYRFZaaohR3KzmuK88touwsSwSVT8Qcbd4zoDsnGfX4GFB4imyQ==
5627+
date-fns@2.17.0:
5628+
version "2.17.0"
5629+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.17.0.tgz#afa55daea539239db0a64e236ce716ef3d681ba1"
5630+
integrity sha512-ZEhqxUtEZeGgg9eHNSOAJ8O9xqSgiJdrL0lzSSfMF54x6KXWJiOH/xntSJ9YomJPrYH/p08t6gWjGWq1SDJlSA==
56315631

56325632
date-time@^2.1.0:
56335633
version "2.1.0"

0 commit comments

Comments
 (0)