torrust / torrust-website

Public Website for Torrust Organisation
https://torrust.com
GNU General Public License v3.0
1 stars 2 forks source link

Migrate `shiki-es` dep to `shikiji` #76

Open josecelano opened 5 months ago

josecelano commented 5 months ago

https://www.npmjs.com/package/shiki-es package has been deprecated. Migrate to https://github.com/antfu/shikiji

image

grmbyrn commented 5 months ago

Hi @josecelano I've been working on how to migrate from shiki-es to shikiji as recommended. I have found that shinjiki is also deprecated as both have been merged back into Shiki 1. However, I think that the warning is coming from Histoire and not from our implementation of it.

I checked the Histoire repo and found that a PR was made to migrate it in February but it's not passing Nuxt 3 tests so hasn't been merged.

josecelano commented 5 months ago

Hi @josecelano I've been working on how to migrate from shiki-es to shikiji as recommended. I have found that shinjiki is also deprecated as both have been merged back into Shiki 1. However, I think that the warning is coming from Histoire and not from our implementation of it.

I checked the Histoire repo and found that a PR was made to migrate it in February but it's not passing Nuxt 3 tests so hasn't been merged.

OK @grmbyrn we can wait until it's merged.