andygrunwald / things-with-buzzers-jeopardy

A Jeopardy! game frontend for things with buzzers with support for three buzzers 🚀
29 stars 3 forks source link

Migrating from Jade to pug #10

Open andygrunwald opened 3 years ago

andygrunwald commented 3 years ago

This project has a few Security dependencies, see https://github.com/andygrunwald/things-with-buzzers-jeopardy/security/dependabot Most of them are related to Jade (or sub dependencies). Jade itself is deprecated and has been renamed to pug, see Rename from "Jade" chapter at https://www.npmjs.com/package/pug/v/2.0.0

By this, a few breaking changes were introduced. See https://github.com/pugjs/pug/issues/2305

Goal of this issue

Migrate from Jade to pug. By this, we are able to resolve the security issues.

Things todo:

dmz38 commented 3 years ago

I'm willing to work on this and will investigate over the next few weeks.

andygrunwald commented 3 years ago

Great, thanks @dmz38!