[pull] master from mozilla:master#267
Merged
pull[bot] merged 13 commits intocode:masterfrom Mar 15, 2026
Merged
Conversation
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)
Update eslint to version 10
Fix the issue in the ref test tracemonkey-extract_0_2_12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 : )