-
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 to the most recent versions #19190
Conversation
This requires two changes on our side: - The order of exports in `web/viewer{-geckoview}.js` changes slightly because `eslint-plugin-perfectionist` aligned the sorting order with the `eslint-plugin-sort-exports` plugin we used before. This restores the change from commit 347f155. - The `eslint-plugin-import` plugin contains a bug that causes the new version of `eslint-plugin-perfectionist` to be reported as unresolved. This issue is tracked upstream, and since the plugin works fine we can simply extend the ignore list we already have to avoid this error until the upstream bug is fixed.
00c9172
to
2738d1e
Compare
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/8fa26a5325c9854/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/8fa26a5325c9854/output.txt Total script time: 1.10 mins Published |
/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/53cd8293fb28d40/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/d851be497e676c1/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/53cd8293fb28d40/output.txt Total script time: 29.07 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/d851be497e676c1/output.txt Total script time: 52.33 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.
r=me, thank you.
The commit messages contain more details about the individual changes.