Skip to content

v3.2.0 security fixes, eslint, prettier, webpack 5

Compare
Choose a tag to compare
@tot-ra tot-ra released this 05 May 15:21
· 89 commits to master since this release
79282f1

Changes

  • eslint libraries were being listed as dependencies but not config was set. So an eslint config was added.
  • Same thing with prettier, it was listed as a dependency and executed on commit (not configured for ts files though) but some files were not formatted with it.
  • Some unused dependencies were removed from both dependencies and devDependencies.
  • Removed react-hot-loader because it was not proper configured. I have already a working version with react-refresh-webpack-plugin planned for a future PR.
  • Some libraries (mostly for the frontend part compilation) were upgrades in order to improve the generation of the bundle.
  • Some general cleanup: removed unused imports, unused declarations, etc.