Pathfinder-Discord-Bot
Pathfinder-Discord-Bot copied to clipboard
Bump mathjs and rpg-dice-roller
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
- Various improvements to the Typescript typings. Thanks
@joshhansen
and@DianaTdr
.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 withmath.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 functiondeepStrictEqual
. 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 returningnull
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
... (truncated)
Commits
975e42f
Publish v9.5.2fd75ee6
Revert TypeScript improvements of v9.5.1 because they contain breaking change...2833317
Fix error in the docs (see #2332)245c856
Publish v9.5.133bbc8c
Update history and authors list2ce542c
fix typescript bug for apply function #2313 (#2330)e6f3123
Improve description offormat
optionprecision
(see #2328)d4881a0
Update HISTORY.md and AUTHORSfc5c202
Merge branch 'typescript_improvements' of https://github.com/LearnSomethingTe...0afcd44
Publish v9.5.0- Additional commits viewable in compare view
Updates rpg-dice-roller
from 4.5.2 to 5.0.0
Commits
229f269
Merge pull request #221 from GreenImp/release/5.0.0b9c65eb
5.0.02008fd5
Merge pull request #220 from GreenImp/feature/code-ownersb54b5fc
Add CODEOWNERS filebe9465f
Merge pull request #219 from GreenImp/feature/215-replace-pegjs-with-peggyf498e3f
Change package.jsonhomepage
to point to the live documentation3e72ffe
Compile grammar direct to ESM97da522
Replace pegjs with peggy493eea5
Merge pull request #218 from GreenImp/feature/update-dependencies4443232
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.