Skip to content

Commit

Permalink
fix: bump mathjs from 12.4.2 to 13.0.0 in /typescript (equinor#2124)
Browse files Browse the repository at this point in the history
Bumps [mathjs](https://github.com/josdejong/mathjs) from 12.4.2 to
13.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>unpublished changes since 13.0.0</h1>
<ul>
<li>Fix an error in the type definitions of <code>quantileSeq</code> (<a
href="https://github.com/josdejong/mathjs/issues/3223">#3223</a>).
Thanks <a
href="https://github.com/domdomegg"><code>@​domdomegg</code></a>.</li>
</ul>
<h1>2024-05-31, 13.0.0</h1>
<p>Breaking changes:</p>
<ul>
<li>Change <code>isZero</code>, <code>isPositive</code>, and
<code>isNegative</code> to respect <code>config.epsilon</code>
(<a
href="https://github.com/josdejong/mathjs/issues/3139">#3139</a>,
<a
href="https://github.com/josdejong/mathjs/issues/2838">#2838</a>).</li>
<li>Change the behavior of the internal <code>nearlyEqual</code> to
align with Python and
Julia (<a
href="https://github.com/josdejong/mathjs/issues/3152">#3152</a>,
<a
href="https://github.com/josdejong/mathjs/issues/2838">#2838</a>)</li>
<li>Upgrade to <code>[email protected]</code>,
see <a
href="https://github.com/rawify/Fraction.js/issues/68">rawify/Fraction.js#68</a>.</li>
<li>Dropped support for JavaScript engines that do not fully support ES6
or
<code>bigint</code>, or are not actively maintained.</li>
</ul>
<p>Non-breaking changes:</p>
<ul>
<li>Implemented support for <code>bigint</code> (<a
href="https://github.com/josdejong/mathjs/issues/3207">#3207</a>,
<a
href="https://github.com/josdejong/mathjs/issues/3207">#3207</a>)</li>
<li>Implemented a new config option <code>config.numberFallback</code>
needed for <code>bigint</code>
(<a
href="https://github.com/josdejong/mathjs/issues/3207">#3207</a>).</li>
<li>Internal: refactored tooling to ES modules and upgraded all
devDependencies.</li>
</ul>
<h1>2024-05-31, 12.4.3</h1>
<ul>
<li>Fix: serialization of Units without a value, see <a
href="https://github.com/josdejong/mathjs/issues/1240">#1240</a>.</li>
<li>Fix: outdated, incorrect documentation about the order of precedence
for
operator modulus <code>%</code>. See <a
href="https://github.com/josdejong/mathjs/issues/3189">#3189</a>.</li>
<li>Fix: <a
href="https://github.com/josdejong/mathjs/issues/3197">#3197</a>
improve <code>quantileSeq</code> type definitions (<a
href="https://github.com/josdejong/mathjs/issues/3198">#3198</a>).
Thanks <a
href="https://github.com/domdomegg"><code>@​domdomegg</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/josdejong/mathjs/commit/b0105a77bf6db655461625f8c217f5425d82f090"><code>b0105a7</code></a>
Merge branch 'develop'</li>
<li><a
href="https://github.com/josdejong/mathjs/commit/247e605383c0a10f0346c1529b8814201192126e"><code>247e605</code></a>
chore: publish v13.0.0</li>
<li><a
href="https://github.com/josdejong/mathjs/commit/47ef475de26864065f984e0b009accee92a6d02c"><code>47ef475</code></a>
chore: update devDependencies</li>
<li><a
href="https://github.com/josdejong/mathjs/commit/0195fb0fb2fbaff89437ed4da18b9bf960a85eb7"><code>0195fb0</code></a>
chore: update package-lock.json</li>
<li><a
href="https://github.com/josdejong/mathjs/commit/fe4667cd8f0962ec1a45fb41fdee5ec28be7457f"><code>fe4667c</code></a>
Merge branch 'refs/heads/develop' into v13</li>
<li><a
href="https://github.com/josdejong/mathjs/commit/3985417f2528f46e5b3964dec2035864169d5f54"><code>3985417</code></a>
Merge branch 'develop'</li>
<li><a
href="https://github.com/josdejong/mathjs/commit/0f65a4486a752a64fb0cc26a41fb6d5dff7e33bc"><code>0f65a44</code></a>
chore: publish v12.4.3</li>
<li><a
href="https://github.com/josdejong/mathjs/commit/ae7c68a98f5cf4a25abba79c1509dd129a961447"><code>ae7c68a</code></a>
chore: improve browserslist to explicity require bigint support</li>
<li><a
href="https://github.com/josdejong/mathjs/commit/d49a300f5a2476216d3db2534d759735f7bd2081"><code>d49a300</code></a>
chore: change browerslist to browsers that are not dead and fully
support es6</li>
<li><a
href="https://github.com/josdejong/mathjs/commit/b9b3409f6f754b7dcd98329b78855e7f923a477d"><code>b9b3409</code></a>
chore: move browserslist from package.json into
<code>.browserslistrc</code></li>
<li>Additional commits viewable in <a
href="https://github.com/josdejong/mathjs/compare/v12.4.2...v13.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=12.4.2&new-version=13.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: t0oF <[email protected]>
  • Loading branch information
dependabot[bot] and w1nklr authored Jun 27, 2024
1 parent 4139860 commit caae3f2
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
92 changes: 46 additions & 46 deletions typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typescript/packages/subsurface-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"d3-format": "^3.1.0",
"gl-matrix": "^3.4.3",
"lodash": "^4.17.21",
"mathjs": "^12.4.1",
"mathjs": "^13.0.0",
"merge-refs": "^1.2.2",
"react-redux": "^8.1.1",
"workerpool": "^9.1.1"
Expand Down

0 comments on commit caae3f2

Please sign in to comment.