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 v14 (#332)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mathjs](https://mathjs.org) ([source](https://redirect.github.com/josdejong/mathjs)) | [`13.2.3` -> `14.0.0`](https://renovatebot.com/diffs/npm/mathjs/13.2.3/14.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mathjs/14.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mathjs/14.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mathjs/13.2.3/14.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mathjs/13.2.3/14.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>josdejong/mathjs (mathjs)</summary> ### [`v14.0.0`](https://redirect.github.com/josdejong/mathjs/blob/HEAD/HISTORY.md#2024-11-20-1400) [Compare Source](https://redirect.github.com/josdejong/mathjs/compare/v13.2.3...v14.0.0) !!! BE CAREFUL: BREAKING CHANGES !!! - Feat: Upgrade to `fraction.js@5`, using `bigint` under the hood ([#​3283](https://redirect.github.com/josdejong/mathjs/issues/3283)). - Feat: Implement support for `Unit` in functions `ceil`, `floor`, and `fix`. Possible breaking changes in the type definitions of arrays and matrices due to the introduction of generics ([#​3269](https://redirect.github.com/josdejong/mathjs/issues/3269)). Thanks [@​orelbn](https://redirect.github.com/orelbn). - Feat: Implement support for `log(x: Fraction, base: Fraction)`. - Fix: [#​3301](https://redirect.github.com/josdejong/mathjs/issues/3301) precedence of `%` (mod) being higher than `*` and `/` ([#​3311](https://redirect.github.com/josdejong/mathjs/issues/3311)). Thanks [@​nkumawat34](https://redirect.github.com/nkumawat34). - Fix: [#​3222](https://redirect.github.com/josdejong/mathjs/issues/3222) prevent `math.import(...)` from overriding units unless you specify `{ override: true }` ([#​3225](https://redirect.github.com/josdejong/mathjs/issues/3225)). - Fix: [#​3219](https://redirect.github.com/josdejong/mathjs/issues/3219) let functions `dotDivide`, `dotPow`, `bitXor`, `xor`, `equal`, `larger`, `largerEq`, `smaller`, `smallerEq`, and `unequal` return a sparse matrix when the input is two sparse matrices ([#​3307](https://redirect.github.com/josdejong/mathjs/issues/3307)). Thanks [@​Aakash-Rana](https://redirect.github.com/Aakash-Rana). - Fix: Improve type definitions of arrays ([#​3306](https://redirect.github.com/josdejong/mathjs/issues/3306)). Thanks [@​orelbn](https://redirect.github.com/orelbn). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rparini/cxroots-app). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information