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

docs(deps): update dependency mathjs to v8 #526

Closed renovate-bot closed 3 years ago

renovate-bot commented 3 years ago

This PR contains the following updates:

Package Type Update Change
mathjs (source) dependencies major ^7.0.0 -> ^8.0.0

Release Notes

josdejong/mathjs ### [`v8.0.0`](https://togithub.com/josdejong/mathjs/blob/master/HISTORY.md#​2020-11-06-version-800) [Compare Source](https://togithub.com/josdejong/mathjs/compare/v7.6.0...v8.0.0) !!! BE CAREFUL: BREAKING CHANGES !!! - You can now use mathjs directly in node.js using ES modules without need for a transpiler (see [#​1928](https://togithub.com/josdejong/mathjs/issues/1928), [#​1941](https://togithub.com/josdejong/mathjs/issues/1941), [#​1962](https://togithub.com/josdejong/mathjs/issues/1962)). Automatically loading either commonjs code or ES modules code is improved. All generated code is moved under `/lib`: the browser bundle is moved from `/dist` to `/lib/browser`, ES module files are moved to `/lib/esm`, and commonjs files are moved to `/lib/cjs`. Thanks [@​GreenImp](https://togithub.com/GreenImp). - Non-minified bundle `dist/math.js` is no longer provided. Either use the minified bundle, or create a bundle yourself. - Replaced random library `seed-random` with `seedrandom`, see [#​1955](https://togithub.com/josdejong/mathjs/issues/1955). Thanks [@​poppinlp](https://togithub.com/poppinlp). - Breaking changes in `pickRandom`, see [#​1990](https://togithub.com/josdejong/mathjs/issues/1990), [#​1976](https://togithub.com/josdejong/mathjs/issues/1976). - Will no longer return the input matrix when the given number is greater than the length of the provided possibles. Instead, the function always returns results with the requested number of picks. - Will now return a `Matrix` as output when input was a `Matrix`. - Introduced a new syntax: math.pickRandom(array, { weights, number, elementWise }) - Introduced a new option `elementWise`, which is `true` by default. When setting `elementWise` to false, an array containing arrays will return random pick of arrays instead of the elements inside of the nested arrays.

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 #526 (1e50bec) into master (f689a4e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #526   +/-   ##
=======================================
  Coverage   95.54%   95.54%           
=======================================
  Files           7        7           
  Lines        1773     1773           
  Branches       88       88           
=======================================
  Hits         1694     1694           
  Misses         77       77           
  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 f689a4e...1e50bec. Read the comment docs.