Skip to content

Upgrade to Svelte 5 #670

Upgrade to Svelte 5

Upgrade to Svelte 5 #670

Triggered via pull request October 22, 2024 09:53
Status Failure
Total duration 1m 46s
Artifacts

ci-test.yaml

on: pull_request
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
lint: src/lib/components/modals/SortModal.svelte#L48
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: src/lib/components/modals/TransformModal.svelte#L157
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: src/lib/components/modes/JSONEditorRoot.svelte#L84
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: src/lib/components/modes/JSONEditorRoot.svelte#L91
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: src/lib/components/modes/JSONEditorRoot.svelte#L98
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: src/lib/components/modes/tablemode/ColumnHeader.svelte#L24
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: src/lib/components/modes/tablemode/TableMode.svelte#L372
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: src/lib/components/modes/treemode/TreeMode.svelte#L1813
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
Process completed with exit code 1.
lint: src/lib/components/JSONEditor.svelte#L298
Expected to return a value at the end of async function 'updateProps'