You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/blog/v2.md
+8
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,14 @@ The only change in v2 is that Shiki will now **emit warnings when you use deprec
41
41
42
42
Expect v3.0.0 to be released soon after v2.0.0.
43
43
44
+
## Automated Migration
45
+
46
+
To help with the migration process, community member [Covolute](https://covolute.com/registry/shiki/v1-to-v2) provides an automated codemod that handles most of the API changes from v1 to v2. You can run it directly with:
47
+
48
+
```bash
49
+
npx covolute@latest shiki/v1-to-v2
50
+
```
51
+
44
52
## Deprecations
45
53
46
54
We highly recommend you to migrate the depreactions as soon as possible, with the warning messages as a guide.
0 commit comments