Skip to content

[WIP] [do not merge] Plugins #11949

[WIP] [do not merge] Plugins

[WIP] [do not merge] Plugins #11949

Triggered via pull request December 12, 2024 18:03
Status Failure
Total duration 1m 51s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 14 warnings
typecheck: packages/desktop-client/src/components/budget/index.tsx#L375
Type 'EnvelopeBudgetComponents' is not assignable to type '{ SummaryComponent: (({ month }: BudgetSummaryProps) => Element) | (({ month }: BudgetSummaryProps) => Element); BudgetTotalsComponent: ComponentType<...>; }'.
typecheck: packages/desktop-client/src/components/reports/Overview.tsx#L476
'ResponsiveGridLayout' cannot be used as a JSX component.
typecheck: packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx#L270
Property 'intervalStartDate' does not exist on type 'BarRectangleItem'.
typecheck: packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx#L271
Property 'intervalEndDate' does not exist on type 'BarRectangleItem'.
typecheck: packages/desktop-client/src/hooks/useLocalPref.ts#L19
Type '[Partial<{ 'ui.showClosedAccounts': boolean; 'expand-splits': boolean; 'budget.collapsed': string[]; 'budget.summaryCollapsed': boolean; 'budget.showHiddenCategories': boolean; 'budget.startMonth': string; ... 5 more ...; 'mobile.showSpentColumn': boolean; }>[K], Dispatch<...>, () => void]' is not assignable to type '[Partial<{ 'ui.showClosedAccounts': boolean; 'expand-splits': boolean; 'budget.collapsed': string[]; 'budget.summaryCollapsed': boolean; 'budget.showHiddenCategories': boolean; 'budget.startMonth': string; ... 5 more ...; 'mobile.showSpentColumn': boolean; }>[K], SetLocalPrefAction<...>]'.
typecheck: packages/desktop-client/src/index.tsx#L105
'Provider' cannot be used as a JSX component.
typecheck: packages/loot-core/src/mocks/redux.tsx#L20
'Provider' cannot be used as a JSX component.
typecheck: packages/loot-core/src/server/encryption-internals.web.ts#L16
Argument of type 'ArrayBufferLike' is not assignable to parameter of type 'BufferSource'.
typecheck: packages/loot-core/src/server/encryption-internals.web.ts#L40
Type 'Buffer<ArrayBufferLike>' is missing the following properties from type 'ArrayBuffer': maxByteLength, resizable, resize, detached, and 2 more.
typecheck
Process completed with exit code 2.
test
Process completed with exit code 1.
lint: packages/plugins-shared/src/global.d.ts#L4
An interface declaring no members is equivalent to its supertype
lint
Process completed with exit code 1.
migrations
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint: packages/desktop-client/public/index.es.js#L1
Replace `"react"` with `'react'`
lint: packages/desktop-client/public/index.es.js#L2
Replace `"react"` with `'react'`
lint: packages/desktop-client/public/index.es.js#L3
Replace `(props)·=>` with `props·=>⏎·`
lint: packages/desktop-client/public/index.es.js#L3
Using default React import is discouraged, please use named exports directly instead
lint: packages/desktop-client/public/index.es.js#L4
Replace `··"svg"` with `····'svg'`
lint: packages/desktop-client/public/index.es.js#L5
Replace `··` with `····`
lint: packages/desktop-client/public/index.es.js#L7
Replace `xmlns:·"http://www.w3.org/2000/svg"` with `··xmlns:·'http://www.w3.org/2000/svg'`
lint: packages/desktop-client/public/index.es.js#L8
Replace `····viewBox:·"0·0·20·20"` with `······viewBox:·'0·0·20·20'`