Skip to content

chore(deps): update dependency @date-fns/utc to v2 - #204

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/date-fns-utc-2.x
Open

chore(deps): update dependency @date-fns/utc to v2#204
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/date-fns-utc-2.x

Conversation

@renovate

@renovate renovate Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@date-fns/utc ^1.1.1^2.0.0 age adoption passing confidence

Release Notes

date-fns/utc (@​date-fns/utc)

v2.1.1

Fixed
  • Fixed CommonJS support by adjusting the main field in package.json.

v2.1.0

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

v2.0.1

Fixed

v2.0.0

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.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on monday"
  • 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.

@github-actions

Copy link
Copy Markdown

Automatic builds from https://github.com/NethServer/nethlink/actions/runs/31982269243.
Commit: bcd0469

Name Platform Link
win-app.exe Windows (x64) Link
macos-app-x64.dmg MacOS (x64) Link
macos-app-arm64.dmg MacOS (arm64) Link
linux-app.AppImage Linux (x64) Link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants