Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shikijs/shiki
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.15.1
Choose a base ref
...
head repository: shikijs/shiki
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.15.2
Choose a head ref
  • 2 commits
  • 14 files changed
  • 1 contributor

Commits on Aug 31, 2024

  1. fix: @shikijs/twoslash version specifier, close #763

    antfu committed Aug 31, 2024
    Copy the full SHA
    c7998db View commit details
  2. chore: release v1.15.2

    antfu committed Aug 31, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    063e4a8 View commit details
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
"devDependencies": {
"@iconify-json/svg-spinners": "catalog:",
"@shikijs/transformers": "workspace:*",
"@shikijs/twoslash": "catalog:",
"@shikijs/twoslash": "workspace:*",
"@unocss/reset": "catalog:",
"@vueuse/core": "catalog:",
"floating-vue": "catalog:",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.15.1",
"version": "1.15.2",
"private": true,
"packageManager": "pnpm@9.9.0",
"scripts": {
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shikijs/cli",
"type": "module",
"version": "1.15.1",
"version": "1.15.2",
"description": "Shiki in the command line",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
2 changes: 1 addition & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shikijs/compat",
"type": "module",
"version": "1.15.1",
"version": "1.15.2",
"description": "Shiki v0.x compatible API",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shikijs/core",
"type": "module",
"version": "1.15.1",
"version": "1.15.2",
"description": "Core of Shiki",
"author": "Pine Wu <octref@gmail.com>; Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
2 changes: 1 addition & 1 deletion packages/markdown-it/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shikijs/markdown-it",
"type": "module",
"version": "1.15.1",
"version": "1.15.2",
"description": "markdown-it integration for shiki",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
2 changes: 1 addition & 1 deletion packages/monaco/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shikijs/monaco",
"type": "module",
"version": "1.15.1",
"version": "1.15.2",
"description": "Use Shiki for Monaco Editor",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
2 changes: 1 addition & 1 deletion packages/rehype/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shikijs/rehype",
"type": "module",
"version": "1.15.1",
"version": "1.15.2",
"description": "rehype integration for shiki",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
2 changes: 1 addition & 1 deletion packages/shiki/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shiki",
"type": "module",
"version": "1.15.1",
"version": "1.15.2",
"description": "A beautiful Syntax Highlighter.",
"author": "Pine Wu <octref@gmail.com>; Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
2 changes: 1 addition & 1 deletion packages/transformers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shikijs/transformers",
"type": "module",
"version": "1.15.1",
"version": "1.15.2",
"description": "Collective of common transformers transformers for Shiki",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
4 changes: 2 additions & 2 deletions packages/twoslash/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shikijs/twoslash",
"type": "module",
"version": "1.15.1",
"version": "1.15.2",
"description": "Shiki transformer for twoslash",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
@@ -61,7 +61,7 @@
"devDependencies": {
"@iconify-json/carbon": "catalog:",
"@iconify-json/codicon": "catalog:",
"@shikijs/twoslash": "catalog:",
"@shikijs/twoslash": "workspace:*",
"hast-util-from-html": "catalog:",
"typescript": "catalog:"
}
4 changes: 2 additions & 2 deletions packages/vitepress-twoslash/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shikijs/vitepress-twoslash",
"type": "module",
"version": "1.15.1",
"version": "1.15.2",
"description": "Enable Twoslash support in VitePress",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
@@ -53,7 +53,7 @@
"prepublishOnly": "nr build"
},
"dependencies": {
"@shikijs/twoslash": "catalog:",
"@shikijs/twoslash": "workspace:",
"floating-vue": "catalog:",
"mdast-util-from-markdown": "catalog:",
"mdast-util-gfm": "catalog:",
250 changes: 13 additions & 237 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ catalog:
'@rollup/plugin-node-resolve': ^15.2.3
'@rollup/plugin-replace': ^5.0.7
'@rollup/plugin-terser': ^0.4.4
'@shikijs/twoslash': ^3.1.2
'@types/fs-extra': ^11.0.4
'@types/hast': ^3.0.4
'@types/markdown-it': ^14.1.2