-
Notifications
You must be signed in to change notification settings - Fork 10k
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 #18092
Conversation
The Puppeteer update should in particular be helpful for us because it contains improved WebDriver BiDi compatibility, a newer Chrome version (both might help for mozilla#17962) and an official deprecation of CDP for Firefox. Note that the latter doesn't require changes on our end because we already use WebDriver BiDi unconditionally for Firefox since commit 4db0174. The full release notes can be found at https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v22.8.0.
This is a major version bump, but the changelog at https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v53.0.0 doesn't indicate any breaking changes that should impact us. Most notably it contains support for ESLint 9, which brings us a step closer towards mozilla#17928.
/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/cd2f3171da82f05/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/cd2f3171da82f05/output.txt Total script time: 1.29 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/33db998dabd36b3/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/cb8e3ea23d34834/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/33db998dabd36b3/output.txt Total script time: 27.78 mins
Image differences available at: http://54.241.84.105:8877/33db998dabd36b3/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/cb8e3ea23d34834/output.txt Total script time: 43.15 mins
Image differences available at: http://54.193.163.58:8877/cb8e3ea23d34834/reftest-analyzer.html#web=eq.log |
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, thanks for the updates!
The commit messages contain more details about the individual changes.