lifs-tools / rmzTab-m

The R-language bindings for mzTab-M
https://lifs-tools.github.io/rmzTab-m/
MIT License
4 stars 1 forks source link

Update dependency mathjax to v2.7.9 #11

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Update Change
mathjax (source) patch 2.7.5 -> 2.7.9

Release Notes

mathjax/MathJax ### [`v2.7.9`](https://togithub.com/mathjax/MathJax/releases/tag/2.7.9) [Compare Source](https://togithub.com/mathjax/MathJax/compare/2.7.7...2.7.9) This release updates the Speech-Rule Engine (SRE) that underlies MathJax's accessibility features to version 3.1 and updates the a11y extensions to version 1.6.0 to take advantage of the new SRE version. The upgrade includes new languages (German and French), and access to the Clearspeak rules via the accessibility menu, as well as bug fixes in SRE, and faster conversion of expressions to speech. ### [`v2.7.7`](https://togithub.com/mathjax/MathJax/releases/tag/2.7.7) [Compare Source](https://togithub.com/mathjax/MathJax/compare/2.7.6...2.7.7) This release adds the missing top-level `MathJax.js` file to the npm package that was accidentally left out when we moved from a black list to a white list for packaging the npm release. There are no functional changes to MathJax itself with this release. ### [`v2.7.6`](https://togithub.com/mathjax/MathJax/releases/tag/2.7.6) [Compare Source](https://togithub.com/mathjax/MathJax/compare/2.7.5...2.7.6) This is a bug fix release that fixes an issue with the `latest.js` file that is used to obtain the most current 2.x version of MathJax from one of the CDNs that serves MathJax. The problem is that the most current version is only obtained if the highest version on the CDN is version 2.x.y for some x and y, so when MathJax goes to version 3.0, `latest.js` will find that the current CDN version is 3.0 and (correctly) will not switch to that, but instead will (incorrectly) use the version from which `latest.js` was loaded rather than the highest 2.x.y available. This means that when version 3.0 is released, sites using `latest.js` will fall back from version 2.7.5 to the version that they specified for `latests.js`. MathJax will still run on those pages, but it may be an earlier version than you have been getting in the past. The new version of `latest.js` properly handles the situation when the current version is not 2.x, so switching to `2.7.6/latest.js` should mean you will get the highest 2.x version in the future, even when v3.0 is released. This version also updates the CDN list to include additional servers, and to remove RawGit, which is no longer in service. We recommend anyone using `latest.js` switch to this version.

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.