-
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 #19099
base: master
Are you sure you want to change the base?
Conversation
/botio-linux preview |
…api.js` The `Array` type takes one parameter that describes the possible types of the inner elements. This parameter may exist of pipes to indicate multiple possible types. However, the current type definition provides multiple parameters; this is incorrect syntax, and TypeScript 5.7+ now fails on this due to stricter syntax validation. This commit fixes the issue by changing the type definition to the proper syntax, which together with the accompanying comment about the contents of the fingerprints array should document it sufficiently.
04dcb85
to
9e3d299
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/dca6148ff668b51/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/dca6148ff668b51/output.txt Total script time: 0.97 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/8f0d0140ef96472/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/a2829fc8d9ae8d7/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/8f0d0140ef96472/output.txt Total script time: 31.43 mins
Image differences available at: http://54.241.84.105:8877/8f0d0140ef96472/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/a2829fc8d9ae8d7/output.txt Total script time: 47.71 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. This is most likely the final update before the next release.