simple-login / app

The SimpleLogin back-end and web app
https://simplelogin.io
GNU Affero General Public License v3.0
5.04k stars 421 forks source link

VueJS 2.x is deprecated and unmaintained #2044

Open aureq opened 7 months ago

aureq commented 7 months ago

Prerequisites

Bug report

Describe the bug It appears https://github.com/simple-login/app/blob/master/static/package.json references VueJS 2.6.14 but version 2.x has been deprecated and unmaintained for a while according to https://v2.vuejs.org/eol/

Expected behavior Ideally, running VueJS 3.x would be great, though this will likely require some work. If not possible, it would be great to run on 2.7.16.

Additional context I'm raising this issue has the EOL message has come up during my self-hosted setup. It may be useful for the SaaS offering too.