mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-07 20:38:54 -05:00
* [AI] Enable subpath imports across all packages Generalize the prefer-subpath-imports ESLint rule to work with any package (not just loot-core) and enable it globally. Add subpath import mappings to cli, component-library, and sync-server package.json files. Auto-fix all backtracked relative imports to use #-prefixed subpath imports. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * [AI] Add release notes for #7462 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * [AI] Fix mock specifiers in accounts.test.ts to use aliased imports Co-authored-by: Matiss Janis Aboltins <MatissJanis@users.noreply.github.com> * [AI] Fix mock specifiers in query.test.ts to use aliased imports Co-authored-by: Matiss Janis Aboltins <MatissJanis@users.noreply.github.com> * [AI] Fix ESLint rule to properly validate src/ directory paths Co-authored-by: Matiss Janis Aboltins <MatissJanis@users.noreply.github.com> * [AI] Add publishConfig.imports for sync-server to remap aliases to build directory Co-authored-by: Matiss Janis Aboltins <MatissJanis@users.noreply.github.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Matiss Janis Aboltins <MatissJanis@users.noreply.github.com>