From 1c67c6ad3b92ea88eac0e191408882044a8b2aef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 00:31:54 +0000 Subject: [PATCH] chore(deps): update dependency date-fns-tz to v2.0.1 (#6598) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend 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-tz](https://togithub.com/marnusw/date-fns-tz) | [`2.0.0` -> `2.0.1`](https://renovatebot.com/diffs/npm/date-fns-tz/2.0.0/2.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/date-fns-tz/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/date-fns-tz/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/date-fns-tz/2.0.0/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/date-fns-tz/2.0.0/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
marnusw/date-fns-tz (date-fns-tz) ### [`v2.0.1`](https://togithub.com/marnusw/date-fns-tz/blob/HEAD/CHANGELOG.md#v201-9-March-2024) [Compare Source](https://togithub.com/marnusw/date-fns-tz/compare/v2.0.0...v2.0.1) - \[DOCS] Fix incorrect output comment ([#​270](https://togithub.com/marnusw/date-fns-tz/issues/270)) - \[DEPS] Limit to date-fns 2.x ([#​262](https://togithub.com/marnusw/date-fns-tz/issues/262), [#​267](https://togithub.com/marnusw/date-fns-tz/issues/267)) - \[REFACTOR] `tzTokenizeDate`: Remove weird unneeded regex ([#​254](https://togithub.com/marnusw/date-fns-tz/issues/254)) - \[BUGFIX] Improving correctness of the `formatInTimeZone` close to the DST threshold ([#​247](https://togithub.com/marnusw/date-fns-tz/issues/247)) - \[ENHANCEMENT] Use hourCycle for browsers that support hour cycle formatting ([#​231](https://togithub.com/marnusw/date-fns-tz/issues/231)) - \[BUGFIX] Fix tzParseTimezone to parse 00:30 timezones properly ([#​229](https://togithub.com/marnusw/date-fns-tz/issues/229))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/yarn.lock b/frontend/yarn.lock index f1fdf9e2d8..53a3d2ba90 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3305,9 +3305,9 @@ data-urls@^5.0.0: whatwg-url "^14.0.0" date-fns-tz@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/date-fns-tz/-/date-fns-tz-2.0.0.tgz#1b14c386cb8bc16fc56fe333d4fc34ae1d1099d5" - integrity sha512-OAtcLdB9vxSXTWHdT8b398ARImVwQMyjfYGkKD2zaGpHseG2UPHbHjXELReErZFxWdSLph3c2zOaaTyHfOhERQ== + version "2.0.1" + resolved "https://registry.yarnpkg.com/date-fns-tz/-/date-fns-tz-2.0.1.tgz#0a9b2099031c0d74120b45de9fd23192e48ea495" + integrity sha512-fJCG3Pwx8HUoLhkepdsP7Z5RsucUi+ZBOxyM5d0ZZ6c4SdYustq0VMmOu6Wf7bli+yS/Jwp91TOCqn9jMcVrUA== date-fns@2.30.0: version "2.30.0"