Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency mathjs to v13 (#236)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mathjs](https://mathjs.org) ([source](https://github.com/josdejong/mathjs)) | [`12.4.3` -> `13.0.0`](https://renovatebot.com/diffs/npm/mathjs/12.4.3/13.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mathjs/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mathjs/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mathjs/12.4.3/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mathjs/12.4.3/13.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>josdejong/mathjs (mathjs)</summary> ### [`v13.0.0`](https://github.com/josdejong/mathjs/blob/HEAD/HISTORY.md#2024-05-31-1300) [Compare Source](https://github.com/josdejong/mathjs/compare/v12.4.3...v13.0.0) Breaking changes: - Change `isZero`, `isPositive`, and `isNegative` to respect `config.epsilon` ([#​3139](https://github.com/josdejong/mathjs/issues/3139), [#​2838](https://github.com/josdejong/mathjs/issues/2838)). - Change the behavior of the internal `nearlyEqual` to align with Python and Julia ([#​3152](https://github.com/josdejong/mathjs/issues/3152), [#​2838](https://github.com/josdejong/mathjs/issues/2838)) - Upgrade to `fraction.js@4.3.7`, [https://github.com/rawify/Fraction.js/issues/68](https://github.com/rawify/Fraction.js/issues/68)s/68. - Dropped support for JavaScript engines that do not fully support ES6 or `bigint`, or are not actively maintained. Non-breaking changes: - Implemented support for `bigint` ([#​3207](https://github.com/josdejong/mathjs/issues/3207), [#​3207](https://github.com/josdejong/mathjs/issues/3207)) - Implemented a new config option `config.numberFallback` needed for `bigint` ([#​3207](https://github.com/josdejong/mathjs/issues/3207)). - Internal: refactored tooling to ES modules and upgraded all devDependencies. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on Saturday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/rparini/cxroots-app). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information