Skip to content
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

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

Open
wants to merge 1 commit into
base: saga
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2024

This PR contains the following updates:

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

Release Notes

marnusw/date-fns-tz (date-fns-tz)

v3.2.0

Compare Source

v3.1.3

Compare Source

  • [BUGFIX] Make getTimeZoneOffset's 2nd arg optional

v3.1.2

Compare Source

  • [BUGFIX] Fix formatInTimeZone use of timeZone string (#​280)

v3.1.1

Compare Source

  • [BUGFIX] getTimeZoneOffset's 2nd arg should be optional (#​281)

v3.1.0

Compare Source

  • [REFACTOR] Full rewrite in TypeScript (#​278) Thank you, @​brettwillis
  • [BREAKING CHANGE] OptionsWithTZ is now either FormatOptionsWithTZ or ToDateOptionsWithTZ, matching date-fns

v3.0.1

Compare Source

  • [BUGFIX] Fix named export typings (#​277)

v3.0.0

Compare Source

  • [UPGRADE] Support date-fns v3 (#​265) Thank you, @​christopherklint97
  • [BUGFIX] Correct import of date-fns@v3 format and use Babel Webpack loader for mjs files (#​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 - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies help wanted Extra attention is needed labels Apr 6, 2024
@renovate renovate bot force-pushed the renovate/date-fns-tz-3.x branch from 90bbf7e to ae594cc Compare April 12, 2024 05:56
@renovate renovate bot force-pushed the renovate/date-fns-tz-3.x branch from ae594cc to c6292f7 Compare April 15, 2024 22:25
@renovate renovate bot force-pushed the renovate/date-fns-tz-3.x branch from c6292f7 to e6f5ed6 Compare April 16, 2024 14:31
@renovate renovate bot force-pushed the renovate/date-fns-tz-3.x branch from e6f5ed6 to f11ca61 Compare April 16, 2024 22:01
@renovate renovate bot force-pushed the renovate/date-fns-tz-3.x branch from f11ca61 to df816d7 Compare April 17, 2024 08:11
@renovate renovate bot force-pushed the renovate/date-fns-tz-3.x branch from df816d7 to 8de14de Compare April 30, 2024 04:22
@renovate renovate bot force-pushed the renovate/date-fns-tz-3.x branch from 8de14de to f3d91bc Compare May 1, 2024 10:08
@renovate renovate bot force-pushed the renovate/date-fns-tz-3.x branch from f3d91bc to bc07c28 Compare May 26, 2024 01:36
@renovate renovate bot force-pushed the renovate/date-fns-tz-3.x branch from bc07c28 to 6506326 Compare June 4, 2024 00:42
@renovate renovate bot force-pushed the renovate/date-fns-tz-3.x branch from 6506326 to 8d26689 Compare June 4, 2024 22:23
@renovate renovate bot force-pushed the renovate/date-fns-tz-3.x branch from 8d26689 to 491983e Compare July 13, 2024 00:31
@renovate renovate bot force-pushed the renovate/date-fns-tz-3.x branch from 491983e to 0cd2c30 Compare September 30, 2024 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants