[PR #442] [MERGED] ⬆️ upgrade prettier and fix new issues #3139

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/442
Author: @MatissJanis
Created: 1/11/2023
Status: Merged
Merged: 1/12/2023
Merged by: @MatissJanis

Base: masterHead: matiss/upgrade-prettier


📝 Commits (5)

  • a033c39 ⬆️ upgrade prettier and fix new issues
  • 54d2a4a chore: remove prettier-ignore
  • afdfd3c chore: exact prettier version
  • 530174c fix: eslint ignore
  • fc5bf5f Merge branch 'master' into matiss/upgrade-prettier

📊 Changes

62 files changed (+453 additions, -621 deletions)

View changed files

📝 .prettierrc.json (+3 -2)
📝 package.json (+1 -1)
📝 packages/desktop-client/src/browser-preload.browser.js (+2 -2)
📝 packages/desktop-client/src/browser-preload.js (+1 -2)
📝 packages/desktop-client/src/components/ManageRules.js (+5 -5)
📝 packages/desktop-client/src/components/Notifications.js (+2 -9)
📝 packages/desktop-client/src/components/accounts/Account.js (+4 -3)
📝 packages/desktop-client/src/components/accounts/MobileAccount.js (+4 -3)
📝 packages/desktop-client/src/components/accounts/TransactionsTable.test.js (+2 -6)
📝 packages/desktop-client/src/components/budget/MobileBudget.js (+2 -7)
📝 packages/desktop-client/src/components/budget/MobileBudgetTable.js (+2 -8)
📝 packages/desktop-client/src/components/modals/EditRule.js (+1 -3)
📝 packages/desktop-client/src/components/schedules/DiscoverSchedules.js (+1 -3)
📝 packages/desktop-client/src/components/schedules/EditSchedule.js (+1 -5)
📝 packages/loot-core/package.json (+0 -1)
📝 packages/loot-core/src/client/SpreadsheetProvider.js (+1 -1)
📝 packages/loot-core/src/client/actions/account.js (+7 -7)
📝 packages/loot-core/src/client/actions/queries.js (+13 -13)
📝 packages/loot-core/src/mocks/budget.js (+4 -12)
📝 packages/loot-core/src/mocks/setup.js (+2 -2)

...and 42 more files

📄 Description

  1. Upgraded prettier
  2. Auto-fixed the new issues

🔄 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/442 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 1/11/2023 **Status:** ✅ Merged **Merged:** 1/12/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/upgrade-prettier` --- ### 📝 Commits (5) - [`a033c39`](https://github.com/actualbudget/actual/commit/a033c3967780700c28dac942a9fce8481ccee14a) :arrow_up: upgrade prettier and fix new issues - [`54d2a4a`](https://github.com/actualbudget/actual/commit/54d2a4a35fb08e0aee3184638ed41e2330a8baef) chore: remove prettier-ignore - [`afdfd3c`](https://github.com/actualbudget/actual/commit/afdfd3c6b188e160242ba5f8839d177ece53e7f1) chore: exact prettier version - [`530174c`](https://github.com/actualbudget/actual/commit/530174c1724441e395cd857a0c8fc8f681119df3) fix: eslint ignore - [`fc5bf5f`](https://github.com/actualbudget/actual/commit/fc5bf5f031c8bd75d70746e7d8b5ebe52dcdacb0) Merge branch 'master' into matiss/upgrade-prettier ### 📊 Changes **62 files changed** (+453 additions, -621 deletions) <details> <summary>View changed files</summary> 📝 `.prettierrc.json` (+3 -2) 📝 `package.json` (+1 -1) 📝 `packages/desktop-client/src/browser-preload.browser.js` (+2 -2) 📝 `packages/desktop-client/src/browser-preload.js` (+1 -2) 📝 `packages/desktop-client/src/components/ManageRules.js` (+5 -5) 📝 `packages/desktop-client/src/components/Notifications.js` (+2 -9) 📝 `packages/desktop-client/src/components/accounts/Account.js` (+4 -3) 📝 `packages/desktop-client/src/components/accounts/MobileAccount.js` (+4 -3) 📝 `packages/desktop-client/src/components/accounts/TransactionsTable.test.js` (+2 -6) 📝 `packages/desktop-client/src/components/budget/MobileBudget.js` (+2 -7) 📝 `packages/desktop-client/src/components/budget/MobileBudgetTable.js` (+2 -8) 📝 `packages/desktop-client/src/components/modals/EditRule.js` (+1 -3) 📝 `packages/desktop-client/src/components/schedules/DiscoverSchedules.js` (+1 -3) 📝 `packages/desktop-client/src/components/schedules/EditSchedule.js` (+1 -5) 📝 `packages/loot-core/package.json` (+0 -1) 📝 `packages/loot-core/src/client/SpreadsheetProvider.js` (+1 -1) 📝 `packages/loot-core/src/client/actions/account.js` (+7 -7) 📝 `packages/loot-core/src/client/actions/queries.js` (+13 -13) 📝 `packages/loot-core/src/mocks/budget.js` (+4 -12) 📝 `packages/loot-core/src/mocks/setup.js` (+2 -2) _...and 42 more files_ </details> ### 📄 Description 1. Upgraded `prettier` 2. Auto-fixed the new issues --- <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:37:02 -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#3139