build: bump version to 0.13.16-rc2 (#1919)

* build: bump version to 0.13.16-rc2

* docs: update changelog

* fix: update reflexo versions

* build: bump asset crates
This commit is contained in:
Myriad-Dreamin 2025-07-24 01:37:42 +08:00 committed by GitHub
parent 489689063d
commit 3c40385cd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 104 additions and 100 deletions

78
Cargo.lock generated
View file

@ -753,7 +753,7 @@ dependencies = [
[[package]] [[package]]
name = "crityp" name = "crityp"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -2980,8 +2980,9 @@ dependencies = [
[[package]] [[package]]
name = "reflexo" name = "reflexo"
version = "0.6.1-rc1" version = "0.6.1-rc2"
source = "git+https://github.com/Myriad-Dreamin/typst.ts/?rev=721308ad79ee5c529a65da17239a58dca7b5453c#721308ad79ee5c529a65da17239a58dca7b5453c" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49bb801abf7897f79246c3ad6f24a209946068cfcd7b5023a87b4e193c379036"
dependencies = [ dependencies = [
"base64", "base64",
"bitvec", "bitvec",
@ -3006,8 +3007,9 @@ dependencies = [
[[package]] [[package]]
name = "reflexo-typst" name = "reflexo-typst"
version = "0.6.1-rc1" version = "0.6.1-rc2"
source = "git+https://github.com/Myriad-Dreamin/typst.ts/?rev=721308ad79ee5c529a65da17239a58dca7b5453c#721308ad79ee5c529a65da17239a58dca7b5453c" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52aec9144a211331de8a5c3049f6208a011ec237aea942a44d5fad348c85dcbc"
dependencies = [ dependencies = [
"codespan-reporting", "codespan-reporting",
"comemo", "comemo",
@ -3038,8 +3040,9 @@ dependencies = [
[[package]] [[package]]
name = "reflexo-typst2vec" name = "reflexo-typst2vec"
version = "0.6.1-rc1" version = "0.6.1-rc2"
source = "git+https://github.com/Myriad-Dreamin/typst.ts/?rev=721308ad79ee5c529a65da17239a58dca7b5453c#721308ad79ee5c529a65da17239a58dca7b5453c" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cf52ed5c3ebb05573ee1b866726f42307de567eeb9bd26575f44e2bae52addc"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"comemo", "comemo",
@ -3064,8 +3067,9 @@ dependencies = [
[[package]] [[package]]
name = "reflexo-vec2svg" name = "reflexo-vec2svg"
version = "0.6.1-rc1" version = "0.6.1-rc2"
source = "git+https://github.com/Myriad-Dreamin/typst.ts/?rev=721308ad79ee5c529a65da17239a58dca7b5453c#721308ad79ee5c529a65da17239a58dca7b5453c" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee562f404dbb724c33361281eb5fca8f30fa7a50184c8d4fcfa9e336eda79c3c"
dependencies = [ dependencies = [
"base64", "base64",
"comemo", "comemo",
@ -3792,7 +3796,7 @@ dependencies = [
[[package]] [[package]]
name = "sync-ls" name = "sync-ls"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -3921,7 +3925,7 @@ dependencies = [
[[package]] [[package]]
name = "tests" name = "tests"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"insta", "insta",
"lsp-types", "lsp-types",
@ -4044,7 +4048,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist" name = "tinymist"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@ -4086,7 +4090,7 @@ dependencies = [
"strum", "strum",
"sync-ls", "sync-ls",
"temp-env", "temp-env",
"tinymist-assets 0.13.16-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-assets 0.13.16-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-core", "tinymist-core",
"tinymist-debug", "tinymist-debug",
"tinymist-l10n", "tinymist-l10n",
@ -4118,7 +4122,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-analysis" name = "tinymist-analysis"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"comemo", "comemo",
"dashmap", "dashmap",
@ -4151,17 +4155,17 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-assets" name = "tinymist-assets"
version = "0.13.16-rc1" version = "0.13.16-rc2"
[[package]] [[package]]
name = "tinymist-assets" name = "tinymist-assets"
version = "0.13.16-rc1" version = "0.13.16-rc2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4736d0b2f7578e506fe90470dc602f9aa234ad039f09717deb4def505721e5c9" checksum = "6de63e8f2f95e4d01ae378da5d838435d66f3b84708e766089bccd00a1673ef0"
[[package]] [[package]]
name = "tinymist-bench-font-load" name = "tinymist-bench-font-load"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"divan", "divan",
"tinymist", "tinymist",
@ -4169,7 +4173,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-core" name = "tinymist-core"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cargo_metadata", "cargo_metadata",
@ -4181,7 +4185,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-dap" name = "tinymist-dap"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"base64", "base64",
"comemo", "comemo",
@ -4200,7 +4204,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-debug" name = "tinymist-debug"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"base64", "base64",
"comemo", "comemo",
@ -4218,7 +4222,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-derive" name = "tinymist-derive"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"quote", "quote",
"syn 2.0.104", "syn 2.0.104",
@ -4226,7 +4230,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-l10n" name = "tinymist-l10n"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -4240,7 +4244,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-lint" name = "tinymist-lint"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"comemo", "comemo",
"insta", "insta",
@ -4254,7 +4258,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-package" name = "tinymist-package"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"base64", "base64",
"comemo", "comemo",
@ -4281,7 +4285,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-preview" name = "tinymist-preview"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"clap", "clap",
"comemo", "comemo",
@ -4294,7 +4298,7 @@ dependencies = [
"reflexo-vec2svg", "reflexo-vec2svg",
"serde", "serde",
"serde_json", "serde_json",
"tinymist-assets 0.13.16-rc1 (registry+https://github.com/rust-lang/crates.io-index)", "tinymist-assets 0.13.16-rc2 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-std", "tinymist-std",
"tokio", "tokio",
"typst", "typst",
@ -4305,7 +4309,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-project" name = "tinymist-project"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -4333,7 +4337,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-query" name = "tinymist-query"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -4387,7 +4391,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-render" name = "tinymist-render"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"base64", "base64",
"log", "log",
@ -4400,7 +4404,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-std" name = "tinymist-std"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -4437,7 +4441,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-task" name = "tinymist-task"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -4470,7 +4474,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-tests" name = "tinymist-tests"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"comemo", "comemo",
"insta", "insta",
@ -4483,7 +4487,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-vfs" name = "tinymist-vfs"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"comemo", "comemo",
"ecow", "ecow",
@ -4501,7 +4505,7 @@ dependencies = [
[[package]] [[package]]
name = "tinymist-world" name = "tinymist-world"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",
@ -4829,7 +4833,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
[[package]] [[package]]
name = "typlite" name = "typlite"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"base64", "base64",
"clap", "clap",
@ -5088,7 +5092,7 @@ dependencies = [
[[package]] [[package]]
name = "typst-shim" name = "typst-shim"
version = "0.13.16-rc1" version = "0.13.16-rc2"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"comemo", "comemo",

View file

@ -1,7 +1,7 @@
[workspace.package] [workspace.package]
description = "An integrated language service for Typst." description = "An integrated language service for Typst."
authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"] authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"]
version = "0.13.16-rc1" version = "0.13.16-rc2"
edition = "2021" edition = "2021"
readme = "README.md" readme = "README.md"
license = "Apache-2.0" license = "Apache-2.0"
@ -137,11 +137,11 @@ env_logger = "0.11.3"
log = "0.4" log = "0.4"
# Typst # Typst
reflexo = { version = "=0.6.1-rc1", default-features = false, features = [ reflexo = { version = "=0.6.1-rc2", default-features = false, features = [
"flat-vector", "flat-vector",
] } ] }
reflexo-typst = { version = "=0.6.1-rc1", default-features = false } reflexo-typst = { version = "=0.6.1-rc2", default-features = false }
reflexo-vec2svg = { version = "=0.6.1-rc1" } reflexo-vec2svg = { version = "=0.6.1-rc2" }
typst = "0.13.1" typst = "0.13.1"
typst-html = "0.13.1" typst-html = "0.13.1"
@ -185,30 +185,30 @@ insta = { version = "1.39", features = ["glob"] }
# Our Own Crates # Our Own Crates
tinymist-assets = { version = "=0.13.16-rc1" } tinymist-assets = { version = "=0.13.16-rc2" }
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.16-rc1" } tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.13.16-rc2" }
tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.13.16-rc1" } tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.13.16-rc2" }
tinymist-package = { path = "./crates/tinymist-package/", version = "0.13.16-rc1" } tinymist-package = { path = "./crates/tinymist-package/", version = "0.13.16-rc2" }
tinymist-std = { path = "./crates/tinymist-std/", version = "0.13.16-rc1", default-features = false } tinymist-std = { path = "./crates/tinymist-std/", version = "0.13.16-rc2", default-features = false }
tinymist-vfs = { path = "./crates/tinymist-vfs/", version = "0.13.16-rc1", default-features = false } tinymist-vfs = { path = "./crates/tinymist-vfs/", version = "0.13.16-rc2", default-features = false }
tinymist-world = { path = "./crates/tinymist-world/", version = "0.13.16-rc1", default-features = false } tinymist-world = { path = "./crates/tinymist-world/", version = "0.13.16-rc2", default-features = false }
tinymist-project = { path = "./crates/tinymist-project/", version = "0.13.16-rc1" } tinymist-project = { path = "./crates/tinymist-project/", version = "0.13.16-rc2" }
tinymist-task = { path = "./crates/tinymist-task/", version = "0.13.16-rc1" } tinymist-task = { path = "./crates/tinymist-task/", version = "0.13.16-rc2" }
typst-shim = { path = "./crates/typst-shim", version = "0.13.16-rc1" } typst-shim = { path = "./crates/typst-shim", version = "0.13.16-rc2" }
tinymist-tests = { path = "./crates/tinymist-tests/" } tinymist-tests = { path = "./crates/tinymist-tests/" }
sync-ls = { path = "./crates/sync-lsp", version = "0.13.16-rc1" } sync-ls = { path = "./crates/sync-lsp", version = "0.13.16-rc2" }
tinymist = { path = "./crates/tinymist/", version = "0.13.16-rc1" } tinymist = { path = "./crates/tinymist/", version = "0.13.16-rc2" }
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.16-rc1" } tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.13.16-rc2" }
tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.16-rc1", default-features = false } tinymist-core = { path = "./crates/tinymist-core/", version = "0.13.16-rc2", default-features = false }
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.13.16-rc1" } tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.13.16-rc2" }
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.13.16-rc1" } tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.13.16-rc2" }
tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.16-rc1" } tinymist-query = { path = "./crates/tinymist-query/", version = "0.13.16-rc2" }
tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.16-rc1" } tinymist-render = { path = "./crates/tinymist-render/", version = "0.13.16-rc2" }
tinymist-preview = { path = "./crates/typst-preview", version = "0.13.16-rc1" } tinymist-preview = { path = "./crates/typst-preview", version = "0.13.16-rc2" }
typlite = { path = "./crates/typlite", version = "0.13.16-rc1", default-features = false } typlite = { path = "./crates/typlite", version = "0.13.16-rc2", default-features = false }
[profile.dev.package.insta] [profile.dev.package.insta]
opt-level = 3 opt-level = 3
@ -297,9 +297,9 @@ typst-eval = { git = "https://github.com/Myriad-Dreamin/typst.git", tag = "tinym
# These patches use a different version of `reflexo`. # These patches use a different version of `reflexo`.
# #
# A regular build MUST use `tag` or `rev` to specify the version of the patched crate to ensure stability. # A regular build MUST use `tag` or `rev` to specify the version of the patched crate to ensure stability.
reflexo = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "721308ad79ee5c529a65da17239a58dca7b5453c" } # reflexo = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "721308ad79ee5c529a65da17239a58dca7b5453c" }
reflexo-typst = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "721308ad79ee5c529a65da17239a58dca7b5453c" } # reflexo-typst = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "721308ad79ee5c529a65da17239a58dca7b5453c" }
reflexo-vec2svg = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "721308ad79ee5c529a65da17239a58dca7b5453c" } # reflexo-vec2svg = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "721308ad79ee5c529a65da17239a58dca7b5453c" }
# These patches use local `reflexo` for development. # These patches use local `reflexo` for development.
# reflexo = { path = "../typst.ts/crates/reflexo/" } # reflexo = { path = "../typst.ts/crates/reflexo/" }

View file

@ -1,6 +1,6 @@
{ {
"name": "tinymist-vscode-html", "name": "tinymist-vscode-html",
"version": "0.13.16-rc1", "version": "0.13.16-rc2",
"description": "Extending Typst with HTML features", "description": "Extending Typst with HTML features",
"keywords": [ "keywords": [
"html", "html",

View file

@ -12,7 +12,7 @@
pname = "tinymist"; pname = "tinymist";
# Please update the corresponding vscode extension when updating # Please update the corresponding vscode extension when updating
# this derivation. # this derivation.
version = "0.13.16-rc1"; version = "0.13.16-rc2";
src = pkgs.lib.cleanSource ../../..; src = pkgs.lib.cleanSource ../../..;

View file

@ -1,6 +1,6 @@
{ {
"name": "tinymist-web", "name": "tinymist-web",
"version": "0.13.16-rc1", "version": "0.13.16-rc2",
"description": "WASM module for running tinymist analyzers in JavaScript environment.", "description": "WASM module for running tinymist analyzers in JavaScript environment.",
"author": "Myriad-Dreamin", "author": "Myriad-Dreamin",
"license": "Apache-2.0", "license": "Apache-2.0",

View file

@ -4,7 +4,7 @@ description = "Provides derive for tinymist."
categories = ["compilers"] categories = ["compilers"]
keywords = ["typst"] keywords = ["typst"]
# group: world # group: world
version = "0.13.16-rc1" version = "0.13.16-rc2"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -4,7 +4,7 @@ description = "Localization support for tinymist and typst."
categories = ["compilers", "command-line-utilities"] categories = ["compilers", "command-line-utilities"]
keywords = ["language", "typst"] keywords = ["language", "typst"]
# group: world # group: world
version = "0.13.16-rc1" version = "0.13.16-rc2"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -4,7 +4,7 @@ description = "Tinymist package support for Typst."
categories = ["compilers"] categories = ["compilers"]
keywords = ["api", "language", "typst"] keywords = ["api", "language", "typst"]
# group: world # group: world
version = "0.13.16-rc1" version = "0.13.16-rc2"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -4,7 +4,7 @@ description = "Project model of typst for tinymist."
categories = ["compilers"] categories = ["compilers"]
keywords = ["language", "typst"] keywords = ["language", "typst"]
# group: world # group: world
version = "0.13.16-rc1" version = "0.13.16-rc2"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "tinymist-std" name = "tinymist-std"
description = "Additional functions wrapping Rust's standard library." description = "Additional functions wrapping Rust's standard library."
# group: world # group: world
version = "0.13.16-rc1" version = "0.13.16-rc2"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -4,7 +4,7 @@ description = "Task model of typst for tinymist."
categories = ["compilers"] categories = ["compilers"]
keywords = ["language", "typst"] keywords = ["language", "typst"]
# group: world # group: world
version = "0.13.16-rc1" version = "0.13.16-rc2"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "tinymist-vfs" name = "tinymist-vfs"
description = "Vfs for tinymist." description = "Vfs for tinymist."
# group: world # group: world
version = "0.13.16-rc1" version = "0.13.16-rc2"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -4,7 +4,7 @@ description = "Typst's World implementation for tinymist."
categories = ["compilers"] categories = ["compilers"]
keywords = ["language", "typst"] keywords = ["language", "typst"]
# group: world # group: world
version = "0.13.16-rc1" version = "0.13.16-rc2"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "typst-shim" name = "typst-shim"
description = "A compatibility layer for Typst release and mainline versions." description = "A compatibility layer for Typst release and mainline versions."
authors = ["The Typst Project Developers"] authors = ["The Typst Project Developers"]
version = "0.13.16-rc1" version = "0.13.16-rc2"
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true
homepage.workspace = true homepage.workspace = true

View file

@ -14,12 +14,12 @@ else
exit 1 exit 1
fi fi
(cd ../.. && docker build -t myriaddreamin/tinymist:0.13.16-rc1 .) (cd ../.. && docker build -t myriaddreamin/tinymist:0.13.16-rc2 .)
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.16-rc1 -f lazyvim-dev/Dockerfile .) (cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.16-rc2 -f lazyvim-dev/Dockerfile .)
docker run --rm -it \ docker run --rm -it \
-v $PWD/../../tests/workspaces:/home/runner/dev/workspaces \ -v $PWD/../../tests/workspaces:/home/runner/dev/workspaces \
-v $PWD:/home/runner/dev \ -v $PWD:/home/runner/dev \
-v $PWD/target/.local:/home/runner/.local \ -v $PWD/target/.local:/home/runner/.local \
-v $PWD/target/.cache:/home/runner/.cache \ -v $PWD/target/.cache:/home/runner/.cache \
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.13.16-rc1 \ -w /home/runner/dev myriaddreamin/tinymist-nvim:0.13.16-rc2 \
$DOCKER_ARGS $DOCKER_ARGS

View file

@ -12,7 +12,7 @@ RUN git clone --filter=blob:none --branch stable https://github.com/neovim/neovi
USER root USER root
RUN cd neovim/build && cpack -G DEB && dpkg -i nvim-linux-x86_64.deb RUN cd neovim/build && cpack -G DEB && dpkg -i nvim-linux-x86_64.deb
FROM myriaddreamin/tinymist:0.13.16-rc1 as tinymist FROM myriaddreamin/tinymist:0.13.16-rc2 as tinymist
FROM debian:12 FROM debian:12

View file

@ -11,7 +11,7 @@ The changelog lines unspecified with authors are all written by the @Myriad-Drea
## v0.13.16 - [2025-07-19] ## v0.13.16 - [2025-07-19]
* Bumped typstyle to v0.13.16 by @Enter-tainer in https://github.com/Myriad-Dreamin/tinymist/pull/1902 and https://github.com/Myriad-Dreamin/tinymist/pull/1915 * Bumped typstyle to v0.13.16 by @Enter-tainer in https://github.com/Myriad-Dreamin/tinymist/pull/1902 and https://github.com/Myriad-Dreamin/tinymist/pull/1915
* See full changelog at <https://typstyle-rs.github.io/typstyle/changelog.html#label-v0.13.16%20-%20[2025-07-19]> * See full changelog at <https://typstyle-rs.github.io/typstyle/changelog.html#label-v0.13.16%20-%20[2025-07-19]>
### Editor ### Editor
@ -36,8 +36,8 @@ The changelog lines unspecified with authors are all written by the @Myriad-Drea
### Code Analysis ### Code Analysis
* (Fix) truncating value repr with 10MB limit in https://github.com/Myriad-Dreamin/tinymist/pull/1850 * (Fix) Truncating value repr with 10MB limit in https://github.com/Myriad-Dreamin/tinymist/pull/1850
* feat: resolve definitions with dynamic analysis in https://github.com/Myriad-Dreamin/tinymist/pull/1904 * Resolving definitions with dynamic analysis in https://github.com/Myriad-Dreamin/tinymist/pull/1904
### Docstring ### Docstring

View file

@ -1,6 +1,6 @@
{ {
"name": "tinymist", "name": "tinymist",
"version": "0.13.16-rc1", "version": "0.13.16-rc2",
"description": "%description%", "description": "%description%",
"keywords": [ "keywords": [
"typst", "typst",

View file

@ -19,7 +19,7 @@
"build:editor-tools": "cd tools/editor-tools/ && yarn run build", "build:editor-tools": "cd tools/editor-tools/ && yarn run build",
"build:preview": "cd tools/typst-preview-frontend && yarn run build && rimraf ../../crates/tinymist-assets/src/typst-preview.html && cpr ./dist/index.html ../../crates/tinymist-assets/src/typst-preview.html", "build:preview": "cd tools/typst-preview-frontend && yarn run build && rimraf ../../crates/tinymist-assets/src/typst-preview.html && cpr ./dist/index.html ../../crates/tinymist-assets/src/typst-preview.html",
"build:l10n": "yarn extract:l10n && node scripts/build-l10n.mjs", "build:l10n": "yarn extract:l10n && node scripts/build-l10n.mjs",
"build:docker": "docker build -t myriaddreamin/tinymist:0.13.16-rc1 .", "build:docker": "docker build -t myriaddreamin/tinymist:0.13.16-rc2 .",
"extract:l10n": "yarn extract:l10n:ts && yarn extract:l10n:rs", "extract:l10n": "yarn extract:l10n:ts && yarn extract:l10n:rs",
"extract:l10n:ts": "cargo run --release --bin tinymist-l10n -- --kind ts --dir ./editors/vscode --output ./locales/tinymist-vscode-rt.toml", "extract:l10n:ts": "cargo run --release --bin tinymist-l10n -- --kind ts --dir ./editors/vscode --output ./locales/tinymist-vscode-rt.toml",
"extract:l10n:rs": "cargo run --release --bin tinymist-l10n -- --kind rs --dir ./crates --output ./locales/tinymist-rt.toml && rimraf ./crates/tinymist-assets/src/tinymist-rt.toml && cpr ./locales/tinymist-rt.toml ./crates/tinymist-assets/src/tinymist-rt.toml", "extract:l10n:rs": "cargo run --release --bin tinymist-l10n -- --kind rs --dir ./crates --output ./locales/tinymist-rt.toml && rimraf ./crates/tinymist-assets/src/tinymist-rt.toml && cpr ./locales/tinymist-rt.toml ./crates/tinymist-assets/src/tinymist-rt.toml",

View file

@ -1,6 +1,6 @@
{ {
"name": "typst-textmate", "name": "typst-textmate",
"version": "0.13.16-rc1", "version": "0.13.16-rc2",
"private": true, "private": true,
"scripts": { "scripts": {
"compile": "npx tsc && node ./dist/main.mjs", "compile": "npx tsc && node ./dist/main.mjs",

View file

@ -13,12 +13,12 @@
"unlink:local": "yarn unlink @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer" "unlink:local": "yarn unlink @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer"
}, },
"peerDependencies": { "peerDependencies": {
"@myriaddreamin/typst-ts-renderer": "=0.6.1-rc1", "@myriaddreamin/typst-ts-renderer": "=0.6.1-rc2",
"@myriaddreamin/typst.ts": "=0.6.1-rc1" "@myriaddreamin/typst.ts": "=0.6.1-rc2"
}, },
"devDependencies": { "devDependencies": {
"@myriaddreamin/typst-ts-renderer": "=0.6.1-rc1", "@myriaddreamin/typst-ts-renderer": "=0.6.1-rc2",
"@myriaddreamin/typst.ts": "=0.6.1-rc1", "@myriaddreamin/typst.ts": "=0.6.1-rc2",
"typescript": "^5.0.2" "typescript": "^5.0.2"
}, },
"exports": { "exports": {

View file

@ -13,8 +13,8 @@
"unlink:local": "yarn unlink @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer" "unlink:local": "yarn unlink @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer"
}, },
"dependencies": { "dependencies": {
"@myriaddreamin/typst-ts-renderer": "=0.6.1-rc1", "@myriaddreamin/typst-ts-renderer": "=0.6.1-rc2",
"@myriaddreamin/typst.ts": "=0.6.1-rc1", "@myriaddreamin/typst.ts": "=0.6.1-rc2",
"typst-dom": "link:../typst-dom", "typst-dom": "link:../typst-dom",
"rxjs": "^7.8.1" "rxjs": "^7.8.1"
} }

View file

@ -363,15 +363,15 @@
resolved "https://registry.yarnpkg.com/@jspm/core/-/core-2.1.0.tgz#ee21ff64591d68de98b79ca8e4bd6c5249fded53" resolved "https://registry.yarnpkg.com/@jspm/core/-/core-2.1.0.tgz#ee21ff64591d68de98b79ca8e4bd6c5249fded53"
integrity sha512-3sRl+pkyFY/kLmHl0cgHiFp2xEqErA8N3ECjMs7serSUBmoJ70lBa0PG5t0IM6WJgdZNyyI0R8YFfi5wM8+mzg== integrity sha512-3sRl+pkyFY/kLmHl0cgHiFp2xEqErA8N3ECjMs7serSUBmoJ70lBa0PG5t0IM6WJgdZNyyI0R8YFfi5wM8+mzg==
"@myriaddreamin/typst-ts-renderer@=0.6.1-rc1": "@myriaddreamin/typst-ts-renderer@=0.6.1-rc2":
version "0.6.1-rc1" version "0.6.1-rc2"
resolved "https://registry.npmjs.org/@myriaddreamin/typst-ts-renderer/-/typst-ts-renderer-0.6.1-rc1.tgz#776420048d8efea7917f76bd7879a09294645ef0" resolved "https://registry.npmjs.org/@myriaddreamin/typst-ts-renderer/-/typst-ts-renderer-0.6.1-rc2.tgz#d8c587e79bc0418cd91050608fcc7d93d0f0951c"
integrity sha512-rhXL147QMswTlX1Pmvw49zwGZ/2w0ilwCeD0TkBBbBj2njLLSwrQIO1j54DXpl7sq34kxy6qGetstbQUZdP9Ug== integrity sha512-0RDCCIn2L9k5jfLY9PpKkdrN+akRUpp8bF1w36zSRS12XpIEp/ufz0raDWNi6A+3lzazIa6W3OOdK0EIPyIKzQ==
"@myriaddreamin/typst.ts@=0.6.1-rc1": "@myriaddreamin/typst.ts@=0.6.1-rc2":
version "0.6.1-rc1" version "0.6.1-rc2"
resolved "https://registry.npmjs.org/@myriaddreamin/typst.ts/-/typst.ts-0.6.1-rc1.tgz#38080b7ecd69b5c3d2cf9a04ee11d31c93c31674" resolved "https://registry.npmjs.org/@myriaddreamin/typst.ts/-/typst.ts-0.6.1-rc2.tgz#ebda872fcc5db08b84c86748dd65447076210f15"
integrity sha512-RfC3gqrd3iDSYuIiBUHIFnrT6LSKP3RQuOADq7oeg/ktNf6jzfhzMZbYacrWOlulsCqyGVB+GjEvDZNjIt6A5A== integrity sha512-z3YEp2Nii/N1kR4Gdop0dTBdoW/cKxosdk11rKHd9/g5rtTE77tNf6/ZL/4tU6h9adWqVt/HnspJ7mm1r8lFRA==
dependencies: dependencies:
idb "^7.1.1" idb "^7.1.1"