hero-org / herocast

herocast is Farcaster’s leading open-source client. Our goal is to decentralize power on the internet, faster.
https://app.herocast.xyz
GNU Affero General Public License v3.0
65 stars 32 forks source link

Bump @date-fns/utc from 1.2.0 to 2.1.0 #524

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 month ago

Bumps @date-fns/utc from 1.2.0 to 2.1.0.

Changelog

Sourced from @​date-fns/utc's changelog.

v2.1.0 - 2024-09-14

Added

  • Added more documentation to the README.md file and JSDoc.

v2.0.1 - 2024-09-11

Fixed

v2.0.0 - 2024-09-10

Added

  • Added tz function that allows to specify the context for the [date-fns] functions (starting from date-fns@4):

    import { isSameDay } from "date-fns";
    import { tz } from "@date-fns/utc";
    

    isSameDay("2024-09-09T23:00:00-04:00", "2024-09-10T10:00:00+08:00", { in: tz("America/New_York"), }); //=> true

  • Added LICENSE.md file to the package. Just like before, the license is MIT, but now it's more explicit.

Changed

  • BREAKING: The package now is ESM-first. The CommonJS is still support and It should not affect most users, but it might break in certains environments. If you encounter any issues, please report them.
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
herocast ✅ Ready (Inspect) Visit Preview Oct 7, 2024 0:54am