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: upgrade to Next 15 #4485

Merged
merged 11 commits into from
Nov 19, 2024
Merged

Refactor: upgrade to Next 15 #4485

merged 11 commits into from
Nov 19, 2024

Commits on Nov 18, 2024

  1. chore: update to nextjs 15

    compojoom committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    36fdc0d View commit details
    Browse the repository at this point in the history
  2. chore: fix tsc lint errors

    compojoom committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    2062ac4 View commit details
    Browse the repository at this point in the history
  3. chore: fix eslint errors

    compojoom committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0fcd471 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5813584 View commit details
    Browse the repository at this point in the history
  5. chore: remove yarn

    compojoom committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    ea71f6b View commit details
    Browse the repository at this point in the history
  6. chore: update eslint to v9

    compojoom committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    76b6c88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb546c0 View commit details
    Browse the repository at this point in the history
  8. chore: update cypress to v13.15.2 (#4490)

    * chore: update cypress to v13.15.2
    
    * chore: update cypress github action to use v13.15.2
    compojoom committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    666af9c View commit details
    Browse the repository at this point in the history
  9. chore: update mui to v6 (#4499)

    * chore: update mui to v6
    
    Applied codemons to update the code
    
    * refactor: fix DatePicker with mui v6
    
    fix: failing Date test
    
    * refactor: use ListItemButton instead of ListItem
    
    the selected and disabled props on ListItem have been removed in v6, but
    are available on the ListItemButton
    
    * chore: update snapshots
    
    * refactor: recoveryModal tests use snapshots
    
    * fix: failing bookmarks test with mui v6
    
    * fix: missing DM-Sans font
    
    * fix: drawer was stealing clicks from rest of page
    
    * fix: failing tests
    
    * fix: fonts fail to load
    
    Read the comment in the file and have fun!
    compojoom committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    94bc9a7 View commit details
    Browse the repository at this point in the history
  10. fix: prettier errors

    compojoom committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f32b1b5 View commit details
    Browse the repository at this point in the history
  11. fix: tsc errors

    compojoom committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c9ded60 View commit details
    Browse the repository at this point in the history