File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 8080 if : matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/') && github.repository == 'dprint/dprint-plugin-typescript'
8181 run : cargo login ${{ secrets.CRATES_TOKEN }}
8282
83- - name : Cargo publish
84- if : matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/') && github.repository == 'dprint/dprint-plugin-typescript'
85- run : cargo publish
83+ # manually doing this until swc is updated with string-cache https://github.com/servo/string-cache/pull/254
84+ # - name: Cargo publish
85+ # if: matrix.config.kind == 'test_release' && startsWith(github.ref, 'refs/tags/') && github.repository == 'dprint/dprint-plugin-typescript'
86+ # run: cargo publish
8687
8788 # GITHUB RELEASE
8889 - name : Pre-release
Original file line number Diff line number Diff line change 11[package ]
22name = " dprint-plugin-typescript"
3- version = " 0.64.1 "
3+ version = " 0.64.2 "
44authors = [
" David Sherret <[email protected] >" ]
55edition = " 2021"
66homepage = " https://github.com/dprint/dprint-plugin-typescript"
@@ -26,14 +26,14 @@ tracing = ["dprint-core/tracing"]
2626
2727[dependencies ]
2828anyhow = " 1.0.51"
29- deno_ast = { version = " 0.11 .0" , features = [" view" ] }
29+ deno_ast = { version = " 0.12 .0" , features = [" view" ] }
3030dprint-core = { version = " 0.50.0" , features = [" formatting" ] }
3131rustc-hash = " 1.1.0"
3232serde = { version = " 1.0.118" , features = [" derive" ] }
3333serde_json = { version = " 1.0" , optional = true }
3434
3535[target .'cfg(target_arch = "wasm32")' .dependencies ]
36- parking_lot_core = " =0.8.0" # https://github.com/Amanieu/parking_lot/issues/269 todo: wait for release as this is fixed now
36+ parking_lot_core = " =0.8.0" # wait on string_cache to be updated in swc
3737
3838[dev-dependencies ]
3939debug-here = " 0.2"
You can’t perform that action at this time.
0 commit comments