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

Update dependency date-fns-tz to v2 #1629

Merged
merged 1 commit into from
Feb 14, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
date-fns-tz ^1.3.7 -> ^2.0.0 age adoption passing confidence

Release Notes

marnusw/date-fns-tz

v2.0.0

Compare Source

  • [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 ESM 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

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/date-fns-tz-2.x branch 4 times, most recently from 6239bfb to f682381 Compare February 7, 2023 10:10
@renovate renovate bot changed the title fix(deps): update dependency date-fns-tz to v2 Update dependency date-fns-tz to v2 Feb 8, 2023
@renovate renovate bot requested a review from a team February 13, 2023 09:31
Copy link
Contributor

@dcroote dcroote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After reviewing the changelog, we're unaffected by the major version breaking changes

@dcroote dcroote merged commit 014eeef into master Feb 14, 2023
@dcroote dcroote deleted the renovate/date-fns-tz-2.x branch February 14, 2023 16:33
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