Skip to content

Bump @date-fns/utc from 1.2.0 to 2.1.1 - #20

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/date-fns/utc-2.1.1
Open

Bump @date-fns/utc from 1.2.0 to 2.1.1#20
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/date-fns/utc-2.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown

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

Changelog

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

v2.1.1 - 2025-07-30

Fixed

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

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 show <dependency name> 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)

Bumps [@date-fns/utc](https://github.com/date-fns/utc) from 1.2.0 to 2.1.1.
- [Changelog](https://github.com/date-fns/utc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/date-fns/utc/commits)

---
updated-dependencies:
- dependency-name: "@date-fns/utc"
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 9, 2026
@vercel

vercel Bot commented Aug 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
typeai Ready Ready Preview Aug 9, 2026 3:49am

@github-actions

Copy link
Copy Markdown

This PR is stale. Please trigger a re-run of the PR check action.

@github-actions github-actions Bot added the Stale label Aug 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants