Skip to content

feat: make extensions dynamic import work (WIP, fails eslint, but works) #1344

feat: make extensions dynamic import work (WIP, fails eslint, but works)

feat: make extensions dynamic import work (WIP, fails eslint, but works) #1344

Triggered via push April 29, 2024 00:38
Status Failure
Total duration 6m 2s
Artifacts

node.yaml

on: push
Typecheck, Lint & Test
3m 29s
Typecheck, Lint & Test
Install and build on macOS
3m 45s
Install and build on macOS
Install and build on Windows
5m 50s
Install and build on Windows
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
Typecheck, Lint & Test: apps/app/src/electron/api/ExtensionService.ts#L8
"src/models/GUI/Extension" is not found
Typecheck, Lint & Test: apps/app/src/electron/extensionHandler.ts#L7
"src/models/GUI/Extension" is not found
Typecheck, Lint & Test: apps/app/src/extensionHost/ExtensionHost.ts#L2
"src/models/GUI/Extension" is not found
Typecheck, Lint & Test: apps/app/src/extensionHost/ExtensionHost.ts#L4
"src/models/GUI/ExtensionHostMessage" is not found
Typecheck, Lint & Test: apps/app/src/extensionHost/IPC.ts#L1
"src/models/GUI/ExtensionHostMessage" is not found
Typecheck, Lint & Test: apps/app/src/extensionHost/worker.ts#L1
"./ExtensionHost.js" is not found
Typecheck, Lint & Test: apps/app/src/extensionHost/worker.ts#L2
"./IPC.js" is not found
Typecheck, Lint & Test: apps/app/src/react/api/ApiClient.ts#L9
"src/models/GUI/Extension" is not found
Typecheck, Lint & Test: apps/app/src/react/mobx/ExtensionsStore.ts#L4
"src/models/GUI/Extension" is not found
Typecheck, Lint & Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Typecheck, Lint & Test: apps/app/src/electron/api/LegacyService.ts#L21
Unexpected console statement
Typecheck, Lint & Test: apps/app/src/extensionHost/ExtensionHost.ts#L34
Unexpected console statement
Typecheck, Lint & Test: apps/app/src/react/App.tsx#L570
React Hook useEffect has an unnecessary dependency: 'store.appStore.undoLedgers'. Either exclude it or remove the dependency array. Outer scope values like 'store.appStore.undoLedgers' aren't valid dependencies because mutating them doesn't re-render the component
Typecheck, Lint & Test: apps/app/src/react/api/ApiClient.ts#L105
Unexpected console statement
Install and build on macOS
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Install and build on Windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.