Skip to content

Commit

Permalink
Update dependency mathjs to v13 (#236)
Browse files Browse the repository at this point in the history
[![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`
([#&#8203;3139](https://github.com/josdejong/mathjs/issues/3139),
[#&#8203;2838](https://github.com/josdejong/mathjs/issues/2838)).
- Change the behavior of the internal `nearlyEqual` to align with Python
and
Julia
([#&#8203;3152](https://github.com/josdejong/mathjs/issues/3152),
[#&#8203;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`
([#&#8203;3207](https://github.com/josdejong/mathjs/issues/3207),
[#&#8203;3207](https://github.com/josdejong/mathjs/issues/3207))
- Implemented a new config option `config.numberFallback` needed for
`bigint`
    ([#&#8203;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
renovate[bot] authored Jun 1, 2024
1 parent 1747d50 commit 75faedc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 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.170",
"@mui/material": "5.15.19",
"katex": "0.16.10",
"mathjs": "12.4.3",
"mathjs": "13.0.0",
"nerdamer": "1.1.13",
"plotly.js": "2.33.0",
"react": "18.3.1",
Expand Down
32 changes: 17 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.11.2, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.24.4, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2":
"@babel/runtime@npm:^7.11.2, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2":
version: 7.24.4
resolution: "@babel/runtime@npm:7.24.4"
dependencies:
Expand All @@ -1609,6 +1609,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.24.6":
version: 7.24.6
resolution: "@babel/runtime@npm:7.24.6"
dependencies:
regenerator-runtime: "npm:^0.14.0"
checksum: 10c0/224ad205de33ea28979baaec89eea4c4d4e9482000dd87d15b97859365511cdd4d06517712504024f5d33a5fb9412f9b91c96f1d923974adf9359e1575cde049
languageName: node
linkType: hard

"@babel/template@npm:^7.22.15, @babel/template@npm:^7.24.0, @babel/template@npm:^7.3.3":
version: 7.24.0
resolution: "@babel/template@npm:7.24.0"
Expand Down Expand Up @@ -6084,7 +6093,7 @@ __metadata:
gh-pages: "npm:6.1.1"
jest-canvas-mock: "npm:2.5.2"
katex: "npm:0.16.10"
mathjs: "npm:12.4.3"
mathjs: "npm:13.0.0"
nerdamer: "npm:1.1.13"
plotly.js: "npm:2.33.0"
prettier: "npm:3.2.5"
Expand Down Expand Up @@ -7974,13 +7983,6 @@ __metadata:
languageName: node
linkType: hard

"fraction.js@npm:4.3.4":
version: 4.3.4
resolution: "fraction.js@npm:4.3.4"
checksum: 10c0/095f60a914637b996ee1a4758edd529bee7379aecd528d3cf641402ec1225c3146ec2b4a8575d58aa48600c5ee79dcc9e7dd799076acff4cfdeed8e73541cdf1
languageName: node
linkType: hard

"fraction.js@npm:^4.3.7":
version: 4.3.7
resolution: "fraction.js@npm:4.3.7"
Expand Down Expand Up @@ -10813,22 +10815,22 @@ __metadata:
languageName: node
linkType: hard

"mathjs@npm:12.4.3":
version: 12.4.3
resolution: "mathjs@npm:12.4.3"
"mathjs@npm:13.0.0":
version: 13.0.0
resolution: "mathjs@npm:13.0.0"
dependencies:
"@babel/runtime": "npm:^7.24.4"
"@babel/runtime": "npm:^7.24.6"
complex.js: "npm:^2.1.1"
decimal.js: "npm:^10.4.3"
escape-latex: "npm:^1.2.0"
fraction.js: "npm:4.3.4"
fraction.js: "npm:^4.3.7"
javascript-natural-sort: "npm:^0.7.1"
seedrandom: "npm:^3.0.5"
tiny-emitter: "npm:^2.1.0"
typed-function: "npm:^4.1.1"
bin:
mathjs: bin/cli.js
checksum: 10c0/b5b7c64b851a92729a9374f068b73e7d771a47be83caadb1e6b22235fbf5d75661e0a0891242a2b5c7e79b8b652b119d32860b87dfec895049d238e748436738
checksum: 10c0/de6083d50f4a8ecc61f6e336b170b869ee97892ad9919605b2c240bf1e3efc968fe45dcdca86b8cff2a5cd55180ce21de712347d20b844176022a045ec851969
languageName: node
linkType: hard

Expand Down

0 comments on commit 75faedc

Please sign in to comment.