masloff-open-projects / eventplus

EventPlus is a faster and more asynchronous version of Event terminals.
Apache License 2.0
5 stars 5 forks source link

Bump mathjs from 7.6.0 to 10.5.3 #74

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps mathjs from 7.6.0 to 10.5.3.

Changelog

Sourced from mathjs's changelog.

2022-05-11, version 10.5.3

  • Fix #2337: npm package containing examples and docs to solve security vulnerabilities being reported on the examples and their dependencies.
  • Fix core, construction, and some other functions missing in docs.
  • Drop official support for Node.js 12 which has reached its end of life.

2022-05-09, version 10.5.2

  • Fix #2553: @types/mocha defined in dependencies instead of devDependencies, causing problems in projects that use a different version of this dependency. Thanks @​Kolahzary.
  • Fix #2550: remove examples/node_modules folder from the npm package.
  • Fix #2528: improve contribution guidelines (#2548).
  • Document SymbolNode.onUndefinedSymbol and FunctionNode.onUndefinedFunction.

2022-05-02, version 10.5.1

  • Fix #2526, #2529: improve TypeScript definitions of function round, fix, floor, ceil, and nthRoot, and improved the number only implementations of those functions (#2531, #2539). Thanks @​simlaticak and @​gwhitney.
  • Fix #2532: matrix index symbol end not working when used inside a sub-expression.
  • Fix #2524: In generating AUTHORS list, ignore a list of specific commits (e.g., to avoid spurious duplicates in list). (#2543)
  • Add type definitions of function resolve (#2536). Thanks @​mattvague.

2022-04-19, version 10.5.0

  • Implement #1563: function pinv, Moore–Penrose inverse (#2521). Thanks @​HanchaiN.
  • Optimize function det for integers by switching to the Bareiss algorithm: no more round-off errors for integer input (#2516). Thanks @​HanchaiN.
  • Implement #2463: allow negative integer powers of invertible square matrices (#2517). Thanks @​HanchaiN.
  • Implement the lgamma function (defined as log(gamma(z))) for number and Complex types. Supersedes #320. (#2417). Thanks @​yifanwww.
  • Fix #2523: update to the latest complex.js to improve sin(z) for small im(z) (#2525). Thanks @​gwhitney.
  • Fix #2526: update TypeScript definition of ceil (#2531). Thanks @​simlaticak
  • Change mocha reporter to 'dot' to avoid excessively long log files. (#2520)

2022-04-08, version 10.4.3

... (truncated)

Commits
  • 130365c Fix a typo
  • 22bd0c9 Publish v10.5.3
  • 10ea49e Fix/remove examples and docs from package (#2557)
  • ef0c625 Hotfix: missing functions in docs (#2556)
  • cce2919 Drop testing on node@18 for now, needs some fixes first
  • 5305687 Do not test on node@12 anymore (has reached end of life), run tests on node@1...
  • d278675 Publish v10.5.2, update history and authors
  • fbf8d50 Update devDependencies
  • 7bcfe6d Change devDependency to exact version
  • 5c4f76a Merge branch 'develop' of github.com:josdejong/mathjs into develop
  • 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[bot] commented 2 years ago

Superseded by #76.