]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Upgrade front end dependencies
authorArthurHoaro <arthur@hoa.ro>
Tue, 22 Sep 2020 15:49:49 +0000 (17:49 +0200)
committerArthurHoaro <arthur@hoa.ro>
Tue, 22 Sep 2020 15:51:42 +0000 (17:51 +0200)
commit96746d7165f28553b53bd259d03aaf5d63290b7a
treed6ff84649d848b051e452ea1c72c7f1c70c74755
parent0d930454a2892715e691f9c7713e26a3bb4ee96c
Upgrade front end dependencies

Mostly in order to get rid of deprecated deps, and upgrade vulnerable ones.

  - Upgrade webpack from 3.x to 4.x
  - Moved babel package to main repo
  - Replaced deprecated extract-text-webpack-plugin with extract-text-webpack-plugin
  - Replaced deprecated babel-minify-webpack-plugin with terser-webpack-plugin
  - Replaced deprecated node-sass with (dart) sass package
  - Replaced deprecated sass-lint with stylelint (the rules might be a bit different

Related to #1531: trivy doesn't raise any more issue
.dev/.sasslintrc [deleted file]
.dev/.stylelintrc.js [new file with mode: 0644]
Makefile
assets/default/scss/shaarli.scss
assets/vintage/css/shaarli.css
package.json
webpack.config.js
yarn.lock