Skip to content

Commit

Permalink
Update dependency mathjs to v14 (#332)
Browse files Browse the repository at this point in the history
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
([#&#8203;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
([#&#8203;3269](https://redirect.github.com/josdejong/mathjs/issues/3269)).
Thanks [@&#8203;orelbn](https://redirect.github.com/orelbn).
-   Feat: Implement support for `log(x: Fraction, base: Fraction)`.
- Fix:
[#&#8203;3301](https://redirect.github.com/josdejong/mathjs/issues/3301)
precedence of `%` (mod) being higher than `*` and `/`
([#&#8203;3311](https://redirect.github.com/josdejong/mathjs/issues/3311)).
    Thanks [@&#8203;nkumawat34](https://redirect.github.com/nkumawat34).
- Fix:
[#&#8203;3222](https://redirect.github.com/josdejong/mathjs/issues/3222)
prevent `math.import(...)` from overriding units unless you
specify `{ override: true }`
([#&#8203;3225](https://redirect.github.com/josdejong/mathjs/issues/3225)).
- Fix:
[#&#8203;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
([#&#8203;3307](https://redirect.github.com/josdejong/mathjs/issues/3307)).
Thanks [@&#8203;Aakash-Rana](https://redirect.github.com/Aakash-Rana).
- Fix: Improve type definitions of arrays
([#&#8203;3306](https://redirect.github.com/josdejong/mathjs/issues/3306)).
Thanks [@&#8203;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
renovate[bot] authored Dec 9, 2024
1 parent 5401665 commit 250931b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@mui/lab": "5.0.0-alpha.174",
"@mui/material": "6.1.10",
"katex": "0.16.14",
"mathjs": "13.2.3",
"mathjs": "14.0.0",
"nerdamer": "1.1.13",
"plotly.js": "2.35.2",
"react": "18.3.1",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6559,7 +6559,7 @@ __metadata:
gh-pages: "npm:6.2.0"
jest-canvas-mock: "npm:2.5.2"
katex: "npm:0.16.14"
mathjs: "npm:13.2.3"
mathjs: "npm:14.0.0"
nerdamer: "npm:1.1.13"
plotly.js: "npm:2.35.2"
prettier: "npm:3.4.2"
Expand Down Expand Up @@ -8489,6 +8489,13 @@ __metadata:
languageName: node
linkType: hard

"fraction.js@npm:^5.2.1":
version: 5.2.1
resolution: "fraction.js@npm:5.2.1"
checksum: 10c0/4d20062e928d19fa5d1cca031b669785ac3f5817fbd60d4987ebf5c90947a7c602f740218500a5fcbc9bdcf831f729330fa403888561d277ce602fff76e6f015
languageName: node
linkType: hard

"fresh@npm:0.5.2":
version: 0.5.2
resolution: "fresh@npm:0.5.2"
Expand Down Expand Up @@ -11422,22 +11429,22 @@ __metadata:
languageName: node
linkType: hard

"mathjs@npm:13.2.3":
version: 13.2.3
resolution: "mathjs@npm:13.2.3"
"mathjs@npm:14.0.0":
version: 14.0.0
resolution: "mathjs@npm:14.0.0"
dependencies:
"@babel/runtime": "npm:^7.25.7"
complex.js: "npm:^2.2.5"
decimal.js: "npm:^10.4.3"
escape-latex: "npm:^1.2.0"
fraction.js: "npm:^4.3.7"
fraction.js: "npm:^5.2.1"
javascript-natural-sort: "npm:^0.7.1"
seedrandom: "npm:^3.0.5"
tiny-emitter: "npm:^2.1.0"
typed-function: "npm:^4.2.1"
bin:
mathjs: bin/cli.js
checksum: 10c0/a8c160931e926a65e59b983f285672ce3797682d703074670e39c11b36a15ceec01e2044de1ef5929227695da21ed2e401ef715c333d564eebff4aaa5c9c48cf
checksum: 10c0/2033d50799dcd74b02ef28541f023c63a8aead5e5eb72b135ba70edf1582dda28ee9c622b20747c9d56d8cc986061a898e15f609422ad76fe38555ce6e1f8ed1
languageName: node
linkType: hard

Expand Down

0 comments on commit 250931b

Please sign in to comment.