Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps date-fns-tz from 1.3.7 to 2.0.0.

Changelog

Sourced from date-fns-tz's changelog.

v2.0.0 (30 January 2023)

  • [BREAKING CHANGE] Optimize configuration for ESM exports (entry points for cjs / esm / typescript) (#212)

Upgrade guide: Both CJS and ESM imports now use the default import paths. CJS will continue working unchanged; to fix EMS imports:

Before:

import { format } from 'date-fns-tz/esm'
import utcToZonedTime from 'date-fns-tz/esm/utcToZonedTime'

After:

import { format } from 'date-fns-tz'
import utcToZonedTime from 'date-fns-tz/utcToZonedTime'

v1.3.8 (30 January 2023)

  • [TESTS] Tests documenting zonedTimeToUtc daylight saving jumps (#220)
  • [TYPES] Update format types to match date-fns (#199)
  • [BUGFIX] Fixed undefined timezone error (#214)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 30, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/GraphRNSample/date-fns-tz-2.0.0 branch 2 times, most recently from ac04ef8 to 027be90 Compare February 6, 2023 18:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/GraphRNSample/date-fns-tz-2.0.0 branch from 027be90 to 8c5e731 Compare February 13, 2023 19:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/GraphRNSample/date-fns-tz-2.0.0 branch from 8c5e731 to 8a74d93 Compare March 6, 2023 19:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/GraphRNSample/date-fns-tz-2.0.0 branch from 8a74d93 to 0f01e3d Compare March 13, 2023 19:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/GraphRNSample/date-fns-tz-2.0.0 branch from 0f01e3d to b5524dc Compare March 27, 2023 19:19
@jasonjoh
Copy link
Member

jasonjoh commented Sep 8, 2023

@dependabot rebase

Bumps [date-fns-tz](https://github.com/marnusw/date-fns-tz) from 1.3.7 to 2.0.0.
- [Release notes](https://github.com/marnusw/date-fns-tz/releases)
- [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md)
- [Commits](marnusw/date-fns-tz@v1.3.7...v2.0.0)

---
updated-dependencies:
- dependency-name: date-fns-tz
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/GraphRNSample/date-fns-tz-2.0.0 branch from b5524dc to d8870f9 Compare September 8, 2023 18:15
@jasonjoh
Copy link
Member

jasonjoh commented Sep 8, 2023

@dependabot merge

@dependabot dependabot bot merged commit e2ab503 into main Sep 8, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/GraphRNSample/date-fns-tz-2.0.0 branch September 8, 2023 18:39
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants