Skip to content
Snippets Groups Projects
  1. May 16, 2024
  2. May 07, 2024
  3. May 03, 2024
  4. Apr 02, 2024
  5. Mar 03, 2024
  6. Feb 08, 2024
    • Joel Jeremy Marquez's avatar
      Update loot-core deps (#2280) · 8a8113a6
      Joel Jeremy Marquez authored
      * Upgrade desktop-client depenencies
      
      * yarn dedupe
      
      * Update useSelectors
      
      * Update loot-core deps
      
      * yarn dedupe
      
      * Move deps to devDependencies
      
      * yarn dedupe
      8a8113a6
  7. Feb 07, 2024
  8. Feb 02, 2024
  9. Jan 24, 2024
    • Joel Jeremy Marquez's avatar
      Update vite / swc / ts versions (#2268) · 524bd4e9
      Joel Jeremy Marquez authored
      * Update vite / swc / ts versions
      
      * Release notes
      
      * Revert root tsconfig module changes
      
      * yarn dedupe
      
      * Dummy update to run pipeline
      
      * Update webpack and playwright
      
      * Update playwright docker images
      524bd4e9
  10. Jan 20, 2024
    • DJ Mountney's avatar
      Bundle loot-core types into the API (#2053) · 0045d921
      DJ Mountney authored
      
      * Bundle loot-core types into the API
      
      So we can have loot-core be the source of truth
      for some types that get passed through
      
      - Improves downstream development with API by including types
      - Use path aliases for dist vs dev tsconfigs
      - Convert api index to typescript as example
      - Permit ts-ignore for issues with our version of typescript
      
      ---------
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      0045d921
  11. Jan 09, 2024
  12. Jan 06, 2024
  13. Dec 02, 2023
  14. Nov 28, 2023
  15. Nov 20, 2023
  16. Nov 14, 2023
  17. Sep 03, 2023
  18. Aug 07, 2023
  19. Aug 02, 2023
  20. Jul 29, 2023
  21. Jul 09, 2023
  22. Jun 28, 2023
  23. Jun 26, 2023
    • Jed Fox's avatar
      Run ESLint at the top level once (#1202) · ed50e2b3
      Jed Fox authored
      This significantly speeds up `yarn lint` for me. It also ensures we’re
      listing all source files in the project, including the `.eslintrc` files
      and any other files that may be present.
      ed50e2b3
  24. Jun 01, 2023
  25. May 24, 2023
  26. May 16, 2023
  27. May 04, 2023
  28. Apr 10, 2023
    • Alberto Gasparin's avatar
      Convert commonjs to esm (#877) · cd00da76
      Alberto Gasparin authored
      This PR converts everything (aside from electron) from CommonJS to ESM.
      It is needed to reduce the changes that will happen during the migration
      to Typescript (as TS does not play nice with CJS).
      
      Basically:
      - rewrite `require()` to `import`
      - rewrite `module.exports` to `exports`
      - introduce `ts-node` to run importers so we can convert them to TS too
      
      Lastly, sorry for this larg-ish PR, not my preference but when I tried
      to reduce its scope, I would end up with mixed commons/esm that was even
      more tricky to handle.
      cd00da76
  29. Apr 09, 2023
  30. Apr 07, 2023
  31. Apr 06, 2023
  32. Mar 09, 2023
  33. Feb 28, 2023
  34. Feb 24, 2023
    • Jed Fox's avatar
      Updates to the @actual-budget/api package (#464) · 93a1f8a9
      Jed Fox authored
      * Make it easier to build the bundle.api.js for the API
      
      * Remove budgetId parameter, move config to top level of API
      
      * that’s a breaking change
      
      * Add support for signing into the server in init()
      
      * Add api.downloadBudget(syncId, { password }) method
      
      * Fix lint errors
      
      * Refactor: extract out getSyncError
      
      * api/download-budget: sync if possible instead of downloading
      
      * Don’t bother with fetching remote files and installing key if the file is local
      
      * *groupId
      
      * FIx lint issues
      
      * Remove extra close+reopen
      
      * Refactor out duplicate load-budget logic
      
      * Trailing commas
      93a1f8a9
  35. Feb 02, 2023
  36. Dec 08, 2022
Loading