[PR #3289] [MERGED] ⬆️ upgrade typescript, eslint, prettier #4778

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3289
Author: @MatissJanis
Created: 8/18/2024
Status: Merged
Merged: 8/20/2024
Merged by: @MatissJanis

Base: masterHead: matiss/eslint-upgrade


📝 Commits (2)

  • 4e5b9b3 ⬆️ upgrade typescript, eslint, prettier
  • 8131d15 Merge branch 'master' into matiss/eslint-upgrade

📊 Changes

31 files changed (+1315 additions, -1343 deletions)

View changed files

📝 .eslintrc.js (+253 -4)
📝 package.json (+14 -10)
📝 packages/api/package.json (+1 -1)
📝 packages/crdt/package.json (+1 -1)
📝 packages/crdt/src/crdt/merkle.test.ts (+0 -1)
📝 packages/crdt/src/crdt/merkle.ts (+1 -0)
📝 packages/crdt/src/crdt/timestamp.test.ts (+0 -1)
📝 packages/crdt/src/crdt/timestamp.ts (+2 -2)
📝 packages/desktop-client/src/components/accounts/Account.jsx (+1 -1)
📝 packages/desktop-client/src/components/budget/rollover/RolloverComponents.tsx (+1 -2)
📝 packages/desktop-client/src/components/manager/BudgetList.tsx (+1 -2)
📝 packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx (+1 -2)
📝 packages/desktop-client/src/components/reports/graphs/BarGraph.tsx (+1 -2)
📝 packages/desktop-client/src/components/reports/graphs/BarLineGraph.tsx (+1 -2)
📝 packages/desktop-client/src/components/reports/graphs/LineGraph.tsx (+1 -2)
📝 packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx (+1 -2)
📝 packages/desktop-client/src/components/reports/graphs/SpendingGraph.tsx (+1 -2)
📝 packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx (+1 -2)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.tsx (+3 -3)
📝 packages/desktop-client/src/hooks/useMergedRefs.ts (+6 -2)

...and 11 more files

📄 Description

Main objective here: upgrade TypeScript to the latest version.

But that requires upgrading eslint and a bunch of its plugins. Which also requires getting rid of eslint-config-react-app as it hasn't been updated in over 2 years.


🔄 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/3289 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 8/18/2024 **Status:** ✅ Merged **Merged:** 8/20/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/eslint-upgrade` --- ### 📝 Commits (2) - [`4e5b9b3`](https://github.com/actualbudget/actual/commit/4e5b9b3c5260af09b511122026d6f9c49ebfadee) :arrow_up: upgrade typescript, eslint, prettier - [`8131d15`](https://github.com/actualbudget/actual/commit/8131d152a84d44bca3a7c8af927f0fc0d79a0c25) Merge branch 'master' into matiss/eslint-upgrade ### 📊 Changes **31 files changed** (+1315 additions, -1343 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+253 -4) 📝 `package.json` (+14 -10) 📝 `packages/api/package.json` (+1 -1) 📝 `packages/crdt/package.json` (+1 -1) 📝 `packages/crdt/src/crdt/merkle.test.ts` (+0 -1) 📝 `packages/crdt/src/crdt/merkle.ts` (+1 -0) 📝 `packages/crdt/src/crdt/timestamp.test.ts` (+0 -1) 📝 `packages/crdt/src/crdt/timestamp.ts` (+2 -2) 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/rollover/RolloverComponents.tsx` (+1 -2) 📝 `packages/desktop-client/src/components/manager/BudgetList.tsx` (+1 -2) 📝 `packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx` (+1 -2) 📝 `packages/desktop-client/src/components/reports/graphs/BarGraph.tsx` (+1 -2) 📝 `packages/desktop-client/src/components/reports/graphs/BarLineGraph.tsx` (+1 -2) 📝 `packages/desktop-client/src/components/reports/graphs/LineGraph.tsx` (+1 -2) 📝 `packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx` (+1 -2) 📝 `packages/desktop-client/src/components/reports/graphs/SpendingGraph.tsx` (+1 -2) 📝 `packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx` (+1 -2) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.tsx` (+3 -3) 📝 `packages/desktop-client/src/hooks/useMergedRefs.ts` (+6 -2) _...and 11 more files_ </details> ### 📄 Description Main objective here: upgrade `TypeScript` to the latest version. But that requires upgrading `eslint` and a bunch of its plugins. Which also requires getting rid of `eslint-config-react-app` as it hasn't been updated in over 2 years. --- <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:01:09 -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#4778