summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPig Fang <g-plane@hotmail.com>2024-10-31 21:50:58 +0800
committerGitHub <noreply@github.com>2024-10-31 14:50:58 +0100
commit56f25af2c7b8b158ae21271c129ea0f0bf3c258f (patch)
treed644c31605c2ba63acc788369578ca293cec7ca0
parent2f0c25d33fc0c8bb8e6e92826b2549f429d68d42 (diff)
fix(fmt): fix several HTML and components issues (#26654)
Fix #26245 Close #26324 Fix #26508 Fix #26540 Fix #26562 --------- Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
-rw-r--r--.dprint.json2
-rw-r--r--Cargo.lock4
-rw-r--r--cli/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/.dprint.json b/.dprint.json
index 7877f1764..ea99f2aed 100644
--- a/.dprint.json
+++ b/.dprint.json
@@ -68,7 +68,7 @@
"third_party"
],
"plugins": [
- "https://plugins.dprint.dev/typescript-0.93.0.wasm",
+ "https://plugins.dprint.dev/typescript-0.93.1.wasm",
"https://plugins.dprint.dev/json-0.19.4.wasm",
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
"https://plugins.dprint.dev/toml-0.6.3.wasm",
diff --git a/Cargo.lock b/Cargo.lock
index 3fa620384..e0780b226 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4311,9 +4311,9 @@ dependencies = [
[[package]]
name = "markup_fmt"
-version = "0.14.0"
+version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3f15d7b24ae4ea9b87279bc0696462a4fb6c2168847f2cc162a2da05fe1a0f61"
+checksum = "ebae65c91eab3d42231232bf48107f351e5a8d511454927218c53aeb68bbdb6f"
dependencies = [
"aho-corasick",
"css_dataset",
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index ef92947d2..782adfd90 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -129,7 +129,7 @@ libz-sys.workspace = true
log = { workspace = true, features = ["serde"] }
lsp-types.workspace = true
malva = "=0.11.0"
-markup_fmt = "=0.14.0"
+markup_fmt = "=0.15.0"
memmem.workspace = true
monch.workspace = true
notify.workspace = true