fix: bump all svelte related dependencies #15425
push.yaml
on: pull_request
changes
4s
Matrix: rust-test
lint-node
1m 10s
check-node
39s
unittest-node
35s
rust-docs
0s
check-rust
2s
Annotations
12 errors
check-node
@gitbutler/ui#check: command (/home/runner/work/gitbutler/gitbutler/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run check exited (1)
|
check-node
Process completed with exit code 1.
|
lint-node
//#globallint: command (/home/runner/work/gitbutler/gitbutler/) /home/runner/setup-pnpm/node_modules/.bin/pnpm run globallint exited (1)
|
lint-node:
apps/desktop/src/lib/components/Board.svelte#L1
Unrecognized attribute — should be one of `generics`, `lang` or `module`. If this exists for a preprocessor, ensure that the preprocessor removes it(script_unknown_attribute)
|
lint-node:
apps/desktop/src/lib/components/BranchPreview.svelte#L35
Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update(reactive_declaration_non_reactive_property)
|
lint-node:
apps/desktop/src/lib/components/ProjectSetup.svelte#L1
Unrecognized attribute — should be one of `generics`, `lang` or `module`. If this exists for a preprocessor, ensure that the preprocessor removes it(script_unknown_attribute)
|
lint-node:
apps/desktop/src/lib/components/ProjectSetupTarget.svelte#L1
Unrecognized attribute — should be one of `generics`, `lang` or `module`. If this exists for a preprocessor, ensure that the preprocessor removes it(script_unknown_attribute)
|
lint-node:
apps/desktop/src/lib/navigation/Navigation.svelte#L31
Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update(reactive_declaration_non_reactive_property)
|
lint-node:
apps/desktop/src/lib/navigation/TargetCard.svelte#L18
Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update(reactive_declaration_non_reactive_property)
|
lint-node:
apps/desktop/src/routes/[projectId]/base/+page.svelte#L27
Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update(reactive_declaration_non_reactive_property)
|
lint-node:
apps/desktop/src/routes/[projectId]/base/+page.svelte#L32
Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update(reactive_declaration_non_reactive_property)
|
lint-node:
apps/desktop/src/routes/[projectId]/board/+page.svelte#L43
Properties of objects and arrays are not reactive unless in runes mode. Changes to this property will not cause the reactive statement to update(reactive_declaration_non_reactive_property)
|