-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
chore: update node/nvmrc and various dependencies #7221
Conversation
One of the transitive dependencies that's we have ends up breaking IE11 when we updated. Therefore, we cannot just blindly update all the dependencies like I did in #7220 and tried previously. Instead, we should be very careful when we update things as IE11 tests may stop working. Not sure if there's an easy way to figure out which module is causing these issues but hopefully, we can move away from supporting IE11 soon anyway. |
Looks like the qunit update is breaking out tests on IE11 for some reason. |
Fixes #7216, #6933, #6924, #7179