[PR #5041] [MERGED] ⬆️ upgrade date-fns from v2.30.0 -> v4.1.0 #5725

Closed
opened 2026-02-28 21:17:22 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5041
Author: @matt-fidd
Created: 5/22/2025
Status: Merged
Merged: 5/22/2025
Merged by: @matt-fidd

Base: masterHead: deps/date-fns


📝 Commits (4)

📊 Changes

17 files changed (+37 additions, -18 deletions)

View changed files

📝 packages/desktop-client/package.json (+1 -1)
📝 packages/desktop-client/src/components/banksync/AccountRow.tsx (+1 -0)
📝 packages/desktop-client/src/components/reports/spreadsheets/cash-flow-spreadsheet.tsx (+1 -0)
📝 packages/desktop-client/src/components/reports/spreadsheets/net-worth-spreadsheet.ts (+1 -0)
📝 packages/desktop-client/src/components/reports/spreadsheets/summary-spreadsheet.ts (+1 -0)
📝 packages/desktop-client/src/components/select/DateSelect.tsx (+9 -1)
📝 packages/desktop-client/src/hooks/useCategoryScheduleGoalTemplateIndicator.ts (+1 -0)
📝 packages/loot-core/package.json (+1 -1)
📝 packages/loot-core/src/shared/months.ts (+1 -0)
📝 packages/loot-core/src/shared/schedules.ts (+1 -0)
📝 packages/loot-core/src/shared/util.ts (+1 -1)
📝 packages/sync-server/package.json (+1 -1)
📝 packages/sync-server/src/app-gocardless/banks/easybank_bawaatww.js (+1 -1)
📝 packages/sync-server/src/app-gocardless/banks/lhv-lhvbee22.js (+1 -1)
📝 packages/sync-server/src/app-gocardless/banks/swedbank_habalv22.js (+1 -1)
upcoming-release-notes/5041.md (+6 -0)
📝 yarn.lock (+8 -10)

📄 Description

We now need to import the Locale type explicitly

Nice new timezone support if we ever need it!

https://github.com/date-fns/date-fns/releases


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/5041 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 5/22/2025 **Status:** ✅ Merged **Merged:** 5/22/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `deps/date-fns` --- ### 📝 Commits (4) - [`7f88196`](https://github.com/actualbudget/actual/commit/7f8819662adc180bf9474cbcc9ffe07f55e89b48) upgrade date-fns from v2.30.0 -> v4.1.0 - [`d4ffaad`](https://github.com/actualbudget/actual/commit/d4ffaad749702bad4da67ed5121eba5f87a1e6a6) fix types - [`9699358`](https://github.com/actualbudget/actual/commit/9699358f3498f07d635f14bde94b04bf09617416) note - [`3d556ff`](https://github.com/actualbudget/actual/commit/3d556ffb8e522a9182d42ab91fbad24018adca25) fix bank handler imports ### 📊 Changes **17 files changed** (+37 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/package.json` (+1 -1) 📝 `packages/desktop-client/src/components/banksync/AccountRow.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/reports/spreadsheets/cash-flow-spreadsheet.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/reports/spreadsheets/net-worth-spreadsheet.ts` (+1 -0) 📝 `packages/desktop-client/src/components/reports/spreadsheets/summary-spreadsheet.ts` (+1 -0) 📝 `packages/desktop-client/src/components/select/DateSelect.tsx` (+9 -1) 📝 `packages/desktop-client/src/hooks/useCategoryScheduleGoalTemplateIndicator.ts` (+1 -0) 📝 `packages/loot-core/package.json` (+1 -1) 📝 `packages/loot-core/src/shared/months.ts` (+1 -0) 📝 `packages/loot-core/src/shared/schedules.ts` (+1 -0) 📝 `packages/loot-core/src/shared/util.ts` (+1 -1) 📝 `packages/sync-server/package.json` (+1 -1) 📝 `packages/sync-server/src/app-gocardless/banks/easybank_bawaatww.js` (+1 -1) 📝 `packages/sync-server/src/app-gocardless/banks/lhv-lhvbee22.js` (+1 -1) 📝 `packages/sync-server/src/app-gocardless/banks/swedbank_habalv22.js` (+1 -1) ➕ `upcoming-release-notes/5041.md` (+6 -0) 📝 `yarn.lock` (+8 -10) </details> ### 📄 Description We now need to import the Locale type explicitly Nice new timezone support if we ever need it! https://github.com/date-fns/date-fns/releases --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:17:23 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5725