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

(Refactor) : Updated few dependencies related to : @fortawesome, Eslint, Electron #180

Conversation

Abhijay007
Copy link
Contributor

@Abhijay007 Abhijay007 commented Mar 8, 2024

Summary of Changes

This pull request aims to update several dependencies to their latest versions to ensure compatibility, security, and leverage new features and enhancements. The following dependencies have been updated:

  1. @webpack-cli/serve: Updated to version ^2.0.5
  2. babel-jest: Updated to version ^29.7.0
  3. babel-loader: Updated to version ^9.1.3
  4. concurrently: Updated to version ^8.2.2
  5. cross-env: Updated to version ^7.0.3
  6. eslint-config-prettier: Updated to version ^9.1.0
  7. eslint-formatter-pretty: Updated to version ^6.0.1
  8. eslint-plugin-compat: Updated to version ^4.2.0
  9. eslint-plugin-flowtype: Updated to version ^8.0.3
  10. eslint-plugin-jest: Updated to version ^27.9.0
  11. eslint-plugin-prettier: Updated to version ^5.1.3
  12. eslint-plugin-promise: Updated to version ^6.1.1
  13. file-loader: Updated to version 6.2.0
  14. jest: Updated to version 29.7.0
  15. mini-css-extract-plugin: Updated to version ^2.8.1
  16. prettier: Updated to version ^3.2.5
  17. testcafe-browser-provider-electron: Updated to version ^0.0.20
  18. url-loader: Updated to version ^4.1.1
  19. @fortawesome/fontawesome-free: Updated to version ^6.5.1
  20. @fortawesome/fontawesome-svg-core: Updated to version ^6.5.1
  21. @fortawesome/free-solid-svg-icons: Updated to version ^6.5.1
  22. @fortawesome/react-fontawesome: Updated to version ^0.2.0
  23. @mui/icons-material: Updated to version ^5.15.12
  24. @mui/material: Updated to version ^5.15.12
  25. @mui/styles: Updated to version ^5.15.12
  26. ansi-regex: Updated to version ^6.0.1
  27. electron-log: Updated to version ^5.1.1
  28. electron-updater: Updated to version ^6.1.8
  29. history: Updated to version ^5.3.0
  30. y18n: Updated to version ^5.0.8

Related Issue

Closes #171

Testing:

  • Tested updated dependencies locally to ensure functionality remains intact.

    Used commands:

    • yarn test - all tests passed
    • yarn dev - no UI fails detected
    • yarn build - no build fails detected
    • yarn dev - no new consol errors detected for any dependencies

Checklist

  • My code is well-documented, and I've updated relevant documentation.
  • I have tested these changes on my local environment.
  • I have reviewed and proofread my code and the changes.
  • The branch is up-to-date with the base branch.

Additional Context

Reviewer(s)

@lrasmus

@lrasmus lrasmus merged commit 8dc83d2 into StatTag:master Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor : Update Project Dependencies
2 participants