Ocelot-Social-Community / Ocelot-Social

Free and open-source social network for active citizenship.
https://ocelot.social
Other
96 stars 38 forks source link

💥 [DevOps][WIP] Current state of webapp and backend dependencies #8040

Open mahula opened 4 weeks ago

mahula commented 4 weeks ago

Motivation

At the current state of the application it it bound to certain dependency versions, e.g. Vue and Nuxt in the webapp and Neo4j and GraphQL in thebackend. To not loose track of deprecations and security issues, this issue collects all relevant details about the current state of dependencies.

Webapp Dependencies

Package Version State/Issue
babel-loader max. 8.2.5 v9 drops Webpack 4 support (see release note)
vue 2.x
nuxt 2.12.1
css-loader
sass-loader max. v10.5.2 from v11 minimal supported Webpack version is 5 (see release note)

Backend Dependencies

Package Version State/Issue