-
-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency date-fns-tz to v3 #6878
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
@@ -79,7 +79,7 @@ | |||
"cypress": "13.7.2", | |||
"cypress-vite": "^1.4.0", | |||
"date-fns": "2.30.0", | |||
"date-fns-tz": "^2.0.0", | |||
"date-fns-tz": "^3.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One braking change is that date-fns v2 is no longer supported but we still have date-fns v2... right above this one
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^2.0.0
->^3.0.0
Release Notes
marnusw/date-fns-tz (date-fns-tz)
v3.1.3
Compare Source
getTimeZoneOffset
's 2nd arg optionalv3.1.2
Compare Source
formatInTimeZone
use oftimeZone
string (#280)v3.1.1
Compare Source
getTimeZoneOffset
's 2nd arg should be optional (#281)v3.1.0
Compare Source
OptionsWithTZ
is now eitherFormatOptionsWithTZ
orToDateOptionsWithTZ
, matchingdate-fns
v3.0.1
Compare Source
v3.0.0
Compare Source
date-fns
v3 (#265) Thank you, @christopherklint97date-fns@v3
format and use Babel Webpack loader for mjs files (#271)date-fns
v2 is no longer supportedutcToZonedTime
totoZonedTime
to make the name less confusing, just search & replacezonedTimeToUtc
tofromZonedTime
to make the name less confusing, just search & replaceimports from
import formatInTimeZone from 'date-fns-tz/formatInTimeZone'
toimport { formatInTimeZone } from 'date-fns-tz/formatInTimeZone'
(This isn't fully implemented yet, but it should be the assumption moving forward, as it is in
date-fns
)delegating this task to type checkers (This isn't fully implemented yet, but it should be the assumption
moving forward, as it is in
date-fns
)date-fns
no longer supports itflow
support sincedate-fns
also removed itConfiguration
📅 Schedule: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - 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.
This PR has been generated by Mend Renovate. View repository job log here.