flathub-infra / linux-store-frontend

A web application to browse and install applications present in Flatpak repositories. Powers https://www.flathub.org
Apache License 2.0
187 stars 50 forks source link

Suggest the usage of node 14.X in README #309

Closed razzeee closed 2 years ago

razzeee commented 3 years ago

This updates the stack to angular 12, with the help of https://update.angular.io/

This drops support for IE11 and before. And will need at least node 12, so I've based that on @jgarciao PR

I've had a quick look and it seems to have not broken anything.

Next thing to do would be to move from tslint to eslint.

barthalion commented 2 years ago

Last time I reverted the Angular upgrade because search bar was broken. Let's see how it goes this time.

razzeee commented 2 years ago

Oh, I could have specifically tested that, if you would have let me known :)

barthalion commented 2 years ago

Just tested it and it actually works this time. :) Thanks a lot.

razzeee commented 2 years ago

Nice, I'll try to do the porting from tslint to eslint then