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

BUMPED: Electron to v19 #240

Merged
merged 26 commits into from
Nov 8, 2022
Merged

BUMPED: Electron to v19 #240

merged 26 commits into from
Nov 8, 2022

Commits on Nov 8, 2022

  1. BUMPED: Electron to v19

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    56b30b7 View commit details
    Browse the repository at this point in the history
  2. ADDED: GitHub actions config file

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    fdf6f1f View commit details
    Browse the repository at this point in the history
  3. FIXED: GitHub actions syntax error

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    07950f3 View commit details
    Browse the repository at this point in the history
  4. FIXED: attempt to fix action script

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    e9ea9a8 View commit details
    Browse the repository at this point in the history
  5. FIXED: one more attempt to fix build script

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    7ed1735 View commit details
    Browse the repository at this point in the history
  6. FIXED: even more attempt to fix build script

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    9928d95 View commit details
    Browse the repository at this point in the history
  7. FIXED: sigh.. another attempt to fix actions script

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    b6dc1fb View commit details
    Browse the repository at this point in the history
  8. FIXED: even more and more attempt to fix build script

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    caf7838 View commit details
    Browse the repository at this point in the history
  9. FIXED: run server before starting cypress tests

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    0c7129e View commit details
    Browse the repository at this point in the history
  10. ADDED: jest-cli dev package, should fix win errors

    UPDATED: only performs tests on push
    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    063f6b3 View commit details
    Browse the repository at this point in the history
  11. FIXED: make windows tests optional until problems are sorted

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    1421f31 View commit details
    Browse the repository at this point in the history
  12. FIXED: attempt to fix npm install on Windows

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    613809e View commit details
    Browse the repository at this point in the history
  13. FIXED: another attempt at fixing windows stalls

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    00b2ab8 View commit details
    Browse the repository at this point in the history
  14. FIXED: added missing html-webpack-plugin

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    b7a7ad0 View commit details
    Browse the repository at this point in the history
  15. CLEANED-UP: github action steps

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    cdd121e View commit details
    Browse the repository at this point in the history
  16. FIXED: github actions, npm ci was using wrong working directory

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    037fbaf View commit details
    Browse the repository at this point in the history
  17. REVERTED: Electron to 18.x, fixes intertial broken on macos

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    73dd76b View commit details
    Browse the repository at this point in the history
  18. DISABLED: Windows tests until npm problems are sorted out

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    476d6c4 View commit details
    Browse the repository at this point in the history
  19. UPDATED: use https for custom mock-fs package, should fix random erro…

    …rs in GH Actions
    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    dc99246 View commit details
    Browse the repository at this point in the history
  20. ADDED: cache for npm

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    81a177e View commit details
    Browse the repository at this point in the history
  21. FIXED: attempt to fix git error when doing npm ci

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f3326c2 View commit details
    Browse the repository at this point in the history
  22. FIXED: another attempt at fixing git/ssh error

    warpdesign authored and Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    00c7733 View commit details
    Browse the repository at this point in the history
  23. feat: upgraded to electron, webpack, switched to swc

    - upgraded to Electron 21.0.1
    - upgraded to Webpack 5 (needs to test/fix production build + cypress)
    - upgraded to SWC compiler
    Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    4a02df9 View commit details
    Browse the repository at this point in the history
  24. FIXED: upgraded production webpack config

    Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    b85c8ea View commit details
    Browse the repository at this point in the history
  25. UPDATED: Cypress & Webpack

    - Cypress updated to version 10.11.0
    - Webpack updated to version 5.74.0
    - Moved to SWC transpiler
    Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    629e5cb View commit details
    Browse the repository at this point in the history
  26. FIXED: missing @babel/runtime (needed by react-dnd)

    Nicolas Ramz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    334b87b View commit details
    Browse the repository at this point in the history