edina / nbexchange

External exchange for nbgrader
Other
6 stars 2 forks source link

Update dependency mathjax to v3 #151

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
mathjax (source) major 2.7.9 -> 3.2.2

Release Notes

mathjax/MathJax (mathjax) ### [`v3.2.2`](https://togithub.com/mathjax/MathJax/releases/tag/3.2.2): MathJax v3.2.2 [Compare Source](https://togithub.com/mathjax/MathJax/compare/3.2.1...3.2.2) This is a hot-fix release that resolves three issues introduced in v3.2.1. See the [release notes](https://togithub.com/mathjax/MathJax-src/releases/tag/3.2.2) for details. ### [`v3.2.1`](https://togithub.com/mathjax/MathJax/releases/tag/3.2.1): MathJax v3.2.1 [Compare Source](https://togithub.com/mathjax/MathJax/compare/3.2.0...3.2.1) This is a bug fix release that resolves more than 40 issues, and includes significant updates to the speech-rule engine that handles MathJax's assistive technology. See the [release notes](https://togithub.com/mathjax/MathJax-src/releases/tag/3.2.1) for details. ### [`v3.2.0`](https://togithub.com/mathjax/MathJax/releases/tag/3.2.0): MathJax v3.2.0 [Compare Source](https://togithub.com/mathjax/MathJax/compare/3.1.4...3.2.0) This is a feature release that includes a new lazy-typesetting extension, nine new TeX extensions, a port of the v2 MML3 extension, new Hindi support in the expression explorer, along with several other improvements, and a number of bug fixes. See the [release notes](https://togithub.com/mathjax/MathJax-src/releases/tag/3.2.0) for details. ### [`v3.1.4`](https://togithub.com/mathjax/MathJax/releases/tag/3.1.4): MathJax v3.1.4 [Compare Source](https://togithub.com/mathjax/MathJax/compare/3.1.3...3.1.4) This is a hot fix release to fix two problems with the recent 3.1.3 version. See the [release notes](https://togithub.com/mathjax/MathJax-src/releases/tag/3.1.4) for details. ### [`v3.1.3`](https://togithub.com/mathjax/MathJax/releases/tag/3.1.3): MathJax 3.1.3 [Compare Source](https://togithub.com/mathjax/MathJax/compare/3.1.2...3.1.3) This is a bug fix release that resolves more than 70 issues, and updates a number of modules on which MathJax relies. See the [release notes](https://togithub.com/mathjax/MathJax-src/releases/tag/3.1.3) for details. ### [`v3.1.2`](https://togithub.com/mathjax/MathJax/releases/tag/3.1.2): MathJax v3.1.2 [Compare Source](https://togithub.com/mathjax/MathJax/compare/3.1.1...3.1.2) Hot fix to correct regression introduced in v3.1.1 that caused control sequences followed by spaces to not be recognized. ### [`v3.1.1`](https://togithub.com/mathjax/MathJax/releases/tag/3.1.1): MathJax v3.1.1 [Compare Source](https://togithub.com/mathjax/MathJax/compare/3.1.0...3.1.1) This is a bug fix release to address issues that arose from the recent 3.1.0 release. See the [release notes](https://togithub.com/mathjax/MathJax-src/releases/tag/3.1.0) for details. ### [`v3.1.0`](https://togithub.com/mathjax/MathJax/releases/tag/3.1.0): MathJax v3.1.0 [Compare Source](https://togithub.com/mathjax/MathJax/compare/3.0.5...3.1.0) This is a feature release that includes a number of API improvements, new extensions, and updates to the assistive tools, as described in the [release notes](https://togithub.com/mathjax/MathJax-src/releases/tag/3.1.0). ### [`v3.0.5`](https://togithub.com/mathjax/MathJax/releases/tag/3.0.5): MathJax v3.0.5 [Compare Source](https://togithub.com/mathjax/MathJax/compare/3.0.4...3.0.5) This is a hot fix release to resolve an important issue with horizontal stretchy characters (e.g., `\overline` and `\overrightarrow`) in CommonHTML output that was introduced in the recent version 3.0.4 release. ### [`v3.0.4`](https://togithub.com/mathjax/MathJax/releases/tag/3.0.4): MathJax v3.0.4 [Compare Source](https://togithub.com/mathjax/MathJax/compare/3.0.1...3.0.4) This is a bug-fix release. See the [release notes](https://togithub.com/mathjax/MathJax-src/releases/tag/3.0.4) for details. Note that version 3.0.2 and 3.0.3 had problems with their `npm` deployment (some files where missing from the package), so were removed. This is the next actual version after 3.0.1 ### [`v3.0.1`](https://togithub.com/mathjax/MathJax/releases/tag/3.0.1): MathJax v3.0.1 [Compare Source](https://togithub.com/mathjax/MathJax/compare/2.7.9...3.0.1) This is a bug-fix release. See the [release notes](https://togithub.com/mathjax/MathJax-src/releases/tag/3.0.1) for details.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (19ee804) 88.23% compared to head (b6a6926) 88.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #151 +/- ## ======================================= Coverage 88.23% 88.23% ======================================= Files 72 72 Lines 6275 6275 ======================================= Hits 5537 5537 Misses 738 738 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

renovate[bot] commented 7 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.