Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

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

Merged
merged 1 commit into from
Jan 19, 2021

Conversation

renovate-bot
Copy link
Contributor

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

Compare Source

  • Improved support for bin, hex, and oct literals. See #​1996. Thanks @​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.

Renovate configuration

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

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

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

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


  • If you want to rebase/retry this PR, check this box

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

@renovate-bot renovate-bot requested review from a team as code owners January 16, 2021 12:04
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 16, 2021
@product-auto-label product-auto-label bot added the api: automl Issues related to the googleapis/nodejs-automl API. label Jan 16, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jan 16, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 16, 2021
@codecov
Copy link

codecov bot commented Jan 16, 2021

Codecov Report

Merging #482 (7f239a7) into master (3d9aa88) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #482   +/-   ##
=======================================
  Coverage   98.67%   98.67%           
=======================================
  Files           9        9           
  Lines       10000    10000           
  Branches      356      356           
=======================================
  Hits         9867     9867           
  Misses        129      129           
  Partials        4        4           

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 3d9aa88...7f239a7. Read the comment docs.

@JustinBeckwith JustinBeckwith merged commit 8917ce3 into googleapis:master Jan 19, 2021
@renovate-bot renovate-bot deleted the renovate/mathjs-9.x branch January 19, 2021 06:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: automl Issues related to the googleapis/nodejs-automl API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants