epispot / EpiJS

A toolset for analyzing and creating epidemiological models.
https://epi.js.org
GNU General Public License v3.0
5 stars 2 forks source link

[DEP]: Bump mathjs from 10.5.3 to 10.6.1 #157

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps mathjs from 10.5.3 to 10.6.1.

Changelog

Sourced from mathjs's changelog.

2022-05-31, version 10.6.1

  • Improve the TypeScript types For OperatorNode: you can now define generic types like OperatorNode<'+', 'add'>. Thanks @​mattvague.

2022-05-24, version 10.6.0

  • Implementation of fourier transform functions fft and ifft (#2540). Thanks @​HanchaiN.
  • Fix TypeScript types not being listed in the exported fields (#2569). Thanks @​mattvague.
  • Large improvements in TypeScript definitions for chained expressions (#2537). Thanks @​mattvague.
  • Fix #2571: improve TypeScript definition of functions clone and cloneDeep (#2572). Thanks @​mattvague.
  • Fix the first argument of derivative holding the expression not correctly being converted when using .toTex() (#2564). Thanks @​mattvague.
Commits
  • c2dfb0e chore: update devDependencies, publish v10.6.1
  • cd33da8 Types/improve operator node types (#2576)
  • 717dd32 chore: publish v10.6.0
  • 2ab26e0 Properly type return value of clone() and cloneDeep() (#2572)
  • a731024 chore: update history
  • d5672dc Merge remote-tracking branch 'origin/develop' into develop
  • 08c6a1e Add "types" field to "exports" to fix type imports (#2569)
  • 2657a05 chore: update history
  • ca3229f Feature: Implementation of fourier transform (#2540)
  • 5634877 Merge remote-tracking branch 'origin/develop' 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #157 (c6dd515) into main (960572a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #157   +/-   ##
=======================================
  Coverage   99.38%   99.38%           
=======================================
  Files           6        6           
  Lines         489      489           
=======================================
  Hits          486      486           
  Misses          3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 960572a...c6dd515. Read the comment docs.