-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Update dependencies and translations #14860
Conversation
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/159f11e9ccd7788/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.193.163.58:8877/adc9a0145a52ad2/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/159f11e9ccd7788/output.txt Total script time: 26.83 mins
Image differences available at: http://54.241.84.105:8877/159f11e9ccd7788/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/adc9a0145a52ad2/output.txt Total script time: 48.80 mins
Image differences available at: http://54.193.163.58:8877/adc9a0145a52ad2/reftest-analyzer.html#web=eq.log |
This comment was marked as outdated.
This comment was marked as outdated.
I've just tested this patch locally, since I didn't have time for that last night, and it seems that I can no longer reproduce #14860 (comment) now :-) Unfortunately it looks like Chrome still time-out on Windows, so it looks like we'll have to leave the current hacks in. Also, assuming that there's actually any changes, mind adding a commit with any |
There are two notable changes here: - `dommatrix` is a major version upgrade, but looking through the commit history of their `package.json` file at https://github.com/thednp/dommatrix/commits/master/package.json (due to the lack of a changelog) I couldn't find any breaking changes. - `es-module-shims` is a regular update, but it was previously pinned for causing intermittent breakage when running the unit tests in a browser manually. Fortunately this cannot be reproduced anymore with the most recent version, so we can also put the caret back now.
I have removed the revert commits and updated the commit message for /botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.193.163.58:8877/202b7c019e2680d/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/cea00f9eebe88b7/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/cea00f9eebe88b7/output.txt Total script time: 26.83 mins
Image differences available at: http://54.241.84.105:8877/cea00f9eebe88b7/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/202b7c019e2680d/output.txt Total script time: 26.87 mins
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thank you!
@timvandermeij For me the updated
Do you perhaps have time to submit a revert patch for that? |
The commit messages contain more information about the individual changes.