Skip to content

Commit 35a17f3

Browse files
authored
fix(fmt): upgrade to dprint-plugin-markdown 0.17.4 (#25075)
Closes #20917 Closes #21285
1 parent b6cdb31 commit 35a17f3

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

.dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"plugins": [
6868
"https://plugins.dprint.dev/typescript-0.91.6.wasm",
6969
"https://plugins.dprint.dev/json-0.19.3.wasm",
70-
"https://plugins.dprint.dev/markdown-0.17.2.wasm",
70+
"https://plugins.dprint.dev/markdown-0.17.4.wasm",
7171
"https://plugins.dprint.dev/toml-0.6.2.wasm",
7272
"https://plugins.dprint.dev/exec-0.5.0.json@8d9972eee71fa1590e04873540421f3eda7674d0f1aae3d7c788615e7b7413d0",
7373
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.4.0.wasm"

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Report an issue found in the Deno CLI.
44
title: ''
55
labels: ''
66
assignees: ''
7-
87
---
98

109
Version: Deno x.x.x

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ about: Suggest a feature for the Deno CLI.
44
title: ''
55
labels: ''
66
assignees: ''
7-
87
---

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ dissimilar = "=1.0.4"
101101
dotenvy = "0.15.7"
102102
dprint-plugin-json = "=0.19.3"
103103
dprint-plugin-jupyter = "=0.1.3"
104-
dprint-plugin-markdown = "=0.17.2"
104+
dprint-plugin-markdown = "=0.17.4"
105105
dprint-plugin-typescript = "=0.91.6"
106106
env_logger = "=0.10.0"
107107
fancy-regex = "=0.10.0"

0 commit comments

Comments
 (0)