Skip to content

[pull] master from mozilla:master#267

Merged
pull[bot] merged 13 commits intocode:masterfrom
mozilla:master
Mar 15, 2026
Merged

[pull] master from mozilla:master#267
pull[bot] merged 13 commits intocode:masterfrom
mozilla:master

Conversation

@pull
Copy link

@pull pull bot commented Mar 15, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

timvandermeij and others added 13 commits March 15, 2026 14:53
This patch is generated with `npm audit fix` and fixes CVE-2026-32141.
The bots currently detect if the tests failed or not by checking the
output text, but this is error-prone as it would break if the text gets
changed (which is rather unexpected) and it's non-standard as usually
processes report success/failure via their exit code.

This commit makes sure that the test process fails with a non-zero exit
code if the tests failed, and a zero exit code otherwise. Note that we
keep the same output text as before, so this change should not impact
the bots, but it does form another step to unlock usage in GitHub
Actions (which uses the exit code of commands to determine the status of
the workflow run).
After PR 19128 huge zoom levels should no longer be an issue, so let's increase the maximum viewer scale a bit.
… 20340 follow-up)

Rather than computing the `bounds` manually, as done in PR 20340, we can shorten/simplify the code by using an existing helper instead.
Update dependencies to the most recent versions
When getting the extracted document, the url for the wasms wasn't passed
and consequently the icc-based color wasn't rendered as expected because of the wasm for qcms.
Unfortunately, eslint-plugin-import depends on eslint 9. This plugin doesn't seem to be
actively maintained (lot of open issues and PRs).
Fortunately there's a fork of the plugin that doesn't support eslint 10 yet but is actively maintained.
So this PR changes the eslint version to 10 and replaces eslint-plugin-import with eslint-plugin-import-x.
Use a non-zero exit code if the tests failed
Increase the maximum viewer scale to 2500 percent
…gBox

Use the `Util.pointBoundingBox` helper in the `PatternInfo` class (PR 20340 follow-up)
Fix the issue in the ref test tracemonkey-extract_0_2_12
@pull pull bot locked and limited conversation to collaborators Mar 15, 2026
@pull pull bot added the ⤵️ pull label Mar 15, 2026
@pull pull bot merged commit 1192e5e into code:master Mar 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants