Skip to content

Commit

Permalink
fix: upgrade dprint-plugin-markdown 0.16.2 and typescript 0.88.1 (den…
Browse files Browse the repository at this point in the history
…oland#20879)

Markdown:

* fix: hard break in list was incorrectly being converted to soft with
hard break
dprint/dprint-plugin-markdown@6678390

TypeScript:

* fix: multi-line string indent was broken in some cases
(dprint/dprint-plugin-typescript#566)
* feat: add parens around unary expressions in in/instanceof
(dprint/dprint-plugin-typescript#564)
  • Loading branch information
dsherret committed Oct 11, 2023
1 parent 8ba1242 commit 93e07fa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"ext/websocket/autobahn/reports"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.87.1.wasm",
"https://plugins.dprint.dev/typescript-0.88.1.wasm",
"https://plugins.dprint.dev/json-0.17.4.wasm",
"https://plugins.dprint.dev/markdown-0.16.1.wasm",
"https://plugins.dprint.dev/markdown-0.16.2.wasm",
"https://plugins.dprint.dev/toml-0.5.4.wasm",
"https://plugins.dprint.dev/exec-0.4.3.json@42343548b8022c99b1d750be6b894fe6b6c7ee25f72ae9f9082226dd2e515072"
]
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ data-encoding.workspace = true
data-url.workspace = true
dissimilar = "=1.0.4"
dprint-plugin-json = "=0.17.4"
dprint-plugin-markdown = "=0.16.1"
dprint-plugin-typescript = "=0.87.1"
dprint-plugin-markdown = "=0.16.2"
dprint-plugin-typescript = "=0.88.1"
encoding_rs.workspace = true
env_logger = "=0.10.0"
fancy-regex = "=0.10.0"
Expand Down

0 comments on commit 93e07fa

Please sign in to comment.