diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-10-11 14:48:03 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-11 05:48:03 +0000 |
| commit | 93e07fa118c04a70770aaed444b21afbd46d1bf5 (patch) | |
| tree | 44ff4e71681ed5f2657b55954ffe46bfcc699942 /Cargo.lock | |
| parent | 8ba1242a0573121bb12ab3ad1e241956151a142f (diff) | |
fix: upgrade dprint-plugin-markdown 0.16.2 and typescript 0.88.1 (#20879)
Markdown:
* fix: hard break in list was incorrectly being converted to soft with
hard break
https://github.com/dprint/dprint-plugin-markdown/commit/6678390b27f05fd23a972eab7918e8badca60505
TypeScript:
* fix: multi-line string indent was broken in some cases
(https://github.com/dprint/dprint-plugin-typescript/pull/566)
* feat: add parens around unary expressions in in/instanceof
(https://github.com/dprint/dprint-plugin-typescript/pull/564)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock index 19964e9dc..51192db2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1959,9 +1959,9 @@ dependencies = [ [[package]] name = "dprint-plugin-markdown" -version = "0.16.1" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faf3e228c56be47b43af72309c2b8025491012b41d5397cd7b91172ce1368cf3" +checksum = "0f1eee7353bc4d7031dde53468356eeba7cdfe8e237085647cec3be41c3cdbc7" dependencies = [ "anyhow", "dprint-core", @@ -1973,9 +1973,9 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.87.1" +version = "0.88.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6be002070326615a3faf423ad398dac631fc5e3289ff7a6ea5bfe2919c21ad6" +checksum = "726638912cda718e8c5dc9e2f65eb7c14c7a99b5ce1a7a1bbf3950e72ec39562" dependencies = [ "anyhow", "deno_ast", @@ -6109,8 +6109,8 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", - "rand 0.7.3", + "cfg-if 1.0.0", + "rand 0.8.5", "static_assertions", ] |
