source-academy / frontend

Frontend of Source Academy, an online experiential environment for computational thinking (React, Redux, Saga, Blueprint)
https://sourceacademy.org
Apache License 2.0
101 stars 164 forks source link

Bump almost every dependency #2940

Open RichDom2185 opened 2 months ago

RichDom2185 commented 2 months ago

Description

Recreated the lockfile and bumps a lot of things.

Need to manually check and run through features for regressions.

Type of change

How to test

Checklist

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 8960248612

Details


Totals Coverage Status
Change from base Build 8960018753: 0.0%
Covered Lines: 4989
Relevant Lines: 14543

💛 - Coveralls
RichDom2185 commented 2 months ago

Still one remaining runtime error with the following cryptic message:

image

@chownces have you encountered this before?

chownces commented 2 months ago

Still one remaining runtime error with the following cryptic message:

image

@chownces have you encountered this before?

Nope, not yet. How can I repro this?

RichDom2185 commented 2 months ago

Nope, not yet. How can I repro this?

Just need to run yarn start on playground-only mode.

chownces commented 2 months ago

I think probably one of the resize libraries is causing this issue. Will need to investigate further. This only happens during browser force refreshes on my end.

RichDom2185 commented 1 month ago

I think probably one of the resize libraries is causing this issue. Will need to investigate further. This only happens during browser force refreshes on my end.

I suspect might be the router, but also, seems like ace is bugging out as well (despite being not updated):

image