MichaelCurrin / badge-generator

Magically generate Markdown badges for your docs 🛡️ 🦡 🧙
https://michaelcurrin.github.io/badge-generator/
MIT License
360 stars 108 forks source link

Outdated deps - notes #81

Open MichaelCurrin opened 3 years ago

MichaelCurrin commented 3 years ago

Plans to upgrade deps are kept here esp nothing past attempts.

MichaelCurrin commented 3 years ago

Replace Vue Markdown to solve highlight.js issue #79

Upgrade to ESLint 7. Reverted to 6 because of peer dependencies

Vue 3. There were too many moving parts around Vue, TS and Vue Router and weird errors. So abandoned. This project might just stay on Vue 2. Or I need to use my Vue 3 TS quickstart with Vue Router added for a working state and then add all Badge Generator code to that incrementally.

Note ts-jest through jest plugin warns of use with TS 4 but I had no issues using TS 4 here.