Skip to content

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

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

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

@renovate
renovate Bot force-pushed the renovate/date-fns-utc-2.x branch from bcd0469 to 3d2fc9f Compare August 26, 2026 10:53
@github-actions

Copy link
Copy Markdown

Automatic builds from https://github.com/NethServer/nethlink/actions/runs/32960565532.
Commit: 3d2fc9f

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

edospadoni added a commit that referenced this pull request Sep 18, 2026
Actions (PR #201, #202, #203):
- actions/checkout v3/v4 -> v7
- actions/setup-node v4 -> v7
- actions/upload-artifact v4 -> v7

Lockfile-only (PR #199, #200, #210):
- axios 1.18.1 -> 1.20.0
- react-hook-form 7.81.0 -> 7.88.0
- rollup 4.62.5 -> 4.63.3

Major, verified compatible (PR #204, #209):
- @date-fns/utc ^1.1.1 -> ^2.0.0 (UTCDate constructor behaviour unchanged)
- @electron-toolkit/tsconfig ^1.0.1 -> ^2.0.0 (moduleResolution node -> bundler)
@edospadoni

Copy link
Copy Markdown
Member

Incluso in #217, mergiato su main come 97a7345.

@edospadoni edospadoni closed this Sep 18, 2026
@edospadoni
edospadoni deleted the renovate/date-fns-utc-2.x branch September 18, 2026 08:45
@renovate renovate Bot changed the title chore(deps): update dependency @date-fns/utc to v2 chore(deps): update dependency @date-fns/utc to v2 - autoclosed Sep 18, 2026
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.

1 participant