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

Commit

Permalink
fix(deps): update dependency mathjs to v7 (#775)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [mathjs](https://mathjs.org) ([source](https://github.com/josdejong/mathjs)) | dependencies | major | [`^6.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/mathjs/6.6.5/7.0.0) |

---

### Release Notes

<details>
<summary>josdejong/mathjs</summary>

### [`v7.0.0`](https://github.com/josdejong/mathjs/blob/master/HISTORY.md#&#8203;2020-05-07-version-700)

[Compare Source](https://github.com/josdejong/mathjs/compare/v6.6.5...v7.0.0)

Breaking changes:

-   Improvements in calculation of the `dot` product of complex values. 
    The first argument is now conjugated. See [#&#8203;1761](https://github.com/josdejong/mathjs/issues/1761). Thanks [@&#8203;m93a](https://github.com/m93a).  
-   Dropped official support for Node.js v8 which has reached end of life.
-   Removed all deprecation warnings introduced in v6. 
    To upgrade smoothly from v5 to v7 or higher, upgrade to v6 first
    and resolve all deprecation warnings.

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/nodejs-vision).
  • Loading branch information
renovate-bot authored May 18, 2020
1 parent e09c40a commit d64d99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@google-cloud/vision": "^1.11.0",
"mathjs": "^6.0.0",
"mathjs": "^7.0.0",
"natural": "^2.0.0",
"pureimage": "^0.2.1",
"redis": "^3.0.0",
Expand Down

0 comments on commit d64d99f

Please sign in to comment.