Yes-Theory-Fam / yesbot-ts

Codebase for the production bot on https://discord.gg/yestheory
MIT License
34 stars 113 forks source link

fix(deps): update dependency date-fns-tz to v3 #1281

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
date-fns-tz 2.0.1 -> 3.0.1 age adoption passing confidence

Release Notes

marnusw/date-fns-tz (date-fns-tz) ### [`v3.0.1`](https://togithub.com/marnusw/date-fns-tz/blob/HEAD/CHANGELOG.md#v301-10-April-2024) [Compare Source](https://togithub.com/marnusw/date-fns-tz/compare/v3.0.0...v3.0.1) - \[BUGFIX] Fix named export typings ([#​277](https://togithub.com/marnusw/date-fns-tz/issues/277)) ### [`v3.0.0`](https://togithub.com/marnusw/date-fns-tz/blob/HEAD/CHANGELOG.md#v300-6-April-2024) [Compare Source](https://togithub.com/marnusw/date-fns-tz/compare/v2.0.1...v3.0.0) - \[UPGRADE] Support `date-fns` v3 ([#​265](https://togithub.com/marnusw/date-fns-tz/issues/265)) Thank you, [@​christopherklint97](https://togithub.com/christopherklint97) - \[BUGFIX] Correct import of `date-fns@v3` format and use Babel Webpack loader for mjs files ([#​271](https://togithub.com/marnusw/date-fns-tz/issues/271)) - \[BREAKING CHANGE] `date-fns` v2 is no longer supported - \[BREAKING CHANGE] Renamed `utcToZonedTime` to `toZonedTime` to make the name less confusing, just search & replace - \[BREAKING CHANGE] Renamed `zonedTimeToUtc` to `fromZonedTime` to make the name less confusing, just search & replace - \[BREAKING CHANGE] All functions are now exported using named exports, this requires changing direct imports from `import formatInTimeZone from 'date-fns-tz/formatInTimeZone'` to `import { formatInTimeZone } from 'date-fns-tz/formatInTimeZone'` - \[BREAKING CHANGE] Functions now don’t check the number of passed arguments, 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`) - \[BREAKING CHANGE] Arguments are not explicitly converted to the target types. Instead, they are passed as is, 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`) - \[BREAKING CHANGE] IE is no longer supported since `date-fns` no longer supports it - \[BREAKING CHANGE] Removed `flow` support since `date-fns` also removed it

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 6 months ago

Edited/Blocked Notification

Renovate 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.

Warning: custom changes will be lost.