googleapis / nodejs-language

This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.
https://cloud.google.com/natural-language/
Apache License 2.0
127 stars 99 forks source link

fix(deps): update dependency mathjs to v9 #537

Closed renovate-bot closed 3 years ago

renovate-bot commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mathjs (source) ^8.0.0 -> ^9.0.0 age adoption passing confidence

Release Notes

josdejong/mathjs ### [`v9.0.0`](https://togithub.com/josdejong/mathjs/blob/master/HISTORY.md#​2021-01-16-version-900) [Compare Source](https://togithub.com/josdejong/mathjs/compare/v8.1.1...v9.0.0) - Improved support for bin, hex, and oct literals. See [#​1996](https://togithub.com/josdejong/mathjs/issues/1996). Thanks [@​clnhlzmn](https://togithub.com/clnhlzmn). - **Breaking change**: parse literals with prefixes `0b`, `0c`, and `0x` are now unsigned by default. To parse them as signed, you have to specify a suffix specifying the word size such as `i16` or `i32`. - Function `format` now supports more notations: `bin`, 'hex', and `oct`, for example `format(255, {notation: "hex"})`. - The functions `format`, `bin`, `hex`, `oct` now allow specifying a wordSize, like `bin(10, 32)` and `format(10, {notation: "bin", wordSize: 32})`. - BigNumber support for the bin, hex, and oct literals. - Extended and improved the example rocket_trajectory_optimization.html. Thanks [@​Josef37](https://togithub.com/Josef37).

Renovate configuration

:date: Schedule: "after 9am and before 3pm" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov[bot] commented 3 years ago

Codecov Report

Merging #537 (856f570) into master (ccededc) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #537   +/-   ##
=======================================
  Coverage   95.47%   95.47%           
=======================================
  Files           7        7           
  Lines        1789     1789           
  Branches       90       92    +2     
=======================================
  Hits         1708     1708           
  Misses         79       79           
  Partials        2        2           

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 ccededc...856f570. Read the comment docs.