Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mathjs and rpg-dice-roller #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 7, 2023

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 ([email protected], [email protected])
  • 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.

Bumps [mathjs](https://github.com/josdejong/mathjs) to 9.5.2 and updates ancestor dependency [rpg-dice-roller](https://github.com/GreenImp/rpg-dice-roller). These dependencies need to be updated together.


Updates `mathjs` from 5.10.3 to 9.5.2
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](josdejong/mathjs@v5.10.3...v9.5.2)

Updates `rpg-dice-roller` from 4.5.2 to 5.0.0
- [Commits](dice-roller/rpg-dice-roller@v4.5.2...v5.0.0)

---
updated-dependencies:
- dependency-name: mathjs
  dependency-type: indirect
- dependency-name: rpg-dice-roller
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants