Update dependencies and translations to the most recent versions#19033
Update dependencies and translations to the most recent versions#19033timvandermeij merged 3 commits intomozilla:masterfrom
Conversation
This is unblocked now that all dependencies have been updated and the flat configuration format (compatible with ESLint 8 and 9) was introduced first. The following deprecation warnings during `npm install` are resolved by this upgrade: ``` npm warn deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead npm warn deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options. ``` Note that according to https://eslint.org/version-support ESLint 8 is officially EOL now, and ESLint 9 has been released for over seven months and is the only officially supported version. Fixes 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/a1d3734eb159a36/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/a1d3734eb159a36/output.txt Total script time: 0.98 mins Published |
|
/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/b4f7f2a1a9c5d77/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/bc876f80a119312/output.txt |
Snuffleupagus
left a comment
There was a problem hiding this comment.
r=me, assuming passing tests; thank you.
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/bc876f80a119312/output.txt Total script time: 30.62 mins
Image differences available at: http://54.241.84.105:8877/bc876f80a119312/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/b4f7f2a1a9c5d77/output.txt Total script time: 51.04 mins
Image differences available at: http://54.193.163.58:8877/b4f7f2a1a9c5d77/reftest-analyzer.html#web=eq.log |
The commit messages contain more details about the individual changes.
Fixes #17928.