edina / nbexchange

External exchange for nbgrader
Other
6 stars 2 forks source link

Update dependency mathjax to v2.7.9 #65

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource 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/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/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/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.

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

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

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



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

codecov[bot] commented 3 years ago

Codecov Report

Merging #65 (c782ce9) into master (5618ee8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   78.40%   78.40%           
=======================================
  Files          43       43           
  Lines        2088     2088           
=======================================
  Hits         1637     1637           
  Misses        451      451           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5618ee8...c782ce9. Read the comment docs.

renovate[bot] commented 3 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (2.7.9). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.