Skip to content

chore(deps): bump date-fns-tz from 3.1.3 to 3.2.0#6037

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

chore(deps): bump date-fns-tz from 3.1.3 to 3.2.0#6037
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/date-fns-tz-3.2.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps date-fns-tz from 3.1.3 to 3.2.0.

Changelog

Sourced from date-fns-tz's changelog.

v3.2.0 (27 September 2024)

  • [DEPS] date-fns@4.0.0 supported (#301)
  • [PERFORMANCE] Make testDateFormatted static to avoid re-initialising it on every call (#297) @​hurali97
  • [ENHANCEMENT] Compatibility with date-fns setDefaultOptions (#286) @​yangchristina
  • [DOCS] Fixed table of contents links (#284)
Commits
  • b882090 3.2.0
  • 62b11e3 Peer dep date-fns ^3.0.0 || ^4.0.0
  • 142a409 Merge pull request #286 from yangchristina/get-default-options
  • 9877487 Merge pull request #297 from callstack-internal/hur/perf/extract-testDateForm...
  • 772f07c Merge pull request #284 from yangchristina/docs
  • e7a6122 Merge pull request #301 from eshimischi/master
  • 16a355b Yarn: upgrade
  • 7ecd332 Merge pull request #1 from eshimischi/eshimischi-patch-1
  • a70c07a date-fns v4.1.0
  • 79bb229 perf: extract testDateFormatted to avoid re-initialising each time getDateTie...
  • Additional commits viewable in compare view

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)

Note

Low Risk
Patch-level dependency update with no app code edits; main risk is subtle timezone/formatting regressions in UI date helpers.

Overview
Bumps date-fns-tz from 3.1.3 to 3.2.0 in package.json and refreshes the matching yarn.lock entry. No application source changes; timezone formatting still goes through formatDate.ts (format, toZonedTime).

The new release mainly adds date-fns v4 peer support, aligns with setDefaultOptions, and includes a small performance fix around internal date formatting. Redis Insight stays on date-fns@^3.6.0, so behavior should stay the same aside from those library-side fixes.

Reviewed by Cursor Bugbot for commit 216da86. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [date-fns-tz](https://github.com/marnusw/date-fns-tz) from 3.1.3 to 3.2.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@v3.1.3...v3.2.0)

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

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 Jun 9, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 9, 2026 13:13
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@jit-ci

jit-ci Bot commented Jun 9, 2026

Copy link
Copy Markdown

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

@valkirilov valkirilov added the run-all-tests Trigger the CI to run the front-end, back-end and integration tests label Jun 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage - Backend unit tests

St.
Category Percentage Covered / Total
🟢 Statements 92.71% 15703/16937
🟡 Branches 74.7% 4949/6625
🟢 Functions 86.86% 2446/2816
🟢 Lines 92.55% 15010/16218

Test suite run success

3453 tests passing in 308 suites.

Report generated by 🧪jest coverage report action from 216da86

@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage - Integration Tests

Status Category Percentage Covered / Total
🟡 Statements 78.76% 17476/22187
🟡 Branches 61.58% 8055/13079
🟡 Functions 66.53% 2394/3598
🟡 Lines 78.32% 16434/20983

@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage - Frontend unit tests

St.
Category Percentage Covered / Total
🟢 Statements 83.18% 25285/30397
🟡 Branches 68.46% 10668/15582
🟡 Functions 78.3% 6792/8674
🟢 Lines 83.64% 24682/29509

Test suite run success

7150 tests passing in 814 suites.

Report generated by 🧪jest coverage report action from 216da86

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 run-all-tests Trigger the CI to run the front-end, back-end and integration tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants