Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade front end dependencies #1561

Merged
merged 3 commits into from
Sep 23, 2020

Commits on Sep 22, 2020

  1. 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 shaarli#1531: trivy doesn't raise any more issue
    ArthurHoaro committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    96746d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98325d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9192a48 View commit details
    Browse the repository at this point in the history