From e81f0846b2c889e468bf43a7c59c5c460c33c719 Mon Sep 17 00:00:00 2001 From: Abdo Date: Mon, 19 Aug 2024 15:17:47 +0300 Subject: [PATCH] Fix new formatting errors --- .dprint.json | 2 +- package.json | 4 +- ts/editable/ContentEditable.svelte | 2 +- ts/editor/CodeMirror.svelte | 2 +- ts/editor/CollapseBadge.svelte | 3 +- ts/editor/HandleBackground.svelte | 2 +- ts/editor/HandleControl.svelte | 10 +- .../BackendProgressIndicator.svelte | 8 +- ts/lib/components/Col.svelte | 4 +- ts/lib/components/Collapsible.svelte | 2 +- ts/lib/components/FloatingArrow.svelte | 2 +- ts/lib/components/HelpModal.svelte | 2 +- ts/lib/components/ScrollArea.svelte | 24 +++-- ts/lib/components/Spacer.svelte | 2 +- ts/lib/components/VirtualTable.svelte | 4 +- ts/lib/sass/base.scss | 3 +- .../deck-options/CardStateCustomizer.svelte | 2 +- ts/routes/deck-options/DailyLimits.svelte | 4 +- ts/routes/deck-options/TextInputModal.svelte | 2 +- ts/routes/deck-options/WeightsInput.svelte | 2 +- ts/routes/graphs/CardCounts.svelte | 2 +- ts/routes/graphs/GraphsPage.svelte | 4 +- ts/routes/graphs/RangeBox.svelte | 2 +- ts/routes/image-occlusion/MaskEditor.svelte | 2 +- ts/routes/image-occlusion/Notes.svelte | 4 +- ts/routes/image-occlusion/StickyFooter.svelte | 2 +- ts/routes/import-page/DetailsTable.svelte | 2 +- yarn.lock | 95 +++++++++++-------- 28 files changed, 115 insertions(+), 84 deletions(-) diff --git a/.dprint.json b/.dprint.json index 65f451981..ae42dcd04 100644 --- a/.dprint.json +++ b/.dprint.json @@ -38,7 +38,7 @@ "https://plugins.dprint.dev/json-0.17.4.wasm", "https://plugins.dprint.dev/markdown-0.15.3.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", - "https://plugins.dprint.dev/prettier-0.13.0.json@dc5d12b7c1bf1a4683eff317c2c87350e75a5a3dfcc127f3d5628931bfb534b1", + "https://plugins.dprint.dev/prettier-0.46.1.json@e5bd083088a8dfc6e5ce2d3c9bee81489b065bd5345ef55b59f5d96627928b7a", "https://plugins.dprint.dev/disrupted/css-0.2.2.wasm" ] } diff --git a/package.json b/package.json index b8e0f6601..e27a12565 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "caniuse-lite": "^1.0.30001431", "cross-env": "^7.0.2", "diff": "^5.0.0", - "dprint": "=0.35.3", + "dprint": "=0.47.2", "esbuild": "^0.18.10", "esbuild-sass-plugin": "^2", "esbuild-svelte": "^0.8.1", @@ -46,7 +46,7 @@ "eslint-plugin-svelte": "^2.30.0", "license-checker-rseidelsohn": "^4.2.6", "prettier": "^2.4.1", - "prettier-plugin-svelte": "^2.10.1", + "prettier-plugin-svelte": "^3.2.6", "svelte": "5.0.0-next.179", "svelte-check": "^3.4.4", "svelte-preprocess": "^5.0.4", diff --git a/ts/editable/ContentEditable.svelte b/ts/editable/ContentEditable.svelte index e5ba95251..9b1b4f056 100644 --- a/ts/editable/ContentEditable.svelte +++ b/ts/editable/ContentEditable.svelte @@ -54,7 +54,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html on:blur on:click={updateAllState} on:keyup={updateAllState} -/> +> diff --git a/ts/lib/components/Collapsible.svelte b/ts/lib/components/Collapsible.svelte index c3bae9756..ac1fbc1f5 100644 --- a/ts/lib/components/Collapsible.svelte +++ b/ts/lib/components/Collapsible.svelte @@ -80,7 +80,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html {#if animated && measuring} -
+
{/if}