Update dependencies and translations to the most recent versions, and upgrade most packages to new major versions#20661
Update dependencies and translations to the most recent versions, and upgrade most packages to new major versions#20661timvandermeij wants to merge 8 commits intomozilla:masterfrom
Conversation
This patch is generated automatically using `npm audit fix`.
This is a major version bump, but the changelog at https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v63.0.0 doesn't indicate any breaking changes that should impact us. Note that this version supports ESLint 10, which is a prerequisite for being able to upgrade ESLint itself in a follow-up later.
This is a major version bump, but the changelog at https://github.com/stylelint/stylelint/releases/tag/17.0.0 doesn't indicate any breaking changes that should impact us. We only have to list `stylelint` in `eslint.config.js` similar to e.g. commit a2909f9.
This is a major version bump, but the changelog at https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md doesn't indicate any breaking changes that should impact us. We only have to list `postcss-nesting` in `eslint.config.js` similar to e.g. commit a2909f9.
This is a major version bump, but the changelog at https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-dir-pseudo-class/CHANGELOG.md doesn't indicate any breaking changes that should impact us. We only have to list `postcss-dir-pseudo-class` in `eslint.config.js` similar to e.g. commit a2909f9.
This is a major version bump, but the changelog at https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-light-dark-function/CHANGELOG.md doesn't indicate any breaking changes that should impact us. We only have to list `@csstools/postcss-light-dark-function` in `eslint.config.js` similar to e.g. commit a2909f9.
|
/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/38ca1d40889f5c1/output.txt |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #20661 +/- ##
==========================================
+ Coverage 59.79% 59.81% +0.02%
==========================================
Files 169 169
Lines 90158 90158
==========================================
+ Hits 53907 53929 +22
+ Misses 36251 36229 -22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/38ca1d40889f5c1/output.txt Total script time: 1.15 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/6d78a39bef4199c/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/e98a4d0ea0fb9c6/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/6d78a39bef4199c/output.txt Total script time: 41.75 mins
Image differences available at: http://54.241.84.105:8877/6d78a39bef4199c/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/e98a4d0ea0fb9c6/output.txt Total script time: 82.53 mins
Image differences available at: http://54.193.163.58:8877/e98a4d0ea0fb9c6/reftest-analyzer.html#web=eq.log |
The commit messages contain more details about the individual changes.
Note that after this PR only ESLint and Jasmine remain to be upgraded to a new major version, but those will be done in a follow-up since they are a bit more involved and are easier to do once the basis from the PR is in place.