Skip to content

Commit 154f6c2

Browse files
chore(deps): bump mathjs from 14.6.0 to 15.0.0 (#2060)
Bumps [mathjs](https://github.com/josdejong/mathjs) from 14.6.0 to 15.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/josdejong/mathjs/blob/develop/HISTORY.md">mathjs's changelog</a>.</em></p> <blockquote> <h1>2205-10-10, 15.0.0</h1> <p>!!! BE CAREFUL: BREAKING CHANGES !!!</p> <ul> <li>Feat: <a href="https://redirect.github.com/josdejong/mathjs/issues/3349">#3349</a> Decouple precedence of unary percentage operator and binary modulus operator (that both use symbol <code>%</code>), and raise the former (<a href="https://redirect.github.com/josdejong/mathjs/issues/3432">#3432</a>). Thanks <a href="https://github.com/kiprobinsonknack"><code>@​kiprobinsonknack</code></a>.</li> <li>Feat: <a href="https://redirect.github.com/josdejong/mathjs/issues/1753">#1753</a> enhance Kronecker product to handle arbitrary dimension (<a href="https://redirect.github.com/josdejong/mathjs/issues/3461">#3461</a>, <a href="https://redirect.github.com/josdejong/mathjs/issues/3455">#3455</a>). Thanks <a href="https://github.com/gwhitney"><code>@​gwhitney</code></a> and <a href="https://github.com/Delaney"><code>@​Delaney</code></a>.</li> <li>Feat: <a href="https://redirect.github.com/josdejong/mathjs/issues/2344">#2344</a> matrix subset according to the type of input (<a href="https://redirect.github.com/josdejong/mathjs/issues/3485">#3485</a>). Thanks <a href="https://github.com/dvd101x"><code>@​dvd101x</code></a>.</li> <li>Fix: <a href="https://redirect.github.com/josdejong/mathjs/issues/3501">#3501</a> parse <code>%</code> as unary only when not followed by a term (<a href="https://redirect.github.com/josdejong/mathjs/issues/3505">#3505</a>). Thanks <a href="https://github.com/gwhitney"><code>@​gwhitney</code></a>.</li> <li>Fix: <a href="https://redirect.github.com/josdejong/mathjs/issues/3421">#3421</a> require a space or delimiter after hex, bin, and oct values (<a href="https://redirect.github.com/josdejong/mathjs/issues/3463">#3463</a>).</li> <li>Fix: <a href="https://redirect.github.com/josdejong/mathjs/issues/3529">#3529</a> Change function <code>size</code> to always return an <code>Array</code> (<a href="https://redirect.github.com/josdejong/mathjs/issues/3535">#3535</a>).</li> <li>Fix: <a href="https://redirect.github.com/josdejong/mathjs/issues/3530">#3530</a> throw an error when trying to flatten a <code>SparseMatrix</code> (<a href="https://redirect.github.com/josdejong/mathjs/issues/3536">#3536</a>).</li> </ul> <h1>2025-10-10, 14.9.1</h1> <ul> <li>Fix: issue in HISTORY.md listing all fixes of <code>v14.8.2</code> under <code>v14.9.0</code>.</li> </ul> <h1>2025-10-10, 14.9.0</h1> <ul> <li>Feat: improve the performance of <code>map</code> with multiple arguments (<a href="https://redirect.github.com/josdejong/mathjs/issues/3526">#3526</a>). Thanks <a href="https://github.com/dvd101x"><code>@​dvd101x</code></a>.</li> <li>Fix: <a href="https://redirect.github.com/josdejong/mathjs/issues/3541">#3541</a> throw an error when evaluating a range with a step of zero (<a href="https://redirect.github.com/josdejong/mathjs/issues/3548">#3548</a>). Thanks <a href="https://github.com/dvd101x"><code>@​dvd101x</code></a>.</li> </ul> <h1>2025-10-03, 14.8.2</h1> <ul> <li>Fix: improve performance in functions like <code>map</code> when passing a unary function (<a href="https://redirect.github.com/josdejong/mathjs/issues/3546">#3546</a>). Thanks <a href="https://github.com/dvd101x"><code>@​dvd101x</code></a>.</li> <li>Fix: improve the type definition of <code>abs(complex)</code> which returns a <code>number</code> (<a href="https://redirect.github.com/josdejong/mathjs/issues/3543">#3543</a>). Thanks <a href="https://github.com/joshkel"><code>@​joshkel</code></a>.</li> <li>Fix: add missing type definitions for <code>ctranspose</code> (<a href="https://redirect.github.com/josdejong/mathjs/issues/3545">#3545</a>). Thanks <a href="https://github.com/joshkel"><code>@​joshkel</code></a>.</li> <li>Fix: typos in code comments (<a href="https://redirect.github.com/josdejong/mathjs/issues/3544">#3544</a>). Thanks <a href="https://github.com/joshkel"><code>@​joshkel</code></a>.</li> </ul> <h1>2025-09-26, 14.8.1</h1> <ul> <li>Fix: <a href="https://redirect.github.com/josdejong/mathjs/issues/3538">#3538</a> <code>config</code> printing a warning when using <code>{ number: 'bigint' }</code> (<a href="https://redirect.github.com/josdejong/mathjs/issues/3540">#3540</a>).</li> </ul> <h1>2025-09-24, 14.8.0</h1> <ul> <li>Feat: <a href="https://redirect.github.com/josdejong/mathjs/issues/3353">#3353</a> support for the nullish coalescing operator <code>??</code> in the expression parser (<a href="https://redirect.github.com/josdejong/mathjs/issues/3497">#3497</a>). Thanks <a href="https://github.com/ikemHood"><code>@​ikemHood</code></a>.</li> </ul> <h1>2025-09-05, 14.7.0</h1> <ul> <li>Feat: faster <code>DenseMatrix</code> symbol iterator (<a href="https://redirect.github.com/josdejong/mathjs/issues/3521">#3521</a>). Thanks <a href="https://github.com/dvd101x"><code>@​dvd101x</code></a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/josdejong/mathjs/commit/f39b7d4f1bd724886ab9d46982b7990d3b3a3d3e"><code>f39b7d4</code></a> chore: publish <code>v15.0.0</code></li> <li><a href="https://github.com/josdejong/mathjs/commit/8c783a9461543c7950a1a6c6b4c6ef457aa423b3"><code>8c783a9</code></a> Merge branch 'develop' into v15</li> <li><a href="https://github.com/josdejong/mathjs/commit/212cf926cfc30caa5b3cca9d163986322f0d73c0"><code>212cf92</code></a> chore: publish <code>v14.9.1</code></li> <li><a href="https://github.com/josdejong/mathjs/commit/7083ff33cb53509f468920a068520d677b7f11df"><code>7083ff3</code></a> fix: issue in HISTORY.md listing all fixes of <code>v14.8.2</code> under <code>v14.9.0</code></li> <li><a href="https://github.com/josdejong/mathjs/commit/ed0080a719ee23c9b437f850dd81b41547834d45"><code>ed0080a</code></a> chore: publish <code>v14.9.0</code></li> <li><a href="https://github.com/josdejong/mathjs/commit/1da8d81cd8956f5046f836fcb2d1069a6703a6cd"><code>1da8d81</code></a> chore: update devDependencies</li> <li><a href="https://github.com/josdejong/mathjs/commit/6c01759355fa1f88f475906b30bad9dcbe287e0f"><code>6c01759</code></a> chore: update HISTORY.md</li> <li><a href="https://github.com/josdejong/mathjs/commit/5a8eb1064a6d7cbfec5ee75675a7054a53c9147a"><code>5a8eb10</code></a> fix: <a href="https://redirect.github.com/josdejong/mathjs/issues/3541">#3541</a> throw an error when evaluating a range with a step of zero (<a href="https://redirect.github.com/josdejong/mathjs/issues/3548">#3548</a>)</li> <li><a href="https://github.com/josdejong/mathjs/commit/34ecfdb03a5d029f61671b97feac849ac1eab362"><code>34ecfdb</code></a> chore: update HISTORY.md</li> <li><a href="https://github.com/josdejong/mathjs/commit/d303b34a7e5506b2f6a319fd5ebd56b3cc46089a"><code>d303b34</code></a> feat: improve the performance of <code>map</code> with multiple arguments (<a href="https://redirect.github.com/josdejong/mathjs/issues/3526">#3526</a>)</li> <li>Additional commits viewable in <a href="https://github.com/josdejong/mathjs/compare/v14.6.0...v15.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mathjs&package-manager=npm_and_yarn&previous-version=14.6.0&new-version=15.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 5db3c25 + 340bd23 commit 154f6c2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"filesize": "^11.0.1",
5050
"lodash-es": "^4.17.21",
5151
"luxon": "^3.7.2",
52-
"mathjs": "^14.0.0",
52+
"mathjs": "^15.0.0",
5353
"ngx-cookie-service": "^19.1.2",
5454
"ngx-json-viewer": "^3",
5555
"ngx-linky": "^4.0.0",

0 commit comments

Comments
 (0)