TheCraiggers / Pathfinder-Discord-Bot

MIT License
24 stars 15 forks source link

Bump mathjs and rpg-dice-roller #74

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps mathjs to 9.5.2 and updates ancestor dependency rpg-dice-roller. These dependencies need to be updated together.

Updates mathjs from 5.10.3 to 9.5.2

Changelog

Sourced from mathjs's changelog.

2021-11-03, version 9.5.2`

  • Revert the improvements to the Typescript typings because they contain breaking changes. The improvements will be published in v10.0.0. See #2339.

2021-10-13, version 9.5.1

2021-09-22, version 9.5.0

  • Implemented support for calculations with percentage, see #2303. Thanks @​rvramesh.
  • Fix #2319: make the API of Parser.evaluate consistent with math.evaluate: support a list with expressions as input.
  • Improved documentation of function setCartesian. Thanks @​fieldfoxWim.

2021-09-15, version 9.4.5

  • Improved the performance of Node.equals by improving the internal function deepStrictEqual. Thanks @​tomlarkworthy.
  • Fixes in the TypeScript definitions:
    • Define hasNumericValue. Thanks @​write2kcl.
    • Define MathNode.isRelationalNode. Thanks @​m93a.
    • Fix typo in MathNode.isConditionalNode. Thanks @​m93a.

2021-07-07, version 9.4.4

  • Fixed ArrayNode.toTex(): remove the row delimiter on the last row, see #2267. Thanks @​davidtranhq.
  • Fix #2269: intersect not returning null for matrix input. Thanks @​m93a.
  • Fix #2245: mathjs not working in IE11 anymore due to a missing polyfill for Symbol. The browser bundle now includes the necessary polyfills (it is larger now because of that, see also #2266). Thanks @​m93a.
  • Update dependencies (complex.js@2.0.15, decimal.js@10.3.1)
  • Drop official support for node.js 10, which has reached end of life. See #2258.

2021-06-23, version 9.4.3

  • Fix #2222: mathjs polluting the Decimal prototype. Thanks @​m93a.
  • Fix #2253: expression parser throwing an error when accessing nested object properties named e.
  • Fixes in the TypeScript definitions:

... (truncated)

Commits


Updates rpg-dice-roller from 4.5.2 to 5.0.0

Commits
  • 229f269 Merge pull request #221 from GreenImp/release/5.0.0
  • b9c65eb 5.0.0
  • 2008fd5 Merge pull request #220 from GreenImp/feature/code-owners
  • b54b5fc Add CODEOWNERS file
  • be9465f Merge pull request #219 from GreenImp/feature/215-replace-pegjs-with-peggy
  • f498e3f Change package.json homepage to point to the live documentation
  • 3e72ffe Compile grammar direct to ESM
  • 97da522 Replace pegjs with peggy
  • 493eea5 Merge pull request #218 from GreenImp/feature/update-dependencies
  • 4443232 Update dependencies
  • Additional commits viewable in compare view


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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/TheCraiggers/Pathfinder-Discord-Bot/network/alerts).