Skip to content

Commit ea74336

Browse files
ematipicomatthewp
andauthoredMar 14, 2025··
chore(deps): update shiki to v3 (#13324)
* chore(deps): update shiki to v3 * chore(deps): update shiki to v3 * update missing dep * changeset Co-authored-by: matthewp <361671+matthewp@users.noreply.github.com>
1 parent 1eab0b2 commit ea74336

File tree

5 files changed

+86
-76
lines changed

5 files changed

+86
-76
lines changed
 

‎.changeset/all-suns-report.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@astrojs/mdx': patch
3+
'@astrojs/markdown-remark': patch
4+
'astro': patch
5+
---
6+
7+
Upgrade to shiki v3

‎packages/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"prompts": "^2.4.2",
161161
"rehype": "^13.0.2",
162162
"semver": "^7.7.1",
163-
"shiki": "^1.29.2",
163+
"shiki": "^3.0.0",
164164
"tinyexec": "^0.3.2",
165165
"tinyglobby": "^0.2.12",
166166
"tsconfck": "^3.1.5",

‎packages/integrations/mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
"mdast-util-mdx-jsx": "^3.2.0",
6464
"mdast-util-to-string": "^4.0.0",
6565
"rehype-mathjax": "^6.0.0",
66-
"rehype-pretty-code": "^0.14.0",
66+
"rehype-pretty-code": "^0.14.1",
6767
"remark-math": "^6.0.0",
6868
"remark-rehype": "^11.1.1",
6969
"remark-shiki-twoslash": "^3.1.3",
7070
"remark-toc": "^9.0.0",
71-
"shiki": "^1.29.2",
71+
"shiki": "^3.0.0",
7272
"unified": "^11.0.5",
7373
"vite": "^6.2.1"
7474
},

‎packages/markdown/remark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"remark-parse": "^11.0.0",
4747
"remark-rehype": "^11.1.1",
4848
"remark-smartypants": "^3.0.2",
49-
"shiki": "^1.29.2",
49+
"shiki": "^3.0.0",
5050
"smol-toml": "^1.3.1",
5151
"unified": "^11.0.5",
5252
"unist-util-remove-position": "^5.0.0",

‎pnpm-lock.yaml

+75-72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)