bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Upgrade samplesheets Vue app to Vue 2.7 #1880

Open mikkonie opened 5 months ago

mikkonie commented 5 months ago

Before upgrading to Vue 3 with #994 in SODAR v1.1 (hopefully), we could look into upgrading the Vue app to Vue 2.7. We're currently at 2.6.

This would apparently get us rid of the dependency security issue detailed in #1855.

However, the way Vue and node apps work, this may well break a whole bunch of other dependencies. Still, it might be worth a shot, especially as the current plan is to run the Vue 2 and Vue 3 apps simultaneously until the latter is deemed stable and mature enough.