Rari-Capital / rari-dApp

Rari Capital's Web3 Portal.
https://app.rari.capital
GNU Affero General Public License v3.0
150 stars 69 forks source link

Bump mathjs from 9.0.0 to 9.3.2 #390

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps mathjs from 9.0.0 to 9.3.2.

Changelog

Sourced from mathjs's changelog.

2021-04-12, version 9.3.2

  • Fix #2169: mathjs requesting @babel/runtime dependency. Regression introduced in v9.3.1.

2021-04-10, version 9.3.1

  • Fix #2133: strongly improved the performance of isPrime, see #2139. Thanks @​Yaffle.
  • Fix #2150: give a clear error "Error: Undefined function ..." instead when evaluating a non-existing function.
  • Fix #660: expose internal functions FunctionNode.onUndefinedFunction(name) and SymbolNode.onUndefinedSymbol(name), allowing to override the behavior. By default, an Error is thrown.

2021-03-10, version 9.3.0

  • Implemented support for parsing non decimal numbers with radix point, see #2122, #2121. Thanks @​clnhlzmn.
  • Fix #2128: typo in docs of luSolveAll and usolveAll.

2021-02-03, version 9.2.0

  • Implemented function count to count the total elements in a matrix, see #2085. Thanks @​Josef37.
  • Fix #2096: cleanup old reference to external dependency crypto.
  • Some refactoring in the code to remove duplications, see #2093. Thanks @​Josef37.

2021-01-27, version 9.1.0

  • Extended function reshape with support for a wildcard -1 to automatically calculate the remaining size, like reshape([1, 2, 3, 4, 5, 6], [-1, 2]) which will output [[0, 1], [2, 3], [4, 5]]. See #2075. Thanks @​Josef37.
  • Fix #2087: function simplify ignores second argument of log, for example in simplify('log(e, 9)') . Thanks @​quentintruong.
Commits
  • 1757afb Fix #2169: mathjs requesting @babel/runtime dependency. Publish v9.3.2
  • e6e6002 Publish v9.3.1
  • c6cbf55 Fix #2150, #660: give a clear error "Error: Undefined function ..." instead when
  • 64a52a5 Add babel transform-runtime (needed for #2155)
  • 5ff48d0 Update history and authors list
  • 91141bb Miller–Rabin primality test (#2139)
  • 47a493d Merge remote-tracking branch 'origin/develop' into develop
  • 5c5a05a Fix #2160: wrong year mentioned of the last two versions in the history
  • 2d83c39 fixed a link in the comments of usolveAll and lsolveAll (#2154)
  • 06052ec Fix #2142: clarify the meaning of matrix dimensions in the docs
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/rari-capital/rari/C9qkecfvf4vwd19u8LjPRbQFtQ3J
✅ Preview: https://rari-git-dependabot-npmandyarnmastermathjs-932-rari-capital.vercel.app

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 777028559


Files with Coverage Reduction New Missed Lines %
src/components/shared/MovingStat.tsx 1 69.57%
src/utils/fetchTVL.ts 6 40.0%
<!-- Total: 7 -->
Totals Coverage Status
Change from base Build 776155598: 0.4%
Covered Lines: 796
Relevant Lines: 4835

💛 - Coveralls
github-actions[bot] commented 3 years ago

Bundled size for the package is listed below:

build/static/css: 15.63 KB build/static/media: 66.41 KB build/static/js: 32.00 MB build/static: 32.09 MB build: 32.17 MB

dependabot-preview[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.