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

chore(deps): bump @date-fns/utc from 1.2.0 to 2.1.0 #6471

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

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 <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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 23, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/date-fns/utc-2.1.0 branch 2 times, most recently from c1a6e6e to 564598c Compare September 24, 2024 04:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/date-fns/utc-2.1.0 branch from 564598c to f723ecf Compare September 24, 2024 04:56
Bumps [@date-fns/utc](https://github.com/date-fns/utc) from 1.2.0 to 2.1.0.
- [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-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/date-fns/utc-2.1.0 branch from f723ecf to 4482e2e Compare September 24, 2024 05:03
@vvagaytsev vvagaytsev added this pull request to the merge queue Sep 24, 2024
Merged via the queue into main with commit 86a1e65 Sep 24, 2024
40 checks passed
@vvagaytsev vvagaytsev deleted the dependabot/npm_and_yarn/date-fns/utc-2.1.0 branch September 24, 2024 05:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant