From b6e7393af6aad42e661665ab9c9aa528f80209bc Mon Sep 17 00:00:00 2001 From: orta Date: Fri, 28 Apr 2023 18:16:06 +0100 Subject: [PATCH] Deploy --- .changeset/spotty-hairs-clean.md | 5 ----- .../CHANGELOG.md | 6 ++++++ .../package.json | 4 ++-- .../CHANGELOG.md | 6 ++++++ .../package.json | 6 +++--- .../gatsby-remark-shiki-twoslash/CHANGELOG.md | 6 ++++++ .../gatsby-remark-shiki-twoslash/package.json | 4 ++-- packages/hexo-shiki-twoslash/CHANGELOG.md | 6 ++++++ packages/hexo-shiki-twoslash/package.json | 4 ++-- .../markdown-it-shiki-twoslash/CHANGELOG.md | 6 ++++++ .../markdown-it-shiki-twoslash/package.json | 6 +++--- packages/remark-shiki-twoslash/CHANGELOG.md | 7 +++++++ packages/remark-shiki-twoslash/package.json | 4 ++-- packages/shiki-twoslash/CHANGELOG.md | 6 ++++++ packages/shiki-twoslash/package.json | 2 +- packages/twoslash-cli/CHANGELOG.md | 6 ++++++ packages/twoslash-cli/package.json | 4 ++-- .../CHANGELOG.md | 6 ++++++ .../package.json | 4 ++-- pnpm-lock.yaml | 20 +++++++++---------- 20 files changed, 84 insertions(+), 34 deletions(-) delete mode 100644 .changeset/spotty-hairs-clean.md diff --git a/.changeset/spotty-hairs-clean.md b/.changeset/spotty-hairs-clean.md deleted file mode 100644 index fcaa78e..0000000 --- a/.changeset/spotty-hairs-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shiki-twoslash": patch ---- - -Fixed renderer completion result closing tag. diff --git a/packages/docusaurus-preset-shiki-twoslash/CHANGELOG.md b/packages/docusaurus-preset-shiki-twoslash/CHANGELOG.md index 2a8e5ba..0972e53 100644 --- a/packages/docusaurus-preset-shiki-twoslash/CHANGELOG.md +++ b/packages/docusaurus-preset-shiki-twoslash/CHANGELOG.md @@ -1,5 +1,11 @@ # docusaurus-preset-shiki-twoslash +## 1.1.41 + +### Patch Changes + +- remark-shiki-twoslash@3.1.3 + ## 1.1.40 ### Patch Changes diff --git a/packages/docusaurus-preset-shiki-twoslash/package.json b/packages/docusaurus-preset-shiki-twoslash/package.json index 71221b1..1d8c86d 100644 --- a/packages/docusaurus-preset-shiki-twoslash/package.json +++ b/packages/docusaurus-preset-shiki-twoslash/package.json @@ -1,6 +1,6 @@ { "name": "docusaurus-preset-shiki-twoslash", - "version": "1.1.40", + "version": "1.1.41", "license": "MIT", "homepage": "https://github.com/shikijs/twoslash", "repository": { @@ -23,7 +23,7 @@ }, "dependencies": { "copy-text-to-clipboard": "^3.0.1", - "remark-shiki-twoslash": "3.1.2", + "remark-shiki-twoslash": "3.1.3", "typescript": ">3" }, "devDependencies": { diff --git a/packages/eleventy-plugin-shiki-twoslash/CHANGELOG.md b/packages/eleventy-plugin-shiki-twoslash/CHANGELOG.md index 105a88e..d136c89 100644 --- a/packages/eleventy-plugin-shiki-twoslash/CHANGELOG.md +++ b/packages/eleventy-plugin-shiki-twoslash/CHANGELOG.md @@ -1,5 +1,11 @@ # eleventy-plugin-shiki-twoslash +## 1.1.3 + +### Patch Changes + +- remark-shiki-twoslash@3.1.3 + ## 1.1.2 ### Patch Changes diff --git a/packages/eleventy-plugin-shiki-twoslash/package.json b/packages/eleventy-plugin-shiki-twoslash/package.json index 5ecc63f..7b67d36 100644 --- a/packages/eleventy-plugin-shiki-twoslash/package.json +++ b/packages/eleventy-plugin-shiki-twoslash/package.json @@ -1,6 +1,6 @@ { "name": "eleventy-plugin-shiki-twoslash", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "homepage": "https://github.com/shikijs/twoslash", "repository": { @@ -21,11 +21,11 @@ }, "dependencies": { "deasync": "^0.1.21", - "remark-shiki-twoslash": "3.1.2", + "remark-shiki-twoslash": "3.1.3", "typescript": ">3" }, "devDependencies": { "shiki": "0.10.1", - "shiki-twoslash": "3.1.1" + "shiki-twoslash": "3.1.2" } } diff --git a/packages/gatsby-remark-shiki-twoslash/CHANGELOG.md b/packages/gatsby-remark-shiki-twoslash/CHANGELOG.md index c0f46c1..6036d98 100644 --- a/packages/gatsby-remark-shiki-twoslash/CHANGELOG.md +++ b/packages/gatsby-remark-shiki-twoslash/CHANGELOG.md @@ -1,5 +1,11 @@ # gatsby-remark-shiki-twoslash +## 3.0.38 + +### Patch Changes + +- remark-shiki-twoslash@3.1.3 + ## 3.0.37 ### Patch Changes diff --git a/packages/gatsby-remark-shiki-twoslash/package.json b/packages/gatsby-remark-shiki-twoslash/package.json index 66c146a..8f5711a 100644 --- a/packages/gatsby-remark-shiki-twoslash/package.json +++ b/packages/gatsby-remark-shiki-twoslash/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-remark-shiki-twoslash", - "version": "3.0.37", + "version": "3.0.38", "license": "MIT", "homepage": "https://github.com/shikijs/twoslash", "repository": { @@ -23,7 +23,7 @@ "build": "" }, "dependencies": { - "remark-shiki-twoslash": "3.1.2", + "remark-shiki-twoslash": "3.1.3", "typescript": ">3", "unist-util-visit": "^2.0.0" }, diff --git a/packages/hexo-shiki-twoslash/CHANGELOG.md b/packages/hexo-shiki-twoslash/CHANGELOG.md index 20b019f..3d29194 100644 --- a/packages/hexo-shiki-twoslash/CHANGELOG.md +++ b/packages/hexo-shiki-twoslash/CHANGELOG.md @@ -1,5 +1,11 @@ # hexo-shiki-twoslash +## 1.0.39 + +### Patch Changes + +- remark-shiki-twoslash@3.1.3 + ## 1.0.38 ### Patch Changes diff --git a/packages/hexo-shiki-twoslash/package.json b/packages/hexo-shiki-twoslash/package.json index 20a6f86..416e718 100644 --- a/packages/hexo-shiki-twoslash/package.json +++ b/packages/hexo-shiki-twoslash/package.json @@ -1,6 +1,6 @@ { "name": "hexo-shiki-twoslash", - "version": "1.0.38", + "version": "1.0.39", "license": "MIT", "homepage": "https://github.com/shikijs/twoslash", "repository": { @@ -21,7 +21,7 @@ "lint": "echo 'NOOP'" }, "dependencies": { - "remark-shiki-twoslash": "3.1.2", + "remark-shiki-twoslash": "3.1.3", "typescript": ">3" } } diff --git a/packages/markdown-it-shiki-twoslash/CHANGELOG.md b/packages/markdown-it-shiki-twoslash/CHANGELOG.md index bf2ba6f..01e428e 100644 --- a/packages/markdown-it-shiki-twoslash/CHANGELOG.md +++ b/packages/markdown-it-shiki-twoslash/CHANGELOG.md @@ -1,5 +1,11 @@ # markdown-it-shiki-twoslash +## 2.1.3 + +### Patch Changes + +- remark-shiki-twoslash@3.1.3 + ## 2.1.2 ### Patch Changes diff --git a/packages/markdown-it-shiki-twoslash/package.json b/packages/markdown-it-shiki-twoslash/package.json index f473876..5b4463d 100644 --- a/packages/markdown-it-shiki-twoslash/package.json +++ b/packages/markdown-it-shiki-twoslash/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it-shiki-twoslash", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "homepage": "https://github.com/shikijs/twoslash", "repository": { @@ -26,7 +26,7 @@ }, "dependencies": { "deasync": "^0.1.21", - "remark-shiki-twoslash": "3.1.2" + "remark-shiki-twoslash": "3.1.3" }, "devDependencies": { "@types/deasync": "^0.1.1", @@ -34,7 +34,7 @@ "@types/markdown-it": "^12.0.1", "markdown-it": "^12.0.6", "shiki": "0.10.1", - "shiki-twoslash": "3.1.1", + "shiki-twoslash": "3.1.2", "tslib": "^1.10.0", "typescript": ">3" } diff --git a/packages/remark-shiki-twoslash/CHANGELOG.md b/packages/remark-shiki-twoslash/CHANGELOG.md index f450a1d..99ae477 100644 --- a/packages/remark-shiki-twoslash/CHANGELOG.md +++ b/packages/remark-shiki-twoslash/CHANGELOG.md @@ -1,5 +1,12 @@ ### 1.4.0 +## 3.1.3 + +### Patch Changes + +- Updated dependencies [7777f35] + - shiki-twoslash@3.1.2 + ## 3.1.2 ### Patch Changes diff --git a/packages/remark-shiki-twoslash/package.json b/packages/remark-shiki-twoslash/package.json index 2e7b030..bd07977 100644 --- a/packages/remark-shiki-twoslash/package.json +++ b/packages/remark-shiki-twoslash/package.json @@ -1,6 +1,6 @@ { "name": "remark-shiki-twoslash", - "version": "3.1.2", + "version": "3.1.3", "license": "MIT", "homepage": "https://github.com/shikijs/twoslash", "repository": { @@ -33,7 +33,7 @@ "fenceparser": "^1.1.0", "regenerator-runtime": "^0.13.7", "shiki": "0.10.1", - "shiki-twoslash": "3.1.1", + "shiki-twoslash": "3.1.2", "tslib": "2.1.0", "unist-util-visit": "^2.0.0" }, diff --git a/packages/shiki-twoslash/CHANGELOG.md b/packages/shiki-twoslash/CHANGELOG.md index 0cedddc..26e11ec 100644 --- a/packages/shiki-twoslash/CHANGELOG.md +++ b/packages/shiki-twoslash/CHANGELOG.md @@ -1,5 +1,11 @@ # shiki-twoslash +## 3.1.2 + +### Patch Changes + +- 7777f35: Fixed renderer completion result closing tag. + ## 3.1.1 ### Patch Changes diff --git a/packages/shiki-twoslash/package.json b/packages/shiki-twoslash/package.json index 1a6ccef..a1e8d01 100644 --- a/packages/shiki-twoslash/package.json +++ b/packages/shiki-twoslash/package.json @@ -1,6 +1,6 @@ { "name": "shiki-twoslash", - "version": "3.1.1", + "version": "3.1.2", "license": "MIT", "homepage": "https://github.com/shikijs/twoslash", "repository": { diff --git a/packages/twoslash-cli/CHANGELOG.md b/packages/twoslash-cli/CHANGELOG.md index 1a95f1b..783eb64 100644 --- a/packages/twoslash-cli/CHANGELOG.md +++ b/packages/twoslash-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # twoslash-cli +## 1.3.24 + +### Patch Changes + +- remark-shiki-twoslash@3.1.3 + ## 1.3.23 ### Patch Changes diff --git a/packages/twoslash-cli/package.json b/packages/twoslash-cli/package.json index 38222bd..f6404de 100644 --- a/packages/twoslash-cli/package.json +++ b/packages/twoslash-cli/package.json @@ -1,6 +1,6 @@ { "name": "twoslash-cli", - "version": "1.3.23", + "version": "1.3.24", "main": "index.js", "bin": { "twoslash": "./bin/twoslash.js", @@ -15,7 +15,7 @@ "hast-util-to-html": "^7.1.2", "mdast-util-to-hast": "^10.0.0", "remark": "^13.0.0", - "remark-shiki-twoslash": "3.1.2", + "remark-shiki-twoslash": "3.1.3", "unist-util-visit": "^3.1.0" }, "devDependencies": { diff --git a/packages/vuepress-plugin-shiki-twoslash/CHANGELOG.md b/packages/vuepress-plugin-shiki-twoslash/CHANGELOG.md index c002a8d..063af80 100644 --- a/packages/vuepress-plugin-shiki-twoslash/CHANGELOG.md +++ b/packages/vuepress-plugin-shiki-twoslash/CHANGELOG.md @@ -1,5 +1,11 @@ # vuepress-plugin-shiki-twoslash +## 1.0.39 + +### Patch Changes + +- remark-shiki-twoslash@3.1.3 + ## 1.0.38 ### Patch Changes diff --git a/packages/vuepress-plugin-shiki-twoslash/package.json b/packages/vuepress-plugin-shiki-twoslash/package.json index 442679e..64408a3 100644 --- a/packages/vuepress-plugin-shiki-twoslash/package.json +++ b/packages/vuepress-plugin-shiki-twoslash/package.json @@ -1,6 +1,6 @@ { "name": "vuepress-plugin-shiki-twoslash", - "version": "1.0.38", + "version": "1.0.39", "license": "MIT", "homepage": "https://github.com/shikijs/twoslash", "repository": { @@ -22,7 +22,7 @@ "lint": "echo 'NOOP'" }, "dependencies": { - "remark-shiki-twoslash": "3.1.2", + "remark-shiki-twoslash": "3.1.3", "typescript": ">3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3ca7976..668e61c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,7 +37,7 @@ importers: '@docusaurus/types': ^2.0.0-beta.3 '@types/node': ^14.14.31 copy-text-to-clipboard: ^3.0.1 - remark-shiki-twoslash: 3.1.2 + remark-shiki-twoslash: 3.1.3 typescript: '>3' dependencies: copy-text-to-clipboard: 3.0.1 @@ -50,9 +50,9 @@ importers: packages/eleventy-plugin-shiki-twoslash: specifiers: deasync: ^0.1.21 - remark-shiki-twoslash: 3.1.2 + remark-shiki-twoslash: 3.1.3 shiki: 0.10.1 - shiki-twoslash: 3.1.1 + shiki-twoslash: 3.1.2 typescript: '>3' dependencies: deasync: 0.1.21 @@ -64,7 +64,7 @@ importers: packages/gatsby-remark-shiki-twoslash: specifiers: - remark-shiki-twoslash: 3.1.2 + remark-shiki-twoslash: 3.1.3 tslib: ^1.10.0 typescript: '>3' unist-util-visit: ^2.0.0 @@ -77,7 +77,7 @@ importers: packages/hexo-shiki-twoslash: specifiers: - remark-shiki-twoslash: 3.1.2 + remark-shiki-twoslash: 3.1.3 typescript: '>3' dependencies: remark-shiki-twoslash: link:../remark-shiki-twoslash @@ -90,9 +90,9 @@ importers: '@types/markdown-it': ^12.0.1 deasync: ^0.1.21 markdown-it: ^12.0.6 - remark-shiki-twoslash: 3.1.2 + remark-shiki-twoslash: 3.1.3 shiki: 0.10.1 - shiki-twoslash: 3.1.1 + shiki-twoslash: 3.1.2 tslib: ^1.10.0 typescript: '>3' dependencies: @@ -122,7 +122,7 @@ importers: regenerator-runtime: ^0.13.7 rehype-stringify: ^6.0.1 shiki: 0.10.1 - shiki-twoslash: 3.1.1 + shiki-twoslash: 3.1.2 tsdx: ^0.14.1 tslib: 2.1.0 typescript: '>3' @@ -186,7 +186,7 @@ importers: hast-util-to-html: ^7.1.2 mdast-util-to-hast: ^10.0.0 remark: ^13.0.0 - remark-shiki-twoslash: 3.1.2 + remark-shiki-twoslash: 3.1.3 typescript: ^3 unist-util-visit: ^3.1.0 dependencies: @@ -203,7 +203,7 @@ importers: packages/vuepress-plugin-shiki-twoslash: specifiers: - remark-shiki-twoslash: 3.1.2 + remark-shiki-twoslash: 3.1.3 typescript: '>3' dependencies: remark-shiki-twoslash: link:../remark-shiki-twoslash