Skip to content

Commit 79de497

Browse files
chore(deps): bump mathjs from 14.5.0 to 14.5.2 (#1871)
Bumps [mathjs](https://github.com/josdejong/mathjs) from 14.5.0 to 14.5.2. <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>2025-05-30, 14.5.2</h1> <ul> <li>Fix: add embedded docs for the deprecated physical constant <code>coulomb</code>, see <a href="https://redirect.github.com/josdejong/mathjs/issues/3472">#3472</a>.</li> <li>Fix: <a href="https://redirect.github.com/josdejong/mathjs/issues/3469">#3469</a> add <code>ResultSet</code> interface and improve <code>isResultSet</code> typing (<a href="https://redirect.github.com/josdejong/mathjs/issues/3481">#3481</a>). Thanks <a href="https://github.com/ranidam"><code>@​ranidam</code></a>.</li> </ul> <h1>2025-05-28, 14.5.1</h1> <ul> <li>Fix: <a href="https://redirect.github.com/josdejong/mathjs/issues/3482">#3482</a> mathjs throwing an error related to <code>BigInt</code> when loading in specific environments.</li> <li>Fix: syntax section of function <code>numeric</code> (see <a href="https://redirect.github.com/josdejong/mathjs/issues/3448">#3448</a>).</li> <li>Fix: <a href="https://redirect.github.com/josdejong/mathjs/issues/3472">#3472</a> rename physical constant <code>coulomb</code> to <code>coulombConstant</code>. The old name is still available for backward compatibility.</li> <li>Fix: support multiplication of arrays with units (<a href="https://redirect.github.com/josdejong/mathjs/issues/3456">#3456</a>). Thanks <a href="https://github.com/Delaney"><code>@​Delaney</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/josdejong/mathjs/commit/b91150543cba0c2debf4642de014757b560ffec7"><code>b911505</code></a> Merge remote-tracking branch 'origin/develop' into develop</li> <li><a href="https://github.com/josdejong/mathjs/commit/c6e41506803722239c70654adbc5db1b2b7b88dc"><code>c6e4150</code></a> chore: publish <code>v14.5.2</code></li> <li><a href="https://github.com/josdejong/mathjs/commit/0ef0ad1ee5be1dc7cdb255bc94fa8ebf68da65e6"><code>0ef0ad1</code></a> chore: update HISTORY.md</li> <li><a href="https://github.com/josdejong/mathjs/commit/823d13e8f15498b30911fd24ec90c483565c8257"><code>823d13e</code></a> fix: <a href="https://redirect.github.com/josdejong/mathjs/issues/3469">#3469</a> add <code>ResultSet</code> interface and improve <code>isResultSet</code> typing (<a href="https://redirect.github.com/josdejong/mathjs/issues/3481">#3481</a>)</li> <li><a href="https://github.com/josdejong/mathjs/commit/943141893a1f91a3bf2bdf03e0eb8d0a086d6af4"><code>9431418</code></a> fix: add embedded docs for the deprecated physical constant <code>coulomb</code>, see <a href="https://redirect.github.com/josdejong/mathjs/issues/3472">#3472</a></li> <li><a href="https://github.com/josdejong/mathjs/commit/d3f3643349dd15f29cbda0c7eb2ffbc2c6dde7f7"><code>d3f3643</code></a> chore: publish <code>v14.5.1</code></li> <li><a href="https://github.com/josdejong/mathjs/commit/faaf1484beac860fb1e869ac0e4dcc11a114ad38"><code>faaf148</code></a> chore: update devDependencies</li> <li><a href="https://github.com/josdejong/mathjs/commit/7a617b1ee2f6ba2e476779413e69877549bfb6d8"><code>7a617b1</code></a> fix: support multiplication of arrays with units (<a href="https://redirect.github.com/josdejong/mathjs/issues/3456">#3456</a>)</li> <li><a href="https://github.com/josdejong/mathjs/commit/123d4aac9d79a1bf087b16aa27835301dc03e15b"><code>123d4aa</code></a> fix: <a href="https://redirect.github.com/josdejong/mathjs/issues/3472">#3472</a> rename physical constant <code>coulomb</code> to <code>coulombConstant</code></li> <li><a href="https://github.com/josdejong/mathjs/commit/ee7dc26d79c3a02b747fbf83934b063067db3d06"><code>ee7dc26</code></a> fix: syntax section of function <code>numeric</code> (see <a href="https://redirect.github.com/josdejong/mathjs/issues/3448">#3448</a>)</li> <li>Additional commits viewable in <a href="https://github.com/josdejong/mathjs/compare/v14.5.0...v14.5.2">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.5.0&new-version=14.5.2)](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> ## Summary by Sourcery Bump mathjs from 14.5.0 to 14.5.2 to incorporate upstream bug fixes and typing enhancements Bug Fixes: - Fix BigInt-related error when loading mathjs in specific environments - Support multiplication of arrays with units - Correct syntax section of the numeric function - Add embedded docs for the deprecated constant coulomb and rename it to coulombConstant Enhancements: - Add ResultSet interface and improve isResultSet typing Chores: - Upgrade mathjs dependency to v14.5.2
2 parents c878784 + ee16c07 commit 79de497

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package-lock.json

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

0 commit comments

Comments
 (0)