[PR #1958] [MERGED] Part 2 of eslint prefer-const #4043

Closed
opened 2026-02-28 20:50:42 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1958
Author: @joel-jeremy
Created: 11/22/2023
Status: Merged
Merged: 11/22/2023
Merged by: @joel-jeremy

Base: masterHead: eslint-prefer-const-2


📝 Commits (3)

📊 Changes

59 files changed (+476 additions, -458 deletions)

View changed files

📝 .eslintrc.js (+9 -0)
📝 packages/loot-core/init-node.js (+4 -4)
📝 packages/loot-core/src/client/SpreadsheetProvider.tsx (+3 -3)
📝 packages/loot-core/src/client/actions/account.ts (+5 -5)
📝 packages/loot-core/src/client/actions/budgets.ts (+7 -7)
📝 packages/loot-core/src/client/actions/modals.ts (+1 -1)
📝 packages/loot-core/src/client/actions/prefs.ts (+3 -3)
📝 packages/loot-core/src/client/actions/queries.ts (+7 -7)
📝 packages/loot-core/src/client/actions/sync.ts (+5 -5)
📝 packages/loot-core/src/client/data-hooks/filters.tsx (+1 -1)
📝 packages/loot-core/src/client/data-hooks/schedules.tsx (+4 -4)
📝 packages/loot-core/src/client/queries.ts (+3 -3)
📝 packages/loot-core/src/client/query-helpers.test.ts (+39 -39)
📝 packages/loot-core/src/client/query-helpers.ts (+17 -17)
📝 packages/loot-core/src/client/query-hooks.tsx (+8 -8)
📝 packages/loot-core/src/client/reducers/account.ts (+2 -2)
📝 packages/loot-core/src/client/reducers/budgets.ts (+9 -9)
📝 packages/loot-core/src/client/reducers/queries.ts (+3 -3)
📝 packages/loot-core/src/client/shared-listeners.ts (+4 -4)
📝 packages/loot-core/src/client/update-notification.ts (+2 -2)

...and 39 more files

📄 Description


🔄 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/1958 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 11/22/2023 **Status:** ✅ Merged **Merged:** 11/22/2023 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `eslint-prefer-const-2` --- ### 📝 Commits (3) - [`6fed9fa`](https://github.com/actualbudget/actual/commit/6fed9fa4abd8a2b08cd8355e5e0c3e292dd91697) Part 2 of eslint prefer-const - [`ff1f241`](https://github.com/actualbudget/actual/commit/ff1f241efaf4d9a0b74b42164c12e533b2d5d8b3) Release notes - [`b318996`](https://github.com/actualbudget/actual/commit/b318996bbfd934a568a0a7101f7c29e3d7a413e8) Update ### 📊 Changes **59 files changed** (+476 additions, -458 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+9 -0) 📝 `packages/loot-core/init-node.js` (+4 -4) 📝 `packages/loot-core/src/client/SpreadsheetProvider.tsx` (+3 -3) 📝 `packages/loot-core/src/client/actions/account.ts` (+5 -5) 📝 `packages/loot-core/src/client/actions/budgets.ts` (+7 -7) 📝 `packages/loot-core/src/client/actions/modals.ts` (+1 -1) 📝 `packages/loot-core/src/client/actions/prefs.ts` (+3 -3) 📝 `packages/loot-core/src/client/actions/queries.ts` (+7 -7) 📝 `packages/loot-core/src/client/actions/sync.ts` (+5 -5) 📝 `packages/loot-core/src/client/data-hooks/filters.tsx` (+1 -1) 📝 `packages/loot-core/src/client/data-hooks/schedules.tsx` (+4 -4) 📝 `packages/loot-core/src/client/queries.ts` (+3 -3) 📝 `packages/loot-core/src/client/query-helpers.test.ts` (+39 -39) 📝 `packages/loot-core/src/client/query-helpers.ts` (+17 -17) 📝 `packages/loot-core/src/client/query-hooks.tsx` (+8 -8) 📝 `packages/loot-core/src/client/reducers/account.ts` (+2 -2) 📝 `packages/loot-core/src/client/reducers/budgets.ts` (+9 -9) 📝 `packages/loot-core/src/client/reducers/queries.ts` (+3 -3) 📝 `packages/loot-core/src/client/shared-listeners.ts` (+4 -4) 📝 `packages/loot-core/src/client/update-notification.ts` (+2 -2) _...and 39 more files_ </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> --- <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 20:50:42 -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#4043